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
published on Monday, Mar 23, 2026 by Pulumi
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
published on Monday, Mar 23, 2026 by Pulumi
Definition of AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation Resource Type
Using getConfiguredModelAlgorithmAssociation
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 getConfiguredModelAlgorithmAssociation(args: GetConfiguredModelAlgorithmAssociationArgs, opts?: InvokeOptions): Promise<GetConfiguredModelAlgorithmAssociationResult>
function getConfiguredModelAlgorithmAssociationOutput(args: GetConfiguredModelAlgorithmAssociationOutputArgs, opts?: InvokeOptions): Output<GetConfiguredModelAlgorithmAssociationResult>def get_configured_model_algorithm_association(configured_model_algorithm_association_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetConfiguredModelAlgorithmAssociationResult
def get_configured_model_algorithm_association_output(configured_model_algorithm_association_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetConfiguredModelAlgorithmAssociationResult]func LookupConfiguredModelAlgorithmAssociation(ctx *Context, args *LookupConfiguredModelAlgorithmAssociationArgs, opts ...InvokeOption) (*LookupConfiguredModelAlgorithmAssociationResult, error)
func LookupConfiguredModelAlgorithmAssociationOutput(ctx *Context, args *LookupConfiguredModelAlgorithmAssociationOutputArgs, opts ...InvokeOption) LookupConfiguredModelAlgorithmAssociationResultOutput> Note: This function is named LookupConfiguredModelAlgorithmAssociation in the Go SDK.
public static class GetConfiguredModelAlgorithmAssociation
{
public static Task<GetConfiguredModelAlgorithmAssociationResult> InvokeAsync(GetConfiguredModelAlgorithmAssociationArgs args, InvokeOptions? opts = null)
public static Output<GetConfiguredModelAlgorithmAssociationResult> Invoke(GetConfiguredModelAlgorithmAssociationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfiguredModelAlgorithmAssociationResult> getConfiguredModelAlgorithmAssociation(GetConfiguredModelAlgorithmAssociationArgs args, InvokeOptions options)
public static Output<GetConfiguredModelAlgorithmAssociationResult> getConfiguredModelAlgorithmAssociation(GetConfiguredModelAlgorithmAssociationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:cleanroomsml:getConfiguredModelAlgorithmAssociation
arguments:
# arguments dictionaryThe following arguments are supported:
getConfiguredModelAlgorithmAssociation Result
The following output properties are available:
- Collaboration
Identifier string - Configured
Model stringAlgorithm Association Arn -
List<Pulumi.
Aws Native. Outputs. Tag> - An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
- Collaboration
Identifier string - Configured
Model stringAlgorithm Association Arn - Tag
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
- collaboration
Identifier String - configured
Model StringAlgorithm Association Arn - List<Tag>
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
- collaboration
Identifier string - configured
Model stringAlgorithm Association Arn - Tag[]
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
- collaboration_
identifier str - configured_
model_ stralgorithm_ association_ arn - Sequence[root_Tag]
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
- collaboration
Identifier String - configured
Model StringAlgorithm Association Arn - List<Property Map>
- An arbitrary set of tags (key-value pairs) for this cleanrooms-ml configured model algorithm association.
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.58.0
published on Monday, Mar 23, 2026 by Pulumi
published on Monday, Mar 23, 2026 by Pulumi
