Domain Domain Endpoint Options Args
data class DomainDomainEndpointOptionsArgs(val customEndpoint: Output<String>? = null, val customEndpointCertificateArn: Output<String>? = null, val customEndpointEnabled: Output<Boolean>? = null, val enforceHttps: Output<Boolean>? = null, val tlsSecurityPolicy: Output<String>? = null) : ConvertibleToJava<DomainDomainEndpointOptionsArgs>
Constructors
Properties
Link copied to clipboard
Fully qualified domain for your custom endpoint.
Link copied to clipboard
ACM certificate ARN for your custom endpoint.
Link copied to clipboard
Whether to enable custom endpoint for the Elasticsearch domain.
Link copied to clipboard
Whether or not to require HTTPS. Defaults to true
.
Link copied to clipboard
Name of the TLS security policy that needs to be applied to the HTTPS endpoint. Valid values: Policy-Min-TLS-1-0-2019-07
and Policy-Min-TLS-1-2-2019-07
. The provider will only perform drift detection if a configuration value is provided.