Skip to main content

robot_application_tags

Expands all tag keys and values for robot_applications in a region

Overview

Namerobot_application_tags
TypeResource
DescriptionThis schema is for testing purpose only.
Idaws.robomaker.robot_application_tags

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_suiteobjectInformation about a robot software suite.
current_revision_idstringThe revision ID of robot application.
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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