AWS::ElastiCache::SubnetGroupResource Type definition for AWS::ElastiCache::SubnetGroup
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
SubnetIds | Array<string> | Required |
CacheSubnetGroupName | string | Create-only |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ElastiCache::SubnetGroup
Resources:
MyResource:
Type: AWS::ElastiCache::SubnetGroup
Properties:
Description: "value"
SubnetIds: "my-subnetids"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
elasticache:CreateCacheSubnetGroupelasticache:AddTagsToResourceelasticache:DescribeCacheSubnetGroupselasticache:ListTagsForResourceelasticache:DescribeCacheSubnetGroupselasticache:ListTagsForResourceelasticache:DeleteCacheSubnetGroupelasticache:DescribeCacheSubnetGroupselasticache:ListTagsForResourceelasticache:DescribeCacheSubnetGroupselasticache:ModifyCacheSubnetGroupelasticache:DescribeCacheSubnetGroupselasticache:AddTagsToResourceelasticache:RemoveTagsFromResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCacheSubnetGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
CacheSubnetGroupName