public static final class LoggingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LoggingOptions
LoggingOptions
LoggingOptions.Builder, LoggingOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
CloudWatchLoggingOptions |
getCloudWatch()
Information about Amazon CloudWatch Logs for a build project.
|
S3LoggingOptions |
getS3()
Information about logs built to an S3 bucket for a build project.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final CloudWatchLoggingOptions getCloudWatch()
LoggingOptions
Default: - enabled
getCloudWatch
in interface LoggingOptions
public final S3LoggingOptions getS3()
LoggingOptions
Default: - disabled
getS3
in interface LoggingOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()