Aiven v6.25.0 published on Friday, Sep 27, 2024 by Pulumi
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:
- 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
aiven
Terraform Provider.