Interface StackSettingsSecureConfigValue

A secret stack configuration entry.

interface StackSettingsSecureConfigValue {
    secure: string;
}

Properties

Properties

secure: string

Generated using TypeDoc