AWS App Runner · Example Payload

App Runner Custom Domain Example

CI/CDContainersDeploymentMicroservicesServerless

App Runner Custom Domain Example is an example object payload from AWS App Runner, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

DomainNameEnableWWWSubdomainCertificateValidationRecordsStatus

Example Payload

Raw ↑
{
  "DomainName": "my-app-service",
  "EnableWWWSubdomain": true,
  "CertificateValidationRecords": [
    {
      "Name": "my-app-service",
      "Type": "example-value",
      "Value": "example-value",
      "Status": "PENDING_VALIDATION"
    }
  ],
  "Status": "CREATING"
}