interface ReplicationConfigProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Events.CfnEndpoint.ReplicationConfigProperty |
![]() | software.amazon.awscdk.services.events.CfnEndpoint.ReplicationConfigProperty |
![]() | aws_cdk.aws_events.CfnEndpoint.ReplicationConfigProperty |
![]() | @aws-cdk/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 * as events from '@aws-cdk/aws-events';
const replicationConfigProperty: events.CfnEndpoint.ReplicationConfigProperty = {
state: 'state',
};
Properties
Name | Type | Description |
---|---|---|
state | string | The state of event replication. |
state
Type:
string
The state of event replication.