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

com.pulumi.azure.dns.kotlin.ZoneArgs.kt Maven / Gradle / Ivy

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

package com.pulumi.azure.dns.kotlin

import com.pulumi.azure.dns.ZoneArgs.builder
import com.pulumi.azure.dns.kotlin.inputs.ZoneSoaRecordArgs
import com.pulumi.azure.dns.kotlin.inputs.ZoneSoaRecordArgsBuilder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName

/**
 * Enables you to manage DNS zones within Azure DNS. These zones are hosted on Azure's name servers to which you can delegate the zone from the parent domain.
 * ## Example Usage
 * ```java
 * package generated_program;
 * import com.pulumi.Context;
 * import com.pulumi.Pulumi;
 * import com.pulumi.core.Output;
 * import com.pulumi.azure.core.ResourceGroup;
 * import com.pulumi.azure.core.ResourceGroupArgs;
 * import com.pulumi.azure.dns.Zone;
 * import com.pulumi.azure.dns.ZoneArgs;
 * import java.util.List;
 * import java.util.ArrayList;
 * import java.util.Map;
 * import java.io.File;
 * import java.nio.file.Files;
 * import java.nio.file.Paths;
 * public class App {
 *     public static void main(String[] args) {
 *         Pulumi.run(App::stack);
 *     }
 *     public static void stack(Context ctx) {
 *         var example = new ResourceGroup("example", ResourceGroupArgs.builder()
 *             .location("West Europe")
 *             .build());
 *         var example_public = new Zone("example-public", ZoneArgs.builder()
 *             .resourceGroupName(example.name())
 *             .build());
 *     }
 * }
 * ```
 * ## Import
 * DNS Zones can be imported using the `resource id`, e.g.
 * ```sh
 *  $ pulumi import azure:dns/zone:Zone zone1 /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/mygroup1/providers/Microsoft.Network/dnsZones/zone1
 * ```
 * @property name The name of the DNS Zone. Must be a valid domain name. Changing this forces a new resource to be created.
 * @property resourceGroupName Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
 * @property soaRecord An `soa_record` block as defined below. Changing this forces a new resource to be created.
 * @property tags A mapping of tags to assign to the resource.
 */
public data class ZoneArgs(
    public val name: Output? = null,
    public val resourceGroupName: Output? = null,
    public val soaRecord: Output? = null,
    public val tags: Output>? = null,
) : ConvertibleToJava {
    override fun toJava(): com.pulumi.azure.dns.ZoneArgs = com.pulumi.azure.dns.ZoneArgs.builder()
        .name(name?.applyValue({ args0 -> args0 }))
        .resourceGroupName(resourceGroupName?.applyValue({ args0 -> args0 }))
        .soaRecord(soaRecord?.applyValue({ args0 -> args0.let({ args0 -> args0.toJava() }) }))
        .tags(
            tags?.applyValue({ args0 ->
                args0.map({ args0 ->
                    args0.key.to(args0.value)
                }).toMap()
            }),
        ).build()
}

/**
 * Builder for [ZoneArgs].
 */
@PulumiTagMarker
public class ZoneArgsBuilder internal constructor() {
    private var name: Output? = null

    private var resourceGroupName: Output? = null

    private var soaRecord: Output? = null

    private var tags: Output>? = null

    /**
     * @param value The name of the DNS Zone. Must be a valid domain name. Changing this forces a new resource to be created.
     */
    @JvmName("nsnxqxrklmrjaimm")
    public suspend fun name(`value`: Output) {
        this.name = value
    }

    /**
     * @param value Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
     */
    @JvmName("xdjusweedyjflori")
    public suspend fun resourceGroupName(`value`: Output) {
        this.resourceGroupName = value
    }

    /**
     * @param value An `soa_record` block as defined below. Changing this forces a new resource to be created.
     */
    @JvmName("llrohkahuqfxdrsu")
    public suspend fun soaRecord(`value`: Output) {
        this.soaRecord = value
    }

    /**
     * @param value A mapping of tags to assign to the resource.
     */
    @JvmName("quhiuwcplotdudwx")
    public suspend fun tags(`value`: Output>) {
        this.tags = value
    }

    /**
     * @param value The name of the DNS Zone. Must be a valid domain name. Changing this forces a new resource to be created.
     */
    @JvmName("yiltqiaiyogoytld")
    public suspend fun name(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.name = mapped
    }

    /**
     * @param value Specifies the resource group where the resource exists. Changing this forces a new resource to be created.
     */
    @JvmName("qatbbeeputkreaod")
    public suspend fun resourceGroupName(`value`: String?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.resourceGroupName = mapped
    }

    /**
     * @param value An `soa_record` block as defined below. Changing this forces a new resource to be created.
     */
    @JvmName("oyqgnocnxdloavdu")
    public suspend fun soaRecord(`value`: ZoneSoaRecordArgs?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.soaRecord = mapped
    }

    /**
     * @param argument An `soa_record` block as defined below. Changing this forces a new resource to be created.
     */
    @JvmName("bremjvqvqdcgwrms")
    public suspend fun soaRecord(argument: suspend ZoneSoaRecordArgsBuilder.() -> Unit) {
        val toBeMapped = ZoneSoaRecordArgsBuilder().applySuspend { argument() }.build()
        val mapped = of(toBeMapped)
        this.soaRecord = mapped
    }

    /**
     * @param value A mapping of tags to assign to the resource.
     */
    @JvmName("weynqlwgjbghesdh")
    public suspend fun tags(`value`: Map?) {
        val toBeMapped = value
        val mapped = toBeMapped?.let({ args0 -> of(args0) })
        this.tags = mapped
    }

    /**
     * @param values A mapping of tags to assign to the resource.
     */
    @JvmName("hboakpyasvxnobix")
    public fun tags(vararg values: Pair) {
        val toBeMapped = values.toMap()
        val mapped = toBeMapped.let({ args0 -> of(args0) })
        this.tags = mapped
    }

    internal fun build(): ZoneArgs = ZoneArgs(
        name = name,
        resourceGroupName = resourceGroupName,
        soaRecord = soaRecord,
        tags = tags,
    )
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy