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
published on Monday, Mar 30, 2026 by Pulumi
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
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 dictionaryThe following arguments are supported:
- Configured
Model stringAlgorithm Arn
- Configured
Model stringAlgorithm Arn
- configured
Model StringAlgorithm Arn
- configured
Model stringAlgorithm Arn
- configured
Model StringAlgorithm Arn
getConfiguredModelAlgorithm Result
The following output properties are available:
- Configured
Model stringAlgorithm Arn -
List<Pulumi.
Aws Native. Outputs. Tag> - An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- Configured
Model stringAlgorithm Arn - Tag
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- configured
Model StringAlgorithm Arn - List<Tag>
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- configured
Model stringAlgorithm Arn - Tag[]
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- configured_
model_ stralgorithm_ arn - Sequence[root_Tag]
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
- configured
Model StringAlgorithm Arn - List<Property Map>
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Mar 30, 2026 by Pulumi
