@Stability(value=Stable) @Internal public static final class Monitoring.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Monitoring
Monitoringsoftware.amazon.jsii.JsiiObject.InitializationModeMonitoring.Builder, Monitoring.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.
|
protected |
Jsii$Proxy(Monitoring.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Monitoring.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
IBucket |
getLogBucket()
Amazon S3 Bucket for monitoring log publishing.
|
Boolean |
getLogging()
Enable logging for this job.
|
ILogGroup |
getLogGroup()
A log group for CloudWatch monitoring.
|
String |
getLogStreamNamePrefix()
A log stream name prefix for Cloudwatch monitoring.
|
Boolean |
getPersistentAppUI()
Monitoring configurations for the persistent application UI.
|
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(Monitoring.Builder builder)
Monitoring.Builder.public final IBucket getLogBucket()
MonitoringYou can configure your jobs to send log information to Amazon S3.
Default: - if `logging` is manually set to `true` and a `logBucket` is not provided, a `logBucket` will be automatically generated`.
getLogBucket in interface Monitoringpublic final Boolean getLogging()
Monitoring
If set to true, will automatically create a Cloudwatch Log Group and S3 bucket.
This will be set to true implicitly if values are provided for logGroup or logBucket.
Default: true - true if values are provided for `logGroup` or `logBucket`, false otherwise
getLogging in interface Monitoringpublic final ILogGroup getLogGroup()
MonitoringYou can configure your jobs to send log information to CloudWatch Logs.
Default: - if `logging` is manually set to `true` and a `logGroup` is not provided, a `logGroup` will be automatically generated`.
getLogGroup in interface Monitoringpublic final String getLogStreamNamePrefix()
MonitoringDefault: - Log streams created in this log group have no default prefix
getLogStreamNamePrefix in interface Monitoringpublic final Boolean getPersistentAppUI()
MonitoringDefault: true
getPersistentAppUI in interface Monitoring@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2023. All rights reserved.