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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.robomaker.getSimulationApplication

Explore with Pulumi AI

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 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>
Copy
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]
Copy
func LookupSimulationApplication(ctx *Context, args *LookupSimulationApplicationArgs, opts ...InvokeOption) (*LookupSimulationApplicationResult, error)
func LookupSimulationApplicationOutput(ctx *Context, args *LookupSimulationApplicationOutputArgs, opts ...InvokeOption) LookupSimulationApplicationResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetSimulationApplicationResult> getSimulationApplication(GetSimulationApplicationArgs args, InvokeOptions options)
public static Output<GetSimulationApplicationResult> getSimulationApplication(GetSimulationApplicationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:robomaker:getSimulationApplication
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
The Amazon Resource Name (ARN) of the simulation application.
Arn This property is required. string
The Amazon Resource Name (ARN) of the simulation application.
arn This property is required. String
The Amazon Resource Name (ARN) of the simulation application.
arn This property is required. string
The Amazon Resource Name (ARN) of the simulation application.
arn This property is required. str
The Amazon Resource Name (ARN) of the simulation application.
arn This property is required. String
The Amazon Resource Name (ARN) of the simulation application.

getSimulationApplication Result

The following output properties are available:

Arn string
The Amazon Resource Name (ARN) of the simulation application.
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>
A map that contains tag keys and tag values that are attached to the simulation application.
Arn string
The Amazon Resource Name (ARN) of the simulation application.
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
A map that contains tag keys and tag values that are attached to the simulation application.
arn String
The Amazon Resource Name (ARN) of the simulation application.
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>
A map that contains tag keys and tag values that are attached to the simulation application.
arn string
The Amazon Resource Name (ARN) of the simulation application.
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}
A map that contains tag keys and tag values that are attached to the simulation application.
arn str
The Amazon Resource Name (ARN) of the simulation application.
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]
A map that contains tag keys and tag values that are attached to the simulation application.
arn String
The Amazon Resource Name (ARN) of the simulation application.
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>
A map that contains tag keys and tag values that are attached to the simulation application.

Supporting Types

SimulationApplicationRobotSoftwareSuite

Name This property is required. Pulumi.AwsNative.RoboMaker.SimulationApplicationRobotSoftwareSuiteName
The name of the robot software suite.
Version Pulumi.AwsNative.RoboMaker.SimulationApplicationRobotSoftwareSuiteVersion
The version of the robot software suite.
Name This property is required. SimulationApplicationRobotSoftwareSuiteName
The name of the robot software suite.
Version SimulationApplicationRobotSoftwareSuiteVersion
The version of the robot software suite.
name This property is required. SimulationApplicationRobotSoftwareSuiteName
The name of the robot software suite.
version SimulationApplicationRobotSoftwareSuiteVersion
The version of the robot software suite.
name This property is required. SimulationApplicationRobotSoftwareSuiteName
The name of the robot software suite.
version SimulationApplicationRobotSoftwareSuiteVersion
The version of the robot software suite.
name This property is required. SimulationApplicationRobotSoftwareSuiteName
The name of the robot software suite.
version SimulationApplicationRobotSoftwareSuiteVersion
The version of the robot software suite.
name This property is required. "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 This property is required. Pulumi.AwsNative.RoboMaker.SimulationApplicationSimulationSoftwareSuiteName
The name of the simulation software suite.
Version Pulumi.AwsNative.RoboMaker.SimulationApplicationSimulationSoftwareSuiteVersion
The version of the simulation software suite.
Name This property is required. SimulationApplicationSimulationSoftwareSuiteName
The name of the simulation software suite.
Version SimulationApplicationSimulationSoftwareSuiteVersion
The version of the simulation software suite.
name This property is required. SimulationApplicationSimulationSoftwareSuiteName
The name of the simulation software suite.
version SimulationApplicationSimulationSoftwareSuiteVersion
The version of the simulation software suite.
name This property is required. SimulationApplicationSimulationSoftwareSuiteName
The name of the simulation software suite.
version SimulationApplicationSimulationSoftwareSuiteVersion
The version of the simulation software suite.
name This property is required. SimulationApplicationSimulationSoftwareSuiteName
The name of the simulation software suite.
version SimulationApplicationSimulationSoftwareSuiteVersion
The version of the simulation software suite.
name This property is required. "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

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

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi