UserHierarchyStructureReference
- class aws_cdk.aws_connect.UserHierarchyStructureReference(*, user_hierarchy_structure_arn)
Bases:
object
A reference to a UserHierarchyStructure resource.
- Parameters:
user_hierarchy_structure_arn (
str
) – The UserHierarchyStructureArn of the UserHierarchyStructure 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_structure_reference = connect.UserHierarchyStructureReference( user_hierarchy_structure_arn="userHierarchyStructureArn" )
Attributes
- user_hierarchy_structure_arn
The UserHierarchyStructureArn of the UserHierarchyStructure resource.