Skip to main content

monitoring_schedules_list_only

Lists monitoring_schedules in a region or regions, for all properties use monitoring_schedules

Overview

Namemonitoring_schedules_list_only
TypeResource
DescriptionResource Type definition for AWS::SageMaker::MonitoringSchedule
Idaws.sagemaker.monitoring_schedules_list_only

Fields

NameDatatypeDescription
monitoring_schedule_arnstringThe Amazon Resource Name (ARN) of the monitoring schedule.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all monitoring_schedules in a region.

SELECT
region,
monitoring_schedule_arn
FROM aws.sagemaker.monitoring_schedules_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the monitoring_schedules_list_only resource, see monitoring_schedules