com.pulumi.aws.networkfirewall.kotlin.inputs.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-aws-kotlin Show documentation
Show all versions of pulumi-aws-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.
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.networkfirewall.kotlin.inputs
import com.pulumi.aws.networkfirewall.inputs.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgs.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.String
import kotlin.Suppress
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property definitions Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.
*/
public data class FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgs(
public val definitions: Output>,
) :
ConvertibleToJava {
override fun toJava(): com.pulumi.aws.networkfirewall.inputs.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgs =
com.pulumi.aws.networkfirewall.inputs.FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgs.builder()
.definitions(definitions.applyValue({ args0 -> args0.map({ args0 -> args0 }) })).build()
}
/**
* Builder for [FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgs].
*/
@PulumiTagMarker
public class FirewallPolicyFirewallPolicyPolicyVariablesRuleVariableIpSetArgsBuilder internal constructor() {
private var definitions: Output>? = null
/**
* @param value Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.
*/
@JvmName("kijtmrykkuhotkks")
public suspend fun definitions(`value`: Output>) {
this.definitions = value
}
@JvmName("ilvpatjensyifwat")
public suspend fun definitions(vararg values: Output) {
this.definitions = Output.all(values.asList())
}
/**
* @param values Set of IPv4 or IPv6 addresses in CIDR notation to use for the Suricata `HOME_NET` variable.
*/
@JvmName("nkjsnmkruwfynlmf")
public suspend fun definitions(values: List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy