CfnSchemaMixinProps

class aws_cdk.mixins_preview.aws_personalize.mixins.CfnSchemaMixinProps(*, domain=None, name=None, schema=None)

Bases: object

Properties for CfnSchemaPropsMixin.

Parameters:
  • domain (Optional[str]) – The domain of a schema that you created for a dataset in a Domain dataset group.

  • name (Optional[str]) – The name of the schema.

  • schema (Optional[str]) – The schema.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_personalize import mixins as personalize_mixins

cfn_schema_mixin_props = personalize_mixins.CfnSchemaMixinProps(
    domain="domain",
    name="name",
    schema="schema"
)

Attributes

domain

The domain of a schema that you created for a dataset in a Domain dataset group.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html#cfn-personalize-schema-domain

name

The name of the schema.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html#cfn-personalize-schema-name

schema

The schema.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-schema.html#cfn-personalize-schema-schema