RuleGroupRuleGroupRulesSourceStatelessRulesAndCustomActionsStatelessRuleRuleDefinitionMatchAttributesSourcePortArgs

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

Constructors

constructor(fromPort: Output<Int>, toPort: Output<Int>? = null)

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.

Functions

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