RuleGroupSourceStatefulRulesHeaderDetails
The inspection criteria for a stateful rule.
Contents
- Destination
-
The destination IP address or address range to inspect for, in CIDR notation. To match with any address, specify
ANY
.Type: String
Pattern:
.*\S.*
Required: No
- DestinationPort
-
The destination port to inspect for. You can specify an individual port, such as
1994
. You also can specify a port range, such as1990:1994
. To match with any port, specifyANY
.Type: String
Pattern:
.*\S.*
Required: No
- Direction
-
The direction of traffic flow to inspect. If set to
ANY
, the inspection matches bidirectional traffic, both from the source to the destination and from the destination to the source. If set toFORWARD
, the inspection only matches traffic going from the source to the destination.Type: String
Pattern:
.*\S.*
Required: No
- Protocol
-
The protocol to inspect for. To inspector for all protocols, use
IP
.Type: String
Pattern:
.*\S.*
Required: No
- Source
-
The source IP address or address range to inspect for, in CIDR notation. To match with any address, specify
ANY
.Type: String
Pattern:
.*\S.*
Required: No
- SourcePort
-
The source port to inspect for. You can specify an individual port, such as
1994
. You also can specify a port range, such as1990:1994
. To match with any port, specifyANY
.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: