
com.pulumi.aws.networkfirewall.kotlin.inputs.RuleGroupRuleGroupReferenceSetsArgs.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.networkfirewall.kotlin.inputs
import com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupReferenceSetsArgs.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.Suppress
import kotlin.Unit
import kotlin.collections.List
import kotlin.jvm.JvmName
/**
*
* @property ipSetReferences
*/
public data class RuleGroupRuleGroupReferenceSetsArgs(
public val ipSetReferences: Output>? =
null,
) : ConvertibleToJava {
override fun toJava(): com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupReferenceSetsArgs =
com.pulumi.aws.networkfirewall.inputs.RuleGroupRuleGroupReferenceSetsArgs.builder()
.ipSetReferences(
ipSetReferences?.applyValue({ args0 ->
args0.map({ args0 ->
args0.let({ args0 ->
args0.toJava()
})
})
}),
).build()
}
/**
* Builder for [RuleGroupRuleGroupReferenceSetsArgs].
*/
@PulumiTagMarker
public class RuleGroupRuleGroupReferenceSetsArgsBuilder internal constructor() {
private var ipSetReferences: Output>? =
null
/**
* @param value
*/
@JvmName("jotgidhjgvxxmrou")
public suspend fun ipSetReferences(`value`: Output>) {
this.ipSetReferences = value
}
@JvmName("yenoiupmusscliir")
public suspend fun ipSetReferences(vararg values: Output) {
this.ipSetReferences = Output.all(values.asList())
}
/**
* @param values
*/
@JvmName("cerejbkmrrvbappa")
public suspend fun ipSetReferences(values: List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy