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. |
description | string | An optional description of the subnet group. |
subnet_ids | array | A list of VPC subnet IDs for the subnet group. |
tags | array | An array of key-value pairs to apply to this subnet group. |
arn | string | The Amazon Resource Name (ARN) of the subnet group. |
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