Class: Aws::ARCRegionswitch::Types::RegionSwitchPlanConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::RegionSwitchPlanConfiguration
- 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
-
#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.
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_role ⇒ String
The cross account role for the configuration.
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_id ⇒ String
The external ID (secret key) for the configuration.
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 |