GetTeam
mongodbatlas..Teams describes a Team. The resource requires your Organization ID, Project ID and Team ID.
NOTE: Groups and projects are synonymous terms. You may find group_id in the official documentation.
Example Usage
Coming soon!
Coming soon!
Coming soon!
Coming soon!
Using GetTeam
function getTeam(args: GetTeamArgs, opts?: InvokeOptions): Promise<GetTeamResult>function get_team(org_id=None, team_id=None, opts=None)func LookupTeam(ctx *Context, args *LookupTeamArgs, opts ...InvokeOption) (*LookupTeamResult, error)Note: This function is named
LookupTeamin the Go SDK.
public static class GetTeam {
public static Task<GetTeamResult> InvokeAsync(GetTeamArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetTeam Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-mongodbatlas
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
mongodbatlasTerraform Provider.