Use this data source to retrieve information about existing Datadog Team Hierarchy Links.
Using getTeamHierarchyLinks
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 getTeamHierarchyLinks(args: GetTeamHierarchyLinksArgs, opts?: InvokeOptions): Promise<GetTeamHierarchyLinksResult>
function getTeamHierarchyLinksOutput(args: GetTeamHierarchyLinksOutputArgs, opts?: InvokeOptions): Output<GetTeamHierarchyLinksResult>def get_team_hierarchy_links(filter_parent_team: Optional[str] = None,
filter_sub_team: Optional[str] = None,
link_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTeamHierarchyLinksResult
def get_team_hierarchy_links_output(filter_parent_team: Optional[pulumi.Input[str]] = None,
filter_sub_team: Optional[pulumi.Input[str]] = None,
link_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTeamHierarchyLinksResult]func LookupTeamHierarchyLinks(ctx *Context, args *LookupTeamHierarchyLinksArgs, opts ...InvokeOption) (*LookupTeamHierarchyLinksResult, error)
func LookupTeamHierarchyLinksOutput(ctx *Context, args *LookupTeamHierarchyLinksOutputArgs, opts ...InvokeOption) LookupTeamHierarchyLinksResultOutput> Note: This function is named LookupTeamHierarchyLinks in the Go SDK.
public static class GetTeamHierarchyLinks
{
public static Task<GetTeamHierarchyLinksResult> InvokeAsync(GetTeamHierarchyLinksArgs args, InvokeOptions? opts = null)
public static Output<GetTeamHierarchyLinksResult> Invoke(GetTeamHierarchyLinksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTeamHierarchyLinksResult> getTeamHierarchyLinks(GetTeamHierarchyLinksArgs args, InvokeOptions options)
public static Output<GetTeamHierarchyLinksResult> getTeamHierarchyLinks(GetTeamHierarchyLinksArgs args, InvokeOptions options)
fn::invoke:
function: datadog:index/getTeamHierarchyLinks:getTeamHierarchyLinks
arguments:
# arguments dictionaryThe following arguments are supported:
- Filter
Parent stringTeam - Filter by parent team ID.
- Filter
Sub stringTeam - Filter by sub team ID.
- Link
Id string - The team hierarchy link’s identifier.
- Filter
Parent stringTeam - Filter by parent team ID.
- Filter
Sub stringTeam - Filter by sub team ID.
- Link
Id string - The team hierarchy link’s identifier.
- filter
Parent StringTeam - Filter by parent team ID.
- filter
Sub StringTeam - Filter by sub team ID.
- link
Id String - The team hierarchy link’s identifier.
- filter
Parent stringTeam - Filter by parent team ID.
- filter
Sub stringTeam - Filter by sub team ID.
- link
Id string - The team hierarchy link’s identifier.
- filter_
parent_ strteam - Filter by parent team ID.
- filter_
sub_ strteam - Filter by sub team ID.
- link_
id str - The team hierarchy link’s identifier.
- filter
Parent StringTeam - Filter by parent team ID.
- filter
Sub StringTeam - Filter by sub team ID.
- link
Id String - The team hierarchy link’s identifier.
getTeamHierarchyLinks Result
The following output properties are available:
- Created
At string - Timestamp when the team hierarchy link was created.
- Id string
- The ID of this resource.
- Provisioned
By string - The provisioner of the team hierarchy link.
- Filter
Parent stringTeam - Filter by parent team ID.
- Filter
Sub stringTeam - Filter by sub team ID.
- Link
Id string - The team hierarchy link’s identifier.
- Created
At string - Timestamp when the team hierarchy link was created.
- Id string
- The ID of this resource.
- Provisioned
By string - The provisioner of the team hierarchy link.
- Filter
Parent stringTeam - Filter by parent team ID.
- Filter
Sub stringTeam - Filter by sub team ID.
- Link
Id string - The team hierarchy link’s identifier.
- created
At String - Timestamp when the team hierarchy link was created.
- id String
- The ID of this resource.
- provisioned
By String - The provisioner of the team hierarchy link.
- filter
Parent StringTeam - Filter by parent team ID.
- filter
Sub StringTeam - Filter by sub team ID.
- link
Id String - The team hierarchy link’s identifier.
- created
At string - Timestamp when the team hierarchy link was created.
- id string
- The ID of this resource.
- provisioned
By string - The provisioner of the team hierarchy link.
- filter
Parent stringTeam - Filter by parent team ID.
- filter
Sub stringTeam - Filter by sub team ID.
- link
Id string - The team hierarchy link’s identifier.
- created_
at str - Timestamp when the team hierarchy link was created.
- id str
- The ID of this resource.
- provisioned_
by str - The provisioner of the team hierarchy link.
- filter_
parent_ strteam - Filter by parent team ID.
- filter_
sub_ strteam - Filter by sub team ID.
- link_
id str - The team hierarchy link’s identifier.
- created
At String - Timestamp when the team hierarchy link was created.
- id String
- The ID of this resource.
- provisioned
By String - The provisioner of the team hierarchy link.
- filter
Parent StringTeam - Filter by parent team ID.
- filter
Sub StringTeam - Filter by sub team ID.
- link
Id String - The team hierarchy link’s identifier.
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadogTerraform Provider.
