Viewing docs for Vercel v4.6.1
published on Saturday, Feb 28, 2026 by Pulumiverse
published on Saturday, Feb 28, 2026 by Pulumiverse
Viewing docs for Vercel v4.6.1
published on Saturday, Feb 28, 2026 by Pulumiverse
published on Saturday, Feb 28, 2026 by Pulumiverse
Provides information about an existing Microfrontend Group Membership.
A Microfrontend Group Membership is a definition of a Vercel Project being a part of a Microfrontend Group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as vercel from "@pulumiverse/vercel";
const example = vercel.getMicrofrontendGroupMembership({
projectId: "prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
microfrontendGroupId: "mfe_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
});
import pulumi
import pulumi_vercel as vercel
example = vercel.get_microfrontend_group_membership(project_id="prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
microfrontend_group_id="mfe_xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumiverse/pulumi-vercel/sdk/v4/go/vercel"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := vercel.LookupMicrofrontendGroupMembership(ctx, &vercel.LookupMicrofrontendGroupMembershipArgs{
ProjectId: "prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
MicrofrontendGroupId: "mfe_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Vercel = Pulumiverse.Vercel;
return await Deployment.RunAsync(() =>
{
var example = Vercel.GetMicrofrontendGroupMembership.Invoke(new()
{
ProjectId = "prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
MicrofrontendGroupId = "mfe_xxxxxxxxxxxxxxxxxxxxxxxxxxxx",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.vercel.VercelFunctions;
import com.pulumi.vercel.inputs.GetMicrofrontendGroupMembershipArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = VercelFunctions.getMicrofrontendGroupMembership(GetMicrofrontendGroupMembershipArgs.builder()
.projectId("prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
.microfrontendGroupId("mfe_xxxxxxxxxxxxxxxxxxxxxxxxxxxx")
.build());
}
}
variables:
example:
fn::invoke:
function: vercel:getMicrofrontendGroupMembership
arguments:
projectId: prj_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
microfrontendGroupId: mfe_xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Using getMicrofrontendGroupMembership
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 getMicrofrontendGroupMembership(args: GetMicrofrontendGroupMembershipArgs, opts?: InvokeOptions): Promise<GetMicrofrontendGroupMembershipResult>
function getMicrofrontendGroupMembershipOutput(args: GetMicrofrontendGroupMembershipOutputArgs, opts?: InvokeOptions): Output<GetMicrofrontendGroupMembershipResult>def get_microfrontend_group_membership(microfrontend_group_id: Optional[str] = None,
project_id: Optional[str] = None,
team_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMicrofrontendGroupMembershipResult
def get_microfrontend_group_membership_output(microfrontend_group_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
team_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMicrofrontendGroupMembershipResult]func LookupMicrofrontendGroupMembership(ctx *Context, args *LookupMicrofrontendGroupMembershipArgs, opts ...InvokeOption) (*LookupMicrofrontendGroupMembershipResult, error)
func LookupMicrofrontendGroupMembershipOutput(ctx *Context, args *LookupMicrofrontendGroupMembershipOutputArgs, opts ...InvokeOption) LookupMicrofrontendGroupMembershipResultOutput> Note: This function is named LookupMicrofrontendGroupMembership in the Go SDK.
public static class GetMicrofrontendGroupMembership
{
public static Task<GetMicrofrontendGroupMembershipResult> InvokeAsync(GetMicrofrontendGroupMembershipArgs args, InvokeOptions? opts = null)
public static Output<GetMicrofrontendGroupMembershipResult> Invoke(GetMicrofrontendGroupMembershipInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMicrofrontendGroupMembershipResult> getMicrofrontendGroupMembership(GetMicrofrontendGroupMembershipArgs args, InvokeOptions options)
public static Output<GetMicrofrontendGroupMembershipResult> getMicrofrontendGroupMembership(GetMicrofrontendGroupMembershipArgs args, InvokeOptions options)
fn::invoke:
function: vercel:index/getMicrofrontendGroupMembership:getMicrofrontendGroupMembership
arguments:
# arguments dictionaryThe following arguments are supported:
- Microfrontend
Group stringId - The ID of the microfrontend group.
- Project
Id string - The ID of the project.
- Team
Id string - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- Microfrontend
Group stringId - The ID of the microfrontend group.
- Project
Id string - The ID of the project.
- Team
Id string - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- microfrontend
Group StringId - The ID of the microfrontend group.
- project
Id String - The ID of the project.
- team
Id String - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- microfrontend
Group stringId - The ID of the microfrontend group.
- project
Id string - The ID of the project.
- team
Id string - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- microfrontend_
group_ strid - The ID of the microfrontend group.
- project_
id str - The ID of the project.
- team_
id str - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- microfrontend
Group StringId - The ID of the microfrontend group.
- project
Id String - The ID of the project.
- team
Id String - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
getMicrofrontendGroupMembership Result
The following output properties are available:
- Default
Route string - The default route for the project. Used for the screenshot of deployments.
- Id string
- The unique identifier for this resource. Format: teamid/microfrontendgroup_id.
- Microfrontend
Group stringId - The ID of the microfrontend group.
- Project
Id string - The ID of the project.
- Route
Observability boolTo This Project - Whether the project is route observability for this project. If dalse, the project will be route observability for all projects to the default project.
- Team
Id string - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- Default
Route string - The default route for the project. Used for the screenshot of deployments.
- Id string
- The unique identifier for this resource. Format: teamid/microfrontendgroup_id.
- Microfrontend
Group stringId - The ID of the microfrontend group.
- Project
Id string - The ID of the project.
- Route
Observability boolTo This Project - Whether the project is route observability for this project. If dalse, the project will be route observability for all projects to the default project.
- Team
Id string - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- default
Route String - The default route for the project. Used for the screenshot of deployments.
- id String
- The unique identifier for this resource. Format: teamid/microfrontendgroup_id.
- microfrontend
Group StringId - The ID of the microfrontend group.
- project
Id String - The ID of the project.
- route
Observability BooleanTo This Project - Whether the project is route observability for this project. If dalse, the project will be route observability for all projects to the default project.
- team
Id String - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- default
Route string - The default route for the project. Used for the screenshot of deployments.
- id string
- The unique identifier for this resource. Format: teamid/microfrontendgroup_id.
- microfrontend
Group stringId - The ID of the microfrontend group.
- project
Id string - The ID of the project.
- route
Observability booleanTo This Project - Whether the project is route observability for this project. If dalse, the project will be route observability for all projects to the default project.
- team
Id string - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- default_
route str - The default route for the project. Used for the screenshot of deployments.
- id str
- The unique identifier for this resource. Format: teamid/microfrontendgroup_id.
- microfrontend_
group_ strid - The ID of the microfrontend group.
- project_
id str - The ID of the project.
- route_
observability_ boolto_ this_ project - Whether the project is route observability for this project. If dalse, the project will be route observability for all projects to the default project.
- team_
id str - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
- default
Route String - The default route for the project. Used for the screenshot of deployments.
- id String
- The unique identifier for this resource. Format: teamid/microfrontendgroup_id.
- microfrontend
Group StringId - The ID of the microfrontend group.
- project
Id String - The ID of the project.
- route
Observability BooleanTo This Project - Whether the project is route observability for this project. If dalse, the project will be route observability for all projects to the default project.
- team
Id String - The team ID to add the microfrontend group to. Required when configuring a team resource if a default team has not been set in the provider.
Package Details
- Repository
- vercel pulumiverse/pulumi-vercel
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
vercelTerraform Provider.
Viewing docs for Vercel v4.6.1
published on Saturday, Feb 28, 2026 by Pulumiverse
published on Saturday, Feb 28, 2026 by Pulumiverse
