Struct aws_sdk_securityhub::model::aws_elasticsearch_domain_elasticsearch_cluster_config_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsElasticsearchDomainElasticsearchClusterConfigDetails
Implementations
The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled
must be true
.
The number of instances to use for the master node. If this attribute is specified, then DedicatedMasterEnabled
must be true
.
Whether to use a dedicated master node for the Elasticsearch domain. A dedicated master node performs cluster management tasks, but doesn't hold data or respond to data upload requests.
Whether to use a dedicated master node for the Elasticsearch domain. A dedicated master node performs cluster management tasks, but doesn't hold data or respond to data upload requests.
The hardware configuration of the computer that hosts the dedicated master node. For example, m3.medium.elasticsearch
. If this attribute is specified, then DedicatedMasterEnabled
must be true
.
The hardware configuration of the computer that hosts the dedicated master node. For example, m3.medium.elasticsearch
. If this attribute is specified, then DedicatedMasterEnabled
must be true
.
The number of data nodes to use in the Elasticsearch domain.
The number of data nodes to use in the Elasticsearch domain.
The instance type for your data nodes. For example, m3.medium.elasticsearch
.
The instance type for your data nodes. For example, m3.medium.elasticsearch
.
pub fn zone_awareness_config(
self,
input: AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
) -> Self
pub fn zone_awareness_config(
self,
input: AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails
) -> Self
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled
is true
.
pub fn set_zone_awareness_config(
self,
input: Option<AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails>
) -> Self
pub fn set_zone_awareness_config(
self,
input: Option<AwsElasticsearchDomainElasticsearchClusterConfigZoneAwarenessConfigDetails>
) -> Self
Configuration options for zone awareness. Provided if ZoneAwarenessEnabled
is true
.
Whether to enable zone awareness for the Elasticsearch domain. When zone awareness is enabled, OpenSearch allocates the cluster's nodes and replica index shards across Availability Zones in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.
Whether to enable zone awareness for the Elasticsearch domain. When zone awareness is enabled, OpenSearch allocates the cluster's nodes and replica index shards across Availability Zones in the same Region. This prevents data loss and minimizes downtime if a node or data center fails.
Consumes the builder and constructs a AwsElasticsearchDomainElasticsearchClusterConfigDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more