--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_personalize_schema Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::Personalize::Schema. --- # awscc_personalize_schema (Resource) Resource schema for AWS::Personalize::Schema. ## Schema ### Required - `name` (String) Name for the schema. - `schema` (String) A schema in Avro JSON format. ### Optional - `domain` (String) The domain of a Domain dataset group. ### Read-Only - `id` (String) Uniquely identifies the resource. - `schema_arn` (String) Arn for the schema. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_personalize_schema.example ```