subnet_groups
Retrieves a list of subnet_groups
in a region
Overview
Name | subnet_groups |
Type | Resource |
Description | subnet_groups |
Id | awscc.memorydb.subnet_groups |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
subnet_group_name
FROM awscc.memorydb.subnet_groups
WHERE region = 'us-east-1'
Permissions
To operate on the subnet_groups
resource, the following permissions are required:
Create
memorydb:CreateSubnetGroup,
memorydb:DescribeSubnetGroups,
memorydb:TagResource,
memorydb:ListTags
List
memorydb:DescribeSubnetGroups