@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:37.367Z") @Stability(value=Stable) public interface S3LoggingOptions extends software.amazon.jsii.JsiiSerializable
Example:
Project.Builder.create(this, "Project")
.logging(LoggingOptions.builder()
.s3(S3LoggingOptions.builder()
.bucket(new Bucket(this, "LogBucket"))
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3LoggingOptions.Builder
A builder for
S3LoggingOptions |
static class |
S3LoggingOptions.Jsii$Proxy
An implementation for
S3LoggingOptions |
| Modifier and Type | Method and Description |
|---|---|
static S3LoggingOptions.Builder |
builder() |
IBucket |
getBucket()
The S3 Bucket to send logs to.
|
default Boolean |
getEnabled()
The current status of the logs in Amazon CloudWatch Logs for a build project.
|
default Boolean |
getEncrypted()
Encrypt the S3 build log output.
|
default String |
getPrefix()
The path prefix for S3 logs.
|
@Stability(value=Stable) @NotNull IBucket getBucket()
@Stability(value=Stable) @Nullable default Boolean getEnabled()
Default: true
@Stability(value=Stable) @Nullable default Boolean getEncrypted()
Default: true
@Stability(value=Stable) @Nullable default String getPrefix()
Default: - no prefix
@Stability(value=Stable) static S3LoggingOptions.Builder builder()
S3LoggingOptions.Builder of S3LoggingOptionsCopyright © 2022. All rights reserved.