Skip to main content

service_tags

Expands all tag keys and values for services in a region

Overview

Nameservice_tags
TypeResource
DescriptionDefinition of AWS::RefactorSpaces::Service Resource Type
Idaws.refactorspaces.service_tags

Fields

NameDatatypeDescription
arnstring
application_identifierstring
descriptionstring
endpoint_typestring
environment_identifierstring
lambda_endpointobject
namestring
service_identifierstring
url_endpointobject
vpc_idstring
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,
arn,
application_identifier,
description,
endpoint_type,
environment_identifier,
lambda_endpoint,
name,
service_identifier,
url_endpoint,
vpc_id,
tag_key,
tag_value
FROM aws.refactorspaces.service_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the service_tags resource, see services