Amazon OpenSearch Service API · JSON Structure

Openapi Domain Name Fqdn Structure

DomainNameFqdn schema from Amazon OpenSearch Service API

Type: string Properties: 0
AnalyticsElasticsearchSearch

DomainNameFqdn is a JSON Structure definition published by Amazon OpenSearch Service API. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-opensearch/refs/heads/main/json-structure/openapi-domain-name-fqdn-structure.json",
  "name": "DomainNameFqdn",
  "description": "DomainNameFqdn schema from Amazon OpenSearch Service API",
  "type": "string",
  "pattern": "^(((?!-)[A-Za-z0-9-]{0,62}[A-Za-z0-9])\\.)+((?!-)[A-Za-z0-9-]{1,62}[A-Za-z0-9])$"
}