Package version:

Interface BuildpackBindingLaunchProperties

Buildpack Binding Launch Properties

Hierarchy

  • BuildpackBindingLaunchProperties

Properties

Properties

properties?: {
    [propertyName: string]: string;
}

Non-sensitive properties for launchProperties

Type declaration

  • [propertyName: string]: string
secrets?: {
    [propertyName: string]: string;
}

Sensitive properties for launchProperties

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc