Interface CfnCanary.ReplicaReplicationStatusProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCanary.ReplicaReplicationStatusProperty.Jsii$Proxy
- Enclosing class:
CfnCanary
@Stability(Stable)
public static interface CfnCanary.ReplicaReplicationStatusProperty
extends software.amazon.jsii.JsiiSerializable
Replication status details.
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.synthetics.*;
ReplicaReplicationStatusProperty replicaReplicationStatusProperty = ReplicaReplicationStatusProperty.builder()
.state("state")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCanary.ReplicaReplicationStatusPropertystatic final classAn implementation forCfnCanary.ReplicaReplicationStatusProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getState
Replication state: InProgress, InSync, or Inconsistent.- See Also:
-
builder
-