aws.redshift.describe_cluster_security_groups
Example SQL Queries
SELECT * FROMaws.redshift.describe_cluster_security_groups;Description
Returns information about Amazon Redshift security groups. If the name of a security group is specified, the response will contain only information about only that security group.
For information about managing security groups, go to Amazon Redshift Cluster Security Groups in the Amazon Redshift Cluster Management Guide.
If you specify both tag keys and tag values in the same request, Amazon Redshift returns all security groups 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 security groups that have any combination of those values are returned.
If both tag keys and values are omitted from the request, security groups are returned regardless of whether they have tag keys or values associated with them.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_security_group_name Input Column The name of the cluster security group to which the operation was applied. | VARCHAR |
| tag_keys Input Column A tag key or keys for which you want to return all matching cluster security groups that are associated with the specified key or keys. For example, suppose that you have security groups 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 security groups 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 cluster security groups that are associated with the specified tag value or values. For example, suppose that you have security groups 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 security groups 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 description of the security group. | VARCHAR |
| ec2_security_groups A list of EC2 security groups that are permitted to access clusters associated with this cluster security group. | STRUCT( |
Show child fields
| |
| ip_ranges A list of IP ranges (CIDR blocks) that are permitted to access clusters associated with this cluster security group. | STRUCT( |
Show child fields
| |
| tags The list of tags for the cluster security group. | STRUCT( |
Show child fields
| |