Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / operations/mrt / CreateProjectOptions

Interface: CreateProjectOptions

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:150

Options for creating an MRT project.

Properties

name

name: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:154

User-friendly name for the project.


organization

organization: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:164

Organization slug to create the project in.


origin?

optional origin: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:180

MRT API origin URL.

Default

ts
"https://cloud.mobify.com"

slug?

optional slug: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:159

Project slug/identifier (auto-generated if not provided).


ssrRegion?

optional ssrRegion: "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-south-2" | "ap-northeast-2" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-3" | "ap-northeast-1" | "ap-northeast-3" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "eu-south-1" | "il-central-1" | "me-central-1" | "sa-east-1"

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:174

Default AWS region for new targets.


url?

optional url: string

Defined in: packages/b2c-tooling-sdk/src/operations/mrt/project.ts:169

Project URL.

Released under the Apache-2.0 License.