
com.pulumi.azure.cosmosdb.kotlin.outputs.SqlContainerUniqueKey.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.cosmosdb.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property paths A list of paths to use for this unique key. Changing this forces a new resource to be created.
*/
public data class SqlContainerUniqueKey(
public val paths: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.SqlContainerUniqueKey):
SqlContainerUniqueKey = SqlContainerUniqueKey(
paths = javaType.paths().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy