NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleSourceConfig / NfwStatelessRulesAndCustomActionsConfig / NfwRuleSourceCustomActionConfig / NfwRuleSourceCustomActionDefinitionConfig

Network Firewall stateless custom action definition configuration.

Use this configuration to define custom CloudWatch metrics for Network Firewall. You can optionally specify a named custom action to apply. For this action, Network Firewall assigns a dimension to Amazon CloudWatch metrics with the name set to CustomAction and a value that you specify.

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

publishMetricAction:
dimensions:
- CustomValue
interface INfwRuleSourceCustomActionDefinitionConfig {
    publishMetricAction: INfwRuleSourceCustomActionDimensionConfig;
}

Properties

A Network Firewall custom action dimensions configuration.

NfwRuleSourceCustomActionDimensionConfig