capabilities
Retrieves a list of capabilities
in a region
Overview
Name | capabilities |
Type | Resource |
Description | capabilities |
Id | awscc.b2bi.capabilities |
Fields
Name | Datatype | Description |
---|---|---|
capability_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
capability_id
FROM awscc.b2bi.capabilities
WHERE region = 'us-east-1'
Permissions
To operate on the capabilities
resource, the following permissions are required:
Create
b2bi:CreateCapability,
b2bi:TagResource,
events:ListRules,
events:PutRule,
events:PutTargets,
logs:CreateLogDelivery,
logs:CreateLogGroup,
logs:CreateLogStream,
logs:DescribeLogGroups,
logs:DescribeLogStreams,
logs:DescribeResourcePolicies,
logs:ListLogDeliveries,
logs:PutLogEvents,
logs:PutResourcePolicy,
s3:GetObject,
s3:ListBucket
List
b2bi:ListCapabilities