Amazon API Gateway · JSON Structure

Amazon Api Gateway Domainname Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

DomainName is a JSON Structure definition published by Amazon API Gateway. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "name": "DomainName",
  "type": "record",
  "fields": [
    {
      "name": "domainName",
      "type": "string"
    },
    {
      "name": "certificateName",
      "type": "string"
    },
    {
      "name": "certificateArn",
      "type": "string"
    },
    {
      "name": "certificateUploadDate",
      "type": "datetime"
    },
    {
      "name": "regionalDomainName",
      "type": "string"
    },
    {
      "name": "regionalHostedZoneId",
      "type": "string"
    },
    {
      "name": "regionalCertificateName",
      "type": "string"
    },
    {
      "name": "regionalCertificateArn",
      "type": "string"
    },
    {
      "name": "distributionDomainName",
      "type": "string"
    },
    {
      "name": "distributionHostedZoneId",
      "type": "string"
    },
    {
      "name": "endpointConfiguration",
      "type": "string"
    },
    {
      "name": "domainNameStatus",
      "type": "string"
    },
    {
      "name": "domainNameStatusMessage",
      "type": "string"
    },
    {
      "name": "securityPolicy",
      "type": "string"
    },
    {
      "name": "tags",
      "type": "object"
    },
    {
      "name": "mutualTlsAuthentication",
      "type": "object"
    }
  ]
}