Interface CfnCanaryPropsMixin.ReplicaReplicationStatusProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCanaryPropsMixin.ReplicaReplicationStatusProperty.Jsii$Proxy
Enclosing class:
CfnCanaryPropsMixin

@Stability(Stable) public static interface CfnCanaryPropsMixin.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.cfnpropertymixins.services.synthetics.*;
 ReplicaReplicationStatusProperty replicaReplicationStatusProperty = ReplicaReplicationStatusProperty.builder()
         .state("state")
         .build();
 

See Also: