stratosphere-elasticache-1.0.0: Stratosphere integration for AWS ElastiCache.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ElastiCache.SubnetGroup

Documentation

data SubnetGroup Source #

Instances

Instances details
ToJSON SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Show SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Eq SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

ToResourceProperties SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Property "CacheSubnetGroupName" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Associated Types

type PropertyType "CacheSubnetGroupName" SubnetGroup 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "CacheSubnetGroupName" SubnetGroup = Value Text

Methods

set :: PropertyType "CacheSubnetGroupName" SubnetGroup -> SubnetGroup -> SubnetGroup #

Property "Description" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Associated Types

type PropertyType "Description" SubnetGroup 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "Description" SubnetGroup = Value Text

Methods

set :: PropertyType "Description" SubnetGroup -> SubnetGroup -> SubnetGroup #

Property "SubnetIds" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Associated Types

type PropertyType "SubnetIds" SubnetGroup 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Methods

set :: PropertyType "SubnetIds" SubnetGroup -> SubnetGroup -> SubnetGroup #

Property "Tags" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

Associated Types

type PropertyType "Tags" SubnetGroup 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "Tags" SubnetGroup = [Tag]
type PropertyType "CacheSubnetGroupName" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "CacheSubnetGroupName" SubnetGroup = Value Text
type PropertyType "Description" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "Description" SubnetGroup = Value Text
type PropertyType "SubnetIds" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "Tags" SubnetGroup Source # 
Instance details

Defined in Stratosphere.ElastiCache.SubnetGroup

type PropertyType "Tags" SubnetGroup = [Tag]