interface CfnRecipeProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Personalize.CfnRecipeProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awspersonalize#CfnRecipeProps |
Java | software.amazon.awscdk.services.personalize.CfnRecipeProps |
Python | aws_cdk.aws_personalize.CfnRecipeProps |
TypeScript | aws-cdk-lib » aws_personalize » CfnRecipeProps |
Properties for defining a CfnRecipe.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-recipe.html
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_personalize as personalize } from 'aws-cdk-lib';
const cfnRecipeProps: personalize.CfnRecipeProps = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The name of the recipe. |
name?
Type:
string
(optional)
The name of the recipe.

.NET
Go
Java
Python
TypeScript