AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.connect.getUserHierarchyGroup
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
Resource Type definition for AWS::Connect::UserHierarchyGroup
Using getUserHierarchyGroup
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 getUserHierarchyGroup(args: GetUserHierarchyGroupArgs, opts?: InvokeOptions): Promise<GetUserHierarchyGroupResult>
function getUserHierarchyGroupOutput(args: GetUserHierarchyGroupOutputArgs, opts?: InvokeOptions): Output<GetUserHierarchyGroupResult>
def get_user_hierarchy_group(user_hierarchy_group_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetUserHierarchyGroupResult
def get_user_hierarchy_group_output(user_hierarchy_group_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetUserHierarchyGroupResult]
func LookupUserHierarchyGroup(ctx *Context, args *LookupUserHierarchyGroupArgs, opts ...InvokeOption) (*LookupUserHierarchyGroupResult, error)
func LookupUserHierarchyGroupOutput(ctx *Context, args *LookupUserHierarchyGroupOutputArgs, opts ...InvokeOption) LookupUserHierarchyGroupResultOutput
> Note: This function is named LookupUserHierarchyGroup
in the Go SDK.
public static class GetUserHierarchyGroup
{
public static Task<GetUserHierarchyGroupResult> InvokeAsync(GetUserHierarchyGroupArgs args, InvokeOptions? opts = null)
public static Output<GetUserHierarchyGroupResult> Invoke(GetUserHierarchyGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetUserHierarchyGroupResult> getUserHierarchyGroup(GetUserHierarchyGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:connect:getUserHierarchyGroup
arguments:
# arguments dictionary
The following arguments are supported:
- User
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- User
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- user
Hierarchy StringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- user
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- user_
hierarchy_ strgroup_ arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- user
Hierarchy StringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
getUserHierarchyGroup Result
The following output properties are available:
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the user hierarchy group.
- List<Pulumi.
Aws Native. Outputs. Tag> - One or more tags.
- User
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- Instance
Arn string - The identifier of the Amazon Connect instance.
- Name string
- The name of the user hierarchy group.
- Tag
- One or more tags.
- User
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the user hierarchy group.
- List<Tag>
- One or more tags.
- user
Hierarchy StringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- instance
Arn string - The identifier of the Amazon Connect instance.
- name string
- The name of the user hierarchy group.
- Tag[]
- One or more tags.
- user
Hierarchy stringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- instance_
arn str - The identifier of the Amazon Connect instance.
- name str
- The name of the user hierarchy group.
- Sequence[root_Tag]
- One or more tags.
- user_
hierarchy_ strgroup_ arn - The Amazon Resource Name (ARN) for the user hierarchy group.
- instance
Arn String - The identifier of the Amazon Connect instance.
- name String
- The name of the user hierarchy group.
- List<Property Map>
- One or more tags.
- user
Hierarchy StringGroup Arn - The Amazon Resource Name (ARN) for the user hierarchy group.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi