public static final class CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMonitoringSchedule.MonitoringAppSpecificationProperty
CfnMonitoringSchedule.MonitoringAppSpecificationProperty
CfnMonitoringSchedule.MonitoringAppSpecificationProperty.Builder, CfnMonitoringSchedule.MonitoringAppSpecificationProperty.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) |
java.util.List<java.lang.String> |
getContainerArguments()
An array of arguments for the container used to run the monitoring job.
|
java.util.List<java.lang.String> |
getContainerEntrypoint()
Specifies the entrypoint for a container used to run the monitoring job.
|
java.lang.String |
getImageUri()
The container image to be run by the monitoring job.
|
java.lang.String |
getPostAnalyticsProcessorSourceUri()
An Amazon S3 URI to a script that is called after analysis has been performed.
|
java.lang.String |
getRecordPreprocessorSourceUri()
An Amazon S3 URI to a script that is called per row prior to running analysis.
|
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 java.lang.String getImageUri()
CfnMonitoringSchedule.MonitoringAppSpecificationProperty
getImageUri
in interface CfnMonitoringSchedule.MonitoringAppSpecificationProperty
public final java.util.List<java.lang.String> getContainerArguments()
CfnMonitoringSchedule.MonitoringAppSpecificationProperty
getContainerArguments
in interface CfnMonitoringSchedule.MonitoringAppSpecificationProperty
public final java.util.List<java.lang.String> getContainerEntrypoint()
CfnMonitoringSchedule.MonitoringAppSpecificationProperty
getContainerEntrypoint
in interface CfnMonitoringSchedule.MonitoringAppSpecificationProperty
public final java.lang.String getPostAnalyticsProcessorSourceUri()
CfnMonitoringSchedule.MonitoringAppSpecificationProperty
Applicable only for the built-in (first party) containers.
getPostAnalyticsProcessorSourceUri
in interface CfnMonitoringSchedule.MonitoringAppSpecificationProperty
public final java.lang.String getRecordPreprocessorSourceUri()
CfnMonitoringSchedule.MonitoringAppSpecificationProperty
It can base64 decode the payload and convert it into a flatted json so that the built-in container can use the converted data. Applicable only for the built-in (first party) containers.
getRecordPreprocessorSourceUri
in interface CfnMonitoringSchedule.MonitoringAppSpecificationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()