AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

TCP flags and masks to inspect packets for, used in stateless rules MatchAttributes settings.

Inheritance Hierarchy

System.Object
  Amazon.NetworkFirewall.Model.TCPFlagField

Namespace: Amazon.NetworkFirewall.Model
Assembly: AWSSDK.NetworkFirewall.dll
Version: 3.x.y.z

Syntax

C#
public class TCPFlagField

The TCPFlagField type exposes the following members

Constructors

NameDescription
Public Method TCPFlagField()

Properties

NameTypeDescription
Public Property Flags System.Collections.Generic.List<System.String>

Gets and sets the property Flags.

Used in conjunction with the Masks setting to define the flags that must be set and flags that must not be set in order for the packet to match. This setting can only specify values that are also specified in the Masks setting.

For the flags that are specified in the masks setting, the following must be true for the packet to match:

  • The ones that are set in this flags setting must be set in the packet.

  • The ones that are not set in this flags setting must also not be set in the packet.

Public Property Masks System.Collections.Generic.List<System.String>

Gets and sets the property Masks.

The set of flags to consider in the inspection. To inspect all flags in the valid values list, leave this with no setting.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5