interface ReplicationConfigProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.Events.CfnEndpoint.ReplicationConfigProperty |
Java | software.amazon.awscdk.services.events.CfnEndpoint.ReplicationConfigProperty |
Python | aws_cdk.aws_events.CfnEndpoint.ReplicationConfigProperty |
TypeScript | @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.