Class ReportGroupExportConfigS3Destination


  • public final class ReportGroupExportConfigS3Destination
    extends java.lang.Object
    • Method Detail

      • bucket

        public java.lang.String bucket()
        Returns:
        The name of the S3 bucket where the raw data of a report are exported.
      • encryptionDisabled

        public java.util.Optional<java.lang.Boolean> encryptionDisabled()
        Returns:
        A boolean value that specifies if the results of a report are encrypted. **Note: the API does not currently allow setting encryption as disabled**
      • encryptionKey

        public java.lang.String encryptionKey()
        Returns:
        The encryption key for the report's encrypted raw data. The KMS key ARN.
      • packaging

        public java.util.Optional<java.lang.String> packaging()
        Returns:
        The type of build output artifact to create. Valid values are: `NONE` (default) and `ZIP`.
      • path

        public java.util.Optional<java.lang.String> path()
        Returns:
        The path to the exported report's raw data results.