public static final class CfnMonitoringScheduleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnMonitoringScheduleProps
CfnMonitoringScheduleProps
CfnMonitoringScheduleProps.Builder, CfnMonitoringScheduleProps.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.lang.String |
getEndpointName()
The name of the endpoint using the monitoring schedule.
|
java.lang.String |
getFailureReason()
Contains the reason a monitoring job failed, if it failed.
|
java.lang.Object |
getLastMonitoringExecutionSummary()
Describes metadata on the last execution to run, if there was one.
|
java.lang.Object |
getMonitoringScheduleConfig()
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
java.lang.String |
getMonitoringScheduleName()
The name of the monitoring schedule.
|
java.lang.String |
getMonitoringScheduleStatus()
The status of the monitoring schedule.
|
java.util.List<CfnTag> |
getTags()
An array of key-value pairs to apply to this resource.
|
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.Object getMonitoringScheduleConfig()
CfnMonitoringScheduleProps
getMonitoringScheduleConfig
in interface CfnMonitoringScheduleProps
public final java.lang.String getMonitoringScheduleName()
CfnMonitoringScheduleProps
getMonitoringScheduleName
in interface CfnMonitoringScheduleProps
public final java.lang.String getEndpointName()
CfnMonitoringScheduleProps
getEndpointName
in interface CfnMonitoringScheduleProps
public final java.lang.String getFailureReason()
CfnMonitoringScheduleProps
getFailureReason
in interface CfnMonitoringScheduleProps
public final java.lang.Object getLastMonitoringExecutionSummary()
CfnMonitoringScheduleProps
getLastMonitoringExecutionSummary
in interface CfnMonitoringScheduleProps
public final java.lang.String getMonitoringScheduleStatus()
CfnMonitoringScheduleProps
getMonitoringScheduleStatus
in interface CfnMonitoringScheduleProps
public final java.util.List<CfnTag> getTags()
CfnMonitoringScheduleProps
For more information, see Tag .
getTags
in interface CfnMonitoringScheduleProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()