This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CustomerProfiles::Recommender
The AWS::CustomerProfiles::Recommender resource Property description not available. for CustomerProfiles.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::CustomerProfiles::Recommender", "Properties" : { "Description" :String, "DomainName" :String, "RecommenderConfig" :RecommenderConfig, "RecommenderName" :String, "RecommenderRecipeName" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::CustomerProfiles::Recommender Properties: Description:StringDomainName:StringRecommenderConfig:RecommenderConfigRecommenderName:StringRecommenderRecipeName:StringTags:- Tag
Properties
Description-
A description of the recommender's purpose and characteristics.
Required: No
Type: String
Minimum:
1Maximum:
1000Update requires: No interruption
DomainNameProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
64Update requires: Replacement
RecommenderConfig-
The configuration settings applied to this recommender.
Required: No
Type: RecommenderConfig
Update requires: No interruption
RecommenderName-
The name of the recommender.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9_-]+$Minimum:
1Maximum:
64Update requires: Replacement
RecommenderRecipeNameProperty description not available.
Required: Yes
Type: String
Minimum:
1Maximum:
255Update requires: Replacement
-
The tags used to organize, track, or control access for this resource.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
CreatedAt-
The timestamp when the recommender was created.
FailureReason-
If the recommender is in a failed state, provides the reason for the failure.
LastUpdatedAt-
The timestamp of when the recommender was edited.
RecommenderArnProperty description not available.
Status-
The current operational status of the recommender.
TrainingMetricsProperty description not available.