Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-memorydb-subnetgroup.json
Parent schema serverless-framework-configuration
Type: object

The AWS::MemoryDB::SubnetGroup resource creates an Amazon MemoryDB Subnet Group.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-memorydb

Properties

SubnetGroupName string | Aws_CF_FunctionString required

The name of the subnet group. This value must be unique as it also serves as the subnet group identifier.

SubnetIds string[] required

A list of VPC subnet IDs for the subnet group.

uniqueItems=true
Description string | Aws_CF_FunctionString

An optional description of the subnet group.

Tags Tag[]

An array of key-value pairs to apply to this subnet group.

maxItems=50uniqueItems=true

Definitions

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key for the tag. May not be null.

Value string | Aws_CF_FunctionString required

The tag's value. May be null.