
com.pulumi.aws.networkfirewall.kotlin.outputs.RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.networkfirewall.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property actionDefinition A configuration block describing the custom action associated with the `action_name`. See Action Definition below for details.
* @property actionName A friendly name of the custom action.
*/
public data class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction(
public val actionDefinition: RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition,
public val actionName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.networkfirewall.outputs.RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction): RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction =
RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomAction(
actionDefinition = javaType.actionDefinition().let({ args0 ->
com.pulumi.aws.networkfirewall.kotlin.outputs.RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsCustomActionActionDefinition.Companion.toKotlin(args0)
}),
actionName = javaType.actionName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy