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.102.0 published on Tuesday, Apr 16, 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.102.0 published on Tuesday, Apr 16, 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
    Arn string
    arn String
    arn string
    arn str
    arn String

    getRobotApplication Result

    The following output properties are available:

    Arn string
    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
    Tags Dictionary<string, string>
    Arn string
    CurrentRevisionId string
    The revision ID of robot application.
    Environment string
    The URI of the Docker image for the robot application.
    RobotSoftwareSuite RobotApplicationRobotSoftwareSuite
    Tags map[string]string
    arn String
    currentRevisionId String
    The revision ID of robot application.
    environment String
    The URI of the Docker image for the robot application.
    robotSoftwareSuite RobotApplicationRobotSoftwareSuite
    tags Map<String,String>
    arn string
    currentRevisionId string
    The revision ID of robot application.
    environment string
    The URI of the Docker image for the robot application.
    robotSoftwareSuite RobotApplicationRobotSoftwareSuite
    tags {[key: string]: string}
    arn str
    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
    tags Mapping[str, str]
    arn String
    currentRevisionId String
    The revision ID of robot application.
    environment String
    The URI of the Docker image for the robot application.
    robotSoftwareSuite Property Map
    tags Map<String>

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi