robot_application_version
Gets an individual robot_application_version
resource
Overview
Name | robot_application_version |
Type | Resource |
Description | robot_application_version |
Id | awscc.robomaker.robot_application_version |
Fields
Name | Datatype | Description |
---|---|---|
application | string | |
current_revision_id | string | The revision ID of robot application. |
application_version | string | |
arn | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
application,
current_revision_id,
application_version,
arn
FROM awscc.robomaker.robot_application_version
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the robot_application_version
resource, the following permissions are required:
Delete
robomaker:DeleteRobotApplication,
robomaker:DescribeRobotApplication
Read
robomaker:DescribeRobotApplication