All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.networkfirewall.kotlin.outputs.RuleGroupReferenceSets.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.networkfirewall.kotlin.outputs

import kotlin.String
import kotlin.Suppress
import kotlin.collections.Map

/**
 *
 * @property ipSetReferences The IP set references to use in the stateful rule group.
 */
public data class RuleGroupReferenceSets(
    public val ipSetReferences: Map? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.networkfirewall.outputs.RuleGroupReferenceSets): RuleGroupReferenceSets = RuleGroupReferenceSets(
            ipSetReferences = javaType.ipSetReferences().map({ args0 ->
                args0.key.to(
                    args0.value.let({ args0 ->
                        com.pulumi.awsnative.networkfirewall.kotlin.outputs.RuleGroupIpSetReference.Companion.toKotlin(args0)
                    }),
                )
            }).toMap(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy