{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-domain-endpoint-options-structure.json",
"name": "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: