interface CfnSchemaProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Personalize.CfnSchemaProps |
![]() | software.amazon.awscdk.services.personalize.CfnSchemaProps |
![]() | aws_cdk.aws_personalize.CfnSchemaProps |
![]() | @aws-cdk/aws-personalize » CfnSchemaProps |
Properties for defining a CfnSchema
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as personalize from '@aws-cdk/aws-personalize';
const cfnSchemaProps: personalize.CfnSchemaProps = {
name: 'name',
schema: 'schema',
// the properties below are optional
domain: 'domain',
};
Properties
Name | Type | Description |
---|---|---|
name | string | The name of the schema. |
schema | string | The schema. |
domain? | string | The domain of a schema that you created for a dataset in a Domain dataset group. |
name
Type:
string
The name of the schema.
schema
Type:
string
The schema.
domain?
Type:
string
(optional)
The domain of a schema that you created for a dataset in a Domain dataset group.