Show / Hide Table of Contents

Class StackOptions

StackOptions is a bag of optional settings that control a stack's behavior.

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

Properties

View Source

ResourceTransformations

Optional list of transformations to apply to this stack's resources during construction. The transformations are applied in order, and are applied after all the transformations of custom and component resources in the stack.

Declaration
public List<ResourceTransformation> ResourceTransformations { get; set; }
Property Value
Type Description
List<ResourceTransformation>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.