Stratosphere.Route53RecoveryControl.Cluster
data Cluster Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html#cfn-route53recoverycontrol-cluster-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html#cfn-route53recoverycontrol-cluster-networktype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html#cfn-route53recoverycontrol-cluster-tags
Defined in Stratosphere.Route53RecoveryControl.Cluster
Methods
toJSON :: Cluster -> Value #
toEncoding :: Cluster -> Encoding #
toJSONList :: [Cluster] -> Value #
toEncodingList :: [Cluster] -> Encoding #
omitField :: Cluster -> Bool #
showsPrec :: Int -> Cluster -> ShowS #
show :: Cluster -> String #
showList :: [Cluster] -> ShowS #
(==) :: Cluster -> Cluster -> Bool #
(/=) :: Cluster -> Cluster -> Bool #
toResourceProperties :: Cluster -> ResourceProperties #
Associated Types
set :: PropertyType "Name" Cluster -> Cluster -> Cluster #
set :: PropertyType "NetworkType" Cluster -> Cluster -> Cluster #
set :: PropertyType "Tags" Cluster -> Cluster -> Cluster #
mkCluster :: Value Text -> Cluster Source #