1. Packages
  2. Vercel
  3. API Docs
  4. getPrebuiltProject
Vercel v1.14.2 published on Sunday, Sep 22, 2024 by Pulumiverse

vercel.getPrebuiltProject

Explore with Pulumi AI

vercel logo
Vercel v1.14.2 published on Sunday, Sep 22, 2024 by Pulumiverse

    Using getPrebuiltProject

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getPrebuiltProject(args: GetPrebuiltProjectArgs, opts?: InvokeOptions): Promise<GetPrebuiltProjectResult>
    function getPrebuiltProjectOutput(args: GetPrebuiltProjectOutputArgs, opts?: InvokeOptions): Output<GetPrebuiltProjectResult>
    def get_prebuilt_project(path: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetPrebuiltProjectResult
    def get_prebuilt_project_output(path: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetPrebuiltProjectResult]
    func GetPrebuiltProject(ctx *Context, args *GetPrebuiltProjectArgs, opts ...InvokeOption) (*GetPrebuiltProjectResult, error)
    func GetPrebuiltProjectOutput(ctx *Context, args *GetPrebuiltProjectOutputArgs, opts ...InvokeOption) GetPrebuiltProjectResultOutput

    > Note: This function is named GetPrebuiltProject in the Go SDK.

    public static class GetPrebuiltProject 
    {
        public static Task<GetPrebuiltProjectResult> InvokeAsync(GetPrebuiltProjectArgs args, InvokeOptions? opts = null)
        public static Output<GetPrebuiltProjectResult> Invoke(GetPrebuiltProjectInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPrebuiltProjectResult> getPrebuiltProject(GetPrebuiltProjectArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: vercel:index/getPrebuiltProject:getPrebuiltProject
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Path string
    Path string
    path String
    path string
    path str
    path String

    getPrebuiltProject Result

    The following output properties are available:

    Id string
    The ID of this resource.
    Output Dictionary<string, string>
    A map of output file to metadata about the file. The metadata contains the file size and hash, and allows a deployment to be created if the file changes.
    Path string
    Id string
    The ID of this resource.
    Output map[string]string
    A map of output file to metadata about the file. The metadata contains the file size and hash, and allows a deployment to be created if the file changes.
    Path string
    id String
    The ID of this resource.
    output Map<String,String>
    A map of output file to metadata about the file. The metadata contains the file size and hash, and allows a deployment to be created if the file changes.
    path String
    id string
    The ID of this resource.
    output {[key: string]: string}
    A map of output file to metadata about the file. The metadata contains the file size and hash, and allows a deployment to be created if the file changes.
    path string
    id str
    The ID of this resource.
    output Mapping[str, str]
    A map of output file to metadata about the file. The metadata contains the file size and hash, and allows a deployment to be created if the file changes.
    path str
    id String
    The ID of this resource.
    output Map<String>
    A map of output file to metadata about the file. The metadata contains the file size and hash, and allows a deployment to be created if the file changes.
    path String

    Package Details

    Repository
    vercel pulumiverse/pulumi-vercel
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the vercel Terraform Provider.
    vercel logo
    Vercel v1.14.2 published on Sunday, Sep 22, 2024 by Pulumiverse