Amazon App Runner · Schema

CreateConnectionRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConnectionName object
ProviderType object
Tags object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-createconnectionrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateConnectionRequest",
  "type": "object",
  "properties": {
    "ConnectionName": {},
    "ProviderType": {},
    "Tags": {}
  },
  "required": [
    "ConnectionName",
    "ProviderType"
  ]
}