AWS::B2BI::CapabilityInstantiates 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 { CfnCapability } from 'aws-cdk-lib/aws-b2bi';Or use the module namespace:
import * as b2bi from 'aws-cdk-lib/aws-b2bi';
// b2bi.CfnCapabilityConfiguration passed to the constructor as CfnCapabilityProps.
configurationRequiredIResolvable | CapabilityConfigurationPropertySpecifies a structure that contains the details for a capability.
nameRequiredstringThe display name of the capability.
typeRequiredstringReturns the type of the capability. Currently, only `edi` is supported.
instructionsDocumentsOptionalIResolvable | 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.
tagsOptionalCfnTag[]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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-b2biAWS::B2BI::Capability