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

    Interface CreateResult

    CreateResult represents the results of a call to ResourceProvider.create.

    interface CreateResult {
        id: string;
        outs?: any;
    }
    Index

    Properties

    Properties

    id: string

    The ID of the created resource.

    outs?: any

    Any properties that were computed during creation.