getAccountTeam
# Account Team Data Source
The Account Team data source provides information about the existing Account Team.
Using getAccountTeam
function getAccountTeam(args: GetAccountTeamArgs, opts?: InvokeOptions): Promise<GetAccountTeamResult>
def get_account_team(account_id: Optional[str] = None, create_time: Optional[str] = None, name: Optional[str] = None, team_id: Optional[str] = None, update_time: Optional[str] = None, opts: Optional[InvokeOptions] = None) -> GetAccountTeamResult
func LookupAccountTeam(ctx *Context, args *LookupAccountTeamArgs, opts ...InvokeOption) (*LookupAccountTeamResult, error)
Note: This function is named
LookupAccountTeam
in the Go SDK.
public static class GetAccountTeam {
public static Task<GetAccountTeamResult> InvokeAsync(GetAccountTeamArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
- Account
Id string is a unique account id.
- Name string
defines an account team name.
- Create
Time string time of creation.
- Team
Id string is an auto-generated unique account team id.
- Update
Time string time of last update.
- Account
Id string is a unique account id.
- Name string
defines an account team name.
- Create
Time string time of creation.
- Team
Id string is an auto-generated unique account team id.
- Update
Time string time of last update.
- account
Id string is a unique account id.
- name string
defines an account team name.
- create
Time string time of creation.
- team
Id string is an auto-generated unique account team id.
- update
Time string time of last update.
- account_
id str is a unique account id.
- name str
defines an account team name.
- create_
time str time of creation.
- team_
id str is an auto-generated unique account team id.
- update_
time str time of last update.
getAccountTeam Result
The following output properties are available:
- Account
Id string - Create
Time string time of creation.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Team
Id string is an auto-generated unique account team id.
- Update
Time string time of last update.
- Account
Id string - Create
Time string time of creation.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
- Team
Id string is an auto-generated unique account team id.
- Update
Time string time of last update.
- account
Id string - create
Time string time of creation.
- id string
The provider-assigned unique ID for this managed resource.
- name string
- team
Id string is an auto-generated unique account team id.
- update
Time string time of last update.
- account_
id str - create_
time str time of creation.
- id str
The provider-assigned unique ID for this managed resource.
- name str
- team_
id str is an auto-generated unique account team id.
- update_
time str time of last update.
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aiven
Terraform Provider.