interface RegionSwitchPlanConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.RegionSwitchPlanConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_RegionSwitchPlanConfigurationProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.RegionSwitchPlanConfigurationProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.RegionSwitchPlanConfigurationProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » RegionSwitchPlanConfigurationProperty |
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 { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const regionSwitchPlanConfigurationProperty: arcregionswitch.CfnPlan.RegionSwitchPlanConfigurationProperty = {
arn: 'arn',
// the properties below are optional
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
};
Properties
Name | Type | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the plan configuration. |
cross | string | The cross account role for the configuration. |
external | string | The external ID (secret key) for the configuration. |
arn
Type:
string
The Amazon Resource Name (ARN) of the plan configuration.
crossAccountRole?
Type:
string
(optional)
The cross account role for the configuration.
externalId?
Type:
string
(optional)
The external ID (secret key) for the configuration.