We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.personalize.getSolution
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource schema for AWS::Personalize::Solution.
Using getSolution
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 getSolution(args: GetSolutionArgs, opts?: InvokeOptions): Promise<GetSolutionResult>
function getSolutionOutput(args: GetSolutionOutputArgs, opts?: InvokeOptions): Output<GetSolutionResult>def get_solution(solution_arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSolutionResult
def get_solution_output(solution_arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSolutionResult]func LookupSolution(ctx *Context, args *LookupSolutionArgs, opts ...InvokeOption) (*LookupSolutionResult, error)
func LookupSolutionOutput(ctx *Context, args *LookupSolutionOutputArgs, opts ...InvokeOption) LookupSolutionResultOutput> Note: This function is named LookupSolution in the Go SDK.
public static class GetSolution
{
public static Task<GetSolutionResult> InvokeAsync(GetSolutionArgs args, InvokeOptions? opts = null)
public static Output<GetSolutionResult> Invoke(GetSolutionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSolutionResult> getSolution(GetSolutionArgs args, InvokeOptions options)
public static Output<GetSolutionResult> getSolution(GetSolutionArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:personalize:getSolution
arguments:
# arguments dictionaryThe following arguments are supported:
- Solution
Arn string - The Amazon Resource Name (ARN) of the solution.
- Solution
Arn string - The Amazon Resource Name (ARN) of the solution.
- solution
Arn String - The Amazon Resource Name (ARN) of the solution.
- solution
Arn string - The Amazon Resource Name (ARN) of the solution.
- solution_
arn str - The Amazon Resource Name (ARN) of the solution.
- solution
Arn String - The Amazon Resource Name (ARN) of the solution.
getSolution Result
The following output properties are available:
- Solution
Arn string - The Amazon Resource Name (ARN) of the solution.
- Solution
Arn string - The Amazon Resource Name (ARN) of the solution.
- solution
Arn String - The Amazon Resource Name (ARN) of the solution.
- solution
Arn string - The Amazon Resource Name (ARN) of the solution.
- solution_
arn str - The Amazon Resource Name (ARN) of the solution.
- solution
Arn String - The Amazon Resource Name (ARN) of the solution.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
