AnalysisPacketHeader
Describes a header. Reflects any changes made by a component as traffic passes through. The fields of an inbound header are null except for the first component of a path.
Contents
- destinationAddressSet
-
The destination addresses.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 15.
Pattern:
^([0-9]{1,3}.){3}[0-9]{1,3}$
Required: No
- destinationPortRangeSet
-
The destination port ranges.
Type: Array of PortRange objects
Required: No
- protocol
-
The protocol.
Type: String
Required: No
- sourceAddressSet
-
The source addresses.
Type: Array of strings
Length Constraints: Minimum length of 0. Maximum length of 15.
Pattern:
^([0-9]{1,3}.){3}[0-9]{1,3}$
Required: No
- sourcePortRangeSet
-
The source port ranges.
Type: Array of PortRange objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: