Class PendingCreateValue
Config values for Importing Pending Create operations
Inherited Members
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public sealed class PendingCreateValue
Constructors
View SourcePendingCreateValue(string, string)
Creates a PendingCreateValue from input values.
Declaration
public PendingCreateValue(string urn, string id)
Parameters
| Type | Name | Description |
|---|---|---|
| string | urn | The logical URN of a resource used by Pulumi. |
| string | id | The Id of a resource used by the provider. |
Properties
View SourceId
The Id used by the provider to identify resources.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Urn
The logical URN used by Pulumi to identify resources.
Declaration
public string Urn { get; set; }
Property Value
| Type | Description |
|---|---|
| string |