NAME
Paws::NetworkFirewall::ActionDefinition
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::NetworkFirewall::ActionDefinition object:
$service_obj->Method(Att1 => { PublishMetricAction => $value, ..., PublishMetricAction => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::NetworkFirewall::ActionDefinition object:
$result = $service_obj->Method(...);
$result->Att1->PublishMetricAction
DESCRIPTION
A custom action to use in stateless rule actions settings. This is used in CustomAction.
ATTRIBUTES
PublishMetricAction => Paws::NetworkFirewall::PublishMetricAction
Stateless inspection criteria that publishes the specified metrics to Amazon CloudWatch for the matching packet. This setting defines a CloudWatch dimension value to be published.
You can pair this custom action with any of the standard stateless rule actions. For example, you could pair this in a rule action with the standard action that forwards the packet for stateful inspection. Then, when a packet matches the rule, Network Firewall publishes metrics for the packet and forwards it.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::NetworkFirewall
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues