
com.pulumi.aws.connect.kotlin.outputs.GetUserHierarchyStructureHierarchyStructureLevelOne.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.connect.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property arn ARN of the hierarchy level.
* @property id The identifier of the hierarchy level.
* @property name Name of the user hierarchy level. Must not be more than 50 characters.
*/
public data class GetUserHierarchyStructureHierarchyStructureLevelOne(
public val arn: String,
public val id: String,
public val name: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.connect.outputs.GetUserHierarchyStructureHierarchyStructureLevelOne): GetUserHierarchyStructureHierarchyStructureLevelOne =
GetUserHierarchyStructureHierarchyStructureLevelOne(
arn = javaType.arn(),
id = javaType.id(),
name = javaType.name(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy