Skip to main content

robot_application

Gets an individual robot_application resource

Overview

Namerobot_application
TypeResource
Descriptionrobot_application
Idawscc.robomaker.robot_application

Fields

NameDatatypeDescription
namestringThe name of the robot application.
sourcesarrayThe sources of the robot application.
environmentstringThe URI of the Docker image for the robot application.
robot_software_suiteobject
current_revision_idstringThe revision ID of robot application.
arnstring
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
sources,
environment,
robot_software_suite,
current_revision_id,
arn,
tags
FROM awscc.robomaker.robot_application
WHERE data__Identifier = '<Arn>';

Permissions

To operate on the robot_application resource, the following permissions are required:

Read

robomaker:DescribeRobotApplication

Update

robomaker:TagResource,
robomaker:UntagResource,
robomaker:UpdateRobotApplication,
ecr:BatchGetImage,
ecr:GetAuthorizationToken,
ecr:BatchCheckLayerAvailability,
ecr-public:GetAuthorizationToken

Delete

robomaker:DescribeRobotApplication,
robomaker:DeleteRobotApplication