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

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.robomaker.getRobotApplication

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

    This schema is for testing purpose only.

    Using getRobotApplication

    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 getRobotApplication(args: GetRobotApplicationArgs, opts?: InvokeOptions): Promise<GetRobotApplicationResult>
    function getRobotApplicationOutput(args: GetRobotApplicationOutputArgs, opts?: InvokeOptions): Output<GetRobotApplicationResult>
    def get_robot_application(arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetRobotApplicationResult
    def get_robot_application_output(arn: Optional[pulumi.Input[str]] = None,
                              opts: Optional[InvokeOptions] = None) -> Output[GetRobotApplicationResult]
    func LookupRobotApplication(ctx *Context, args *LookupRobotApplicationArgs, opts ...InvokeOption) (*LookupRobotApplicationResult, error)
    func LookupRobotApplicationOutput(ctx *Context, args *LookupRobotApplicationOutputArgs, opts ...InvokeOption) LookupRobotApplicationResultOutput

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

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

    The following arguments are supported:

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

    getRobotApplication Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the robot application.
    CurrentRevisionId string
    The revision ID of robot application.
    Environment string
    The URI of the Docker image for the robot application.
    RobotSoftwareSuite Pulumi.AwsNative.RoboMaker.Outputs.RobotApplicationRobotSoftwareSuite
    The robot software suite used by the robot application.
    Tags Dictionary<string, string>
    A map that contains tag keys and tag values that are attached to the robot application.
    Arn string
    The Amazon Resource Name (ARN) of the robot application.
    CurrentRevisionId string
    The revision ID of robot application.
    Environment string
    The URI of the Docker image for the robot application.
    RobotSoftwareSuite RobotApplicationRobotSoftwareSuite
    The robot software suite used by the robot application.
    Tags map[string]string
    A map that contains tag keys and tag values that are attached to the robot application.
    arn String
    The Amazon Resource Name (ARN) of the robot application.
    currentRevisionId String
    The revision ID of robot application.
    environment String
    The URI of the Docker image for the robot application.
    robotSoftwareSuite RobotApplicationRobotSoftwareSuite
    The robot software suite used by the robot application.
    tags Map<String,String>
    A map that contains tag keys and tag values that are attached to the robot application.
    arn string
    The Amazon Resource Name (ARN) of the robot application.
    currentRevisionId string
    The revision ID of robot application.
    environment string
    The URI of the Docker image for the robot application.
    robotSoftwareSuite RobotApplicationRobotSoftwareSuite
    The robot software suite used by the robot application.
    tags {[key: string]: string}
    A map that contains tag keys and tag values that are attached to the robot application.
    arn str
    The Amazon Resource Name (ARN) of the robot application.
    current_revision_id str
    The revision ID of robot application.
    environment str
    The URI of the Docker image for the robot application.
    robot_software_suite RobotApplicationRobotSoftwareSuite
    The robot software suite used by the robot application.
    tags Mapping[str, str]
    A map that contains tag keys and tag values that are attached to the robot application.
    arn String
    The Amazon Resource Name (ARN) of the robot application.
    currentRevisionId String
    The revision ID of robot application.
    environment String
    The URI of the Docker image for the robot application.
    robotSoftwareSuite Property Map
    The robot software suite used by the robot application.
    tags Map<String>
    A map that contains tag keys and tag values that are attached to the robot application.

    Supporting Types

    RobotApplicationRobotSoftwareSuite

    Name RobotApplicationRobotSoftwareSuiteName
    The name of robot software suite.
    Version RobotApplicationRobotSoftwareSuiteVersion
    The version of robot software suite.
    name RobotApplicationRobotSoftwareSuiteName
    The name of robot software suite.
    version RobotApplicationRobotSoftwareSuiteVersion
    The version of robot software suite.
    name RobotApplicationRobotSoftwareSuiteName
    The name of robot software suite.
    version RobotApplicationRobotSoftwareSuiteVersion
    The version of robot software suite.
    name RobotApplicationRobotSoftwareSuiteName
    The name of robot software suite.
    version RobotApplicationRobotSoftwareSuiteVersion
    The version of robot software suite.
    name "ROS" | "ROS2" | "General"
    The name of robot software suite.
    version "Kinetic" | "Melodic" | "Dashing"
    The version of robot software suite.

    RobotApplicationRobotSoftwareSuiteName

    RobotApplicationRobotSoftwareSuiteVersion

    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