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: