Class ImportResource
Inheritance
ImportResource
Assembly: Pulumi.Automation.dll
Syntax
public class ImportResource
Properties
View Source
Component
Declaration
public bool? Component { get; init; }
Property Value
View Source
Id
The ID of the resource to import. The format of the ID is specific to the resource type
Declaration
public string? Id { get; init; }
Property Value
View Source
LogicalName
Declaration
public string? LogicalName { get; init; }
Property Value
View Source
Name
The name of the resource to import
Declaration
public string? Name { get; init; }
Property Value
View Source
Parent
Declaration
public string? Parent { get; init; }
Property Value
View Source
Properties
Declaration
public List<string>? Properties { get; init; }
Property Value
View Source
Provider
Declaration
public string? Provider { get; init; }
Property Value
View Source
Remote
Declaration
public bool? Remote { get; init; }
Property Value
View Source
Type
The type of the resource to import
Declaration
public string? Type { get; init; }
Property Value
View Source
Version
Declaration
public string? Version { get; init; }
Property Value