Class StackReferenceArgs
The set of arguments for constructing a StackReference resource.
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public class StackReferenceArgs : ResourceArgsProperties
View SourceName
The name of the stack to reference.
Declaration
[Input("name", true, false)]
public Input<string>? Name { get; set; }Property Value
| Type | Description | 
|---|---|
| Input<string> |