Amazon App Runner · Schema

AssociateCustomDomainRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ServiceArn object
DomainName object
EnableWWWSubdomain object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-associatecustomdomainrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "AssociateCustomDomainRequest",
  "type": "object",
  "properties": {
    "ServiceArn": {},
    "DomainName": {},
    "EnableWWWSubdomain": {}
  },
  "required": [
    "ServiceArn",
    "DomainName"
  ]
}