Class ReportGroupProps.Jsii$Proxy

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

@Stability(Stable) @Internal public static final class ReportGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ReportGroupProps
An implementation for ReportGroupProps
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.ReportGroupProps

    ReportGroupProps.Builder, ReportGroupProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the ReportGroupProps.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final IBucket
    An optional S3 bucket to export the reports to.
    What to do when this resource is deleted from a stack.
    final String
    The physical name of the report group.
    final Boolean
    Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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(ReportGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the ReportGroupProps.Builder.
  • Method Details

    • getExportBucket

      public final IBucket getExportBucket()
      Description copied from interface: ReportGroupProps
      An optional S3 bucket to export the reports to.

      Default: - the reports will not be exported

      Specified by:
      getExportBucket in interface ReportGroupProps
    • getRemovalPolicy

      public final RemovalPolicy getRemovalPolicy()
      Description copied from interface: ReportGroupProps
      What to do when this resource is deleted from a stack.

      As CodeBuild does not allow deleting a ResourceGroup that has reports inside of it, this is set to retain the resource by default.

      Default: RemovalPolicy.RETAIN

      Specified by:
      getRemovalPolicy in interface ReportGroupProps
    • getReportGroupName

      public final String getReportGroupName()
      Description copied from interface: ReportGroupProps
      The physical name of the report group.

      Default: - CloudFormation-generated name

      Specified by:
      getReportGroupName in interface ReportGroupProps
    • getZipExport

      public final Boolean getZipExport()
      Description copied from interface: ReportGroupProps
      Whether to output the report files into the export bucket as-is, or create a ZIP from them before doing the export.

      Ignored if

      invalid @link
      exportBucket
      has not been provided.

      Default: - false (the files will not be ZIPped)

      Specified by:
      getZipExport in interface ReportGroupProps
    • $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