NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleSourceConfig / NfwStatelessRulesAndCustomActionsConfig / NfwRuleSourceStatelessRuleConfig / NfwRuleSourceStatelessRuleDefinitionConfig / NfwRuleSourceStatelessMatchAttributesConfig

Network Firewall stateless rule match attributes configuration. Used to define stateless rule match attributes for Network Firewall.

See

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-matchattributes.html

Example

sources:
- 10.1.0.0/16
sourcePorts:
- fromPort: 1024
toPort: 65535
destinations:
- 10.0.0.0/16
destinationPorts:
- fromPort: 22
toPort: 22

Hierarchy

  • NfwRuleSourceStatelessMatchAttributesConfig

Implements

Constructors

Properties

destinationPorts: undefined | NfwRuleSourceStatelessPortRangeConfig[] = undefined

An array of Network Firewall stateless port range configurations.

See

NfwRuleSourceStatelessPortRangeConfig

destinations: undefined | string[] = undefined

An array of destination CIDR ranges.

Remarks

Use CIDR notation, i.e. 10.0.0.0/16

protocols: undefined | number[] = undefined

An array of IP protocol numbers to inspect.

sourcePorts: undefined | NfwRuleSourceStatelessPortRangeConfig[] = undefined

An array of Network Firewall stateless port range configurations.

See

NfwRuleSourceStatelessPortRangeConfig

sources: undefined | string[] = undefined

An array of source CIDR ranges.

Remarks

Use CIDR notation, i.e. 10.0.0.0/16

tcpFlags: undefined | NfwRuleSourceStatelessTcpFlagsConfig[] = undefined

An array of Network Firewall stateless TCP flag configurations.

See

NfwRuleSourceStatelessTcpFlagsConfig

Generated using TypeDoc