service_tags
Expands all tag keys and values for services
in a region
Overview
Name | service_tags |
Type | Resource |
Description | Definition of AWS::RefactorSpaces::Service Resource Type |
Id | aws.refactorspaces.service_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
application_identifier | string | |
description | string | |
endpoint_type | string | |
environment_identifier | string | |
lambda_endpoint | object | |
name | string | |
service_identifier | string | |
url_endpoint | object | |
vpc_id | string | |
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,
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