com.pulumi.azurenative.network.kotlin.inputs.PrivateLinkServiceArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.network.kotlin.inputs
import com.pulumi.azurenative.network.inputs.PrivateLinkServiceArgs.builder
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.Boolean
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Private link service resource.
* @property autoApproval The auto-approval list of the private link service.
* @property enableProxyProtocol Whether the private link service is enabled for proxy protocol or not.
* @property extendedLocation The extended location of the load balancer.
* @property fqdns The list of Fqdn.
* @property id Resource ID.
* @property ipConfigurations An array of private link service IP configurations.
* @property loadBalancerFrontendIpConfigurations An array of references to the load balancer IP configurations.
* @property location Resource location.
* @property tags Resource tags.
* @property visibility The visibility list of the private link service.
*/
public data class PrivateLinkServiceArgs(
public val autoApproval: Output? = null,
public val enableProxyProtocol: Output? = null,
public val extendedLocation: Output? = null,
public val fqdns: Output>? = null,
public val id: Output? = null,
public val ipConfigurations: Output>? = null,
public val loadBalancerFrontendIpConfigurations: Output>? =
null,
public val location: Output? = null,
public val tags: Output