Amazon App Runner · Schema

ListAutoScalingConfigurationsRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
AutoScalingConfigurationName object
LatestOnly object
MaxResults object
NextToken object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-listautoscalingconfigurationsrequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListAutoScalingConfigurationsRequest",
  "type": "object",
  "properties": {
    "AutoScalingConfigurationName": {},
    "LatestOnly": {},
    "MaxResults": {},
    "NextToken": {}
  }
}