Show / Hide Table of Contents

Class CfnDomainPropsMixin.ColdStorageOptionsProperty

Container for the parameters required to enable cold storage for an OpenSearch Service domain.

Inheritance
object
CfnDomainPropsMixin.ColdStorageOptionsProperty
Implements
CfnDomainPropsMixin.IColdStorageOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-coldstorageoptions.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-coldstorageoptions.html

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

object

Remarks

You must enable UltraWarm storage to enable cold storage.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-coldstorageoptions.html#cfn-opensearchservice-domain-coldstorageoptions-enabled

Type union: either bool or IResolvable

Implements

CfnDomainPropsMixin.IColdStorageOptionsProperty
Back to top Generated by DocFX