Class CfnProject.S3LogsConfigProperty.Jsii$Proxy

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

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

    • getStatus

      public final String getStatus()
      Description copied from interface: CfnProject.S3LogsConfigProperty
      The current status of the S3 build logs. Valid values are:.

      • ENABLED : S3 build logs are enabled for this build project.
      • DISABLED : S3 build logs are not enabled for this build project.
      Specified by:
      getStatus in interface CfnProject.S3LogsConfigProperty
    • getEncryptionDisabled

      public final Object getEncryptionDisabled()
      Description copied from interface: CfnProject.S3LogsConfigProperty
      Set to true if you do not want your S3 build log output encrypted.

      By default S3 build logs are encrypted.

      Specified by:
      getEncryptionDisabled in interface CfnProject.S3LogsConfigProperty
    • getLocation

      public final String getLocation()
      Description copied from interface: CfnProject.S3LogsConfigProperty
      The ARN of an S3 bucket and the path prefix for S3 logs.

      If your Amazon S3 bucket name is my-bucket , and your path prefix is build-log , then acceptable formats are my-bucket/build-log or arn:aws:s3:::my-bucket/build-log .

      Specified by:
      getLocation in interface CfnProject.S3LogsConfigProperty
    • $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