Skip to main content

profile

Gets an individual profile resource

Overview

Nameprofile
TypeResource
Descriptionprofile
Idawscc.b2bi.profile

Fields

NameDatatypeDescription
business_namestring
created_atstring
emailstring
log_group_namestring
loggingstring
modified_atstring
namestring
phonestring
profile_arnstring
profile_idstring
tagsarray
regionstringAWS 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