Class CfnCluster.LoggingPropertiesProperty.Jsii$Proxy

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

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

    • getBucketName

      public final String getBucketName()
      Description copied from interface: CfnCluster.LoggingPropertiesProperty
      The name of an existing S3 bucket where the log files are to be stored.

      Constraints:

      • Must be in the same region as the cluster
      • The cluster must have read bucket and put object permissions
      Specified by:
      getBucketName in interface CfnCluster.LoggingPropertiesProperty
    • getS3KeyPrefix

      public final String getS3KeyPrefix()
      Description copied from interface: CfnCluster.LoggingPropertiesProperty
      The prefix applied to the log file names.

      Constraints:

      • Cannot exceed 512 characters
      • Cannot contain spaces( ), double quotes ("), single quotes ('), a backslash (), or control characters. The hexadecimal codes for invalid characters are:
      • x00 to x20
      • x22
      • x27
      • x5c
      • x7f or larger
      Specified by:
      getS3KeyPrefix in interface CfnCluster.LoggingPropertiesProperty
    • $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