Class CfnDomainPropsMixin.ColdStorageOptionsProperty
Container for the parameters required to enable cold storage for an OpenSearch Service domain.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.ColdStorageOptionsProperty : CfnDomainPropsMixin.IColdStorageOptionsProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.ColdStorageOptionsProperty Implements CfnDomainPropsMixin.IColdStorageOptionsProperty
Remarks
For more information, see Cold storage for Amazon OpenSearch Service .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins;
var coldStorageOptionsProperty = new ColdStorageOptionsProperty {
Enabled = false
};
Synopsis
Constructors
| ColdStorageOptionsProperty() | Container for the parameters required to enable cold storage for an OpenSearch Service domain. |
Properties
| Enabled | Whether to enable or disable cold storage on the domain. |
Constructors
ColdStorageOptionsProperty()
Container for the parameters required to enable cold storage for an OpenSearch Service domain.
public ColdStorageOptionsProperty()
Remarks
For more information, see Cold storage for Amazon OpenSearch Service .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.OpenSearchService.Mixins;
var coldStorageOptionsProperty = new ColdStorageOptionsProperty {
Enabled = false
};
Properties
Enabled
Whether to enable or disable cold storage on the domain.
public object? Enabled { get; set; }
Property Value
Remarks
You must enable UltraWarm storage to enable cold storage.
Type union: either bool or IResolvable