aws-cdk-lib.aws_opensearchservice.CfnDomain.ZoneAwarenessConfigProperty

interface ZoneAwarenessConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.OpenSearchService.CfnDomain.ZoneAwarenessConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsopensearchservice#CfnDomain_ZoneAwarenessConfigProperty
Javasoftware.amazon.awscdk.services.opensearchservice.CfnDomain.ZoneAwarenessConfigProperty
Pythonaws_cdk.aws_opensearchservice.CfnDomain.ZoneAwarenessConfigProperty
TypeScript aws-cdk-lib » aws_opensearchservice » CfnDomain » ZoneAwarenessConfigProperty

Specifies zone awareness configuration options.

Only use if ZoneAwarenessEnabled is true .

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_opensearchservice as opensearchservice } from 'aws-cdk-lib';
const zoneAwarenessConfigProperty: opensearchservice.CfnDomain.ZoneAwarenessConfigProperty = {
  availabilityZoneCount: 123,
};

Properties

NameTypeDescription
availabilityZoneCount?numberIf you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use.

availabilityZoneCount?

Type: number (optional)

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

Valid values are 2 and 3 . Default is 2.