aws-cdk-lib.aws_events.CfnEndpoint.ReplicationConfigProperty

interface ReplicationConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.Events.CfnEndpoint.ReplicationConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsevents#CfnEndpoint_ReplicationConfigProperty
Javasoftware.amazon.awscdk.services.events.CfnEndpoint.ReplicationConfigProperty
Pythonaws_cdk.aws_events.CfnEndpoint.ReplicationConfigProperty
TypeScript aws-cdk-lib » aws_events » CfnEndpoint » ReplicationConfigProperty

Endpoints can replicate all events to the secondary Region.

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 replicationConfigProperty: events.CfnEndpoint.ReplicationConfigProperty = {
  state: 'state',
};

Properties

NameTypeDescription
statestringThe state of event replication.

state

Type: string

The state of event replication.