AWS::CustomerProfiles::RecommenderResource Type definition for AWS::CustomerProfiles::Recommender
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainName | string | RequiredCreate-only |
RecommenderName | string | RequiredCreate-only |
RecommenderRecipeName | string | RequiredCreate-only |
Description | string | |
RecommenderConfig | RecommenderConfig | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the recommender was created. |
FailureReason | string | The reason for recommender failure. |
LastUpdatedAt | string | The timestamp of when the recommender was last updated. |
LatestRecommenderUpdate | RecommenderUpdate | - |
RecommenderArn | string | The Amazon Resource Name (ARN) of the recommender. |
Status | string | - |
TrainingMetrics | Array<TrainingMetrics> | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::Recommender
Resources:
MyResource:
Type: AWS::CustomerProfiles::Recommender
Properties:
DomainName: "my-domainname"
RecommenderName: "my-recommendername"
RecommenderRecipeName: "my-recommenderrecipename"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
profile:CreateRecommenderprofile:GetRecommenderprofile:TagResourcekms:GenerateDataKeykms:Decryptprofile:GetRecommenderkms:GenerateDataKeykms:Decryptprofile:GetRecommenderprofile:UpdateRecommenderprofile:UntagResourceprofile:TagResourcekms:GenerateDataKeykms:Decryptprofile:DeleteRecommenderprofile:GetRecommenderprofile:ListRecommenderskms:GenerateDataKeykms:DecryptOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNameRecommenderNameRecommenderRecipeName