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

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

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

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

import kotlin.Suppress
import kotlin.collections.List

/**
 *
 * @property indices One or more `index` blocks as defined below.
 */
public data class SqlContainerIndexingPolicyCompositeIndex(
    public val indices: List,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.azure.cosmosdb.outputs.SqlContainerIndexingPolicyCompositeIndex): SqlContainerIndexingPolicyCompositeIndex = SqlContainerIndexingPolicyCompositeIndex(
            indices = javaType.indices().map({ args0 ->
                args0.let({ args0 ->
                    com.pulumi.azure.cosmosdb.kotlin.outputs.SqlContainerIndexingPolicyCompositeIndexIndex.Companion.toKotlin(args0)
                })
            }),
        )
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy