@pulumi/pulumi
    Preparing search index...

    Interface ReadResult

    ReadResult represents the results of a call to ResourceProvider.read.

    interface ReadResult {
        id?: string;
        inputs?: any;
        props?: any;
    }
    Index

    Properties

    Properties

    id?: string

    The ID of the resource ready back (or blank if missing).

    inputs?: any

    The inputs that would lead to the current resource state when importing it.

    props?: any

    The current property state read from the live environment.