Partnership
Source:
src/AWS/B2BI/Partnership.ts
An AWS B2B Data Interchange (B2BI) partnership. A partnership connects a
customer Profile to a trading partner and enables a set of
capabilities for exchanging EDI documents.
Creating a Partnership
Section titled “Creating a Partnership”const partnership = yield* B2BI.Partnership("AcmeToPartner", { profileId: profile.profileId, name: "acme-partner", email: "edi@partner.example", capabilities: [capability.capabilityId],});