Vercel v1.15.0 published on Wednesday, Mar 19, 2025 by Pulumiverse
vercel.getCustomEnvironment
Explore with Pulumi AI
Using getCustomEnvironment
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 getCustomEnvironment(args: GetCustomEnvironmentArgs, opts?: InvokeOptions): Promise<GetCustomEnvironmentResult>
function getCustomEnvironmentOutput(args: GetCustomEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetCustomEnvironmentResult>
def get_custom_environment(name: Optional[str] = None,
project_id: Optional[str] = None,
team_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomEnvironmentResult
def get_custom_environment_output(name: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
team_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomEnvironmentResult]
func LookupCustomEnvironment(ctx *Context, args *LookupCustomEnvironmentArgs, opts ...InvokeOption) (*LookupCustomEnvironmentResult, error)
func LookupCustomEnvironmentOutput(ctx *Context, args *LookupCustomEnvironmentOutputArgs, opts ...InvokeOption) LookupCustomEnvironmentResultOutput
> Note: This function is named LookupCustomEnvironment
in the Go SDK.
public static class GetCustomEnvironment
{
public static Task<GetCustomEnvironmentResult> InvokeAsync(GetCustomEnvironmentArgs args, InvokeOptions? opts = null)
public static Output<GetCustomEnvironmentResult> Invoke(GetCustomEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCustomEnvironmentResult> getCustomEnvironment(GetCustomEnvironmentArgs args, InvokeOptions options)
public static Output<GetCustomEnvironmentResult> getCustomEnvironment(GetCustomEnvironmentArgs args, InvokeOptions options)
fn::invoke:
function: vercel:index/getCustomEnvironment:getCustomEnvironment
arguments:
# arguments dictionary
The following arguments are supported:
- name str
- project_
id str - team_
id str
getCustomEnvironment Result
The following output properties are available:
- Branch
Tracking Pulumiverse.Vercel. Outputs. Get Custom Environment Branch Tracking - Description string
- Id string
- Name string
- Project
Id string - Team
Id string
- Branch
Tracking GetCustom Environment Branch Tracking - Description string
- Id string
- Name string
- Project
Id string - Team
Id string
- branch
Tracking GetCustom Environment Branch Tracking - description String
- id String
- name String
- project
Id String - team
Id String
- branch
Tracking GetCustom Environment Branch Tracking - description string
- id string
- name string
- project
Id string - team
Id string
- branch_
tracking GetCustom Environment Branch Tracking - description str
- id str
- name str
- project_
id str - team_
id str
- branch
Tracking Property Map - description String
- id String
- name String
- project
Id String - team
Id String
Supporting Types
GetCustomEnvironmentBranchTracking
Package Details
- Repository
- vercel pulumiverse/pulumi-vercel
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vercel
Terraform Provider.