Skip to main content

workflows

Retrieves a list of workflows in a region

Overview

Nameworkflows
TypeResource
Descriptionworkflows
Idawscc.imagebuilder.workflows

Fields

NameDatatypeDescription
arnstringThe Amazon Resource Name (ARN) of the workflow.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn
FROM awscc.imagebuilder.workflows
WHERE region = 'us-east-1'

Permissions

To operate on the workflows resource, the following permissions are required:

Create

iam:GetRole,
kms:GenerateDataKey*,
kms:Encrypt,
kms:Decrypt,
s3:GetObject,
s3:HeadBucket,
s3:GetBucketLocation,
imagebuilder:TagResource,
imagebuilder:GetWorkflow,
imagebuilder:CreateWorkflow

List

imagebuilder:ListWorkflows