AWS::B2BI::CapabilityDefinition of AWS::B2BI::Capability Resource Type
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Configuration | CapabilityConfiguration | Required |
Name | string | Required |
Type | string | RequiredCreate-only |
InstructionsDocuments | Array<S3Location> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CapabilityArn | string | - |
CapabilityId | string | - |
CreatedAt | string | - |
ModifiedAt | string | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
b2bi:CreateCapabilityb2bi:TagResourceevents:ListRulesevents:PutRuleevents:PutTargetslogs:CreateLogDeliverylogs:CreateLogGrouplogs:CreateLogStreamb2bi:GetCapabilityb2bi:ListTagsForResourceb2bi:TagResourceb2bi:UntagResourceb2bi:UpdateCapabilityb2bi:DeleteCapabilityb2bi:ListCapabilitiesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterCapabilityIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Type