Skip to main content

AWSElasticsearchDomainClusterConfiguration

No description

type AWSElasticsearchDomainClusterConfiguration {
coldStorageOptions: AWSElasticsearchDomainClusterColdStorageOptions
numberOfDedicatedMaster: Int!
dedicatedMasterEnabled: Boolean!
dedicatedMasterType: AWSElasticsearchDomainClusterPartitionInstanceType!
numberOfInstances: Int!
instanceType: AWSElasticsearchDomainClusterPartitionInstanceType!
numberOfWarmNodes: Int!
warmEnabled: Boolean!
warmType: AWSElasticsearchDomainClusterWarmPartitionInstanceType!
zoneAwarenessConfiguration: AWSElasticsearchDomainClusterZoneAwarenessConfiguration
zoneAwarenessEnabled: Boolean!
}

Fields

AWSElasticsearchDomainClusterConfiguration.coldStorageOptions ● AWSElasticsearchDomainClusterColdStorageOptions object

The ColdStorageOptions config for Elasticsearch Domain

AWSElasticsearchDomainClusterConfiguration.numberOfDedicatedMaster ● Int! non-null scalar

Total number of dedicated master nodes, active and on standby, for the cluster

AWSElasticsearchDomainClusterConfiguration.dedicatedMasterEnabled ● Boolean! non-null scalar

A boolean value to indicate whether a dedicated master node is enabled

AWSElasticsearchDomainClusterConfiguration.dedicatedMasterType ● AWSElasticsearchDomainClusterPartitionInstanceType! non-null enum

The instance type for a dedicated master node

AWSElasticsearchDomainClusterConfiguration.numberOfInstances ● Int! non-null scalar

The number of instances in the specified domain cluster

AWSElasticsearchDomainClusterConfiguration.instanceType ● AWSElasticsearchDomainClusterPartitionInstanceType! non-null enum

The instance type for an Elasticsearch cluster

AWSElasticsearchDomainClusterConfiguration.numberOfWarmNodes ● Int! non-null scalar

The number of warm nodes in the cluster

AWSElasticsearchDomainClusterConfiguration.warmEnabled ● Boolean! non-null scalar

True to enable warm storage

AWSElasticsearchDomainClusterConfiguration.warmType ● AWSElasticsearchDomainClusterWarmPartitionInstanceType! non-null enum

The instance type for the Elasticsearch cluster's warm nodes

AWSElasticsearchDomainClusterConfiguration.zoneAwarenessConfiguration ● AWSElasticsearchDomainClusterZoneAwarenessConfiguration object

The zone awareness configuration for a domain when zone awareness is enabled

AWSElasticsearchDomainClusterConfiguration.zoneAwarenessEnabled ● Boolean! non-null scalar

A boolean value to indicate whether zone awareness is enabled

Member of

AWSElasticsearchDomain object