メインコンテンツまでスキップ

AWSOpenSearchDomainClusterConfiguration

No description

type AWSOpenSearchDomainClusterConfiguration {
coldStorageOptions: AWSOpenSearchDomainClusterColdStorageOptions
numberOfDedicatedMaster: Int!
dedicatedMasterEnabled: Boolean!
dedicatedMasterType: AWSOpenSearchDomainClusterPartitionInstanceType!
numberOfInstances: Int!
instanceType: AWSOpenSearchDomainClusterPartitionInstanceType!
multiAZWithStandbyEnabled: Boolean!
numberOfWarmNodes: Int!
warmEnabled: Boolean!
warmType: AWSOpenSearchDomainClusterWarmPartitionInstanceType!
zoneAwarenessConfiguration: AWSOpenSearchDomainClusterZoneAwarenessConfiguration
zoneAwarenessEnabled: Boolean!
}

Fields

AWSOpenSearchDomainClusterConfiguration.coldStorageOptions ● AWSOpenSearchDomainClusterColdStorageOptions object

Container for cold storage configuration options

AWSOpenSearchDomainClusterConfiguration.numberOfDedicatedMaster ● Int! non-null scalar

Number of dedicated master nodes in the cluster

AWSOpenSearchDomainClusterConfiguration.dedicatedMasterEnabled ● Boolean! non-null scalar

Indicates whether dedicated master nodes are enabled for the cluster

AWSOpenSearchDomainClusterConfiguration.dedicatedMasterType ● AWSOpenSearchDomainClusterPartitionInstanceType! non-null enum

OpenSearch Service instance type of the dedicated master nodes in the cluster

AWSOpenSearchDomainClusterConfiguration.numberOfInstances ● Int! non-null scalar

Number of dedicated master nodes in the cluster

AWSOpenSearchDomainClusterConfiguration.instanceType ● AWSOpenSearchDomainClusterPartitionInstanceType! non-null enum

Instance type of data nodes in the cluster

AWSOpenSearchDomainClusterConfiguration.multiAZWithStandbyEnabled ● Boolean! non-null scalar

Indicates whether a multi-AZ domain is turned on with a standby AZ

AWSOpenSearchDomainClusterConfiguration.numberOfWarmNodes ● Int! non-null scalar

The number of warm nodes in the cluster

AWSOpenSearchDomainClusterConfiguration.warmEnabled ● Boolean! non-null scalar

Indicates whether to enable warm storage for the cluster

AWSOpenSearchDomainClusterConfiguration.warmType ● AWSOpenSearchDomainClusterWarmPartitionInstanceType! non-null enum

The instance type for the cluster's warm nodes

AWSOpenSearchDomainClusterConfiguration.zoneAwarenessConfiguration ● AWSOpenSearchDomainClusterZoneAwarenessConfiguration object

Container for zone awareness configuration options

AWSOpenSearchDomainClusterConfiguration.zoneAwarenessEnabled ● Boolean! non-null scalar

Indicates whether multiple Availability Zones are enabled

Member of

AWSOpenSearchDomain object