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: