@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.389Z") @Stability(value=Stable) 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()
Information about Amazon CloudWatch Logs for a build project.
|
default S3LoggingOptions |
getS3()
Information about logs built to an S3 bucket for a build project.
|
@Stability(value=Stable) @Nullable default CloudWatchLoggingOptions getCloudWatch()
Default: - enabled
@Stability(value=Stable) @Nullable default S3LoggingOptions getS3()
Default: - disabled
@Stability(value=Stable) static LoggingOptions.Builder builder()
LoggingOptions.Builder of LoggingOptionsCopyright © 2021. All rights reserved.