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