
com.pulumi.aws.networkfirewall.kotlin.outputs.GetFirewallPolicyFirewallPolicyStatelessRuleGroupReference.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.networkfirewall.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property priority
* @property resourceArn
*/
public data class GetFirewallPolicyFirewallPolicyStatelessRuleGroupReference(
public val priority: Int,
public val resourceArn: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.networkfirewall.outputs.GetFirewallPolicyFirewallPolicyStatelessRuleGroupReference): GetFirewallPolicyFirewallPolicyStatelessRuleGroupReference =
GetFirewallPolicyFirewallPolicyStatelessRuleGroupReference(
priority = javaType.priority(),
resourceArn = javaType.resourceArn(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy