We recommend new projects start with resources from the AWS provider.
aws-native.robomaker.getSimulationApplicationVersion
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS::RoboMaker::SimulationApplicationVersion resource creates an AWS RoboMaker SimulationApplicationVersion. This helps you control which code your simulation uses.
Using getSimulationApplicationVersion
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 getSimulationApplicationVersion(args: GetSimulationApplicationVersionArgs, opts?: InvokeOptions): Promise<GetSimulationApplicationVersionResult>
function getSimulationApplicationVersionOutput(args: GetSimulationApplicationVersionOutputArgs, opts?: InvokeOptions): Output<GetSimulationApplicationVersionResult>
def get_simulation_application_version(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSimulationApplicationVersionResult
def get_simulation_application_version_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSimulationApplicationVersionResult]
func LookupSimulationApplicationVersion(ctx *Context, args *LookupSimulationApplicationVersionArgs, opts ...InvokeOption) (*LookupSimulationApplicationVersionResult, error)
func LookupSimulationApplicationVersionOutput(ctx *Context, args *LookupSimulationApplicationVersionOutputArgs, opts ...InvokeOption) LookupSimulationApplicationVersionResultOutput
> Note: This function is named LookupSimulationApplicationVersion
in the Go SDK.
public static class GetSimulationApplicationVersion
{
public static Task<GetSimulationApplicationVersionResult> InvokeAsync(GetSimulationApplicationVersionArgs args, InvokeOptions? opts = null)
public static Output<GetSimulationApplicationVersionResult> Invoke(GetSimulationApplicationVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSimulationApplicationVersionResult> getSimulationApplicationVersion(GetSimulationApplicationVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:robomaker:getSimulationApplicationVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the simulation application version.
- Arn string
- The Amazon Resource Name (ARN) of the simulation application version.
- arn String
- The Amazon Resource Name (ARN) of the simulation application version.
- arn string
- The Amazon Resource Name (ARN) of the simulation application version.
- arn str
- The Amazon Resource Name (ARN) of the simulation application version.
- arn String
- The Amazon Resource Name (ARN) of the simulation application version.
getSimulationApplicationVersion Result
The following output properties are available:
- Application
Version string - The simulation application version.
- Arn string
- The Amazon Resource Name (ARN) of the simulation application version.
- Application
Version string - The simulation application version.
- Arn string
- The Amazon Resource Name (ARN) of the simulation application version.
- application
Version String - The simulation application version.
- arn String
- The Amazon Resource Name (ARN) of the simulation application version.
- application
Version string - The simulation application version.
- arn string
- The Amazon Resource Name (ARN) of the simulation application version.
- application_
version str - The simulation application version.
- arn str
- The Amazon Resource Name (ARN) of the simulation application version.
- application
Version String - The simulation application version.
- arn String
- The Amazon Resource Name (ARN) of the simulation application version.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.