AWS Fundamentals Logo
AWS Fundamentals
AWS::Personalize::Recipe

Personalize Recipe

Resource Type definition for AWS::Personalize::Recipe

Properties

1 configurable property. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AlgorithmArnstringThe Amazon Resource Name (ARN) of the algorithm that Amazon Personalize uses to train the model.
CreationDateTimestringThe date and time (in Unix format) that the recipe was created.
DescriptionstringThe description of the recipe.
FeatureTransformationArnstringThe ARN of the FeatureTransformation object.
LastUpdatedDateTimestringThe date and time (in Unix format) that the recipe was last updated.
RecipeArnstringThe Amazon Resource Name (ARN) of the recipe.
RecipeTypestringOne of the following values: PERSONALIZED_RANKING, RELATED_ITEMS, USER_PERSONALIZATION.
StatusstringThe status of the recipe.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Personalize::Recipe

Resources:
  MyResource:
    Type: AWS::Personalize::Recipe
    Properties:
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

personalize:DescribeRecipe

list

personalize:ListRecipes

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServicePersonalize
Properties9
Required0
TaggingNot supported
Primary IDRecipeArn

Supported Operations

ReadList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

Name

External Links