RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPortArgs

data class RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPortArgs(val fromPort: Output<Int>, val toPort: Output<Int>? = null) : ConvertibleToJava<RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPortArgs>

Constructors

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesDestinationPortArgs

Properties

Link copied to clipboard
val fromPort: Output<Int>

The lower limit of the port range. This must be less than or equal to the to_port.

Link copied to clipboard
val toPort: Output<Int>? = null

The upper limit of the port range. This must be greater than or equal to the from_port.