robot_application_tags
Expands all tag keys and values for robot_applications in a region
Overview
| Name | robot_application_tags |
| Type | Resource |
| Description | This schema is for testing purpose only. |
| Id | aws.robomaker.robot_application_tags |
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 | Information about a robot software suite. |
current_revision_id | string | The revision ID of robot application. |
arn | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Expands tags for all robot_applications in a region.
SELECT
region,
name,
sources,
environment,
robot_software_suite,
current_revision_id,
arn,
tag_key,
tag_value
FROM aws.robomaker.robot_application_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the robot_application_tags resource, see robot_applications