AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRoomsML::ConfiguredModelAlgorithm

CleanRoomsML ConfiguredModelAlgorithm

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
RoleArn
string
RequiredCreate-only
Description
string
Create-only
InferenceContainerConfig
InferenceContainerConfig
Create-only
KmsKeyArn
string
Create-only
Tags
Array<Tag>
TrainingContainerConfig
ContainerConfig
Create-only

Return Values

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

AttributeTypeDescription
ConfiguredModelAlgorithmArnstring-

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

Resources:
  MyResource:
    Type: AWS::CleanRoomsML::ConfiguredModelAlgorithm
    Properties:
      Name: "my-name"
      RoleArn: "arn:aws:service:region:account:resource"
      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:CreateConfiguredModelAlgorithmcleanrooms-ml:GetConfiguredModelAlgorithmcleanrooms-ml:TagResourceiam:PassRole

read

cleanrooms-ml:GetConfiguredModelAlgorithm

delete

cleanrooms-ml:DeleteConfiguredModelAlgorithm

list

cleanrooms-ml:ListConfiguredModelAlgorithms

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
Properties8
Required2
TaggingSupported
Primary IDConfiguredModelAlgorithmArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

NameDescriptionRoleArnTrainingContainerConfigInferenceContainerConfigKmsKeyArn

External Links