capability
Gets an individual capability
resource
Overview
Name | capability |
Type | Resource |
Description | capability |
Id | awscc.b2bi.capability |
Fields
Name | Datatype | Description |
---|---|---|
capability_arn | string | |
capability_id | string | |
configuration | undefined | |
created_at | string | |
instructions_documents | array | |
modified_at | string | |
name | string | |
tags | array | |
type | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
capability_arn,
capability_id,
configuration,
created_at,
instructions_documents,
modified_at,
name,
tags,
type
FROM awscc.b2bi.capability
WHERE data__Identifier = '<CapabilityId>';
Permissions
To operate on the capability
resource, the following permissions are required:
Read
b2bi:GetCapability,
b2bi:ListTagsForResource
Update
b2bi:TagResource,
b2bi:UntagResource,
b2bi:UpdateCapability
Delete
b2bi:DeleteCapability