Skip to main content

service_tags

Expands all tag keys and values for services in a region

Overview

Nameservice_tags
TypeResource
DescriptionThe AWS::AppRunner::Service resource specifies an AppRunner Service.
Idaws.apprunner.service_tags

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_configurationobjectSource Code configuration
instance_configurationobjectInstance Configuration
encryption_configurationobjectEncryption configuration (KMS key)
health_check_configurationobjectHealth check configuration
observability_configurationobjectService observability configuration
auto_scaling_configuration_arnstringAutoscaling configuration ARN
network_configurationobjectNetwork configuration
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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