AWS::CleanRoomsML::TrainingDatasetDefinition of AWS::CleanRoomsML::TrainingDataset Resource Type
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
TrainingData | Array<Dataset> | RequiredCreate-only |
Description | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Status | string | - |
TrainingDatasetArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CleanRoomsML::TrainingDataset
Resources:
MyResource:
Type: AWS::CleanRoomsML::TrainingDataset
Properties:
Name: "my-name"
RoleArn: "arn:aws:service:region:account:resource"
TrainingData: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
cleanrooms-ml:CreateTrainingDatasetcleanrooms-ml:GetTrainingDatasetcleanrooms-ml:TagResourceiam:PassRolecleanrooms-ml:GetTrainingDatasetcleanrooms-ml:DeleteTrainingDatasetcleanrooms-ml:ListTrainingDatasetscleanrooms-ml:TagResourcecleanrooms-ml:UntagResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTrainingDatasetArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionNameRoleArnTrainingData