interface SecondaryProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Events.CfnEndpoint.SecondaryProperty |
Java | software.amazon.awscdk.services.events.CfnEndpoint.SecondaryProperty |
Python | aws_cdk.aws_events.CfnEndpoint.SecondaryProperty |
TypeScript | @aws-cdk/aws-events » CfnEndpoint » SecondaryProperty |
The secondary Region that processes events when failover is triggered or replication is enabled.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as events from '@aws-cdk/aws-events';
const secondaryProperty: events.CfnEndpoint.SecondaryProperty = {
route: 'route',
};
Properties
Name | Type | Description |
---|---|---|
route | string | Defines the secondary Region. |
route
Type:
string
Defines the secondary Region.