AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CustomerProfiles::Recommender

CfnRecommender

Resource Type definition for AWS::CustomerProfiles::Recommender.

Import

import { CfnRecommender } from 'aws-cdk-lib/aws-customerprofiles';

Or use the module namespace:

import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnRecommender

Properties

Configuration passed to the constructor as CfnRecommenderProps.

domainNameRequired
string

The name of the domain for which the recommender will be created.

recommenderNameRequired
string

The name of the recommender.

recommenderRecipeNameRequired
string

The name of the recommender recipe.

descriptionOptional
string

The description of the recommender.

recommenderConfigOptional
IResolvable | RecommenderConfigProperty

Configuration for the recommender.

tagsOptional
CfnTag[]

The tags used to organize, track, or control access for this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-customerprofiles
CFN TypeAWS::CustomerProfiles::Recommender
Properties6

External Links