interface SecondaryProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnEndpoint.SecondaryProperty |
![]() | software.amazon.awscdk.services.events.CfnEndpoint.SecondaryProperty |
![]() | aws_cdk.aws_events.CfnEndpoint.SecondaryProperty |
![]() | @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.