recipes_list_only
Lists recipes
in a region or regions, for all properties use recipes
Overview
Name | recipes_list_only |
Type | Resource |
Description | Resource schema for AWS::DataBrew::Recipe. |
Id | aws.databrew.recipes_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | Description of the recipe |
name | string | Recipe name |
steps | array | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all recipes
in a region.
SELECT
region,
name
FROM aws.databrew.recipes_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the recipes_list_only
resource, see recipes