AWS Fundamentals Logo
AWS Fundamentals
AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

CleanRoomsML ConfiguredModelAlgorithmAssociation

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type

Properties

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

Filter:
PropertyTypeFlags
ConfiguredModelAlgorithmArn
string
RequiredCreate-only
MembershipIdentifier
string
RequiredCreate-only
Name
string
RequiredCreate-only
Description
string
Create-only
PrivacyConfiguration
PrivacyConfiguration
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
CollaborationIdentifierstring-
ConfiguredModelAlgorithmAssociationArnstring-

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

Resources:
  MyResource:
    Type: AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
    Properties:
      MembershipIdentifier: "my-membershipidentifier"
      ConfiguredModelAlgorithmArn: "arn:aws:service:region:account:resource"
      Name: "my-name"
      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:CreateConfiguredModelAlgorithmAssociationcleanrooms-ml:GetConfiguredModelAlgorithmAssociationcleanrooms-ml:TagResourcecleanrooms:GetMembershipcleanrooms:PassMembershipcleanrooms:ListMemberscleanrooms:GetCollaboration

read

cleanrooms-ml:GetConfiguredModelAlgorithmAssociationcleanrooms:GetMembershipcleanrooms:PassMembership

delete

cleanrooms-ml:DeleteConfiguredModelAlgorithmAssociationcleanrooms:GetMembershipcleanrooms:PassMembership

list

cleanrooms-ml:ListConfiguredModelAlgorithmAssociationscleanrooms:GetMembershipcleanrooms:PassMembership

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
Required3
TaggingSupported
Primary IDConfiguredModelAlgorithmAssociationArn

Supported Operations

CreateReadDeleteListUpdate

Immutable After Creation

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

MembershipIdentifierConfiguredModelAlgorithmArnNameDescriptionPrivacyConfiguration

External Links