@pulumi/policy - v1.21.0
    Preparing search index...

    Class Secret

    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.

    Index

    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.