Skip to content

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.

const profile = yield* B2BI.Profile("Acme", {
name: "Acme Trading",
businessName: "Acme Corp",
phone: "+15555550100",
email: "edi@acme.example",
});
const profile = yield* B2BI.Profile("Acme", {
name: "Acme Trading",
businessName: "Acme Corp",
phone: "+15555550100",
logging: "DISABLED",
});