robot_application
Gets an individual robot_application
resource
Overview
Name | robot_application |
Type | Resource |
Description | robot_application |
Id | awscc.robomaker.robot_application |
Fields
Name | Datatype | Description |
---|---|---|
name | string | The name of the robot application. |
sources | array | The sources of the robot application. |
environment | string | The URI of the Docker image for the robot application. |
robot_software_suite | object | |
current_revision_id | string | The revision ID of robot application. |
arn | string | |
tags | object | |
region | string | AWS 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