stratosphere-0.2.0: EDSL for AWS CloudFormation

Safe HaskellNone
LanguageHaskell2010

Stratosphere.Resources.CacheSubnetGroup

Description

Creates a cache subnet group. For more information about cache subnet groups, go to Cache Subnet Groups in the Amazon ElastiCache User Guide or go to CreateCacheSubnetGroup in the Amazon ElastiCache API Reference Guide. When you specify an AWS::ElastiCache::SubnetGroup type as an argument to the Ref function, AWS CloudFormation returns the name of the cache subnet group.

Synopsis

Documentation

data CacheSubnetGroup Source #

Full data type definition for CacheSubnetGroup. See cacheSubnetGroup for a more convenient constructor.

cacheSubnetGroup Source #

Constructor for CacheSubnetGroup containing required fields as arguments.

csgDescription :: Lens' CacheSubnetGroup (Val Text) Source #

The description for the cache subnet group.

csgSubnetIds :: Lens' CacheSubnetGroup [Val Text] Source #

The Amazon EC2 subnet IDs for the cache subnet group.