Skip to main content

subnet_groups

Retrieves a list of subnet_groups in a region

Overview

Namesubnet_groups
TypeResource
Descriptionsubnet_groups
Idawscc.memorydb.subnet_groups

Fields

NameDatatypeDescription
subnet_group_namestringThe name of the subnet group. This value must be unique as it also serves as the subnet group identifier.
regionstringAWS 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