@pulumi/pulumi - v3.253.0
Preparing search index...
automation
StackSettings
Interface StackSettings
A description of a
Stack
's configuration and encryption metadata.
interface
StackSettings
{
config
?:
{
[
key
:
string
]:
any
}
;
encryptedKey
?:
string
;
encryptionSalt
?:
string
;
secretsProvider
?:
string
;
}
Index
Properties
config?
encrypted
Key?
encryption
Salt?
secrets
Provider?
Properties
Optional
config
config
?:
{
[
key
:
string
]:
any
}
Optional
encrypted
Key
encryptedKey
?:
string
Optional
encryption
Salt
encryptionSalt
?:
string
Optional
secrets
Provider
secretsProvider
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
config
encrypted
Key
encryption
Salt
secrets
Provider
@pulumi/pulumi - v3.253.0
Loading...
A description of a Stack's configuration and encryption metadata.