Interface CfnDomainPropsMixin.AutomatedSnapshotPauseOptionsProperty

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

@Stability(Stable) public static interface CfnDomainPropsMixin.AutomatedSnapshotPauseOptionsProperty 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.cfnpropertymixins.services.opensearchservice.*;
 AutomatedSnapshotPauseOptionsProperty automatedSnapshotPauseOptionsProperty = AutomatedSnapshotPauseOptionsProperty.builder()
         .enabled(false)
         .endTime("endTime")
         .startTime("startTime")
         .build();
 

See Also: