schedule_tags
Expands all tag keys and values for schedules in a region
Overview
| Name | schedule_tags |
| Type | Resource |
| Description | Resource schema for AWS::DataBrew::Schedule. |
| Id | aws.databrew.schedule_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
job_names | array | |
cron_expression | string | Schedule cron |
name | string | Schedule Name |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all schedules in a region.
SELECT
region,
job_names,
cron_expression,
name,
tag_key,
tag_value
FROM aws.databrew.schedule_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the schedule_tags resource, see schedules