Show / Hide Table of Contents

Class OutputTypeAttribute

Attribute used by a Pulumi Cloud Provider Package to mark complex types used for a Resource output property. A complex type must have a single constructor in it marked with the OutputConstructorAttribute attribute.

Inheritance
System.Object
System.Attribute
OutputTypeAttribute
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.Class)]
public sealed class OutputTypeAttribute : Attribute
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.