Interface CfnDomainPropsMixin.ColdStorageOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainPropsMixin.ColdStorageOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static interface CfnDomainPropsMixin.ColdStorageOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Container for the parameters required to enable cold storage for an OpenSearch Service domain.
For more information, see Cold storage for Amazon OpenSearch Service .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.opensearchservice.mixins.*;
ColdStorageOptionsProperty coldStorageOptionsProperty = ColdStorageOptionsProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainPropsMixin.ColdStorageOptionsPropertystatic final classAn implementation forCfnDomainPropsMixin.ColdStorageOptionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Whether to enable or disable cold storage on the domain.You must enable UltraWarm storage to enable cold storage.
Returns union: either
BooleanorIResolvable- See Also:
-
builder
-