AWS::Personalize::SolutionResource schema for AWS::Personalize::Solution.
7 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
SolutionArn | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
personalize:CreateSolutionpersonalize:DescribeSolutionpersonalize:DescribeSolutionpersonalize:DeleteSolutionpersonalize:DescribeSolutionpersonalize:ListSolutionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSolutionArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameEventTypeDatasetGroupArnPerformAutoMLPerformHPORecipeArnSolutionConfig