service_tags
Expands all tag keys and values for services
in a region
Overview
Name | service_tags |
Type | Resource |
Description | The AWS::AppRunner::Service resource specifies an AppRunner Service. |
Id | aws.apprunner.service_tags |
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 | Source Code configuration |
instance_configuration | object | Instance Configuration |
encryption_configuration | object | Encryption configuration (KMS key) |
health_check_configuration | object | Health check configuration |
observability_configuration | object | Service observability configuration |
auto_scaling_configuration_arn | string | Autoscaling configuration ARN |
network_configuration | object | Network configuration |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all services
in a region.
SELECT
region,
service_name,
service_id,
service_arn,
service_url,
status,
source_configuration,
instance_configuration,
encryption_configuration,
health_check_configuration,
observability_configuration,
auto_scaling_configuration_arn,
network_configuration,
tag_key,
tag_value
FROM aws.apprunner.service_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the service_tags
resource, see services