Vercel v1.14.3 published on Monday, Oct 7, 2024 by Pulumiverse
vercel.getPrebuiltProject
Explore with Pulumi AI
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:
Package Details
- Repository
- vercel pulumiverse/pulumi-vercel
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vercel
Terraform Provider.