Amazon App Runner · Schema

CertificateValidationRecord

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain.

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
Name object
Type object
Value object
Status object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-certificatevalidationrecord-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CertificateValidationRecord",
  "description": "Describes a certificate CNAME record to add to your DNS. For more information, see <a href=\"https://docs.aws.amazon.com/apprunner/latest/api/API_AssociateCustomDomain.html\">AssociateCustomDomain</a>.",
  "type": "object",
  "properties": {
    "Name": {},
    "Type": {},
    "Value": {},
    "Status": {}
  }
}