Class LoggingConfiguration.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class LoggingConfiguration.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingConfiguration
An implementation for LoggingConfiguration
  • 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(LoggingConfiguration.Builder builder)
      Constructor that initializes the object based on literal property values passed by the LoggingConfiguration.Builder.
  • Method Details

    • getBucket

      public final IBucket getBucket()
      Description copied from interface: LoggingConfiguration
      Bucket to log requests to.

      Default: - A logging bucket is automatically created.

      Specified by:
      getBucket in interface LoggingConfiguration
    • getIncludeCookies

      public final Boolean getIncludeCookies()
      Description copied from interface: LoggingConfiguration
      Whether to include the cookies in the logs.

      Default: false

      Specified by:
      getIncludeCookies in interface LoggingConfiguration
    • getPrefix

      public final String getPrefix()
      Description copied from interface: LoggingConfiguration
      Where in the bucket to store logs.

      Default: - No prefix.

      Specified by:
      getPrefix in interface LoggingConfiguration
    • $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