Class CfnDomain.ZoneAwarenessConfigProperty
Specifies zone awareness configuration options.
Implements
Inherited Members
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
.
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
.
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; }