@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.404Z") @Stability(value=Stable) public interface S3LoggingOptions extends software.amazon.jsii.JsiiSerializable
| 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 © 2021. All rights reserved.