api_tags
Expands all tag keys and values for apis
in a region
Overview
Name | api_tags |
Type | Resource |
Description | Resource schema for AppSync Api |
Id | aws.appsync.api_tags |
Fields
Name | Datatype | Description |
---|---|---|
api_id | string | The unique identifier for the AppSync Api generated by the service |
api_arn | string | The Amazon Resource Name (ARN) of the AppSync Api |
name | string | The name of the AppSync API. |
owner_contact | string | The owner contact information for an API resource. |
dns | object | A map of DNS names for the AppSync API. |
event_config | object | The configuration for an Event Api |
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 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