aws.personalize.list_recipes
Example SQL Queries
SELECT * FROMaws.personalize.list_recipes;Description
Returns a list of available recipes. The response provides the properties for each recipe, including the recipe's Amazon Resource Name (ARN).
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Input Column The domain of the recipe (if the recipe is a Domain dataset group use case). | VARCHAR |
| recipe_provider Input Column The default is SERVICE. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_date_time The date and time (in Unix time) that the recipe was created. | TIMESTAMP_S |
| last_updated_date_time The date and time (in Unix time) that the recipe was last updated. | TIMESTAMP_S |
| name The name of the recipe. | VARCHAR |
| recipe_arn The Amazon Resource Name (ARN) of the recipe. | VARCHAR |
| status The status of the recipe. | VARCHAR |