@pulumi/pulumi - v3.242.0
    Preparing search index...

    Interface ConfigValue

    An input to/output from a pulumi config command.

    interface ConfigValue {
        secret?: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    secret?: boolean

    True if and only if this configuration value is a secret.

    value: string

    The underlying configuration value.