Profile
Source:
src/AWS/B2BI/Profile.ts
An AWS B2B Data Interchange (B2BI) customer profile. A profile is the mechanism used to model a distinct private network; you can have up to five profiles per account. Profiles are credential-free and fully self-service, so their lifecycle is directly testable.
Creating a Profile
Section titled “Creating a Profile”const profile = yield* B2BI.Profile("Acme", { name: "Acme Trading", businessName: "Acme Corp", phone: "+15555550100", email: "edi@acme.example",});Disabling CloudWatch Logging
Section titled “Disabling CloudWatch Logging”const profile = yield* B2BI.Profile("Acme", { name: "Acme Trading", businessName: "Acme Corp", phone: "+15555550100", logging: "DISABLED",});