pub struct MonitoringScheduleProperties {
pub endpoint_name: Option<Value<String>>,
pub failure_reason: Option<Value<String>>,
pub last_monitoring_execution_summary: Option<Value<MonitoringExecutionSummary>>,
pub monitoring_schedule_config: Value<MonitoringScheduleConfig>,
pub monitoring_schedule_name: Value<String>,
pub monitoring_schedule_status: Option<Value<String>>,
pub tags: Option<ValueList<Tag>>,
}Expand description
Properties for the MonitoringSchedule resource.
Fields§
§endpoint_name: Option<Value<String>>Property EndpointName.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
failure_reason: Option<Value<String>>Property FailureReason.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
last_monitoring_execution_summary: Option<Value<MonitoringExecutionSummary>>Property LastMonitoringExecutionSummary.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
monitoring_schedule_config: Value<MonitoringScheduleConfig>Property MonitoringScheduleConfig.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
monitoring_schedule_name: Value<String>Property MonitoringScheduleName.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
monitoring_schedule_status: Option<Value<String>>Property MonitoringScheduleStatus.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.