{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-schema/openapi-domain-endpoint-options-schema.json",
"title": "DomainEndpointOptions",
"description": "Options to configure endpoint for the Elasticsearch domain.",
"type": "object",
"properties": {
"EnforceHTTPS": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "Specify if only HTTPS endpoint should be enabled for the Elasticsearch domain."
}
]
},
"TLSSecurityPolicy": {
"allOf": [
{
"$ref": "#/components/schemas/TLSSecurityPolicy"
},
{
"description": "Specify the TLS security policy that needs to be applied to the HTTPS endpoint of Elasticsearch domain.
It can be one of the following values: