@Stability(value=Stable) public static final class CfnMonitoringSchedule.Builder extends Object implements software.amazon.jsii.Builder<CfnMonitoringSchedule>
CfnMonitoringSchedule.| Modifier and Type | Method and Description |
|---|---|
CfnMonitoringSchedule |
build() |
static CfnMonitoringSchedule.Builder |
create(software.constructs.Construct scope,
String id) |
CfnMonitoringSchedule.Builder |
endpointName(String endpointName)
The name of the endpoint using the monitoring schedule.
|
CfnMonitoringSchedule.Builder |
failureReason(String failureReason)
Contains the reason a monitoring job failed, if it failed.
|
CfnMonitoringSchedule.Builder |
lastMonitoringExecutionSummary(CfnMonitoringSchedule.MonitoringExecutionSummaryProperty lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
CfnMonitoringSchedule.Builder |
lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
Describes metadata on the last execution to run, if there was one.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleConfig(CfnMonitoringSchedule.MonitoringScheduleConfigProperty monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
The configuration object that specifies the monitoring schedule and defines the monitoring job.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleName(String monitoringScheduleName)
The name of the monitoring schedule.
|
CfnMonitoringSchedule.Builder |
monitoringScheduleStatus(String monitoringScheduleStatus)
The status of the monitoring schedule.
|
CfnMonitoringSchedule.Builder |
tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
@Stability(value=Stable) public static CfnMonitoringSchedule.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnMonitoringSchedule.BaselineConfigProperty.Builder.@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleConfig(CfnMonitoringSchedule.MonitoringScheduleConfigProperty monitoringScheduleConfig)
monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleConfig(IResolvable monitoringScheduleConfig)
monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleName(String monitoringScheduleName)
monitoringScheduleName - The name of the monitoring schedule. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder endpointName(String endpointName)
endpointName - The name of the endpoint using the monitoring schedule. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder failureReason(String failureReason)
failureReason - Contains the reason a monitoring job failed, if it failed. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder lastMonitoringExecutionSummary(CfnMonitoringSchedule.MonitoringExecutionSummaryProperty lastMonitoringExecutionSummary)
lastMonitoringExecutionSummary - Describes metadata on the last execution to run, if there was one. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder lastMonitoringExecutionSummary(IResolvable lastMonitoringExecutionSummary)
lastMonitoringExecutionSummary - Describes metadata on the last execution to run, if there was one. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder monitoringScheduleStatus(String monitoringScheduleStatus)
monitoringScheduleStatus - The status of the monitoring schedule. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule.Builder tags(List<? extends CfnTag> tags)
For more information, see Tag .
tags - An array of key-value pairs to apply to this resource. This parameter is required.this@Stability(value=Stable) public CfnMonitoringSchedule build()
build in interface software.amazon.jsii.Builder<CfnMonitoringSchedule>Copyright © 2022. All rights reserved.