Show / Hide Table of Contents

Class StackV1OutputGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StackV1OutputGetArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Orchestration.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class StackV1OutputGetArgs : ResourceArgs

Constructors

View Source

StackV1OutputGetArgs()

Declaration
public StackV1OutputGetArgs()

Properties

View Source

Description

The description of the stack resource.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OutputKey

Declaration
public Input<string> OutputKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OutputValue

Declaration
public Input<string> OutputValue { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.