Amazon App Runner · Schema

CreateServiceRequest

CI/CDContainersDeploymentManaged ServiceServerlessWeb Applications

Properties

Name Type Description
ServiceName object
SourceConfiguration object
InstanceConfiguration object
Tags object
EncryptionConfiguration object
HealthCheckConfiguration object
AutoScalingConfigurationArn object
NetworkConfiguration object
ObservabilityConfiguration object
View JSON Schema on GitHub

JSON Schema

amazon-app-runner-createservicerequest-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "CreateServiceRequest",
  "type": "object",
  "properties": {
    "ServiceName": {},
    "SourceConfiguration": {},
    "InstanceConfiguration": {},
    "Tags": {},
    "EncryptionConfiguration": {},
    "HealthCheckConfiguration": {},
    "AutoScalingConfigurationArn": {},
    "NetworkConfiguration": {},
    "ObservabilityConfiguration": {}
  },
  "required": [
    "ServiceName",
    "SourceConfiguration"
  ]
}