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

#arnString

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

Returns:

  • (String)


1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1665

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)


1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1665

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)


1665
1666
1667
1668
1669
1670
1671
# File 'gems/aws-sdk-arcregionswitch/lib/aws-sdk-arcregionswitch/types.rb', line 1665

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