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

Resource Type definition for AWS::ElastiCache::SubnetGroup. Source:- No source definition found, add manually please

Properties

Description string | Aws_CF_FunctionString required

The description for the cache subnet group.

SubnetIds string[] required

The EC2 subnet IDs for the cache subnet group.

CacheSubnetGroupName string | Aws_CF_FunctionString

The name for the cache subnet group. This value is stored as a lowercase string.

Tags Tag[]

Definitions

Tag object

A tag that can be added to an ElastiCache subnet group. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your subnet groups. A tag with a null Value is permitted.

Value string | Aws_CF_FunctionString required
Key string | Aws_CF_FunctionString required