Amazon App Runner · Schema

DisassociateCustomDomainRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

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

JSON Schema

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