Amazon App Runner · Schema

DeleteConnectionRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConnectionArn object
View JSON Schema on GitHub

JSON Schema

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