AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::MonitoringSchedule

SageMaker MonitoringSchedule

Resource Type definition for AWS::SageMaker::MonitoringSchedule

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
MonitoringScheduleConfig
MonitoringScheduleConfig
Required
MonitoringScheduleName
string
RequiredCreate-only
EndpointName
string
FailureReason
string
LastMonitoringExecutionSummary
MonitoringExecutionSummary
MonitoringScheduleStatus
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CreationTimestringThe time at which the schedule was created.
LastModifiedTimestringA timestamp that indicates the last time the monitoring job was modified.
MonitoringScheduleArnstringThe Amazon Resource Name (ARN) of the monitoring schedule.

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::MonitoringSchedule

Resources:
  MyResource:
    Type: AWS::SageMaker::MonitoringSchedule
    Properties:
      MonitoringScheduleConfig: "value"
      MonitoringScheduleName: "my-monitoringschedulename"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

sagemaker:CreateMonitoringSchedulesagemaker:DescribeMonitoringScheduleiam:PassRole

delete

sagemaker:DeleteMonitoringSchedulesagemaker:DescribeMonitoringSchedule

list

sagemaker:ListMonitoringSchedule

read

sagemaker:DescribeMonitoringSchedule

update

sagemaker:UpdateMonitoringSchedulesagemaker:DescribeMonitoringSchedule

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
Properties10
Required2
TaggingNot supported
Primary IDMonitoringScheduleArn

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

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

MonitoringScheduleName

External Links