Amazon App Runner · Schema

ListConnectionsRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ConnectionName object
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-listconnectionsrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListConnectionsRequest",
  "type": "object",
  "properties": {
    "ConnectionName": {},
    "MaxResults": {},
    "NextToken": {}
  }
}