Class ArtifactsBucketLocation.Jsii$Proxy

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

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

    • getBucket

      public final IBucket getBucket()
      Description copied from interface: ArtifactsBucketLocation
      (experimental) The s3 location that stores the data of each run.
      Specified by:
      getBucket in interface ArtifactsBucketLocation
    • getPrefix

      public final String getPrefix()
      Description copied from interface: ArtifactsBucketLocation
      (experimental) The S3 bucket prefix.

      Specify this if you want a more specific path within the artifacts bucket.

      Default: - no prefix

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