class Aws::ElasticsearchService::Types::DomainEndpointOptions
@return [String]
Specify ACM certificate ARN for your custom endpoint.
@!attribute [rw] custom_endpoint_certificate_arn
@return [String]
Specify the fully qualified domain for your custom endpoint.
@!attribute [rw] custom_endpoint
@return [Boolean]
domain.
Specify if custom endpoint should be enabled for the Elasticsearch
@!attribute [rw] custom_endpoint_enabled
@return [String]
supports only TLSv1.2
* Policy-Min-TLS-1-2-2019-07: TLS security policy which
supports TLSv1.0 and higher.
Policy-Min-TLS-1-0-2019-07: TLS security policy which
It can be one of the following values: *
HTTPS endpoint of Elasticsearch domain.
Specify the TLS security policy that needs to be applied to the
@!attribute [rw] tls_security_policy
@return [Boolean]
Elasticsearch domain.
Specify if only HTTPS endpoint should be enabled for the
@!attribute [rw] enforce_https
}
custom_endpoint_certificate_arn: “ARN”,
custom_endpoint: “DomainNameFqdn”,
custom_endpoint_enabled: false,
tls_security_policy: “Policy-Min-TLS-1-0-2019-07”, # accepts Policy-Min-TLS-1-0-2019-07, Policy-Min-TLS-1-2-2019-07
enforce_https: false,
{
data as a hash:
@note When making an API call, you may pass DomainEndpointOptions
Options to configure endpoint for the Elasticsearch domain.