
com.pulumi.googlenative.dns.v1beta2.kotlin.ResponsePolicyArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.dns.v1beta2.kotlin
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.googlenative.dns.v1beta2.ResponsePolicyArgs.builder
import com.pulumi.googlenative.dns.v1beta2.kotlin.inputs.ResponsePolicyGKEClusterArgs
import com.pulumi.googlenative.dns.v1beta2.kotlin.inputs.ResponsePolicyGKEClusterArgsBuilder
import com.pulumi.googlenative.dns.v1beta2.kotlin.inputs.ResponsePolicyNetworkArgs
import com.pulumi.googlenative.dns.v1beta2.kotlin.inputs.ResponsePolicyNetworkArgsBuilder
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
/**
* Creates a new Response Policy
* Auto-naming is currently not supported for this resource.
* @property clientOperationId For mutating operation requests only. An optional identifier specified by the client. Must be unique for operation resources in the Operations collection.
* @property description User-provided description for this Response Policy.
* @property gkeClusters The list of Google Kubernetes Engine clusters to which this response policy is applied.
* @property kind
* @property labels User labels.
* @property networks List of network names specifying networks to which this policy is applied.
* @property project
* @property responsePolicyName User assigned name for this Response Policy.
*/
public data class ResponsePolicyArgs(
public val clientOperationId: Output? = null,
public val description: Output? = null,
public val gkeClusters: Output>? = null,
public val kind: Output? = null,
public val labels: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy