class Aws::NetworkFirewall::Types::CustomAction

An optional, non-standard action to use for stateless packet handling. You can define this in addition to the standard action that you must specify.

You define and name the custom actions that you want to be able to use, and then you reference them by name in your actions settings.

You can use custom actions in the following places:

@note When making an API call, you may pass CustomAction

data as a hash:

    {
      action_name: "ActionName", # required
      action_definition: { # required
        publish_metric_action: {
          dimensions: [ # required
            {
              value: "DimensionValue", # required
            },
          ],
        },
      },
    }

@!attribute [rw] action_name

The descriptive name of the custom action. You can't change the
name of a custom action after you create it.
@return [String]

@!attribute [rw] action_definition

The custom action associated with the action name.
@return [Types::ActionDefinition]

@see docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/CustomAction AWS API Documentation

Constants

SENSITIVE