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