AWS Fundamentals Logo
AWS Fundamentals
AWS::Personalize::DatasetGroup

Personalize DatasetGroup

Resource Schema for AWS::Personalize::DatasetGroup.

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Domain
string
Create-only
KmsKeyArn
string
Create-only
RoleArn
string
Create-only

Return Values

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

AttributeTypeDescription
DatasetGroupArnstringThe Amazon Resource Name (ARN) of the dataset group.

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::DatasetGroup

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

Required IAM Permissions

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

create

personalize:CreateDatasetGrouppersonalize:DescribeDatasetGroupiam:PassRole

read

personalize:DescribeDatasetGroup

delete

personalize:DescribeDatasetGrouppersonalize:DeleteDatasetGroup

list

personalize:ListDatasetGroups

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
Properties5
Required1
TaggingNot supported
Primary IDDatasetGroupArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

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

NameRoleArnKmsKeyArnDomain

Related Resources

External Links