AWS::CustomerProfiles::RecommenderResource Type definition for AWS::CustomerProfiles::Recommender.
import { CfnRecommender } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnRecommenderConfiguration passed to the constructor as CfnRecommenderProps.
domainNameRequiredstringThe name of the domain for which the recommender will be created.
recommenderNameRequiredstringThe name of the recommender.
recommenderRecipeNameRequiredstringThe name of the recommender recipe.
descriptionOptionalstringThe description of the recommender.
recommenderConfigOptionalIResolvable | RecommenderConfigPropertyConfiguration for the recommender.
tagsOptionalCfnTag[]The tags used to organize, track, or control access for this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-customerprofilesAWS::CustomerProfiles::Recommender