Skip to main content

subnet_groups_list_only

Lists subnet_groups in a region or regions, for all properties use subnet_groups

Overview

Namesubnet_groups_list_only
TypeResource
DescriptionThe AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.
Idaws.memorydb.subnet_groups_list_only

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.
tagsarrayAn array of key-value pairs to apply to this subnet group.
arnstringThe Amazon Resource Name (ARN) of the subnet group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all subnet_groups in a region.

SELECT
region,
subnet_group_name
FROM aws.memorydb.subnet_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the subnet_groups_list_only resource, see subnet_groups