Show / Hide Table of Contents

Class StackSettings

Inheritance
object
StackSettings
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class StackSettings

Properties

View Source

Config

This is an optional configuration bag.

Declaration
public IDictionary<string, StackSettingsConfigValue>? Config { get; set; }
Property Value
Type Description
IDictionary<string, StackSettingsConfigValue>
View Source

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
View Source

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
View Source

SecretsProvider

This stack's secrets provider.

Declaration
[YamlMember(Alias = "secretsprovider")]
[JsonPropertyName("secretsprovider")]
public string? SecretsProvider { get; set; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.
OSZAR »