AWS::SageMaker::MonitoringScheduleAlertResource type definition for AWS::SageMaker::MonitoringScheduleAlert. A monitoring alert associated with a SageMaker monitoring schedule.
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DatapointsToAlert | integer | RequiredCreate-only |
EvaluationPeriod | integer | RequiredCreate-only |
MonitoringAlertName | string | RequiredCreate-only |
MonitoringScheduleName | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Actions | MonitoringAlertActions | A list of alert actions taken in response to an alert going into InAlert status. |
AlertStatus | string | The current status of the alert. |
Arn | string | The Amazon Resource Name (ARN) of the monitoring schedule alert. |
CreationTime | string | A timestamp that indicates when the alert was created. |
LastModifiedTime | string | A timestamp that indicates when the alert was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::MonitoringScheduleAlert
Resources:
MyResource:
Type: AWS::SageMaker::MonitoringScheduleAlert
Properties:
MonitoringScheduleName: "my-monitoringschedulename"
MonitoringAlertName: "my-monitoringalertname"
DatapointsToAlert: 1
EvaluationPeriod: 1Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:ListMonitoringAlertssagemaker:ListMonitoringAlertsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DatapointsToAlertEvaluationPeriodMonitoringAlertNameMonitoringScheduleName