interface ArcRoutingControlConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.ArcRoutingControlConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_ArcRoutingControlConfigurationProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.ArcRoutingControlConfigurationProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.ArcRoutingControlConfigurationProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » ArcRoutingControlConfigurationProperty |
Configuration for ARC routing controls used in a Region switch plan.
Routing controls are simple on/off switches that you can use to shift traffic away from an impaired Region.
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 arcRoutingControlConfigurationProperty: arcregionswitch.CfnPlan.ArcRoutingControlConfigurationProperty = {
regionAndRoutingControls: {
regionAndRoutingControlsKey: [{
routingControlArn: 'routingControlArn',
state: 'state',
}],
},
// the properties below are optional
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
timeoutMinutes: 123,
};
Properties
Name | Type | Description |
---|---|---|
region | IResolvable | { [string]: IResolvable | IResolvable | Arc [] } | The Region and ARC routing controls for the configuration. |
cross | string | The cross account role for the configuration. |
external | string | The external ID (secret key) for the configuration. |
timeout | number | The timeout value specified for the configuration. |
regionAndRoutingControls
Type:
IResolvable
| { [string]:
IResolvable
|
IResolvable
|
Arc
[] }
The Region and ARC routing controls for the configuration.
crossAccountRole?
Type:
string
(optional)
The cross account role for the configuration.
externalId?
Type:
string
(optional)
The external ID (secret key) for the configuration.
timeoutMinutes?
Type:
number
(optional, default: 60)
The timeout value specified for the configuration.