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: