UserHierarchyGroupReference
- class aws_cdk.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 import aws_connect as connect user_hierarchy_group_reference = connect.UserHierarchyGroupReference( user_hierarchy_group_arn="userHierarchyGroupArn" )
Attributes
- user_hierarchy_group_arn
The UserHierarchyGroupArn of the UserHierarchyGroup resource.