Show / Hide Table of Contents

Class StackV1OutputArgs

Inheritance
System.Object
InputArgs
ResourceArgs
StackV1OutputArgs
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 StackV1OutputArgs : ResourceArgs

Constructors

View Source

StackV1OutputArgs()

Declaration
public StackV1OutputArgs()

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.