Class StackDeployment
Represents the state of a stack deployment as used by ExportStackAsync and ImportStackAsync.
There is no strongly typed model for the contents yet, but you can access the raw representation via the Json property.
NOTE: instances may contain sensitive data (secrets).
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class StackDeployment
Properties
View SourceJson
JSON representation of the deployment.
Declaration
public JsonElement Json { get; }
Property Value
| Type | Description |
|---|---|
| JsonElement |
Version
Version indicates the schema of the encoded deployment.
Declaration
public int Version { get; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
View SourceFromJsonString(string)
Declaration
public static StackDeployment FromJsonString(string jsonString)
Parameters
| Type | Name | Description |
|---|---|---|
| string | jsonString |
Returns
| Type | Description |
|---|---|
| StackDeployment |