Skip to main content

workflow_tags

Expands all tag keys and values for workflows in a region

Overview

Nameworkflow_tags
TypeResource
DescriptionResource schema for AWS::ImageBuilder::Workflow
Idaws.imagebuilder.workflow_tags

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the workflow.
namestringThe name of the workflow.
versionstringThe version of the workflow.
descriptionstringThe description of the workflow.
change_descriptionstringThe change description of the workflow.
typestringThe type of the workflow denotes whether the workflow is used to build, test, or distribute.
datastringThe data of the workflow.
uristringThe uri of the workflow.
kms_key_idstringThe KMS key identifier used to encrypt the workflow.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all workflows in a region.

SELECT
region,
arn,
name,
version,
description,
change_description,
type,
data,
uri,
kms_key_id,
tag_key,
tag_value
FROM aws.imagebuilder.workflow_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the workflow_tags resource, see workflows