subnet_groups_list_only
Lists subnet_groups in a region or regions, for all properties use subnet_groups
Overview
| Name | subnet_groups_list_only |
| Type | Resource |
| Description | The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group. |
| Id | aws.memorydb.subnet_groups_list_only |
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. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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