UserHierarchyGroupReference

class aws_cdk.interfaces.aws_connect.UserHierarchyGroupReference(*, user_hierarchy_group_arn)

Bases: object

A reference to a UserHierarchyGroup resource.

Parameters:

user_hierarchy_group_arn (str) – The UserHierarchyGroupArn of the UserHierarchyGroup resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_connect as interfaces_aws_connect

user_hierarchy_group_reference = interfaces_aws_connect.UserHierarchyGroupReference(
    user_hierarchy_group_arn="userHierarchyGroupArn"
)

Attributes

user_hierarchy_group_arn

The UserHierarchyGroupArn of the UserHierarchyGroup resource.