AWS Fundamentals Logo
AWS Fundamentals
AWS::Personalize::Solution

Personalize Solution

Resource schema for AWS::Personalize::Solution.

Properties

7 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DatasetGroupArn
string
RequiredCreate-only
Name
string
RequiredCreate-only
EventType
string
Create-only
PerformAutoML
boolean
Create-only
PerformHPO
boolean
Create-only
RecipeArn
string
Create-only
SolutionConfig
SolutionConfig
Create-only

Return Values

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

AttributeTypeDescription
SolutionArnstring-

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::Solution

Resources:
  MyResource:
    Type: AWS::Personalize::Solution
    Properties:
      Name: "my-name"
      DatasetGroupArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

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

create

personalize:CreateSolutionpersonalize:DescribeSolution

read

personalize:DescribeSolution

delete

personalize:DeleteSolutionpersonalize:DescribeSolution

list

personalize:ListSolutions

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
Properties8
Required2
TaggingNot supported
Primary IDSolutionArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

NameEventTypeDatasetGroupArnPerformAutoMLPerformHPORecipeArnSolutionConfig

Related Resources

External Links