Amazon API Gateway · Example Payload

Amazon Api Gateway Createdomainnamerequest Example

GatewayHTTP APIREST APIServerlessWebSocket

Amazon Api Gateway Createdomainnamerequest Example is an example object payload from Amazon API Gateway, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

domainNamecertificateNamecertificateBodycertificatePrivateKeycertificateChaincertificateArnregionalCertificateNameregionalCertificateArnendpointConfigurationtagssecurityPolicymutualTlsAuthentication

Example Payload

Raw ↑
{
  "domainName": "example-domainName",
  "certificateName": "example-certificateName",
  "certificateBody": "example-certificateBody",
  "certificatePrivateKey": "example-certificatePrivateKey",
  "certificateChain": "example-certificateChain",
  "certificateArn": "example-certificateArn",
  "regionalCertificateName": "example-regionalCertificateName",
  "regionalCertificateArn": "example-regionalCertificateArn",
  "endpointConfiguration": "example-endpointConfiguration",
  "tags": {},
  "securityPolicy": "TLS_1_0",
  "mutualTlsAuthentication": {}
}