@Stability(value=Experimental) @Internal public static final class S3LoggingOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3LoggingOptions
S3LoggingOptionssoftware.amazon.jsii.JsiiObject.InitializationModeS3LoggingOptions.Builder, S3LoggingOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(IBucket bucket,
Boolean enabled,
Boolean encrypted,
String prefix)
Constructor that initializes the object based on literal property values passed by the
S3LoggingOptions.Builder. |
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(Object o) |
IBucket |
getBucket()
(experimental) The S3 Bucket to send logs to.
|
Boolean |
getEnabled()
(experimental) The current status of the logs in Amazon CloudWatch Logs for a build project.
|
Boolean |
getEncrypted()
(experimental) Encrypt the S3 build log output.
|
String |
getPrefix()
(experimental) The path prefix for S3 logs.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IBucket bucket, Boolean enabled, Boolean encrypted, String prefix)
S3LoggingOptions.Builder.public final IBucket getBucket()
S3LoggingOptionsgetBucket in interface S3LoggingOptionspublic final Boolean getEnabled()
S3LoggingOptionsDefault: true
getEnabled in interface S3LoggingOptionspublic final Boolean getEncrypted()
S3LoggingOptionsDefault: true
getEncrypted in interface S3LoggingOptionspublic final String getPrefix()
S3LoggingOptionsDefault: - no prefix
getPrefix in interface S3LoggingOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.