Show / Hide Table of Contents

Class OutputAttribute

Attribute used by a mark Resource output properties. Use this attribute in your Pulumi programs to mark outputs of ComponentResource and Stack resources.

Inheritance
System.Object
System.Attribute
OutputAttribute
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public sealed class OutputAttribute : Attribute

Constructors

View Source

OutputAttribute(String)

Declaration
public OutputAttribute(string name = null)
Parameters
Type Name Description
System.String name

Properties

View Source

Name

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