1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. connect
  5. getUserHierarchyGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.connect.getUserHierarchyGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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>
Copy
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]
Copy
func LookupUserHierarchyGroup(ctx *Context, args *LookupUserHierarchyGroupArgs, opts ...InvokeOption) (*LookupUserHierarchyGroupResult, error)
func LookupUserHierarchyGroupOutput(ctx *Context, args *LookupUserHierarchyGroupOutputArgs, opts ...InvokeOption) LookupUserHierarchyGroupResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetUserHierarchyGroupResult> getUserHierarchyGroup(GetUserHierarchyGroupArgs args, InvokeOptions options)
public static Output<GetUserHierarchyGroupResult> getUserHierarchyGroup(GetUserHierarchyGroupArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:connect:getUserHierarchyGroup
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

UserHierarchyGroupArn This property is required. string
The Amazon Resource Name (ARN) for the user hierarchy group.
UserHierarchyGroupArn This property is required. string
The Amazon Resource Name (ARN) for the user hierarchy group.
userHierarchyGroupArn This property is required. String
The Amazon Resource Name (ARN) for the user hierarchy group.
userHierarchyGroupArn This property is required. string
The Amazon Resource Name (ARN) for the user hierarchy group.
user_hierarchy_group_arn This property is required. str
The Amazon Resource Name (ARN) for the user hierarchy group.
userHierarchyGroupArn This property is required. String
The Amazon Resource Name (ARN) for the user hierarchy group.

getUserHierarchyGroup Result

The following output properties are available:

InstanceArn string
The identifier of the Amazon Connect instance.
Name string
The name of the user hierarchy group.
Tags List<Pulumi.AwsNative.Outputs.Tag>
One or more tags.
UserHierarchyGroupArn string
The Amazon Resource Name (ARN) for the user hierarchy group.
InstanceArn string
The identifier of the Amazon Connect instance.
Name string
The name of the user hierarchy group.
Tags Tag
One or more tags.
UserHierarchyGroupArn string
The Amazon Resource Name (ARN) for the user hierarchy group.
instanceArn String
The identifier of the Amazon Connect instance.
name String
The name of the user hierarchy group.
tags List<Tag>
One or more tags.
userHierarchyGroupArn String
The Amazon Resource Name (ARN) for the user hierarchy group.
instanceArn string
The identifier of the Amazon Connect instance.
name string
The name of the user hierarchy group.
tags Tag[]
One or more tags.
userHierarchyGroupArn string
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.
tags Sequence[root_Tag]
One or more tags.
user_hierarchy_group_arn str
The Amazon Resource Name (ARN) for the user hierarchy group.
instanceArn String
The identifier of the Amazon Connect instance.
name String
The name of the user hierarchy group.
tags List<Property Map>
One or more tags.
userHierarchyGroupArn String
The Amazon Resource Name (ARN) for the user hierarchy group.

Supporting Types

Tag

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi