All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.connect.kotlin.outputs.UserHierarchyGroupHierarchyPath.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.connect.kotlin.outputs

import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property levelFives A block that defines the details of level five. The level block is documented below.
 * @property levelFours A block that defines the details of level four. The level block is documented below.
 * @property levelOnes A block that defines the details of level one. The level block is documented below.
 * @property levelThrees A block that defines the details of level three. The level block is documented below.
 * @property levelTwos A block that defines the details of level two. The level block is documented below.
 */
public data class UserHierarchyGroupHierarchyPath(
    public val levelFives: List? = null,
    public val levelFours: List? = null,
    public val levelOnes: List? = null,
    public val levelThrees: List? = null,
    public val levelTwos: List? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.connect.outputs.UserHierarchyGroupHierarchyPath): UserHierarchyGroupHierarchyPath = UserHierarchyGroupHierarchyPath(
            levelFives = javaType.levelFives().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.aws.connect.kotlin.outputs.UserHierarchyGroupHierarchyPathLevelFife.Companion.toKotlin(args0)
                })
            }),
            levelFours = javaType.levelFours().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.aws.connect.kotlin.outputs.UserHierarchyGroupHierarchyPathLevelFour.Companion.toKotlin(args0)
                })
            }),
            levelOnes = javaType.levelOnes().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.aws.connect.kotlin.outputs.UserHierarchyGroupHierarchyPathLevelOne.Companion.toKotlin(args0)
                })
            }),
            levelThrees = javaType.levelThrees().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.aws.connect.kotlin.outputs.UserHierarchyGroupHierarchyPathLevelThree.Companion.toKotlin(args0)
                })
            }),
            levelTwos = javaType.levelTwos().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.aws.connect.kotlin.outputs.UserHierarchyGroupHierarchyPathLevelTwo.Companion.toKotlin(args0)
                })
            }),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy