Skip to main content

api_tags

Expands all tag keys and values for apis in a region

Overview

Nameapi_tags
TypeResource
DescriptionResource schema for AppSync Api
Idaws.appsync.api_tags

Fields

NameDatatypeDescription
api_idstringThe unique identifier for the AppSync Api generated by the service
api_arnstringThe Amazon Resource Name (ARN) of the AppSync Api
namestringThe name of the AppSync API.
owner_contactstringThe owner contact information for an API resource.
dnsobjectA map of DNS names for the AppSync API.
event_configobjectThe configuration for an Event Api
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all apis in a region.

SELECT
region,
api_id,
api_arn,
name,
owner_contact,
dns,
event_config,
tag_key,
tag_value
FROM aws.appsync.api_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the api_tags resource, see apis