AWS::Personalize::DatasetGroupResource Schema for AWS::Personalize::DatasetGroup.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Domain | string | Create-only |
KmsKeyArn | string | Create-only |
RoleArn | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
DatasetGroupArn | string | The Amazon Resource Name (ARN) of the dataset group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Personalize::DatasetGroup
Resources:
MyResource:
Type: AWS::Personalize::DatasetGroup
Properties:
Name: "my-name"Permissions CloudFormation needs in your IAM role to manage this resource.
personalize:CreateDatasetGrouppersonalize:DescribeDatasetGroupiam:PassRolepersonalize:DescribeDatasetGrouppersonalize:DescribeDatasetGrouppersonalize:DeleteDatasetGrouppersonalize:ListDatasetGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDatasetGroupArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameRoleArnKmsKeyArnDomain