@pulumi/pulumi - v3.251.0
    Preparing search index...

    Interface ImportResource

    interface ImportResource {
        component?: boolean;
        id?: string;
        logicalName?: string;
        name: string;
        parent?: string;
        pluginDownloadUrl?: string;
        properties?: string[];
        provider?: string;
        remote?: boolean;
        type: string;
        version?: string;
    }
    Index

    Properties

    component?: boolean
    id?: string

    The ID of the resource to import. The format of the ID is specific to the resource type.

    logicalName?: string
    name: string

    The name of the resource to import

    parent?: string
    pluginDownloadUrl?: string
    properties?: string[]
    provider?: string
    remote?: boolean
    type: string

    The type of the resource to import

    version?: string