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

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

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

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

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

    Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithm Resource Type

    Create ConfiguredModelAlgorithm Resource

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

    Constructor syntax

    new ConfiguredModelAlgorithm(name: string, args: ConfiguredModelAlgorithmArgs, opts?: CustomResourceOptions);
    @overload
    def ConfiguredModelAlgorithm(resource_name: str,
                                 args: ConfiguredModelAlgorithmArgs,
                                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def ConfiguredModelAlgorithm(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 role_arn: Optional[str] = None,
                                 description: Optional[str] = None,
                                 inference_container_config: Optional[ConfiguredModelAlgorithmInferenceContainerConfigArgs] = None,
                                 kms_key_arn: Optional[str] = None,
                                 name: Optional[str] = None,
                                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                 training_container_config: Optional[ConfiguredModelAlgorithmContainerConfigArgs] = None)
    func NewConfiguredModelAlgorithm(ctx *Context, name string, args ConfiguredModelAlgorithmArgs, opts ...ResourceOption) (*ConfiguredModelAlgorithm, error)
    public ConfiguredModelAlgorithm(string name, ConfiguredModelAlgorithmArgs args, CustomResourceOptions? opts = null)
    public ConfiguredModelAlgorithm(String name, ConfiguredModelAlgorithmArgs args)
    public ConfiguredModelAlgorithm(String name, ConfiguredModelAlgorithmArgs args, CustomResourceOptions options)
    
    type: aws-native:cleanroomsml:ConfiguredModelAlgorithm
    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 ConfiguredModelAlgorithmArgs
    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 ConfiguredModelAlgorithmArgs
    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 ConfiguredModelAlgorithmArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ConfiguredModelAlgorithmArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ConfiguredModelAlgorithmArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    ConfiguredModelAlgorithm 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 ConfiguredModelAlgorithm resource accepts the following input properties:

    RoleArn string
    Description string
    InferenceContainerConfig ConfiguredModelAlgorithmInferenceContainerConfigArgs
    KmsKeyArn string
    Name string
    Tags TagArgs
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    TrainingContainerConfig ConfiguredModelAlgorithmContainerConfigArgs
    roleArn String
    description String
    inferenceContainerConfig ConfiguredModelAlgorithmInferenceContainerConfig
    kmsKeyArn String
    name String
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    trainingContainerConfig ConfiguredModelAlgorithmContainerConfig
    roleArn string
    description string
    inferenceContainerConfig ConfiguredModelAlgorithmInferenceContainerConfig
    kmsKeyArn string
    name string
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    trainingContainerConfig ConfiguredModelAlgorithmContainerConfig
    roleArn String
    description String
    inferenceContainerConfig Property Map
    kmsKeyArn String
    name String
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    trainingContainerConfig Property Map

    Outputs

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

    ConfiguredModelAlgorithmArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    ConfiguredModelAlgorithmArn string
    Id string
    The provider-assigned unique ID for this managed resource.
    configuredModelAlgorithmArn String
    id String
    The provider-assigned unique ID for this managed resource.
    configuredModelAlgorithmArn string
    id string
    The provider-assigned unique ID for this managed resource.
    configured_model_algorithm_arn str
    id str
    The provider-assigned unique ID for this managed resource.
    configuredModelAlgorithmArn String
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    ConfiguredModelAlgorithmContainerConfig, ConfiguredModelAlgorithmContainerConfigArgs

    ConfiguredModelAlgorithmInferenceContainerConfig, ConfiguredModelAlgorithmInferenceContainerConfigArgs

    ImageUri string
    ImageUri string
    imageUri String
    imageUri string
    imageUri String

    ConfiguredModelAlgorithmMetricDefinition, ConfiguredModelAlgorithmMetricDefinitionArgs

    Name string
    Regex string
    Name string
    Regex string
    name String
    regex String
    name string
    regex string
    name str
    regex str
    name String
    regex String

    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.59.0
    published on Monday, Mar 30, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.