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

com.pulumi.azure.cosmosdb.kotlin.outputs.SqlContainerIndexingPolicyIncludedPath.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.cosmosdb.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property path Path for which the indexing behaviour applies to.
 */
public data class SqlContainerIndexingPolicyIncludedPath(
    public val path: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.SqlContainerIndexingPolicyIncludedPath): SqlContainerIndexingPolicyIncludedPath = SqlContainerIndexingPolicyIncludedPath(
            path = javaType.path(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy