profile
Gets an individual profile
resource
Overview
Name | profile |
Type | Resource |
Description | profile |
Id | awscc.b2bi.profile |
Fields
Name | Datatype | Description |
---|---|---|
business_name | string | |
created_at | string | |
email | string | |
log_group_name | string | |
logging | string | |
modified_at | string | |
name | string | |
phone | string | |
profile_arn | string | |
profile_id | string | |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
business_name,
created_at,
email,
log_group_name,
logging,
modified_at,
name,
phone,
profile_arn,
profile_id,
tags
FROM awscc.b2bi.profile
WHERE data__Identifier = '<ProfileId>';
Permissions
To operate on the profile
resource, the following permissions are required:
Read
b2bi:GetProfile,
b2bi:ListTagsForResource
Update
b2bi:TagResource,
b2bi:UntagResource,
b2bi:UpdateProfile
Delete
b2bi:DeleteProfile,
logs:DeleteLogDelivery,
logs:ListLogDeliveries