@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.562Z") @Stability(value=Experimental) 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()
(experimental) The S3 Bucket to send logs to.
|
default Boolean |
getEnabled()
(experimental) The current status of the logs in Amazon CloudWatch Logs for a build project.
|
default Boolean |
getEncrypted()
(experimental) Encrypt the S3 build log output.
|
default String |
getPrefix()
(experimental) The path prefix for S3 logs.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @Nullable default Boolean getEnabled()
Default: true
@Stability(value=Experimental) @Nullable default Boolean getEncrypted()
Default: true
@Stability(value=Experimental) @Nullable default String getPrefix()
Default: - no prefix
@Stability(value=Experimental) static S3LoggingOptions.Builder builder()
S3LoggingOptions.Builder
of S3LoggingOptions
Copyright © 2021. All rights reserved.