@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.545Z") @Stability(value=Experimental) public interface LoggingOptions extends software.amazon.jsii.JsiiSerializable
A project can create logs in Amazon CloudWatch Logs, an S3 bucket, or both.
| Modifier and Type | Interface and Description |
|---|---|
static class |
LoggingOptions.Builder
A builder for
LoggingOptions |
static class |
LoggingOptions.Jsii$Proxy
An implementation for
LoggingOptions |
| Modifier and Type | Method and Description |
|---|---|
static LoggingOptions.Builder |
builder() |
default CloudWatchLoggingOptions |
getCloudWatch()
(experimental) Information about Amazon CloudWatch Logs for a build project.
|
default S3LoggingOptions |
getS3()
(experimental) Information about logs built to an S3 bucket for a build project.
|
@Stability(value=Experimental) @Nullable default CloudWatchLoggingOptions getCloudWatch()
Default: - enabled
@Stability(value=Experimental) @Nullable default S3LoggingOptions getS3()
Default: - disabled
@Stability(value=Experimental) static LoggingOptions.Builder builder()
LoggingOptions.Builder of LoggingOptionsCopyright © 2021. All rights reserved.