accessor_tags
Expands all tag keys and values for accessors in a region
Overview
| Name | accessor_tags |
| Type | Resource |
| Description | Definition of AWS::ManagedBlockchain::com.amazonaws.taiga.webservice.api#Accessor Resource Type |
| Id | aws.managedblockchain.accessor_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
arn | string | |
billing_token | string | |
creation_date | string | |
id | string | |
status | string | |
accessor_type | string | |
network_type | 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 accessors in a region.
SELECT
region,
arn,
billing_token,
creation_date,
id,
status,
accessor_type,
network_type,
tag_key,
tag_value
FROM aws.managedblockchain.accessor_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the accessor_tags resource, see accessors