Show / Hide Table of Contents

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).
Inheritance
object
StackDeployment
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class StackDeployment

Properties

View Source

Json

JSON representation of the deployment.

Declaration
public JsonElement Json { get; }
Property Value
Type Description
JsonElement
View Source

Version

Version indicates the schema of the encoded deployment.

Declaration
public int Version { get; }
Property Value
Type Description
int

Methods

View Source

FromJsonString(string)

Declaration
public static StackDeployment FromJsonString(string jsonString)
Parameters
Type Name Description
string jsonString
Returns
Type Description
StackDeployment
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.