subnet_group_tags
Expands all tag keys and values for subnet_groups
in a region
Overview
Name | subnet_group_tags |
Type | Resource |
Description | The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group. |
Id | aws.memorydb.subnet_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
subnet_group_name | string | The name of the subnet group. This value must be unique as it also serves as the subnet group identifier. |
description | string | An optional description of the subnet group. |
subnet_ids | array | A list of VPC subnet IDs for the subnet group. |
arn | string | The Amazon Resource Name (ARN) of the subnet group. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all subnet_groups
in a region.
SELECT
region,
subnet_group_name,
description,
subnet_ids,
arn,
tag_key,
tag_value
FROM aws.memorydb.subnet_group_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the subnet_group_tags
resource, see subnet_groups