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

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

    Using getConfiguredModelAlgorithm

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getConfiguredModelAlgorithm(args: GetConfiguredModelAlgorithmArgs, opts?: InvokeOptions): Promise<GetConfiguredModelAlgorithmResult>
    function getConfiguredModelAlgorithmOutput(args: GetConfiguredModelAlgorithmOutputArgs, opts?: InvokeOptions): Output<GetConfiguredModelAlgorithmResult>
    def get_configured_model_algorithm(configured_model_algorithm_arn: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetConfiguredModelAlgorithmResult
    def get_configured_model_algorithm_output(configured_model_algorithm_arn: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetConfiguredModelAlgorithmResult]
    func LookupConfiguredModelAlgorithm(ctx *Context, args *LookupConfiguredModelAlgorithmArgs, opts ...InvokeOption) (*LookupConfiguredModelAlgorithmResult, error)
    func LookupConfiguredModelAlgorithmOutput(ctx *Context, args *LookupConfiguredModelAlgorithmOutputArgs, opts ...InvokeOption) LookupConfiguredModelAlgorithmResultOutput

    > Note: This function is named LookupConfiguredModelAlgorithm in the Go SDK.

    public static class GetConfiguredModelAlgorithm 
    {
        public static Task<GetConfiguredModelAlgorithmResult> InvokeAsync(GetConfiguredModelAlgorithmArgs args, InvokeOptions? opts = null)
        public static Output<GetConfiguredModelAlgorithmResult> Invoke(GetConfiguredModelAlgorithmInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConfiguredModelAlgorithmResult> getConfiguredModelAlgorithm(GetConfiguredModelAlgorithmArgs args, InvokeOptions options)
    public static Output<GetConfiguredModelAlgorithmResult> getConfiguredModelAlgorithm(GetConfiguredModelAlgorithmArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:cleanroomsml:getConfiguredModelAlgorithm
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getConfiguredModelAlgorithm Result

    The following output properties are available:

    ConfiguredModelAlgorithmArn string
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    ConfiguredModelAlgorithmArn string
    Tags Tag
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    configuredModelAlgorithmArn String
    tags List<Tag>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    configuredModelAlgorithmArn string
    tags Tag[]
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    configured_model_algorithm_arn str
    tags Sequence[root_Tag]
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
    configuredModelAlgorithmArn String
    tags List<Property Map>
    An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.

    Supporting Types

    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 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.