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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.connect.getUserHierarchyGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 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:

    UserHierarchyGroupArn string
    The Amazon Resource Name (ARN) for the user hierarchy group.
    UserHierarchyGroupArn string
    The Amazon Resource Name (ARN) for the user hierarchy group.
    userHierarchyGroupArn String
    The Amazon Resource Name (ARN) for the user hierarchy group.
    userHierarchyGroupArn string
    The Amazon Resource Name (ARN) for the user hierarchy group.
    user_hierarchy_group_arn str
    The Amazon Resource Name (ARN) for the user hierarchy group.
    userHierarchyGroupArn 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 string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi