Secret allows values to be marked as sensitive, such that the Pulumi engine will encrypt them as normal with Pulumi secrets upon seeing one returned from a remediation.

Constructors

Properties

Constructors

  • Constructs a new secret value that will be encrypted.

    Parameters

    • value: any

      The plaintext value to turn into a secret.

    Returns Secret

Properties

value: any

The underlying plaintext value.

Generated using TypeDoc