1. Packages
  2. AWS Native
  3. API Docs
  4. robomaker
  5. getRobotApplicationVersion

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.robomaker.getRobotApplicationVersion

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.

    Using getRobotApplicationVersion

    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 getRobotApplicationVersion(args: GetRobotApplicationVersionArgs, opts?: InvokeOptions): Promise<GetRobotApplicationVersionResult>
    function getRobotApplicationVersionOutput(args: GetRobotApplicationVersionOutputArgs, opts?: InvokeOptions): Output<GetRobotApplicationVersionResult>
    def get_robot_application_version(arn: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetRobotApplicationVersionResult
    def get_robot_application_version_output(arn: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetRobotApplicationVersionResult]
    func LookupRobotApplicationVersion(ctx *Context, args *LookupRobotApplicationVersionArgs, opts ...InvokeOption) (*LookupRobotApplicationVersionResult, error)
    func LookupRobotApplicationVersionOutput(ctx *Context, args *LookupRobotApplicationVersionOutputArgs, opts ...InvokeOption) LookupRobotApplicationVersionResultOutput

    > Note: This function is named LookupRobotApplicationVersion in the Go SDK.

    public static class GetRobotApplicationVersion 
    {
        public static Task<GetRobotApplicationVersionResult> InvokeAsync(GetRobotApplicationVersionArgs args, InvokeOptions? opts = null)
        public static Output<GetRobotApplicationVersionResult> Invoke(GetRobotApplicationVersionInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetRobotApplicationVersionResult> getRobotApplicationVersion(GetRobotApplicationVersionArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:robomaker:getRobotApplicationVersion
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the robot application version.
    Arn string
    The Amazon Resource Name (ARN) of the robot application version.
    arn String
    The Amazon Resource Name (ARN) of the robot application version.
    arn string
    The Amazon Resource Name (ARN) of the robot application version.
    arn str
    The Amazon Resource Name (ARN) of the robot application version.
    arn String
    The Amazon Resource Name (ARN) of the robot application version.

    getRobotApplicationVersion Result

    The following output properties are available:

    ApplicationVersion string
    The robot application version.
    Arn string
    The Amazon Resource Name (ARN) of the robot application version.
    ApplicationVersion string
    The robot application version.
    Arn string
    The Amazon Resource Name (ARN) of the robot application version.
    applicationVersion String
    The robot application version.
    arn String
    The Amazon Resource Name (ARN) of the robot application version.
    applicationVersion string
    The robot application version.
    arn string
    The Amazon Resource Name (ARN) of the robot application version.
    application_version str
    The robot application version.
    arn str
    The Amazon Resource Name (ARN) of the robot application version.
    applicationVersion String
    The robot application version.
    arn String
    The Amazon Resource Name (ARN) of the robot application version.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi