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 SourceOutputAttribute(String)
Declaration
public OutputAttribute(string name = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Properties
View SourceName
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| System.String |