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

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

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 6.14.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

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

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property order Order of the index. Possible values are `Ascending` or `Descending`.
 * @property path Path for which the indexing behaviour applies to.
 */
public data class SqlContainerIndexingPolicyCompositeIndexIndex(
    public val order: String,
    public val path: String,
) {
    public companion object {
        public
        fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.SqlContainerIndexingPolicyCompositeIndexIndex):
            SqlContainerIndexingPolicyCompositeIndexIndex =
            SqlContainerIndexingPolicyCompositeIndexIndex(
                order = javaType.order(),
                path = javaType.path(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy