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.
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Service",
"description": "<p>Describes an App Runner service. It can describe a service in any state, including deleted services.</p> <p>This type contains the full information about a service, including configuration details. It's returned by the <a href=\"https://docs.aws.amazon.com/apprunner/latest/api/API_CreateService.html\">CreateService</a>, <a href=\"https://docs.aws.amazon.com/apprunner/latest/api/API_DescribeService.html\">DescribeService</a>, and <a href=\"https://docs.aws.amazon.com/apprunner/latest/api/API_DeleteService.html\">DeleteService</a> actions. A subset of this information is returned by the <a href=\"https://docs.aws.amazon.com/apprunner/latest/api/API_ListServices.html\">ListServices</a> action using the <a href=\"https://docs.aws.amazon.com/apprunner/latest/api/API_ServiceSummary.html\">ServiceSummary</a> type.</p>",
"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"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.