UserHierarchyStructureLevelOneArgs

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

Information about level one.

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

The identifier of the hierarchy level.

Link copied to clipboard
val name: Output<String>

The name of the hierarchy level.

Functions

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