Skip to main content

subnet_group_tags

Expands all tag keys and values for subnet_groups in a region

Overview

Namesubnet_group_tags
TypeResource
DescriptionThe AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.
Idaws.memorydb.subnet_group_tags

Fields

NameDatatypeDescription
subnet_group_namestringThe name of the subnet group. This value must be unique as it also serves as the subnet group identifier.
descriptionstringAn optional description of the subnet group.
subnet_idsarrayA list of VPC subnet IDs for the subnet group.
arnstringThe Amazon Resource Name (ARN) of the subnet group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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