Package com.pulumi.aws.codebuild.outputs
Class ReportGroupExportConfigS3Destination
- java.lang.Object
-
- com.pulumi.aws.codebuild.outputs.ReportGroupExportConfigS3Destination
-
public final class ReportGroupExportConfigS3Destination extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReportGroupExportConfigS3Destination.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
bucket()
static ReportGroupExportConfigS3Destination.Builder
builder()
static ReportGroupExportConfigS3Destination.Builder
builder(ReportGroupExportConfigS3Destination defaults)
java.util.Optional<java.lang.Boolean>
encryptionDisabled()
java.lang.String
encryptionKey()
java.util.Optional<java.lang.String>
packaging()
java.util.Optional<java.lang.String>
path()
-
-
-
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.
-
builder
public static ReportGroupExportConfigS3Destination.Builder builder()
-
builder
public static ReportGroupExportConfigS3Destination.Builder builder(ReportGroupExportConfigS3Destination defaults)
-
-