Vercel v3.15.1 published on Monday, Sep 8, 2025 by Pulumiverse
vercel.getPrebuiltProject
Start a Neo task
Explain and create a vercel.getPrebuiltProject resource
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)
public static Output<GetPrebuiltProjectResult> getPrebuiltProject(GetPrebuiltProjectArgs args, InvokeOptions options)
fn::invoke:
function: vercel:index/getPrebuiltProject:getPrebuiltProject
arguments:
# arguments dictionaryThe following arguments are supported:
- Path string
- Path string
- path String
- path string
- path str
- path String
getPrebuiltProject Result
The following output properties are available:
Package Details
- Repository
- vercel pulumiverse/pulumi-vercel
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vercelTerraform Provider.
