Interface CfnPlan.RegionSwitchPlanConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPlan.RegionSwitchPlanConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnPlan
@Stability(Stable)
public static interface CfnPlan.RegionSwitchPlanConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration for nested Region switch plans.
This allows one Region switch plan to trigger another plan as part of its execution.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.arcregionswitch.*;
RegionSwitchPlanConfigurationProperty regionSwitchPlanConfigurationProperty = RegionSwitchPlanConfigurationProperty.builder()
.arn("arn")
// the properties below are optional
.crossAccountRole("crossAccountRole")
.externalId("externalId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPlan.RegionSwitchPlanConfigurationPropertystatic final classAn implementation forCfnPlan.RegionSwitchPlanConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The Amazon Resource Name (ARN) of the plan configuration.- See Also:
-
getCrossAccountRole
The cross account role for the configuration.- See Also:
-
getExternalId
The external ID (secret key) for the configuration.- See Also:
-
builder
-