AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation

CfnConfiguredModelAlgorithmAssociation

Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type.

Import

import { CfnConfiguredModelAlgorithmAssociation } from 'aws-cdk-lib/aws-cleanroomsml';

Or use the module namespace:

import * as cleanroomsml from 'aws-cdk-lib/aws-cleanroomsml';
// cleanroomsml.CfnConfiguredModelAlgorithmAssociation

Properties

Configuration passed to the constructor as CfnConfiguredModelAlgorithmAssociationProps.

configuredModelAlgorithmArnRequired
string
membershipIdentifierRequired
string
nameRequired
string
descriptionOptional
string
privacyConfigurationOptional
IResolvable | PrivacyConfigurationProperty
tagsOptional
CfnTag[]

An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-cleanroomsml
CFN TypeAWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation
Properties6

External Links