subnet_group
Gets an individual subnet_group
resource
Overview
Name | subnet_group |
Type | Resource |
Description | subnet_group |
Id | awscc.memorydb.subnet_group |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
subnet_group_name,
description,
subnet_ids,
tags,
arn
FROM awscc.memorydb.subnet_group
WHERE data__Identifier = '<SubnetGroupName>';
Permissions
To operate on the subnet_group
resource, the following permissions are required:
Read
memorydb:DescribeSubnetGroups,
memorydb:ListTags
Update
memorydb:UpdateSubnetGroup,
memorydb:DescribeSubnetGroups,
memorydb:ListTags,
memorydb:TagResource,
memorydb:UntagResource
Delete
memorydb:DeleteSubnetGroup,
memorydb:DescribeSubnetGroups