ElasticsearchDomainStatus class
The current status of an Elasticsearch domain.
Constructors
-
ElasticsearchDomainStatus({required String arn, required String domainId, required String domainName, required ElasticsearchClusterConfig elasticsearchClusterConfig, String? accessPolicies, Map<
String, String> ? advancedOptions, AdvancedSecurityOptions? advancedSecurityOptions, CognitoOptions? cognitoOptions, bool? created, bool? deleted, DomainEndpointOptions? domainEndpointOptions, EBSOptions? eBSOptions, String? elasticsearchVersion, EncryptionAtRestOptions? encryptionAtRestOptions, String? endpoint, Map<String, String> ? endpoints, Map<LogType, LogPublishingOption> ? logPublishingOptions, NodeToNodeEncryptionOptions? nodeToNodeEncryptionOptions, bool? processing, ServiceSoftwareOptions? serviceSoftwareOptions, SnapshotOptions? snapshotOptions, bool? upgradeProcessing, VPCDerivedInfo? vPCOptions}) -
ElasticsearchDomainStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessPolicies → String?
-
IAM access policy as a JSON-formatted string.
final
-
advancedOptions
→ Map<
String, String> ? -
Specifies the status of the
AdvancedOptions
final - advancedSecurityOptions → AdvancedSecurityOptions?
-
The current status of the Elasticsearch domain's advanced security options.
final
- arn → String
-
The Amazon resource name (ARN) of an Elasticsearch domain. See Identifiers for IAM Entities in Using AWS Identity
and Access Management for more information.
final
- cognitoOptions → CognitoOptions?
-
The
CognitoOptions
for the specified domain. For more information, see Amazon Cognito Authentication for Kibana.final - created → bool?
-
The domain creation status.
True
if the creation of an Elasticsearch domain is complete.False
if domain creation is still in progress.final - deleted → bool?
-
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.final - domainEndpointOptions → DomainEndpointOptions?
-
The current status of the Elasticsearch domain's endpoint options.
final
- domainId → String
-
The unique identifier for the specified Elasticsearch domain.
final
- domainName → String
-
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).
final
- eBSOptions → EBSOptions?
-
The
EBSOptions
for the specified domain. See Configuring EBS-based Storage for more information.final - elasticsearchClusterConfig → ElasticsearchClusterConfig
-
The type and number of instances in the domain cluster.
final
- elasticsearchVersion → String?
-
final
- encryptionAtRestOptions → EncryptionAtRestOptions?
-
Specifies the status of the
EncryptionAtRestOptions
.final - endpoint → String?
-
The Elasticsearch domain endpoint that you use to submit index and search
requests.
final
-
endpoints
→ Map<
String, String> ? -
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'
.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
logPublishingOptions
→ Map<
LogType, LogPublishingOption> ? -
Log publishing options for the given domain.
final
- nodeToNodeEncryptionOptions → NodeToNodeEncryptionOptions?
-
Specifies the status of the
NodeToNodeEncryptionOptions
.final - processing → bool?
-
The status of the Elasticsearch domain configuration.
True
if Amazon Elasticsearch Service is processing configuration changes.False
if the configuration is active.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceSoftwareOptions → ServiceSoftwareOptions?
-
The current status of the Elasticsearch domain's service software.
final
- snapshotOptions → SnapshotOptions?
-
Specifies the status of the
SnapshotOptions
final - upgradeProcessing → bool?
-
The status of an Elasticsearch domain version upgrade.
True
if Amazon Elasticsearch Service is undergoing a version upgrade.False
if the configuration is active.final - vPCOptions → VPCDerivedInfo?
-
The
VPCOptions
for the specified domain. For more information, see VPC Endpoints for Amazon Elasticsearch Service Domains.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited