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

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.robomaker.getSimulationApplication

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    This schema is for testing purpose only.

    Using getSimulationApplication

    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 getSimulationApplication(args: GetSimulationApplicationArgs, opts?: InvokeOptions): Promise<GetSimulationApplicationResult>
    function getSimulationApplicationOutput(args: GetSimulationApplicationOutputArgs, opts?: InvokeOptions): Output<GetSimulationApplicationResult>
    def get_simulation_application(arn: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetSimulationApplicationResult
    def get_simulation_application_output(arn: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetSimulationApplicationResult]
    func LookupSimulationApplication(ctx *Context, args *LookupSimulationApplicationArgs, opts ...InvokeOption) (*LookupSimulationApplicationResult, error)
    func LookupSimulationApplicationOutput(ctx *Context, args *LookupSimulationApplicationOutputArgs, opts ...InvokeOption) LookupSimulationApplicationResultOutput

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

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

    The following arguments are supported:

    Arn string
    Arn string
    arn String
    arn string
    arn str
    arn String

    getSimulationApplication Result

    The following output properties are available:

    Arn string
    CurrentRevisionId string
    The current revision id.
    Environment string
    The URI of the Docker image for the robot application.
    RobotSoftwareSuite Pulumi.AwsNative.RoboMaker.Outputs.SimulationApplicationRobotSoftwareSuite
    The robot software suite used by the simulation application.
    SimulationSoftwareSuite Pulumi.AwsNative.RoboMaker.Outputs.SimulationApplicationSimulationSoftwareSuite
    The simulation software suite used by the simulation application.
    Tags Dictionary<string, string>
    Arn string
    CurrentRevisionId string
    The current revision id.
    Environment string
    The URI of the Docker image for the robot application.
    RobotSoftwareSuite SimulationApplicationRobotSoftwareSuite
    The robot software suite used by the simulation application.
    SimulationSoftwareSuite SimulationApplicationSimulationSoftwareSuite
    The simulation software suite used by the simulation application.
    Tags map[string]string
    arn String
    currentRevisionId String
    The current revision id.
    environment String
    The URI of the Docker image for the robot application.
    robotSoftwareSuite SimulationApplicationRobotSoftwareSuite
    The robot software suite used by the simulation application.
    simulationSoftwareSuite SimulationApplicationSimulationSoftwareSuite
    The simulation software suite used by the simulation application.
    tags Map<String,String>
    arn string
    currentRevisionId string
    The current revision id.
    environment string
    The URI of the Docker image for the robot application.
    robotSoftwareSuite SimulationApplicationRobotSoftwareSuite
    The robot software suite used by the simulation application.
    simulationSoftwareSuite SimulationApplicationSimulationSoftwareSuite
    The simulation software suite used by the simulation application.
    tags {[key: string]: string}
    arn str
    current_revision_id str
    The current revision id.
    environment str
    The URI of the Docker image for the robot application.
    robot_software_suite SimulationApplicationRobotSoftwareSuite
    The robot software suite used by the simulation application.
    simulation_software_suite SimulationApplicationSimulationSoftwareSuite
    The simulation software suite used by the simulation application.
    tags Mapping[str, str]
    arn String
    currentRevisionId String
    The current revision id.
    environment String
    The URI of the Docker image for the robot application.
    robotSoftwareSuite Property Map
    The robot software suite used by the simulation application.
    simulationSoftwareSuite Property Map
    The simulation software suite used by the simulation application.
    tags Map<String>

    Supporting Types

    SimulationApplicationRobotSoftwareSuite

    Name SimulationApplicationRobotSoftwareSuiteName
    The name of the robot software suite.
    Version SimulationApplicationRobotSoftwareSuiteVersion
    The version of the robot software suite.
    name SimulationApplicationRobotSoftwareSuiteName
    The name of the robot software suite.
    version SimulationApplicationRobotSoftwareSuiteVersion
    The version of the robot software suite.
    name SimulationApplicationRobotSoftwareSuiteName
    The name of the robot software suite.
    version SimulationApplicationRobotSoftwareSuiteVersion
    The version of the robot software suite.
    name SimulationApplicationRobotSoftwareSuiteName
    The name of the robot software suite.
    version SimulationApplicationRobotSoftwareSuiteVersion
    The version of the robot software suite.
    name "ROS" | "ROS2" | "General"
    The name of the robot software suite.
    version "Kinetic" | "Melodic" | "Dashing" | "Foxy"
    The version of the robot software suite.

    SimulationApplicationRobotSoftwareSuiteName

    SimulationApplicationRobotSoftwareSuiteVersion

    SimulationApplicationSimulationSoftwareSuite

    Name SimulationApplicationSimulationSoftwareSuiteName
    The name of the simulation software suite.
    Version SimulationApplicationSimulationSoftwareSuiteVersion
    The version of the simulation software suite.
    name SimulationApplicationSimulationSoftwareSuiteName
    The name of the simulation software suite.
    version SimulationApplicationSimulationSoftwareSuiteVersion
    The version of the simulation software suite.
    name SimulationApplicationSimulationSoftwareSuiteName
    The name of the simulation software suite.
    version SimulationApplicationSimulationSoftwareSuiteVersion
    The version of the simulation software suite.
    name SimulationApplicationSimulationSoftwareSuiteName
    The name of the simulation software suite.
    version SimulationApplicationSimulationSoftwareSuiteVersion
    The version of the simulation software suite.
    name "Gazebo" | "RosbagPlay" | "SimulationRuntime"
    The name of the simulation software suite.
    version "7" | "9" | "11" | "Kinetic" | "Melodic" | "Dashing" | "Foxy"
    The version of the simulation software suite.

    SimulationApplicationSimulationSoftwareSuiteName

    SimulationApplicationSimulationSoftwareSuiteVersion

    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.100.0 published on Wednesday, Mar 27, 2024 by Pulumi