Stratosphere.Route53RecoveryReadiness.Cell
data Cell Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-cell.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-cell.html#cfn-route53recoveryreadiness-cell-cellname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-cell.html#cfn-route53recoveryreadiness-cell-cells
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-cell.html#cfn-route53recoveryreadiness-cell-tags
Defined in Stratosphere.Route53RecoveryReadiness.Cell
Methods
toJSON :: Cell -> Value #
toEncoding :: Cell -> Encoding #
toJSONList :: [Cell] -> Value #
toEncodingList :: [Cell] -> Encoding #
omitField :: Cell -> Bool #
showsPrec :: Int -> Cell -> ShowS #
show :: Cell -> String #
showList :: [Cell] -> ShowS #
(==) :: Cell -> Cell -> Bool #
(/=) :: Cell -> Cell -> Bool #
toResourceProperties :: Cell -> ResourceProperties #
Associated Types
set :: PropertyType "CellName" Cell -> Cell -> Cell #
set :: PropertyType "Cells" Cell -> Cell -> Cell #
set :: PropertyType "Tags" Cell -> Cell -> Cell #
mkCell :: Cell Source #