aws-cdk-lib.aws_events.CfnEndpoint.SecondaryProperty

interface SecondaryProperty

LanguageType name
.NETAmazon.CDK.AWS.Events.CfnEndpoint.SecondaryProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEndpoint_SecondaryProperty
Javasoftware.amazon.awscdk.services.events.CfnEndpoint.SecondaryProperty
Pythonaws_cdk.aws_events.CfnEndpoint.SecondaryProperty
TypeScript aws-cdk-lib » 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 { aws_events as events } from 'aws-cdk-lib';
const secondaryProperty: events.CfnEndpoint.SecondaryProperty = {
  route: 'route',
};

Properties

NameTypeDescription
routestringDefines the secondary Region.

route

Type: string

Defines the secondary Region.