Show / Hide Table of Contents

Class StackOptions

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

Inheritance
System.Object
StackOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.Collections.Generic.List<ResourceTransformation>
  • View Source
Back to top Copyright 2016-2022, Pulumi Corporation.