Rule Group Rule Group Rules Source Stateful Rule Header Args
data class RuleGroupRuleGroupRulesSourceStatefulRuleHeaderArgs(val destination: Output<String>, val destinationPort: Output<String>, val direction: Output<String>, val protocol: Output<String>, val source: Output<String>, val sourcePort: Output<String>) : ConvertibleToJava<RuleGroupRuleGroupRulesSourceStatefulRuleHeaderArgs>
Constructors
Properties
Link copied to clipboard
The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify ANY
.
Link copied to clipboard
The destination port to inspect for. To match with any address, specify ANY
.
Link copied to clipboard
The source port to inspect for. To match with any address, specify ANY
.