Show / Hide Table of Contents

Class CfnDomain.ZoneAwarenessConfigProperty

Specifies zone awareness configuration options.

Inheritance
object
CfnDomain.ZoneAwarenessConfigProperty
Implements
CfnDomain.IZoneAwarenessConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDomain.ZoneAwarenessConfigProperty : CfnDomain.IZoneAwarenessConfigProperty
Syntax (vb)
Public Class CfnDomain.ZoneAwarenessConfigProperty Implements CfnDomain.IZoneAwarenessConfigProperty
Remarks

Only use if ZoneAwarenessEnabled is true .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-zoneawarenessconfig.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.AWS.OpenSearchService;

             var zoneAwarenessConfigProperty = new ZoneAwarenessConfigProperty {
                 AvailabilityZoneCount = 123
             };

Synopsis

Constructors

ZoneAwarenessConfigProperty()

Specifies zone awareness configuration options.

Properties

AvailabilityZoneCount

If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use.

Constructors

ZoneAwarenessConfigProperty()

Specifies zone awareness configuration options.

public ZoneAwarenessConfigProperty()
Remarks

Only use if ZoneAwarenessEnabled is true .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-zoneawarenessconfig.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.AWS.OpenSearchService;

             var zoneAwarenessConfigProperty = new ZoneAwarenessConfigProperty {
                 AvailabilityZoneCount = 123
             };

Properties

AvailabilityZoneCount

If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use.

public double? AvailabilityZoneCount { get; set; }
Property Value

double?

Remarks

Valid values are 2 and 3 . Default is 2.

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

Implements

CfnDomain.IZoneAwarenessConfigProperty
Back to top Generated by DocFX