Vercel v1.14.3 published on Monday, Oct 7, 2024 by Pulumiverse
vercel.getProjectDirectory
Explore with Pulumi AI
Using getProjectDirectory
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 getProjectDirectory(args: GetProjectDirectoryArgs, opts?: InvokeOptions): Promise<GetProjectDirectoryResult>
function getProjectDirectoryOutput(args: GetProjectDirectoryOutputArgs, opts?: InvokeOptions): Output<GetProjectDirectoryResult>
def get_project_directory(path: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectDirectoryResult
def get_project_directory_output(path: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectDirectoryResult]
func GetProjectDirectory(ctx *Context, args *GetProjectDirectoryArgs, opts ...InvokeOption) (*GetProjectDirectoryResult, error)
func GetProjectDirectoryOutput(ctx *Context, args *GetProjectDirectoryOutputArgs, opts ...InvokeOption) GetProjectDirectoryResultOutput
> Note: This function is named GetProjectDirectory
in the Go SDK.
public static class GetProjectDirectory
{
public static Task<GetProjectDirectoryResult> InvokeAsync(GetProjectDirectoryArgs args, InvokeOptions? opts = null)
public static Output<GetProjectDirectoryResult> Invoke(GetProjectDirectoryInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectDirectoryResult> getProjectDirectory(GetProjectDirectoryArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: vercel:index/getProjectDirectory:getProjectDirectory
arguments:
# arguments dictionary
The following arguments are supported:
- Path string
- Path string
- path String
- path string
- path str
- path String
getProjectDirectory 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.