@Stability(value=Stable)
public static interface CfnMonitoringSchedule.MonitoringExecutionSummaryProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder
A builder for
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty |
static class |
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Jsii$Proxy
An implementation for
CfnMonitoringSchedule.MonitoringExecutionSummaryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder |
builder() |
String |
getCreationTime()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.CreationTime`.
|
default String |
getEndpointName()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.EndpointName`.
|
default String |
getFailureReason()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.FailureReason`.
|
String |
getLastModifiedTime()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.LastModifiedTime`.
|
String |
getMonitoringExecutionStatus()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.MonitoringExecutionStatus`.
|
String |
getMonitoringScheduleName()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.MonitoringScheduleName`.
|
default String |
getProcessingJobArn()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.ProcessingJobArn`.
|
String |
getScheduledTime()
`CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.ScheduledTime`.
|
@Stability(value=Stable) @NotNull String getCreationTime()
@Stability(value=Stable) @NotNull String getLastModifiedTime()
@Stability(value=Stable) @NotNull String getMonitoringExecutionStatus()
@Stability(value=Stable) @NotNull String getMonitoringScheduleName()
@Stability(value=Stable) @NotNull String getScheduledTime()
@Stability(value=Stable) @Nullable default String getEndpointName()
@Stability(value=Stable) @Nullable default String getFailureReason()
@Stability(value=Stable) @Nullable default String getProcessingJobArn()
@Stability(value=Stable) static CfnMonitoringSchedule.MonitoringExecutionSummaryProperty.Builder builder()
Copyright © 2021. All rights reserved.