Interface CfnDomain.AutomatedSnapshotPauseOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.AutomatedSnapshotPauseOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.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.services.opensearchservice.*;
AutomatedSnapshotPauseOptionsProperty automatedSnapshotPauseOptionsProperty = AutomatedSnapshotPauseOptionsProperty.builder()
.enabled(false)
// the properties below are optional
.endTime("endTime")
.startTime("startTime")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.AutomatedSnapshotPauseOptionsPropertystatic final classAn implementation forCfnDomain.AutomatedSnapshotPauseOptionsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Returns union: eitherBooleanorIResolvabledefault Stringdefault StringMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Returns union: eitherBooleanorIResolvable- See Also:
-
getEndTime
- See Also:
-
getStartTime
- See Also:
-
builder
-