
com.pulumi.azure.cosmosdb.kotlin.outputs.GremlinGraphUniqueKey.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 GremlinGraphUniqueKey(
public val paths: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.GremlinGraphUniqueKey):
GremlinGraphUniqueKey = GremlinGraphUniqueKey(
paths = javaType.paths().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy