Class StackSettings
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class StackSettings
Properties
View SourceConfig
This is an optional configuration bag.
Declaration
public IDictionary<string, StackSettingsConfigValue>? Config { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, StackSettingsConfigValue> |
EncryptedKey
This is the KMS-encrypted ciphertext for the data key used for secrets encryption. Only used for cloud-based secrets providers.
Declaration
[YamlMember(Alias = "encryptedkey")]
[JsonPropertyName("encryptedkey")]
public string? EncryptedKey { get; set; }
Property Value
Type | Description |
---|---|
string |
EncryptionSalt
This is this stack's base64 encoded encryption salt. Only used for passphrase-based secrets providers.
Declaration
[YamlMember(Alias = "encryptionsalt")]
[JsonPropertyName("encryptionsalt")]
public string? EncryptionSalt { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretsProvider
This stack's secrets provider.
Declaration
[YamlMember(Alias = "secretsprovider")]
[JsonPropertyName("secretsprovider")]
public string? SecretsProvider { get; set; }
Property Value
Type | Description |
---|---|
string |