{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Service", "description": "

Describes an App Runner service. It can describe a service in any state, including deleted services.

This type contains the full information about a service, including configuration details. It's returned by the CreateService, DescribeService, and DeleteService actions. A subset of this information is returned by the ListServices action using the ServiceSummary type.

", "type": "object", "properties": { "ServiceName": {}, "ServiceId": {}, "ServiceArn": {}, "ServiceUrl": {}, "CreatedAt": {}, "UpdatedAt": {}, "DeletedAt": {}, "Status": {}, "SourceConfiguration": {}, "InstanceConfiguration": {}, "EncryptionConfiguration": {}, "HealthCheckConfiguration": {}, "AutoScalingConfigurationSummary": {}, "NetworkConfiguration": {}, "ObservabilityConfiguration": {} }, "required": [ "ServiceName", "ServiceId", "ServiceArn", "CreatedAt", "UpdatedAt", "Status", "SourceConfiguration", "InstanceConfiguration", "AutoScalingConfigurationSummary", "NetworkConfiguration" ] }