1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. cleanroomsml
  5. ConfiguredModelAlgorithmAssociation

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi

    Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type

    Create ConfiguredModelAlgorithmAssociation Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new ConfiguredModelAlgorithmAssociation(name: string, args: ConfiguredModelAlgorithmAssociationArgs, opts?: CustomResourceOptions);
    @overload
    def ConfiguredModelAlgorithmAssociation(resource_name: str,
                                            args: ConfiguredModelAlgorithmAssociationArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def ConfiguredModelAlgorithmAssociation(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            configured_model_algorithm_arn: Optional[str] = None,
                                            membership_identifier: Optional[str] = None,
                                            description: Optional[str] = None,
                                            name: Optional[str] = None,
                                            privacy_configuration: Optional[ConfiguredModelAlgorithmAssociationPrivacyConfigurationArgs] = None,
                                            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewConfiguredModelAlgorithmAssociation(ctx *Context, name string, args ConfiguredModelAlgorithmAssociationArgs, opts ...ResourceOption) (*ConfiguredModelAlgorithmAssociation, error)
    public ConfiguredModelAlgorithmAssociation(string name, ConfiguredModelAlgorithmAssociationArgs args, CustomResourceOptions? opts = null)
    public ConfiguredModelAlgorithmAssociation(String name, ConfiguredModelAlgorithmAssociationArgs args)
    public ConfiguredModelAlgorithmAssociation(String name, ConfiguredModelAlgorithmAssociationArgs args, CustomResourceOptions options)
    
    type: aws-native:cleanroomsml:ConfiguredModelAlgorithmAssociation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ConfiguredModelAlgorithmAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args ConfiguredModelAlgorithmAssociationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args ConfiguredModelAlgorithmAssociationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConfiguredModelAlgorithmAssociationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConfiguredModelAlgorithmAssociationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ConfiguredModelAlgorithmAssociation Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The ConfiguredModelAlgorithmAssociation resource accepts the following input properties:

    ConfiguredModelAlgorithmArn string
    MembershipIdentifier string
    Description string
    Name string
    PrivacyConfiguration ConfiguredModelAlgorithmAssociationPrivacyConfigurationArgs
    Tags TagArgs
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
    configuredModelAlgorithmArn String
    membershipIdentifier String
    description String
    name String
    privacyConfiguration ConfiguredModelAlgorithmAssociationPrivacyConfiguration
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
    configuredModelAlgorithmArn string
    membershipIdentifier string
    description string
    name string
    privacyConfiguration ConfiguredModelAlgorithmAssociationPrivacyConfiguration
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
    configured_model_algorithm_arn str
    membership_identifier str
    description str
    name str
    privacy_configuration ConfiguredModelAlgorithmAssociationPrivacyConfigurationArgs
    tags Sequence[TagArgs]
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
    configuredModelAlgorithmArn String
    membershipIdentifier String
    description String
    name String
    privacyConfiguration Property Map
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the ConfiguredModelAlgorithmAssociation resource produces the following output properties:

    CollaborationIdentifier string
    ConfiguredModelAlgorithmAssociationArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    CollaborationIdentifier string
    ConfiguredModelAlgorithmAssociationArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    collaborationIdentifier String
    configuredModelAlgorithmAssociationArn String
    id String
    The provider-assigned unique ID for this managed resource.
    collaborationIdentifier string
    configuredModelAlgorithmAssociationArn string
    id string
    The provider-assigned unique ID for this managed resource.
    collaboration_identifier str
    configured_model_algorithm_association_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    collaborationIdentifier String
    configuredModelAlgorithmAssociationArn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ConfiguredModelAlgorithmAssociationCustomEntityConfig, ConfiguredModelAlgorithmAssociationCustomEntityConfigArgs

    ConfiguredModelAlgorithmAssociationEntityType, ConfiguredModelAlgorithmAssociationEntityTypeArgs

    AllPersonallyIdentifiableInformation
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    Numbers
    NUMBERS
    Custom
    CUSTOM
    ConfiguredModelAlgorithmAssociationEntityTypeAllPersonallyIdentifiableInformation
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    ConfiguredModelAlgorithmAssociationEntityTypeNumbers
    NUMBERS
    ConfiguredModelAlgorithmAssociationEntityTypeCustom
    CUSTOM
    AllPersonallyIdentifiableInformation
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    Numbers
    NUMBERS
    Custom
    CUSTOM
    AllPersonallyIdentifiableInformation
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    Numbers
    NUMBERS
    Custom
    CUSTOM
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    NUMBERS
    NUMBERS
    CUSTOM
    CUSTOM
    "ALL_PERSONALLY_IDENTIFIABLE_INFORMATION"
    ALL_PERSONALLY_IDENTIFIABLE_INFORMATION
    "NUMBERS"
    NUMBERS
    "CUSTOM"
    CUSTOM

    ConfiguredModelAlgorithmAssociationLogRedactionConfiguration, ConfiguredModelAlgorithmAssociationLogRedactionConfigurationArgs

    ConfiguredModelAlgorithmAssociationLogType, ConfiguredModelAlgorithmAssociationLogTypeArgs

    All
    ALL
    ErrorSummary
    ERROR_SUMMARY
    ConfiguredModelAlgorithmAssociationLogTypeAll
    ALL
    ConfiguredModelAlgorithmAssociationLogTypeErrorSummary
    ERROR_SUMMARY
    All
    ALL
    ErrorSummary
    ERROR_SUMMARY
    All
    ALL
    ErrorSummary
    ERROR_SUMMARY
    ALL
    ALL
    ERROR_SUMMARY
    ERROR_SUMMARY
    "ALL"
    ALL
    "ERROR_SUMMARY"
    ERROR_SUMMARY

    ConfiguredModelAlgorithmAssociationLogsConfigurationPolicy, ConfiguredModelAlgorithmAssociationLogsConfigurationPolicyArgs

    ConfiguredModelAlgorithmAssociationMetricsConfigurationPolicy, ConfiguredModelAlgorithmAssociationMetricsConfigurationPolicyArgs

    ConfiguredModelAlgorithmAssociationNoiseLevelType, ConfiguredModelAlgorithmAssociationNoiseLevelTypeArgs

    High
    HIGH
    Medium
    MEDIUM
    Low
    LOW
    None
    NONE
    ConfiguredModelAlgorithmAssociationNoiseLevelTypeHigh
    HIGH
    ConfiguredModelAlgorithmAssociationNoiseLevelTypeMedium
    MEDIUM
    ConfiguredModelAlgorithmAssociationNoiseLevelTypeLow
    LOW
    ConfiguredModelAlgorithmAssociationNoiseLevelTypeNone
    NONE
    High
    HIGH
    Medium
    MEDIUM
    Low
    LOW
    None
    NONE
    High
    HIGH
    Medium
    MEDIUM
    Low
    LOW
    None
    NONE
    HIGH
    HIGH
    MEDIUM
    MEDIUM
    LOW
    LOW
    NONE
    NONE
    "HIGH"
    HIGH
    "MEDIUM"
    MEDIUM
    "LOW"
    LOW
    "NONE"
    NONE

    ConfiguredModelAlgorithmAssociationPrivacyConfiguration, ConfiguredModelAlgorithmAssociationPrivacyConfigurationArgs

    ConfiguredModelAlgorithmAssociationPrivacyConfigurationPolicies, ConfiguredModelAlgorithmAssociationPrivacyConfigurationPoliciesArgs

    ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSize, ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeArgs

    ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitType, ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitTypeArgs

    Gb
    GB
    ConfiguredModelAlgorithmAssociationTrainedModelArtifactMaxSizeUnitTypeGb
    GB
    Gb
    GB
    Gb
    GB
    GB
    GB
    "GB"
    GB

    ConfiguredModelAlgorithmAssociationTrainedModelExportFileType, ConfiguredModelAlgorithmAssociationTrainedModelExportFileTypeArgs

    Model
    MODEL
    OutputType
    OUTPUT
    ConfiguredModelAlgorithmAssociationTrainedModelExportFileTypeModel
    MODEL
    ConfiguredModelAlgorithmAssociationTrainedModelExportFileTypeOutputType
    OUTPUT
    Model
    MODEL
    OutputType
    OUTPUT
    Model
    MODEL
    OutputType
    OUTPUT
    MODEL
    MODEL
    OUTPUT_TYPE
    OUTPUT
    "MODEL"
    MODEL
    "OUTPUT"
    OUTPUT

    ConfiguredModelAlgorithmAssociationTrainedModelExportsConfigurationPolicy, ConfiguredModelAlgorithmAssociationTrainedModelExportsConfigurationPolicyArgs

    ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSize, ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeArgs

    ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitType, ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitTypeArgs

    Gb
    GB
    ConfiguredModelAlgorithmAssociationTrainedModelExportsMaxSizeUnitTypeGb
    GB
    Gb
    GB
    Gb
    GB
    GB
    GB
    "GB"
    GB

    ConfiguredModelAlgorithmAssociationTrainedModelInferenceJobsConfigurationPolicy, ConfiguredModelAlgorithmAssociationTrainedModelInferenceJobsConfigurationPolicyArgs

    ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSize, ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeArgs

    ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitType, ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitTypeArgs

    Gb
    GB
    ConfiguredModelAlgorithmAssociationTrainedModelInferenceMaxOutputSizeUnitTypeGb
    GB
    Gb
    GB
    Gb
    GB
    GB
    GB
    "GB"
    GB

    ConfiguredModelAlgorithmAssociationTrainedModelsConfigurationPolicy, ConfiguredModelAlgorithmAssociationTrainedModelsConfigurationPolicyArgs

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.58.0
    published on Monday, Mar 23, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.