aws.elasticache.describe_cache_security_groups
Example SQL Queries
SELECT * FROMaws.elasticache.describe_cache_security_groups;Description
Returns a list of cache security group descriptions. If a cache security group name is specified, the list contains only the description of that group. This applicable only when you have ElastiCache in Classic setup
Table Definition
| Column Name | Column Data Type |
|---|---|
| cache_security_group_name Input Column The name of the cache security group. | VARCHAR |
| _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 |
| arn The ARN of the cache security group, | VARCHAR |
| description The description of the cache security group. | VARCHAR |
| ec2_security_groups A list of Amazon EC2 security groups that are associated with this cache security group. | STRUCT( |
Show child fields
| |
| owner_id The Amazon account ID of the cache security group owner. | VARCHAR |