UserHierarchyStructureHierarchyStructureLevelTwoArgs

data class UserHierarchyStructureHierarchyStructureLevelTwoArgs(val arn: Output<String>? = null, val id: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<UserHierarchyStructureHierarchyStructureLevelTwoArgs>

Constructors

constructor(arn: Output<String>? = null, id: Output<String>? = null, name: Output<String>)

Properties

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

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

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

The identifier of the hierarchy level.

Link copied to clipboard
val name: Output<String>

The name of the user hierarchy level. Must not be more than 50 characters.

Functions

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