aiven.getAccountTeam

Explore with Pulumi AI

The Account Team data source provides information about the existing Account 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)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aiven:index/getAccountTeam:getAccountTeam
  arguments:
    # arguments dictionary

The following arguments are supported:

AccountId string

The unique account id

Name string

The account team name

AccountId string

The unique account id

Name string

The account team name

accountId String

The unique account id

name String

The account team name

accountId string

The unique account id

name string

The account team name

account_id str

The unique account id

name str

The account team name

accountId String

The unique account id

name String

The account team name

getAccountTeam Result

The following output properties are available:

AccountId string

The unique account id

CreateTime string

Time of creation

Id string

The provider-assigned unique ID for this managed resource.

Name string

The account team name

TeamId string

The auto-generated unique account team id

UpdateTime string

Time of last update

AccountId string

The unique account id

CreateTime string

Time of creation

Id string

The provider-assigned unique ID for this managed resource.

Name string

The account team name

TeamId string

The auto-generated unique account team id

UpdateTime string

Time of last update

accountId String

The unique account id

createTime String

Time of creation

id String

The provider-assigned unique ID for this managed resource.

name String

The account team name

teamId String

The auto-generated unique account team id

updateTime String

Time of last update

accountId string

The unique account id

createTime string

Time of creation

id string

The provider-assigned unique ID for this managed resource.

name string

The account team name

teamId string

The auto-generated unique account team id

updateTime 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

accountId String

The unique account id

createTime String

Time of creation

id String

The provider-assigned unique ID for this managed resource.

name String

The account team name

teamId String

The auto-generated unique account team id

updateTime String

Time of last update

Package Details

Repository
Aiven pulumi/pulumi-aiven
License
Apache-2.0
Notes

This Pulumi package is based on the aiven Terraform Provider.