Show / Hide Table of Contents

Class StackReferenceArgs

The set of arguments for constructing a StackReference resource.

Inheritance
object
InputArgs
ResourceArgs
StackReferenceArgs
Inherited Members
ResourceArgs.Empty
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 StackReferenceArgs : ResourceArgs

Properties

View Source

Name

The name of the stack to reference.

Declaration
[Input("name", true, false)]
public Input<string>? Name { get; set; }
Property Value
Type Description
Input<string>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.