BuildpackBindingLaunchProperties interface
Buildpack 绑定启动属性
属性
| properties | launchProperties 的非敏感属性 |
| secrets | launchProperties 的敏感属性 |
属性详细信息
properties
launchProperties 的非敏感属性
properties?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
secrets
launchProperties 的敏感属性
secrets?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}