AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::MonitoringScheduleAlert

SageMaker MonitoringScheduleAlert

Resource type definition for AWS::SageMaker::MonitoringScheduleAlert. A monitoring alert associated with a SageMaker monitoring schedule.

Properties

4 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
DatapointsToAlert
integer
RequiredCreate-only
EvaluationPeriod
integer
RequiredCreate-only
MonitoringAlertName
string
RequiredCreate-only
MonitoringScheduleName
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ActionsMonitoringAlertActionsA list of alert actions taken in response to an alert going into InAlert status.
AlertStatusstringThe current status of the alert.
ArnstringThe Amazon Resource Name (ARN) of the monitoring schedule alert.
CreationTimestringA timestamp that indicates when the alert was created.
LastModifiedTimestringA timestamp that indicates when the alert was last updated.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: 1

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

sagemaker:ListMonitoringAlerts

list

sagemaker:ListMonitoringAlerts

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties9
Required4
TaggingNot supported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DatapointsToAlertEvaluationPeriodMonitoringAlertNameMonitoringScheduleName

External Links