stratosphere-memorydb-1.0.0: Stratosphere integration for AWS MemoryDB.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.MemoryDB.SubnetGroup

Documentation

data SubnetGroup Source #

Instances

Instances details
ToJSON SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Show SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Eq SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

ToResourceProperties SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Property "Description" SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Associated Types

type PropertyType "Description" SubnetGroup 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

type PropertyType "Description" SubnetGroup = Value Text

Methods

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

Property "SubnetGroupName" SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Associated Types

type PropertyType "SubnetGroupName" SubnetGroup 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

type PropertyType "SubnetGroupName" SubnetGroup = Value Text

Methods

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

Property "SubnetIds" SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Associated Types

type PropertyType "SubnetIds" SubnetGroup 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Methods

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

Property "Tags" SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

Associated Types

type PropertyType "Tags" SubnetGroup 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

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

Defined in Stratosphere.MemoryDB.SubnetGroup

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

Defined in Stratosphere.MemoryDB.SubnetGroup

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

Defined in Stratosphere.MemoryDB.SubnetGroup

type PropertyType "Tags" SubnetGroup Source # 
Instance details

Defined in Stratosphere.MemoryDB.SubnetGroup

type PropertyType "Tags" SubnetGroup = [Tag]