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

Network Firewall stateless rule port range configuration.

Use this configuration to define a port range in stateless rules.

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

- fromPort: 22
toPort: 22
interface INfwRuleSourceStatelessPortRangeConfig {
    fromPort: number;
    toPort: number;
}

Properties

Properties

fromPort: number

The port to start from in the range.

toPort: number

The port to end with in the range.