
com.pulumi.azurenative.network.kotlin.inputs.ServiceEndpointPolicyArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.azurenative.network.kotlin.inputs
import com.pulumi.azurenative.network.inputs.ServiceEndpointPolicyArgs.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.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Service End point policy resource.
* @property contextualServiceEndpointPolicies A collection of contextual service endpoint policy.
* @property etag A unique read-only string that changes whenever the resource is updated.
* @property id Resource ID.
* @property location Resource location.
* @property serviceAlias The alias indicating if the policy belongs to a service
* @property serviceEndpointPolicyDefinitions A collection of service endpoint policy definitions of the service endpoint policy.
* @property tags Resource tags.
*/
public data class ServiceEndpointPolicyArgs(
public val contextualServiceEndpointPolicies: Output>? = null,
public val etag: Output? = null,
public val id: Output? = null,
public val location: Output? = null,
public val serviceAlias: Output? = null,
public val serviceEndpointPolicyDefinitions: Output>? =
null,
public val tags: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy