AWS Fundamentals Logo
AWS Fundamentals
AWS::Personalize::Schema

Personalize Schema

Resource schema for AWS::Personalize::Schema.

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Schema
string
RequiredCreate-only
Domain
string
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
SchemaArnstringArn for the schema.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Personalize::Schema

Resources:
  MyResource:
    Type: AWS::Personalize::Schema
    Properties:
      Name: "my-name"
      Schema: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

personalize:CreateSchemapersonalize:DescribeSchema

read

personalize:DescribeSchema

delete

personalize:DeleteSchemapersonalize:DescribeSchema

list

personalize:ListSchemas

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServicePersonalize
Properties4
Required2
TaggingNot supported
Primary IDSchemaArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameSchemaDomain

External Links