Class: Aws::ARCRegionswitch::Types::RegionSwitchPlanConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::RegionSwitchPlanConfiguration
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the plan configuration.
-
#cross_account_role ⇒ String
The cross account role for the configuration.
-
#external_id ⇒ String
The external ID (secret key) for the configuration.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the plan configuration.
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_role ⇒ String
The cross account role for the configuration.
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_id ⇒ String
The external ID (secret key) for the configuration.
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 |