monitoring_schedules_list_only
Lists monitoring_schedules
in a region or regions, for all properties use monitoring_schedules
Overview
Name | monitoring_schedules_list_only |
Type | Resource |
Description | Resource Type definition for AWS::SageMaker::MonitoringSchedule |
Id | aws.sagemaker.monitoring_schedules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
monitoring_schedule_arn | string | The Amazon Resource Name (ARN) of the monitoring schedule. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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