DomainAttributes
- class aws_cdk.aws_elasticsearch.DomainAttributes(*, domain_arn, domain_endpoint)
Bases:
object
(deprecated) Reference to an Elasticsearch domain.
- Parameters:
domain_arn (
str
) – (deprecated) The ARN of the Elasticsearch domain.domain_endpoint (
str
) – (deprecated) The domain endpoint of the Elasticsearch domain.
- Deprecated:
use opensearchservice module instead
- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_elasticsearch as elasticsearch domain_attributes = elasticsearch.DomainAttributes( domain_arn="domainArn", domain_endpoint="domainEndpoint" )
Attributes
- domain_arn
(deprecated) The ARN of the Elasticsearch domain.
- Deprecated:
use opensearchservice module instead
- Stability:
deprecated
- domain_endpoint
(deprecated) The domain endpoint of the Elasticsearch domain.
- Deprecated:
use opensearchservice module instead
- Stability:
deprecated