AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The current status of an Elasticsearch domain.

Inheritance Hierarchy

System.Object
  Amazon.Elasticsearch.Model.ElasticsearchDomainStatus

Namespace: Amazon.Elasticsearch.Model
Assembly: AWSSDK.Elasticsearch.dll
Version: 3.x.y.z

Syntax

C#
public class ElasticsearchDomainStatus

The ElasticsearchDomainStatus type exposes the following members

Constructors

NameDescription
Public Method ElasticsearchDomainStatus()

Properties

NameTypeDescription
Public Property AccessPolicies System.String

Gets and sets the property AccessPolicies.

IAM access policy as a JSON-formatted string.

Public Property AdvancedOptions System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property AdvancedOptions.

Specifies the status of the AdvancedOptions

Public Property AdvancedSecurityOptions Amazon.Elasticsearch.Model.AdvancedSecurityOptions

Gets and sets the property AdvancedSecurityOptions.

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

Public Property ARN System.String

Gets and sets the property ARN.

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

Public Property AutoTuneOptions Amazon.Elasticsearch.Model.AutoTuneOptionsOutput

Gets and sets the property AutoTuneOptions.

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

Public Property ChangeProgressDetails Amazon.Elasticsearch.Model.ChangeProgressDetails

Gets and sets the property ChangeProgressDetails.

Specifies change details of the domain configuration change.

Public Property CognitoOptions Amazon.Elasticsearch.Model.CognitoOptions

Gets and sets the property CognitoOptions.

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

Public Property Created System.Boolean

Gets and sets the property Created.

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

Public Property Deleted System.Boolean

Gets and sets the property Deleted.

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.

Public Property DomainEndpointOptions Amazon.Elasticsearch.Model.DomainEndpointOptions

Gets and sets the property DomainEndpointOptions.

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

Public Property DomainId System.String

Gets and sets the property DomainId.

The unique identifier for the specified Elasticsearch domain.

Public Property DomainName System.String

Gets and sets the property DomainName.

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).

Public Property DomainProcessingStatus Amazon.Elasticsearch.DomainProcessingStatusType

Gets and sets the property DomainProcessingStatus.

The status of any changes that are currently in progress for the domain.

Public Property EBSOptions Amazon.Elasticsearch.Model.EBSOptions

Gets and sets the property EBSOptions.

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

Public Property ElasticsearchClusterConfig Amazon.Elasticsearch.Model.ElasticsearchClusterConfig

Gets and sets the property ElasticsearchClusterConfig.

The type and number of instances in the domain cluster.

Public Property ElasticsearchVersion System.String

Gets and sets the property ElasticsearchVersion.

Public Property EncryptionAtRestOptions Amazon.Elasticsearch.Model.EncryptionAtRestOptions

Gets and sets the property EncryptionAtRestOptions.

Specifies the status of the EncryptionAtRestOptions.

Public Property Endpoint System.String

Gets and sets the property Endpoint.

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

Public Property Endpoints System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property 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'.

Public Property LogPublishingOptions System.Collections.Generic.Dictionary<System.String, Amazon.Elasticsearch.Model.LogPublishingOption>

Gets and sets the property LogPublishingOptions.

Log publishing options for the given domain.

Public Property ModifyingProperties System.Collections.Generic.List<Amazon.Elasticsearch.Model.ModifyingProperties>

Gets and sets the property ModifyingProperties.

Information about the domain properties that are currently being modified.

Public Property NodeToNodeEncryptionOptions Amazon.Elasticsearch.Model.NodeToNodeEncryptionOptions

Gets and sets the property NodeToNodeEncryptionOptions.

Specifies the status of the NodeToNodeEncryptionOptions.

Public Property Processing System.Boolean

Gets and sets the property Processing.

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

Public Property ServiceSoftwareOptions Amazon.Elasticsearch.Model.ServiceSoftwareOptions

Gets and sets the property ServiceSoftwareOptions.

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

Public Property SnapshotOptions Amazon.Elasticsearch.Model.SnapshotOptions

Gets and sets the property SnapshotOptions.

Specifies the status of the SnapshotOptions

Public Property UpgradeProcessing System.Boolean

Gets and sets the property UpgradeProcessing.

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

Public Property VPCOptions Amazon.Elasticsearch.Model.VPCDerivedInfo

Gets and sets the property VPCOptions.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5