Struct aws_sdk_elasticsearch::model::elasticsearch_domain_status::Builder[][src]

#[non_exhaustive]
pub struct Builder { /* fields omitted */ }
Expand description

Implementations

The unique identifier for the specified Elasticsearch domain.

The unique identifier for the specified Elasticsearch domain.

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

The name of an Elasticsearch domain. Domain names are unique across the domains owned by an account within an AWS region. Domain names start with a letter or number and can contain the following characters: a-z (lowercase), 0-9, and - (hyphen).

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity and Access Management for more information.

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

The domain creation status. True if the creation of an Elasticsearch domain is complete. False if domain creation is still in progress.

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

The domain deletion status. True if a delete request has been received for the domain but resource cleanup is still in progress. False if the domain has not been deleted. Once domain deletion is complete, the status of the domain is no longer returned.

The Elasticsearch domain endpoint that you use to submit index and search requests.

The Elasticsearch domain endpoint that you use to submit index and search requests.

Adds a key-value pair to endpoints.

To override the contents of this collection use set_endpoints.

Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

Map containing the Elasticsearch domain endpoints used to submit index and search requests. Example key, value: 'vpc','vpc-endpoint-h2dsd34efgyghrtguk5gt6j2foh4.us-east-1.es.amazonaws.com'.

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

The status of the Elasticsearch domain configuration. True if Amazon Elasticsearch Service is processing configuration changes. False if the configuration is active.

The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.

The status of an Elasticsearch domain version upgrade. True if Amazon Elasticsearch Service is undergoing a version upgrade. False if the configuration is active.

The type and number of instances in the domain cluster.

The type and number of instances in the domain cluster.

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

The EBSOptions for the specified domain. See Configuring EBS-based Storage for more information.

IAM access policy as a JSON-formatted string.

IAM access policy as a JSON-formatted string.

Specifies the status of the SnapshotOptions

Specifies the status of the SnapshotOptions

The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

The VPCOptions for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.

The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

The CognitoOptions for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.

Specifies the status of the EncryptionAtRestOptions.

Specifies the status of the EncryptionAtRestOptions.

Specifies the status of the NodeToNodeEncryptionOptions.

Specifies the status of the NodeToNodeEncryptionOptions.

Adds a key-value pair to advanced_options.

To override the contents of this collection use set_advanced_options.

Specifies the status of the AdvancedOptions

Specifies the status of the AdvancedOptions

Adds a key-value pair to log_publishing_options.

To override the contents of this collection use set_log_publishing_options.

Log publishing options for the given domain.

Log publishing options for the given domain.

The current status of the Elasticsearch domain's service software.

The current status of the Elasticsearch domain's service software.

The current status of the Elasticsearch domain's endpoint options.

The current status of the Elasticsearch domain's endpoint options.

The current status of the Elasticsearch domain's advanced security options.

The current status of the Elasticsearch domain's advanced security options.

The current status of the Elasticsearch domain's Auto-Tune options.

The current status of the Elasticsearch domain's Auto-Tune options.

Consumes the builder and constructs a ElasticsearchDomainStatus

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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