aiven.getAccountTeam
The Account Team data source provides information about the existing Account Team.
!> Teams have been replaced by groups To make the transition to groups smoother, migrate your teams to groups.
Important You can’t delete the Account Owners team. Deleting all other teams in your organization will disable the teams feature. You won’t be able to create new teams or access your Account Owners team.
Using getAccountTeam
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 getAccountTeam(args: GetAccountTeamArgs, opts?: InvokeOptions): Promise<GetAccountTeamResult>
function getAccountTeamOutput(args: GetAccountTeamOutputArgs, opts?: InvokeOptions): Output<GetAccountTeamResult>def get_account_team(account_id: Optional[str] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountTeamResult
def get_account_team_output(account_id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountTeamResult]func LookupAccountTeam(ctx *Context, args *LookupAccountTeamArgs, opts ...InvokeOption) (*LookupAccountTeamResult, error)
func LookupAccountTeamOutput(ctx *Context, args *LookupAccountTeamOutputArgs, opts ...InvokeOption) LookupAccountTeamResultOutput> Note: This function is named LookupAccountTeam in the Go SDK.
public static class GetAccountTeam
{
public static Task<GetAccountTeamResult> InvokeAsync(GetAccountTeamArgs args, InvokeOptions? opts = null)
public static Output<GetAccountTeamResult> Invoke(GetAccountTeamInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAccountTeamResult> getAccountTeam(GetAccountTeamArgs args, InvokeOptions options)
public static Output<GetAccountTeamResult> getAccountTeam(GetAccountTeamArgs args, InvokeOptions options)
fn::invoke:
function: aiven:index/getAccountTeam:getAccountTeam
arguments:
# arguments dictionaryThe following arguments are supported:
- account_
id str - The unique account id
- name str
- The account team name
getAccountTeam Result
The following output properties are available:
- Account
Id string - The unique account id
- Create
Time string - Time of creation
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The account team name
- Team
Id string - The auto-generated unique account team id
- Update
Time string - Time of last update
- Account
Id string - The unique account id
- Create
Time string - Time of creation
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- The account team name
- Team
Id string - The auto-generated unique account team id
- Update
Time string - Time of last update
- account
Id String - The unique account id
- create
Time String - Time of creation
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The account team name
- team
Id String - The auto-generated unique account team id
- update
Time String - Time of last update
- account
Id string - The unique account id
- create
Time string - Time of creation
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- The account team name
- team
Id string - The auto-generated unique account team id
- update
Time string - Time of last update
- account_
id str - The unique account id
- create_
time str - Time of creation
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- The account team name
- team_
id str - The auto-generated unique account team id
- update_
time str - Time of last update
- account
Id String - The unique account id
- create
Time String - Time of creation
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- The account team name
- team
Id String - The auto-generated unique account team id
- update
Time String - Time of last update
Package Details
- Repository
- Aiven pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.
