Show / Hide Table of Contents

Class ImportResource

Inheritance
object
ImportResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi.Automation
Assembly: Pulumi.Automation.dll
Syntax
public class ImportResource

Properties

View Source

Component

Declaration
public bool? Component { get; init; }
Property Value
Type Description
bool?
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
Type Description
string
View Source

LogicalName

Declaration
public string? LogicalName { get; init; }
Property Value
Type Description
string
View Source

Name

The name of the resource to import

Declaration
public string? Name { get; init; }
Property Value
Type Description
string
View Source

Parent

Declaration
public string? Parent { get; init; }
Property Value
Type Description
string
View Source

Properties

Declaration
public List<string>? Properties { get; init; }
Property Value
Type Description
List<string>
View Source

Provider

Declaration
public string? Provider { get; init; }
Property Value
Type Description
string
View Source

Remote

Declaration
public bool? Remote { get; init; }
Property Value
Type Description
bool?
View Source

Type

The type of the resource to import

Declaration
public string? Type { get; init; }
Property Value
Type Description
string
View Source

Version

Declaration
public string? Version { get; init; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.