Show / Hide Table of Contents

Class StashArgs

The set of arguments for constructing a Stash resource.

Inheritance
object
InputArgs
ResourceArgs
StashArgs
Inherited Members
ResourceArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public sealed class StashArgs : ResourceArgs

Properties

View Source

Input

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>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.