AWS::B2BI::ProfileDefinition of AWS::B2BI::Profile Resource Type
6 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BusinessName | string | Required |
Logging | string | RequiredCreate-only |
Name | string | Required |
Phone | string | Required |
Email | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
LogGroupName | string | - |
ModifiedAt | string | - |
ProfileArn | string | - |
ProfileId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::B2BI::Profile
Resources:
MyResource:
Type: AWS::B2BI::Profile
Properties:
BusinessName: "my-businessname"
Logging: "value"
Name: "my-name"
Phone: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
b2bi:CreateProfileb2bi:TagResourcelogs:CreateLogDeliverylogs:CreateLogGrouplogs:CreateLogStreamlogs:DescribeLogGroupslogs:DescribeLogStreamslogs:DescribeResourcePoliciesb2bi:GetProfileb2bi:ListTagsForResourceb2bi:TagResourceb2bi:UntagResourceb2bi:UpdateProfileb2bi:DeleteProfilelogs:DeleteLogDeliverylogs:ListLogDeliveriesb2bi:ListProfilesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProfileIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Logging