Infra: {
    description?: string;
    name: string;
    plugins: PluginRequest[];
    repo?: string;
    repoBaseBranch: string;
    sharedInfraId?: string;
    stack: string;
    stackVersionId: string;
    starterId?: string;
}

Type declaration

  • Optionaldescription?: string

    SharedInfra description.

  • name: string

    SharedInfra name.

  • plugins: PluginRequest[]
  • Optionalrepo?: string

    SharedInfra repository url.

  • repoBaseBranch: string

    SharedInfra repository base branch.

  • OptionalsharedInfraId?: string

    Shared Infrastructure apiId that will be used in case of retry.

  • stack: string
  • stackVersionId: string

    Stack used to generate this shared infra.

  • OptionalstarterId?: string

    Starter Id used to generate this shared infra.