RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePortArgs

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

Constructors

Functions

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

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.