AWS::Personalize::SchemaResource schema for AWS::Personalize::Schema.
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Schema | string | RequiredCreate-only |
Domain | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
SchemaArn | string | Arn for the schema. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Personalize::Schema
Resources:
MyResource:
Type: AWS::Personalize::Schema
Properties:
Name: "my-name"
Schema: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
personalize:CreateSchemapersonalize:DescribeSchemapersonalize:DescribeSchemapersonalize:DeleteSchemapersonalize:DescribeSchemapersonalize:ListSchemasOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterSchemaArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameSchemaDomain