AwsElasticsearchDomainDetails
Information about an Elasticsearch domain.
Contents
- AccessPolicies
-
IAM policy document specifying the access policies for the new Elasticsearch domain.
Type: String
Pattern:
.*\S.*
Required: No
- DomainEndpointOptions
-
Additional options for the domain endpoint.
Type: AwsElasticsearchDomainDomainEndpointOptions object
Required: No
- DomainId
-
Unique identifier for an Elasticsearch domain.
Type: String
Pattern:
.*\S.*
Required: No
- DomainName
-
Name of an Elasticsearch domain.
Domain names are unique across all domains owned by the same account within an AWS Region.
Domain names must start with a lowercase letter and must be between 3 and 28 characters.
Valid characters are a-z (lowercase only), 0-9, and – (hyphen).
Type: String
Pattern:
.*\S.*
Required: No
- ElasticsearchClusterConfig
-
Information about an OpenSearch cluster configuration.
Type: AwsElasticsearchDomainElasticsearchClusterConfigDetails object
Required: No
- ElasticsearchVersion
-
OpenSearch version.
Type: String
Pattern:
.*\S.*
Required: No
- EncryptionAtRestOptions
-
Details about the configuration for encryption at rest.
Type: AwsElasticsearchDomainEncryptionAtRestOptions object
Required: No
- Endpoint
-
Domain-specific endpoint used to submit index, search, and data upload requests to an Elasticsearch domain.
The endpoint is a service URL.
Type: String
Pattern:
.*\S.*
Required: No
- Endpoints
-
The key-value pair that exists if the Elasticsearch domain uses VPC endpoints.
Type: String to string map
Key Pattern:
.*\S.*
Value Pattern:
.*\S.*
Required: No
- LogPublishingOptions
-
Configures the CloudWatch Logs to publish for the Elasticsearch domain.
Type: AwsElasticsearchDomainLogPublishingOptions object
Required: No
- NodeToNodeEncryptionOptions
-
Details about the configuration for node-to-node encryption.
Type: AwsElasticsearchDomainNodeToNodeEncryptionOptions object
Required: No
- ServiceSoftwareOptions
-
Information about the status of a domain relative to the latest service software.
Type: AwsElasticsearchDomainServiceSoftwareOptions object
Required: No
- VPCOptions
-
Information that OpenSearch derives based on
VPCOptions
for the domain.Type: AwsElasticsearchDomainVPCOptions object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: