@pulumi/pulumi
    Preparing search index...

    Type Alias MockResourceResult

    MockResourceResult is the result of a new resource mock, returning a physical identifier and the output properties for the resource being constructed.

    type MockResourceResult = {
        id: string | undefined;
        state: Record<string, any>;
    }
    Index

    Properties

    Properties

    id: string | undefined
    state: Record<string, any>