aws.redshift.describe_hsm_configurations
Example SQL Queries
SELECT * FROMaws.redshift.describe_hsm_configurations;Description
Returns information about the specified Amazon Redshift HSM configuration. If no configuration ID is specified, returns information about all the HSM configurations owned by your Amazon Web Services account.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all HSM connections that match any combination of the specified keys and values. For example, if you have owner and environment for tag keys, and admin and test for tag values, all HSM connections that have any combination of those values are returned.
If both tag keys and values are omitted from the request, HSM connections are returned regardless of whether they have tag keys or values associated with them.
Table Definition
| Column Name | Column Data Type |
|---|---|
| hsm_configuration_identifier Input Column The name of the Amazon Redshift HSM configuration. | VARCHAR |
| tag_keys Input Column A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys. For example, suppose that you have HSM configurations that are tagged with keys called owner and environment. If you specify both of these tag keys in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag keys associated with them. | VARCHAR[] |
Show child fields
| |
| tag_values Input Column A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values. For example, suppose that you have HSM configurations that are tagged with values called admin and test. If you specify both of these tag values in the request, Amazon Redshift returns a response with the HSM configurations that have either or both of these tag values associated with them. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| description A text description of the HSM configuration. | VARCHAR |
| hsm_ip_address The IP address that the Amazon Redshift cluster must use to access the HSM. | VARCHAR |
| hsm_partition_name The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys. | VARCHAR |
| tags The list of tags for the HSM configuration. | STRUCT( |
Show child fields
| |