Class CfnLoggingConfigurationProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class CfnLoggingConfigurationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoggingConfigurationProps
An implementation for CfnLoggingConfigurationProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnLoggingConfigurationProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnLoggingConfigurationProps.Builder.
  • Method Details

    • getFirewallArn

      public final String getFirewallArn()
      Description copied from interface: CfnLoggingConfigurationProps
      The Amazon Resource Name (ARN) of the Firewall that the logging configuration is associated with.

      You can't change the firewall specification after you create the logging configuration.

      Specified by:
      getFirewallArn in interface CfnLoggingConfigurationProps
    • getLoggingConfiguration

      public final Object getLoggingConfiguration()
      Description copied from interface: CfnLoggingConfigurationProps
      Defines how AWS Network Firewall performs logging for a Firewall .
      Specified by:
      getLoggingConfiguration in interface CfnLoggingConfigurationProps
    • getFirewallName

      public final String getFirewallName()
      Description copied from interface: CfnLoggingConfigurationProps
      The name of the firewall that the logging configuration is associated with.

      You can't change the firewall specification after you create the logging configuration.

      Specified by:
      getFirewallName in interface CfnLoggingConfigurationProps
    • $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