Amazon API Gateway · JSON Structure

Amazon Api Gateway Createdomainnamerequest Structure

Type: record Properties: 0
GatewayHTTP APIREST APIServerlessWebSocket

CreateDomainNameRequest 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": "CreateDomainNameRequest",
  "type": "record",
  "fields": [
    {
      "name": "domainName",
      "type": "string"
    },
    {
      "name": "certificateName",
      "type": "string"
    },
    {
      "name": "certificateBody",
      "type": "string"
    },
    {
      "name": "certificatePrivateKey",
      "type": "string"
    },
    {
      "name": "certificateChain",
      "type": "string"
    },
    {
      "name": "certificateArn",
      "type": "string"
    },
    {
      "name": "regionalCertificateName",
      "type": "string"
    },
    {
      "name": "regionalCertificateArn",
      "type": "string"
    },
    {
      "name": "endpointConfiguration",
      "type": "string"
    },
    {
      "name": "tags",
      "type": "object"
    },
    {
      "name": "securityPolicy",
      "type": "string"
    },
    {
      "name": "mutualTlsAuthentication",
      "type": "object"
    }
  ]
}