AWS Fundamentals Logo
AWS Fundamentals
AWS::B2BI::Profile

B2BI Profile

Definition of AWS::B2BI::Profile Resource Type

Properties

6 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
BusinessName
string
Required
Logging
string
RequiredCreate-only
Name
string
Required
Phone
string
Required
Email
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstring-
LogGroupNamestring-
ModifiedAtstring-
ProfileArnstring-
ProfileIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

b2bi:CreateProfileb2bi:TagResourcelogs:CreateLogDeliverylogs:CreateLogGrouplogs:CreateLogStreamlogs:DescribeLogGroupslogs:DescribeLogStreamslogs:DescribeResourcePolicies

read

b2bi:GetProfileb2bi:ListTagsForResource

update

b2bi:TagResourceb2bi:UntagResourceb2bi:UpdateProfile

delete

b2bi:DeleteProfilelogs:DeleteLogDeliverylogs:ListLogDeliveries

list

b2bi:ListProfiles

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceB2BI
Properties11
Required4
TaggingSupported
Primary IDProfileId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Logging

External Links