CfnUserHierarchyGroupProps
- class aws_cdk.aws_connect.CfnUserHierarchyGroupProps(*, instance_arn, name, parent_group_arn=None)
- Bases: - object- Properties for defining a - CfnUserHierarchyGroup.- Parameters:
- instance_arn ( - str) – The Amazon Resource Name (ARN) of the user hierarchy group.
- name ( - str) – The name of the user hierarchy group.
- parent_group_arn ( - Optional[- str]) – The Amazon Resource Name (ARN) of the parent group.
 
- Link:
- ExampleMetadata:
- fixture=_generated 
 - Example: - # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_connect as connect cfn_user_hierarchy_group_props = connect.CfnUserHierarchyGroupProps( instance_arn="instanceArn", name="name", # the properties below are optional parent_group_arn="parentGroupArn" ) - Attributes - instance_arn
- The Amazon Resource Name (ARN) of the user hierarchy group. 
 - name
- The name of the user hierarchy group. 
 - parent_group_arn
- The Amazon Resource Name (ARN) of the parent group.