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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.personalize.getSolution

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:personalize:getSolution
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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.

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi