Class ResourceTypeAttribute
Inherited Members
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class ResourceTypeAttribute : Attribute
Constructors
View SourceResourceTypeAttribute(string, string?)
Declaration
public ResourceTypeAttribute(string type, string? version)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type | |
| string | version |
Properties
View SourceType
Declaration
public string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Declaration
public string? Version { get; }
Property Value
| Type | Description |
|---|---|
| string |