AWS Native is in preview. AWS Classic is fully supported.
aws-native.robomaker.getRobotApplication
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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
- Current
Revision stringId The revision ID of robot application.
- Environment string
The URI of the Docker image for the robot application.
- Robot
Software Pulumi.Suite Aws Native. Robo Maker. Outputs. Robot Application Robot Software Suite - Pulumi.
Aws Native. Robo Maker. Outputs. Robot Application Tags
- Arn string
- Current
Revision stringId The revision ID of robot application.
- Environment string
The URI of the Docker image for the robot application.
- Robot
Software RobotSuite Application Robot Software Suite - Robot
Application Tags
- arn String
- current
Revision StringId The revision ID of robot application.
- environment String
The URI of the Docker image for the robot application.
- robot
Software RobotSuite Application Robot Software Suite - Robot
Application Tags
- arn string
- current
Revision stringId The revision ID of robot application.
- environment string
The URI of the Docker image for the robot application.
- robot
Software RobotSuite Application Robot Software Suite - Robot
Application Tags
- arn str
- current_
revision_ strid The revision ID of robot application.
- environment str
The URI of the Docker image for the robot application.
- robot_
software_ Robotsuite Application Robot Software Suite - Robot
Application Tags
- arn String
- current
Revision StringId The revision ID of robot application.
- environment String
The URI of the Docker image for the robot application.
- robot
Software Property MapSuite - Property Map
Supporting Types
RobotApplicationRobotSoftwareSuite
- Name
Pulumi.
Aws Native. Robo Maker. Robot Application Robot Software Suite Name The name of robot software suite.
- Version
Pulumi.
Aws Native. Robo Maker. Robot Application Robot Software Suite Version The version of robot software suite.
- Name
Robot
Application Robot Software Suite Name The name of robot software suite.
- Version
Robot
Application Robot Software Suite Version The version of robot software suite.
- name
Robot
Application Robot Software Suite Name The name of robot software suite.
- version
Robot
Application Robot Software Suite Version The version of robot software suite.
- name
Robot
Application Robot Software Suite Name The name of robot software suite.
- version
Robot
Application Robot Software Suite Version The version of robot software suite.
- name
Robot
Application Robot Software Suite Name The name of robot software suite.
- version
Robot
Application Robot Software Suite Version 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 is in preview. AWS Classic is fully supported.