AwsOpenSearchServiceDomainDetails
Information about an Amazon OpenSearch Service domain.
Contents
- AccessPolicies
-
IAM policy document that specifies the access policies for the OpenSearch Service domain.
Type: String
Pattern:
.*\S.*
Required: No
- AdvancedSecurityOptions
-
Specifies options for fine-grained access control.
Type: AwsOpenSearchServiceDomainAdvancedSecurityOptionsDetails object
Required: No
- Arn
-
The ARN of the OpenSearch Service domain.
Type: String
Pattern:
.*\S.*
Required: No
- ClusterConfig
-
Details about the configuration of an OpenSearch cluster.
Type: AwsOpenSearchServiceDomainClusterConfigDetails object
Required: No
- DomainEndpoint
-
The domain endpoint.
Type: String
Pattern:
.*\S.*
Required: No
- DomainEndpointOptions
-
Additional options for the domain endpoint.
Type: AwsOpenSearchServiceDomainDomainEndpointOptionsDetails object
Required: No
- DomainEndpoints
-
The domain endpoints. Used if the OpenSearch domain resides in a VPC.
This is a map of key-value pairs. The key is always
vpc
. The value is the endpoint.Type: String to string map
Key Pattern:
.*\S.*
Value Pattern:
.*\S.*
Required: No
- DomainName
-
The name of the endpoint.
Type: String
Pattern:
.*\S.*
Required: No
- EncryptionAtRestOptions
-
Details about the configuration for encryption at rest.
Type: AwsOpenSearchServiceDomainEncryptionAtRestOptionsDetails object
Required: No
- EngineVersion
-
The version of the domain engine.
Type: String
Pattern:
.*\S.*
Required: No
- Id
-
The identifier of the domain.
Type: String
Pattern:
.*\S.*
Required: No
- LogPublishingOptions
-
Configures the CloudWatch Logs to publish for the OpenSearch domain.
Type: AwsOpenSearchServiceDomainLogPublishingOptionsDetails object
Required: No
- NodeToNodeEncryptionOptions
-
Details about the configuration for node-to-node encryption.
Type: AwsOpenSearchServiceDomainNodeToNodeEncryptionOptionsDetails object
Required: No
- ServiceSoftwareOptions
-
Information about the status of a domain relative to the latest service software.
Type: AwsOpenSearchServiceDomainServiceSoftwareOptionsDetails object
Required: No
- VpcOptions
-
Information that OpenSearch Service derives based on
VPCOptions
for the domain.Type: AwsOpenSearchServiceDomainVpcOptionsDetails object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: