Class CfnBucket.LoggingConfigurationProperty.Jsii$Proxy

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

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

  • Method Details

    • getDestinationBucketName

      public final String getDestinationBucketName()
      Description copied from interface: CfnBucket.LoggingConfigurationProperty
      The name of the bucket where Amazon S3 should store server access log files.

      You can store log files in any bucket that you own. By default, logs are stored in the bucket where the LoggingConfiguration property is defined.

      Specified by:
      getDestinationBucketName in interface CfnBucket.LoggingConfigurationProperty
    • getLogFilePrefix

      public final String getLogFilePrefix()
      Description copied from interface: CfnBucket.LoggingConfigurationProperty
      A prefix for all log object keys.

      If you store log files from multiple Amazon S3 buckets in a single bucket, you can use a prefix to distinguish which log files came from which bucket.

      Specified by:
      getLogFilePrefix in interface CfnBucket.LoggingConfigurationProperty
    • $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