1. Packages
  2. Vercel
  3. API Docs
  4. getPrebuiltProject
Vercel v1.14.3 published on Monday, Oct 7, 2024 by Pulumiverse

vercel.getPrebuiltProject

Explore with Pulumi AI

Vercel v1.14.3 published on Monday, Oct 7, 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>
Copy
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]
Copy
func GetPrebuiltProject(ctx *Context, args *GetPrebuiltProjectArgs, opts ...InvokeOption) (*GetPrebuiltProjectResult, error)
func GetPrebuiltProjectOutput(ctx *Context, args *GetPrebuiltProjectOutputArgs, opts ...InvokeOption) GetPrebuiltProjectResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetPrebuiltProjectResult> getPrebuiltProject(GetPrebuiltProjectArgs args, InvokeOptions options)
public static Output<GetPrebuiltProjectResult> getPrebuiltProject(GetPrebuiltProjectArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: vercel:index/getPrebuiltProject:getPrebuiltProject
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Path This property is required. string
Path This property is required. string
path This property is required. String
path This property is required. string
path This property is required. str
path This property is required. 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 v1.14.3 published on Monday, Oct 7, 2024 by Pulumiverse