1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. personalize
  5. getSolution

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.personalize.getSolution

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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>
Copy
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]
Copy
func LookupSolution(ctx *Context, args *LookupSolutionArgs, opts ...InvokeOption) (*LookupSolutionResult, error)
func LookupSolutionOutput(ctx *Context, args *LookupSolutionOutputArgs, opts ...InvokeOption) LookupSolutionResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSolutionResult> getSolution(GetSolutionArgs args, InvokeOptions options)
public static Output<GetSolutionResult> getSolution(GetSolutionArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:personalize:getSolution
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

SolutionArn This property is required. string
The Amazon Resource Name (ARN) of the solution.
SolutionArn This property is required. string
The Amazon Resource Name (ARN) of the solution.
solutionArn This property is required. String
The Amazon Resource Name (ARN) of the solution.
solutionArn This property is required. string
The Amazon Resource Name (ARN) of the solution.
solution_arn This property is required. str
The Amazon Resource Name (ARN) of the solution.
solutionArn This property is required. String
The Amazon Resource Name (ARN) of the solution.

getSolution Result

The following output properties are available:

SolutionArn string
The Amazon Resource Name (ARN) of the solution.
SolutionArn string
The Amazon Resource Name (ARN) of the solution.
solutionArn String
The Amazon Resource Name (ARN) of the solution.
solutionArn string
The Amazon Resource Name (ARN) of the solution.
solution_arn str
The Amazon Resource Name (ARN) of the solution.
solutionArn 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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi