com.pulumi.azure.containerservice.kotlin.inputs.RegistryGeoreplicationArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azure.containerservice.kotlin.inputs
import com.pulumi.azure.containerservice.inputs.RegistryGeoreplicationArgs.builder
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiNullFieldException
import com.pulumi.kotlin.PulumiTagMarker
import kotlin.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
*
* @property location A location where the container registry should be geo-replicated.
* @property regionalEndpointEnabled Whether regional endpoint is enabled for this Container Registry?
* @property tags A mapping of tags to assign to this replication location.
* @property zoneRedundancyEnabled Whether zone redundancy is enabled for this replication location? Defaults to `false`.
* > **NOTE:** Changing the `zone_redundancy_enabled` forces the a underlying replication to be created.
*/
public data class RegistryGeoreplicationArgs(
public val location: Output,
public val regionalEndpointEnabled: Output? = null,
public val tags: Output