AWS Native is in preview. AWS Classic is fully supported.
aws-native.robomaker.getRobotApplicationVersion
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS::RoboMaker::RobotApplicationVersion resource creates an AWS RoboMaker RobotApplicationVersion. This helps you control which code your robot uses.
Using getRobotApplicationVersion
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 getRobotApplicationVersion(args: GetRobotApplicationVersionArgs, opts?: InvokeOptions): Promise<GetRobotApplicationVersionResult>
function getRobotApplicationVersionOutput(args: GetRobotApplicationVersionOutputArgs, opts?: InvokeOptions): Output<GetRobotApplicationVersionResult>
def get_robot_application_version(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRobotApplicationVersionResult
def get_robot_application_version_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRobotApplicationVersionResult]
func LookupRobotApplicationVersion(ctx *Context, args *LookupRobotApplicationVersionArgs, opts ...InvokeOption) (*LookupRobotApplicationVersionResult, error)
func LookupRobotApplicationVersionOutput(ctx *Context, args *LookupRobotApplicationVersionOutputArgs, opts ...InvokeOption) LookupRobotApplicationVersionResultOutput
> Note: This function is named LookupRobotApplicationVersion
in the Go SDK.
public static class GetRobotApplicationVersion
{
public static Task<GetRobotApplicationVersionResult> InvokeAsync(GetRobotApplicationVersionArgs args, InvokeOptions? opts = null)
public static Output<GetRobotApplicationVersionResult> Invoke(GetRobotApplicationVersionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRobotApplicationVersionResult> getRobotApplicationVersion(GetRobotApplicationVersionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:robomaker:getRobotApplicationVersion
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the robot application version.
- Arn string
- The Amazon Resource Name (ARN) of the robot application version.
- arn String
- The Amazon Resource Name (ARN) of the robot application version.
- arn string
- The Amazon Resource Name (ARN) of the robot application version.
- arn str
- The Amazon Resource Name (ARN) of the robot application version.
- arn String
- The Amazon Resource Name (ARN) of the robot application version.
getRobotApplicationVersion Result
The following output properties are available:
- Application
Version string - The robot application version.
- Arn string
- The Amazon Resource Name (ARN) of the robot application version.
- Application
Version string - The robot application version.
- Arn string
- The Amazon Resource Name (ARN) of the robot application version.
- application
Version String - The robot application version.
- arn String
- The Amazon Resource Name (ARN) of the robot application version.
- application
Version string - The robot application version.
- arn string
- The Amazon Resource Name (ARN) of the robot application version.
- application_
version str - The robot application version.
- arn str
- The Amazon Resource Name (ARN) of the robot application version.
- application
Version String - The robot application version.
- arn String
- The Amazon Resource Name (ARN) of the robot application version.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.