Configuration options which can be used to customize the behavior of a secret parameter.
Signature:
export interface SecretParamOptions
Properties
| Property | Type | Description |
|---|---|---|
| description | string | An optional long-form description of the parameter to be displayed while prompting. |
| label | string | An optional human-readable string to be used as a replacement for the parameter's name when prompting. |
params.SecretParamOptions.description
An optional long-form description of the parameter to be displayed while prompting.
Signature:
description?: string;
params.SecretParamOptions.label
An optional human-readable string to be used as a replacement for the parameter's name when prompting.
Signature:
label?: string;