AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.robomaker.getRobotApplication
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
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
- The Amazon Resource Name (ARN) of the robot application.
- Arn string
- The Amazon Resource Name (ARN) of the robot application.
- arn String
- The Amazon Resource Name (ARN) of the robot application.
- arn string
- The Amazon Resource Name (ARN) of the robot application.
- arn str
- The Amazon Resource Name (ARN) of the robot application.
- arn String
- The Amazon Resource Name (ARN) of the robot application.
getRobotApplication Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the robot application.
- 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 - The robot software suite used by the robot application.
- Dictionary<string, string>
- A map that contains tag keys and tag values that are attached to the robot application.
- Arn string
- The Amazon Resource Name (ARN) of the robot application.
- 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 - The robot software suite used by the robot application.
- map[string]string
- A map that contains tag keys and tag values that are attached to the robot application.
- arn String
- The Amazon Resource Name (ARN) of the robot application.
- 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 - The robot software suite used by the robot application.
- Map<String,String>
- A map that contains tag keys and tag values that are attached to the robot application.
- arn string
- The Amazon Resource Name (ARN) of the robot application.
- 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 - The robot software suite used by the robot application.
- {[key: string]: string}
- A map that contains tag keys and tag values that are attached to the robot application.
- arn str
- The Amazon Resource Name (ARN) of the robot application.
- 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 - The robot software suite used by the robot application.
- Mapping[str, str]
- A map that contains tag keys and tag values that are attached to the robot application.
- arn String
- The Amazon Resource Name (ARN) of the robot application.
- 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 - The robot software suite used by the robot application.
- Map<String>
- A map that contains tag keys and tag values that are attached to the robot application.
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.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi