stratosphere-route53recoverycontrol-1.0.0: Stratosphere integration for AWS Route53RecoveryControl.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.Route53RecoveryControl.Cluster

Documentation

data Cluster Source #

Instances

Instances details
ToJSON Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Show Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Eq Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Methods

(==) :: Cluster -> Cluster -> Bool #

(/=) :: Cluster -> Cluster -> Bool #

ToResourceProperties Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Property "Name" Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Associated Types

type PropertyType "Name" Cluster 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Methods

set :: PropertyType "Name" Cluster -> Cluster -> Cluster #

Property "NetworkType" Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Associated Types

type PropertyType "NetworkType" Cluster 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

type PropertyType "NetworkType" Cluster = Value Text

Methods

set :: PropertyType "NetworkType" Cluster -> Cluster -> Cluster #

Property "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

Associated Types

type PropertyType "Tags" Cluster 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

type PropertyType "Tags" Cluster = [Tag]

Methods

set :: PropertyType "Tags" Cluster -> Cluster -> Cluster #

type PropertyType "Name" Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

type PropertyType "NetworkType" Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

type PropertyType "NetworkType" Cluster = Value Text
type PropertyType "Tags" Cluster Source # 
Instance details

Defined in Stratosphere.Route53RecoveryControl.Cluster

type PropertyType "Tags" Cluster = [Tag]