Interface CfnDomain.ColdStorageOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.ColdStorageOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.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.services.opensearchservice.*;
ColdStorageOptionsProperty coldStorageOptionsProperty = ColdStorageOptionsProperty.builder()
.enabled(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.ColdStorageOptionsPropertystatic final classAn implementation forCfnDomain.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
-