Class StackOptions
StackOptions is a bag of optional settings that control a stack's behavior.
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class StackOptions
Properties
View SourceResourceTransformations
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> |
ResourceTransforms
Optional list of transforms to apply to this stack's resources during construction. The transforms are applied in order, and are applied after all the transforms of custom and component resources in the stack.
Declaration
public List<ResourceTransform> ResourceTransforms { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ResourceTransform> |