@Stability(value=Stable)
public static interface CfnEndpoint.ReplicationConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
ReplicationConfigProperty replicationConfigProperty = ReplicationConfigProperty.builder()
.state("state")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnEndpoint.ReplicationConfigProperty.Builder
A builder for
CfnEndpoint.ReplicationConfigProperty |
static class |
CfnEndpoint.ReplicationConfigProperty.Jsii$Proxy
An implementation for
CfnEndpoint.ReplicationConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnEndpoint.ReplicationConfigProperty.Builder |
builder() |
String |
getState()
The state of event replication.
|
@Stability(value=Stable) @NotNull String getState()
@Stability(value=Stable) static CfnEndpoint.ReplicationConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.