UserHierarchyGroupArgs

data class UserHierarchyGroupArgs(val instanceArn: Output<String>? = null, val name: Output<String>? = null, val parentGroupArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<UserHierarchyGroupArgs>

Resource Type definition for AWS::Connect::UserHierarchyGroup

Constructors

Link copied to clipboard
constructor(instanceArn: Output<String>? = null, name: Output<String>? = null, parentGroupArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val instanceArn: Output<String>? = null

The identifier of the Amazon Connect instance.

Link copied to clipboard
val name: Output<String>? = null

The name of the user hierarchy group.

Link copied to clipboard
val parentGroupArn: Output<String>? = null

The Amazon Resource Name (ARN) for the parent user hierarchy group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

One or more tags.

Functions

Link copied to clipboard
open override fun toJava(): UserHierarchyGroupArgs