AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::B2BI::Capability

CfnCapability

Instantiates a capability based on the specified parameters. A trading capability contains the information required to transform incoming EDI documents into JSON or XML outputs.

Import

import { CfnCapability } from 'aws-cdk-lib/aws-b2bi';

Or use the module namespace:

import * as b2bi from 'aws-cdk-lib/aws-b2bi';
// b2bi.CfnCapability

Properties

Configuration passed to the constructor as CfnCapabilityProps.

configurationRequired
IResolvable | CapabilityConfigurationProperty

Specifies a structure that contains the details for a capability.

nameRequired
string

The display name of the capability.

typeRequired
string

Returns the type of the capability. Currently, only `edi` is supported.

instructionsDocumentsOptional
IResolvable | IResolvable | S3LocationProperty[]

Specifies one or more locations in Amazon S3, each specifying an EDI document that can be used with this capability. Each item contains the name of the bucket and the key, to identify the document's location.

tagsOptional
CfnTag[]

Specifies the key-value pairs assigned to ARNs that you can use to group and search for resources by type. You can attach this metadata to resources (capabilities, partnerships, and so on) for any purpose.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-b2bi
CFN TypeAWS::B2BI::Capability
Properties5

External Links