workflows
Retrieves a list of workflows
in a region
Overview
Name | workflows |
Type | Resource |
Description | workflows |
Id | awscc.imagebuilder.workflows |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the workflow. |
region | string | AWS 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