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

com.pulumi.azure.kusto.kotlin.inputs.AttachedDatabaseConfigurationSharingArgs.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.15.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.azure.kusto.kotlin.inputs

import com.pulumi.azure.kusto.inputs.AttachedDatabaseConfigurationSharingArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.jvm.JvmName

/**
 *
 * @property externalTablesToExcludes List of external tables exclude from the follower database.
 * @property externalTablesToIncludes List of external tables to include in the follower database.
 * @property materializedViewsToExcludes List of materialized views exclude from the follower database.
 * @property materializedViewsToIncludes List of materialized views to include in the follower database.
 * @property tablesToExcludes List of tables to exclude from the follower database.
 * @property tablesToIncludes List of tables to include in the follower database.
 */
public data class AttachedDatabaseConfigurationSharingArgs(
    public val externalTablesToExcludes: Output>? = null,
    public val externalTablesToIncludes: Output>? = null,
    public val materializedViewsToExcludes: Output>? = null,
    public val materializedViewsToIncludes: Output>? = null,
    public val tablesToExcludes: Output>? = null,
    public val tablesToIncludes: Output>? = null,
) : ConvertibleToJava {
    override fun toJava(): com.pulumi.azure.kusto.inputs.AttachedDatabaseConfigurationSharingArgs =
        com.pulumi.azure.kusto.inputs.AttachedDatabaseConfigurationSharingArgs.builder()
            .externalTablesToExcludes(
                externalTablesToExcludes?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0
                    })
                }),
            )
            .externalTablesToIncludes(
                externalTablesToIncludes?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0
                    })
                }),
            )
            .materializedViewsToExcludes(
                materializedViewsToExcludes?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0
                    })
                }),
            )
            .materializedViewsToIncludes(
                materializedViewsToIncludes?.applyValue({ args0 ->
                    args0.map({ args0 ->
                        args0
                    })
                }),
            )
            .tablesToExcludes(tablesToExcludes?.applyValue({ args0 -> args0.map({ args0 -> args0 }) }))
            .tablesToIncludes(tablesToIncludes?.applyValue({ args0 -> args0.map({ args0 -> args0 }) })).build()
}

/**
 * Builder for [AttachedDatabaseConfigurationSharingArgs].
 */
@PulumiTagMarker
public class AttachedDatabaseConfigurationSharingArgsBuilder internal constructor() {
    private var externalTablesToExcludes: Output>? = null

    private var externalTablesToIncludes: Output>? = null

    private var materializedViewsToExcludes: Output>? = null

    private var materializedViewsToIncludes: Output>? = null

    private var tablesToExcludes: Output>? = null

    private var tablesToIncludes: Output>? = null

    /**
     * @param value List of external tables exclude from the follower database.
     */
    @JvmName("mdffxdoegiqfkxcs")
    public suspend fun externalTablesToExcludes(`value`: Output>) {
        this.externalTablesToExcludes = value
    }

    @JvmName("jejknjodrsdmxxos")
    public suspend fun externalTablesToExcludes(vararg values: Output) {
        this.externalTablesToExcludes = Output.all(values.asList())
    }

    /**
     * @param values List of external tables exclude from the follower database.
     */
    @JvmName("danqjoygwkheajgo")
    public suspend fun externalTablesToExcludes(values: List>) {
        this.externalTablesToExcludes = Output.all(values)
    }

    /**
     * @param value List of external tables to include in the follower database.
     */
    @JvmName("qpjqtheghoarceiu")
    public suspend fun externalTablesToIncludes(`value`: Output>) {
        this.externalTablesToIncludes = value
    }

    @JvmName("imgqugnlhtixdlaf")
    public suspend fun externalTablesToIncludes(vararg values: Output) {
        this.externalTablesToIncludes = Output.all(values.asList())
    }

    /**
     * @param values List of external tables to include in the follower database.
     */
    @JvmName("yxidjixqxbtlnywa")
    public suspend fun externalTablesToIncludes(values: List>) {
        this.externalTablesToIncludes = Output.all(values)
    }

    /**
     * @param value List of materialized views exclude from the follower database.
     */
    @JvmName("gxaanixjkatmvnxr")
    public suspend fun materializedViewsToExcludes(`value`: Output>) {
        this.materializedViewsToExcludes = value
    }

    @JvmName("xekayjbljrrilqfc")
    public suspend fun materializedViewsToExcludes(vararg values: Output) {
        this.materializedViewsToExcludes = Output.all(values.asList())
    }

    /**
     * @param values List of materialized views exclude from the follower database.
     */
    @JvmName("hpkmxufwprsuccfi")
    public suspend fun materializedViewsToExcludes(values: List>) {
        this.materializedViewsToExcludes = Output.all(values)
    }

    /**
     * @param value List of materialized views to include in the follower database.
     */
    @JvmName("iwskvprtblyrdidk")
    public suspend fun materializedViewsToIncludes(`value`: Output>) {
        this.materializedViewsToIncludes = value
    }

    @JvmName("tkyhbsdjhtlkcnpp")
    public suspend fun materializedViewsToIncludes(vararg values: Output) {
        this.materializedViewsToIncludes = Output.all(values.asList())
    }

    /**
     * @param values List of materialized views to include in the follower database.
     */
    @JvmName("yqogrymbcbykiplc")
    public suspend fun materializedViewsToIncludes(values: List>) {
        this.materializedViewsToIncludes = Output.all(values)
    }

    /**
     * @param value List of tables to exclude from the follower database.
     */
    @JvmName("fqsoqypanhhncmyc")
    public suspend fun tablesToExcludes(`value`: Output>) {
        this.tablesToExcludes = value
    }

    @JvmName("yxnyembypilijvhn")
    public suspend fun tablesToExcludes(vararg values: Output) {
        this.tablesToExcludes = Output.all(values.asList())
    }

    /**
     * @param values List of tables to exclude from the follower database.
     */
    @JvmName("qxftuujockfhkjxg")
    public suspend fun tablesToExcludes(values: List>) {
        this.tablesToExcludes = Output.all(values)
    }

    /**
     * @param value List of tables to include in the follower database.
     */
    @JvmName("hcpowjyoxvmkdnef")
    public suspend fun tablesToIncludes(`value`: Output>) {
        this.tablesToIncludes = value
    }

    @JvmName("gpcamfourcwqhrpq")
    public suspend fun tablesToIncludes(vararg values: Output) {
        this.tablesToIncludes = Output.all(values.asList())
    }

    /**
     * @param values List of tables to include in the follower database.
     */
    @JvmName("ajgbrniwvjledwny")
    public suspend fun tablesToIncludes(values: List>) {
        this.tablesToIncludes = Output.all(values)
    }

    /**
     * @param value List of external tables exclude from the follower database.
     */
    @JvmName("rjqvaugflvrjmlgx")
    public suspend fun externalTablesToExcludes(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.externalTablesToExcludes = mapped
    }

    /**
     * @param values List of external tables exclude from the follower database.
     */
    @JvmName("lrmiuujikjmrpvrn")
    public suspend fun externalTablesToExcludes(vararg values: String) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.externalTablesToExcludes = mapped
    }

    /**
     * @param value List of external tables to include in the follower database.
     */
    @JvmName("aeqbiyngvfaqtjsc")
    public suspend fun externalTablesToIncludes(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.externalTablesToIncludes = mapped
    }

    /**
     * @param values List of external tables to include in the follower database.
     */
    @JvmName("plrsfgdoecftjvat")
    public suspend fun externalTablesToIncludes(vararg values: String) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.externalTablesToIncludes = mapped
    }

    /**
     * @param value List of materialized views exclude from the follower database.
     */
    @JvmName("gblhhfjgetbphmrf")
    public suspend fun materializedViewsToExcludes(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.materializedViewsToExcludes = mapped
    }

    /**
     * @param values List of materialized views exclude from the follower database.
     */
    @JvmName("yfowvxvkqjxdjsdu")
    public suspend fun materializedViewsToExcludes(vararg values: String) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.materializedViewsToExcludes = mapped
    }

    /**
     * @param value List of materialized views to include in the follower database.
     */
    @JvmName("kodvfdtvaedflauu")
    public suspend fun materializedViewsToIncludes(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.materializedViewsToIncludes = mapped
    }

    /**
     * @param values List of materialized views to include in the follower database.
     */
    @JvmName("vvpcfqvmakevacoi")
    public suspend fun materializedViewsToIncludes(vararg values: String) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.materializedViewsToIncludes = mapped
    }

    /**
     * @param value List of tables to exclude from the follower database.
     */
    @JvmName("qlwsuasjwlidyalf")
    public suspend fun tablesToExcludes(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.tablesToExcludes = mapped
    }

    /**
     * @param values List of tables to exclude from the follower database.
     */
    @JvmName("jauopgyfjnconxhs")
    public suspend fun tablesToExcludes(vararg values: String) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.tablesToExcludes = mapped
    }

    /**
     * @param value List of tables to include in the follower database.
     */
    @JvmName("corugrxojkkvrefb")
    public suspend fun tablesToIncludes(`value`: List?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.tablesToIncludes = mapped
    }

    /**
     * @param values List of tables to include in the follower database.
     */
    @JvmName("krhdxprmhgvfetgl")
    public suspend fun tablesToIncludes(vararg values: String) {
        val toBeMapped = values.toList()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.tablesToIncludes = mapped
    }

    internal fun build(): AttachedDatabaseConfigurationSharingArgs =
        AttachedDatabaseConfigurationSharingArgs(
            externalTablesToExcludes = externalTablesToExcludes,
            externalTablesToIncludes = externalTablesToIncludes,
            materializedViewsToExcludes = materializedViewsToExcludes,
            materializedViewsToIncludes = materializedViewsToIncludes,
            tablesToExcludes = tablesToExcludes,
            tablesToIncludes = tablesToIncludes,
        )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy