AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRoomsML::TrainingDataset

CleanRoomsML TrainingDataset

Definition of AWS::CleanRoomsML::TrainingDataset Resource Type

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
RoleArn
string
RequiredCreate-only
TrainingData
Array<Dataset>
RequiredCreate-only
Description
string
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Statusstring-
TrainingDatasetArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

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

create

cleanrooms-ml:CreateTrainingDatasetcleanrooms-ml:GetTrainingDatasetcleanrooms-ml:TagResourceiam:PassRole

read

cleanrooms-ml:GetTrainingDataset

delete

cleanrooms-ml:DeleteTrainingDataset

list

cleanrooms-ml:ListTrainingDatasets

update

cleanrooms-ml:TagResourcecleanrooms-ml:UntagResource

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

ServiceCleanRoomsML
Properties7
Required3
TaggingSupported
Primary IDTrainingDatasetArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

DescriptionNameRoleArnTrainingData

External Links