AWS::Personalize::RecipeResource Type definition for AWS::Personalize::Recipe
1 configurable property. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AlgorithmArn | string | The Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model. |
CreationDateTime | string | The date and time (in Unix format) that the recipe was created. |
Description | string | The description of the recipe. |
FeatureTransformationArn | string | The ARN of the FeatureTransformation object. |
LastUpdatedDateTime | string | The date and time (in Unix format) that the recipe was last updated. |
RecipeArn | string | The Amazon Resource Name (ARN) of the recipe. |
RecipeType | string | One of the following values: PERSONALIZED_RANKING, RELATED_ITEMS, USER_PERSONALIZATION. |
Status | string | The status of the recipe. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Personalize::Recipe
Resources:
MyResource:
Type: AWS::Personalize::Recipe
Properties:
Name: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
personalize:DescribeRecipepersonalize:ListRecipesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRecipeArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name