stratosphere-arcregionswitch-1.0.0: Stratosphere integration for AWS ARCRegionSwitch.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.ARCRegionSwitch.Plan

Documentation

data Plan Source #

Constructors

Plan

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-arcregionswitch-plan.html

Fields

Instances

Instances details
ToJSON Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Show Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Methods

showsPrec :: Int -> Plan -> ShowS #

show :: Plan -> String #

showList :: [Plan] -> ShowS #

Eq Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Methods

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

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

ToResourceProperties Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Property "AssociatedAlarms" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "AssociatedAlarms" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Methods

set :: PropertyType "AssociatedAlarms" Plan -> Plan -> Plan #

Property "Description" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "Description" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Description" Plan = Value Text

Methods

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

Property "ExecutionRole" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "ExecutionRole" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "ExecutionRole" Plan = Value Text

Methods

set :: PropertyType "ExecutionRole" Plan -> Plan -> Plan #

Property "Name" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "Name" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Name" Plan = Value Text

Methods

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

Property "PrimaryRegion" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "PrimaryRegion" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "PrimaryRegion" Plan = Value Text

Methods

set :: PropertyType "PrimaryRegion" Plan -> Plan -> Plan #

Property "RecoveryApproach" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "RecoveryApproach" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "RecoveryApproach" Plan = Value Text

Methods

set :: PropertyType "RecoveryApproach" Plan -> Plan -> Plan #

Property "RecoveryTimeObjectiveMinutes" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "RecoveryTimeObjectiveMinutes" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "RecoveryTimeObjectiveMinutes" Plan = Value Double

Methods

set :: PropertyType "RecoveryTimeObjectiveMinutes" Plan -> Plan -> Plan #

Property "Regions" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "Regions" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Regions" Plan = ValueList Text

Methods

set :: PropertyType "Regions" Plan -> Plan -> Plan #

Property "Tags" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "Tags" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Methods

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

Property "Triggers" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "Triggers" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Triggers" Plan = [TriggerProperty]

Methods

set :: PropertyType "Triggers" Plan -> Plan -> Plan #

Property "Workflows" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

Associated Types

type PropertyType "Workflows" Plan 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Workflows" Plan = [WorkflowProperty]

Methods

set :: PropertyType "Workflows" Plan -> Plan -> Plan #

type PropertyType "AssociatedAlarms" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Description" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Description" Plan = Value Text
type PropertyType "ExecutionRole" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "ExecutionRole" Plan = Value Text
type PropertyType "Name" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Name" Plan = Value Text
type PropertyType "PrimaryRegion" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "PrimaryRegion" Plan = Value Text
type PropertyType "RecoveryApproach" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "RecoveryApproach" Plan = Value Text
type PropertyType "RecoveryTimeObjectiveMinutes" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "RecoveryTimeObjectiveMinutes" Plan = Value Double
type PropertyType "Regions" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Regions" Plan = ValueList Text
type PropertyType "Tags" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Triggers" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Triggers" Plan = [TriggerProperty]
type PropertyType "Workflows" Plan Source # 
Instance details

Defined in Stratosphere.ARCRegionSwitch.Plan

type PropertyType "Workflows" Plan = [WorkflowProperty]