Class: Aws::ARCRegionswitch::Types::Plan

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb

Overview

Represents a Region switch plan. A plan defines the steps required to shift traffic from one Amazon Web Services Region to another.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#associated_alarmsHash<String,Types::AssociatedAlarm>

The associated application health alarms for a plan.

Returns:



1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for a plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#execution_roleString

The execution role for a plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name for a plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The owner of a plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#primary_regionString

The primary Region for a plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_approachString

The recovery approach for a Region switch plan, which can be active/active (activeActive) or active/passive (activePassive).

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#recovery_time_objective_minutesInteger

The recovery time objective for a plan.

Returns:

  • (Integer)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#regionsArray<String>

The Amazon Web Services Regions for a plan.

Returns:

  • (Array<String>)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#triggersArray<Types::Trigger>

The triggers for a plan.

Returns:



1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the plan was last updated.

Returns:

  • (Time)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version for the plan.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#workflowsArray<Types::Workflow>

The workflows for a plan.

Returns:



1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1629

class Plan < Struct.new(
  :arn,
  :description,
  :workflows,
  :execution_role,
  :recovery_time_objective_minutes,
  :associated_alarms,
  :triggers,
  :name,
  :regions,
  :recovery_approach,
  :primary_region,
  :owner,
  :version,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end