Skip to main content

service

Gets an individual service resource

Overview

Nameservice
TypeResource
Descriptionservice
Idawscc.apprunner.service

Fields

NameDatatypeDescription
service_namestringThe AppRunner Service Name.
service_idstringThe AppRunner Service Id
service_arnstringThe Amazon Resource Name (ARN) of the AppRunner Service.
service_urlstringThe Service Url of the AppRunner Service.
statusstringAppRunner Service status.
source_configurationobject
instance_configurationobject
tagsarray
encryption_configurationobject
health_check_configurationobject
observability_configurationobject
auto_scaling_configuration_arnstringAutoscaling configuration ARN
network_configurationobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
service_name,
service_id,
service_arn,
service_url,
status,
source_configuration,
instance_configuration,
tags,
encryption_configuration,
health_check_configuration,
observability_configuration,
auto_scaling_configuration_arn,
network_configuration
FROM awscc.apprunner.service
WHERE data__Identifier = '<ServiceArn>';

Permissions

To operate on the service resource, the following permissions are required:

Read

apprunner:DescribeService

Update

apprunner:UpdateService,
iam:PassRole

Delete

apprunner:DeleteService