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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-arcregionswitch/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

#arn ⇒ String

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

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2339

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

#cross_account_role ⇒ String

The cross account role for the configuration.

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2339

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

#external_id ⇒ String

The external ID (secret key) for the configuration.

Returns:

  • (String)


2339
2340
2341
2342
2343
2344
2345
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 2339

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