RecreateSharedInfraRequest: {
    description?: string;
    name: string;
    repoBaseBranch: string;
    repoUrl?: string;
    stackVersionId: string;
    starterId?: string;
}

Type declaration

  • Optionaldescription?: string

    Shared infrastructure description.

  • name: string

    Shared infrastructure name.

  • repoBaseBranch: string

    Shared infrastructure repository base branch.

  • OptionalrepoUrl?: string

    Shared infrastructure repository url.

  • stackVersionId: string

    Stack used to generate this shared infrastructure.

  • OptionalstarterId?: string

    Starter used to generate this shared infrastructure.