interface CfnRecipeMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Personalize.CfnRecipeMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awspersonalize#CfnRecipeMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.personalize.CfnRecipeMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_personalize.CfnRecipeMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_personalize » CfnRecipeMixinProps |
Properties for CfnRecipePropsMixin.
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/cfn-property-mixins';
const cfnRecipeMixinProps: personalize.CfnRecipeMixinProps = {
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