Class: Aws::ARCRegionswitch::Types::RegionSwitchPlanConfiguration

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

Overview

Configuration for nested Region switch plans. This allows one Region switch plan to trigger another plan as part of its execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the plan configuration.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2015

class RegionSwitchPlanConfiguration < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#cross_account_roleString

The cross account role for the configuration.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2015

class RegionSwitchPlanConfiguration < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end

#external_idString

The external ID (secret key) for the configuration.

Returns:

  • (String)


2015
2016
2017
2018
2019
2020
2021
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2015

class RegionSwitchPlanConfiguration < Struct.new(
  :cross_account_role,
  :external_id,
  :arn)
  SENSITIVE = []
  include Aws::Structure
end