Class OutputConstructorParameterAttribute
Attribute used by a Pulumi Cloud Provider Package to mark
constructor parameters with a name override.
Inheritance
OutputConstructorParameterAttribute
Assembly: Pulumi.dll
Syntax
[AttributeUsage(AttributeTargets.Parameter)]
public sealed class OutputConstructorParameterAttribute : Attribute
Constructors
View Source
OutputConstructorParameterAttribute(string)
Declaration
public OutputConstructorParameterAttribute(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
|
Properties
View Source
Name
Declaration
public string Name { get; }
Property Value