UserHierarchyStructureLevelThreeArgs

data class UserHierarchyStructureLevelThreeArgs(val hierarchyLevelArn: Output<String>? = null, val hierarchyLevelId: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<UserHierarchyStructureLevelThreeArgs>

Information about level three.

Constructors

Link copied to clipboard
constructor(hierarchyLevelArn: Output<String>? = null, hierarchyLevelId: Output<String>? = null, name: Output<String>)

Properties

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

The Amazon Resource Name (ARN) of the hierarchy level.

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

The name of the hierarchy level.

Functions

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