capability_tags
Expands all tag keys and values for capabilities
in a region
Overview
Name | capability_tags |
Type | Resource |
Description | Definition of AWS::B2BI::Capability Resource Type |
Id | aws.b2bi.capability_tags |
Fields
Name | Datatype | Description |
---|---|---|
capability_arn | string | |
capability_id | string | |
configuration | undefined | |
created_at | string | |
instructions_documents | array | |
modified_at | string | |
name | string | |
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 capabilities
in a region.
SELECT
region,
capability_arn,
capability_id,
configuration,
created_at,
instructions_documents,
modified_at,
name,
type,
tag_key,
tag_value
FROM aws.b2bi.capability_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the capability_tags
resource, see capabilities