Class CfnFirewallPolicy.ActionDefinitionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkfirewall.CfnFirewallPolicy.ActionDefinitionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnFirewallPolicy.ActionDefinitionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnFirewallPolicy.ActionDefinitionProperty

@Stability(Stable) @Internal public static final class CfnFirewallPolicy.ActionDefinitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFirewallPolicy.ActionDefinitionProperty
  • Constructor Details

  • Method Details

    • getPublishMetricAction

      public final Object getPublishMetricAction()
      Description copied from interface: CfnFirewallPolicy.ActionDefinitionProperty
      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.

      Specified by:
      getPublishMetricAction in interface CfnFirewallPolicy.ActionDefinitionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object