Stratosphere.ARCRegionSwitch.Plan
module Stratosphere.ARCRegionSwitch.Plan.AssociatedAlarmProperty
module Stratosphere.ARCRegionSwitch.Plan.TriggerProperty
module Stratosphere.ARCRegionSwitch.Plan.WorkflowProperty
data Plan Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-associatedalarms
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-executionrole
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-primaryregion
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-recoveryapproach
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-recoverytimeobjectiveminutes
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-regions
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-triggers
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html#cfn-arcregionswitch-plan-workflows
Defined in Stratosphere.ARCRegionSwitch.Plan
Methods
toJSON :: Plan -> Value #
toEncoding :: Plan -> Encoding #
toJSONList :: [Plan] -> Value #
toEncodingList :: [Plan] -> Encoding #
omitField :: Plan -> Bool #
showsPrec :: Int -> Plan -> ShowS #
show :: Plan -> String #
showList :: [Plan] -> ShowS #
(==) :: Plan -> Plan -> Bool #
(/=) :: Plan -> Plan -> Bool #
toResourceProperties :: Plan -> ResourceProperties #
Associated Types
set :: PropertyType "AssociatedAlarms" Plan -> Plan -> Plan #
set :: PropertyType "Description" Plan -> Plan -> Plan #
set :: PropertyType "ExecutionRole" Plan -> Plan -> Plan #
set :: PropertyType "Name" Plan -> Plan -> Plan #
set :: PropertyType "PrimaryRegion" Plan -> Plan -> Plan #
set :: PropertyType "RecoveryApproach" Plan -> Plan -> Plan #
set :: PropertyType "RecoveryTimeObjectiveMinutes" Plan -> Plan -> Plan #
set :: PropertyType "Regions" Plan -> Plan -> Plan #
set :: PropertyType "Tags" Plan -> Plan -> Plan #
set :: PropertyType "Triggers" Plan -> Plan -> Plan #
set :: PropertyType "Workflows" Plan -> Plan -> Plan #
mkPlan :: Value Text -> Value Text -> Value Text -> ValueList Text -> [WorkflowProperty] -> Plan Source #