Class CfnDomain.ZoneAwarenessConfigProperty
Specifies zone awareness configuration options.
Inheritance
System.Object
CfnDomain.ZoneAwarenessConfigProperty
Implements
Namespace: Amazon.CDK.AWS.OpenSearchService
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ZoneAwarenessConfigProperty : Object, CfnDomain.IZoneAwarenessConfigProperty
Syntax (vb)
Public Class ZoneAwarenessConfigProperty
Inherits Object
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() |
Properties
AvailabilityZoneCount | If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use. |
Constructors
ZoneAwarenessConfigProperty()
public ZoneAwarenessConfigProperty()
Properties
AvailabilityZoneCount
If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use.
public Nullable<double> AvailabilityZoneCount { get; set; }
Property Value
System.Nullable<System.Double>