AWS::SageMaker::MonitoringScheduleResource Type definition for AWS::SageMaker::MonitoringSchedule
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
MonitoringScheduleConfig | MonitoringScheduleConfig | Required |
MonitoringScheduleName | string | RequiredCreate-only |
EndpointName | string | |
FailureReason | string | |
LastMonitoringExecutionSummary | MonitoringExecutionSummary | |
MonitoringScheduleStatus | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The time at which the schedule was created. |
LastModifiedTime | string | A timestamp that indicates the last time the monitoring job was modified. |
MonitoringScheduleArn | string | The Amazon Resource Name (ARN) of the monitoring schedule. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateMonitoringSchedulesagemaker:DescribeMonitoringScheduleiam:PassRolesagemaker:DeleteMonitoringSchedulesagemaker:DescribeMonitoringSchedulesagemaker:ListMonitoringSchedulesagemaker:DescribeMonitoringSchedulesagemaker:UpdateMonitoringSchedulesagemaker:DescribeMonitoringScheduleOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterMonitoringScheduleArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
MonitoringScheduleName