interface CfnSchemaProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Personalize.CfnSchemaProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspersonalize#CfnSchemaProps |
![]() | software.amazon.awscdk.services.personalize.CfnSchemaProps |
![]() | aws_cdk.aws_personalize.CfnSchemaProps |
![]() | aws-cdk-lib » aws_personalize » CfnSchemaProps |
Properties for defining a CfnSchema
.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.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 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.