
com.pulumi.aws.networkfirewall.kotlin.outputs.RuleGroupRuleGroupRuleVariablesIpSet.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.networkfirewall.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property ipSet A configuration block that defines a set of IP addresses. See IP Set below for details.
* @property key A unique alphanumeric string to identify the `ip_set`.
*/
public data class RuleGroupRuleGroupRuleVariablesIpSet(
public val ipSet: RuleGroupRuleGroupRuleVariablesIpSetIpSet,
public val key: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.networkfirewall.outputs.RuleGroupRuleGroupRuleVariablesIpSet): RuleGroupRuleGroupRuleVariablesIpSet = RuleGroupRuleGroupRuleVariablesIpSet(
ipSet = javaType.ipSet().let({ args0 ->
com.pulumi.aws.networkfirewall.kotlin.outputs.RuleGroupRuleGroupRuleVariablesIpSetIpSet.Companion.toKotlin(args0)
}),
key = javaType.key(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy