Class StashArgs
The set of arguments for constructing a Stash resource.
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public sealed class StashArgs : ResourceArgs
Properties
View SourceInput
The value to store in the stash resource.
Declaration
[Input("input", true, false)]
public Input<object> Input { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<object> |