service
Gets an individual service
resource
Overview
Name | service |
Type | Resource |
Description | service |
Id | awscc.apprunner.service |
Fields
Name | Datatype | Description |
---|---|---|
service_name | string | The AppRunner Service Name. |
service_id | string | The AppRunner Service Id |
service_arn | string | The Amazon Resource Name (ARN) of the AppRunner Service. |
service_url | string | The Service Url of the AppRunner Service. |
status | string | AppRunner Service status. |
source_configuration | object | |
instance_configuration | object | |
tags | array | |
encryption_configuration | object | |
health_check_configuration | object | |
observability_configuration | object | |
auto_scaling_configuration_arn | string | Autoscaling configuration ARN |
network_configuration | object | |
region | string | AWS 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