メインコンテンツまでスキップ

AWSVPCFirewallMatchAttributes

No description

type AWSVPCFirewallMatchAttributes {
destinationPorts: [AWSVPCFirewallPortRange!]!
destinations: [AWSVPCFirewallAddress!]!
protocols: [Int!]!
sourcePorts: [AWSVPCFirewallPortRange!]!
sources: [AWSVPCFirewallAddress!]!
tcpFlags: [AWSVPCFirewallTCPFlagField!]!
}

Fields

AWSVPCFirewallMatchAttributes.destinationPorts ● [AWSVPCFirewallPortRange!]! non-null object

The destination ports to inspect for

AWSVPCFirewallMatchAttributes.destinations ● [AWSVPCFirewallAddress!]! non-null object

The destination IP addresses and address ranges to inspect for, in CIDR notation

AWSVPCFirewallMatchAttributes.protocols ● [Int!]! non-null scalar

The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA)

AWSVPCFirewallMatchAttributes.sourcePorts ● [AWSVPCFirewallPortRange!]! non-null object

The source ports to inspect for

AWSVPCFirewallMatchAttributes.sources ● [AWSVPCFirewallAddress!]! non-null object

The source IP addresses and address ranges to inspect for, in CIDR notation

AWSVPCFirewallMatchAttributes.tcpFlags ● [AWSVPCFirewallTCPFlagField!]! non-null object

The TCP flags and masks to inspect for

Member of

AWSVPCFirewallRuleDefinition object