AWS Fundamentals Logo
AWS Fundamentals
AWS::B2BI::Capability

B2BI Capability

Definition of AWS::B2BI::Capability Resource Type

Properties

5 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Configuration
CapabilityConfiguration
Required
Name
string
Required
Type
string
RequiredCreate-only
InstructionsDocuments
Array<S3Location>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CapabilityArnstring-
CapabilityIdstring-
CreatedAtstring-
ModifiedAtstring-

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::Capability

Resources:
  MyResource:
    Type: AWS::B2BI::Capability
    Properties:
      Configuration: "value"
      Name: "my-name"
      Type: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

b2bi:CreateCapabilityb2bi:TagResourceevents:ListRulesevents:PutRuleevents:PutTargetslogs:CreateLogDeliverylogs:CreateLogGrouplogs:CreateLogStream

read

b2bi:GetCapabilityb2bi:ListTagsForResource

update

b2bi:TagResourceb2bi:UntagResourceb2bi:UpdateCapability

delete

b2bi:DeleteCapability

list

b2bi:ListCapabilities

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
Properties9
Required3
TaggingSupported
Primary IDCapabilityId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Type

External Links