workflow
Gets an individual workflow
resource
Overview
Name | workflow |
Type | Resource |
Description | workflow |
Id | awscc.imagebuilder.workflow |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the workflow. |
name | string | The name of the workflow. |
version | string | The version of the workflow. |
description | string | The description of the workflow. |
change_description | string | The change description of the workflow. |
type | string | The type of the workflow denotes whether the workflow is used to build, test, or distribute. |
data | string | The data of the workflow. |
uri | string | The uri of the workflow. |
kms_key_id | string | The KMS key identifier used to encrypt the workflow. |
tags | object | The tags associated with the workflow. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
version,
description,
change_description,
type,
data,
uri,
kms_key_id,
tags
FROM awscc.imagebuilder.workflow
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the workflow
resource, the following permissions are required:
Read
imagebuilder:GetWorkflow
Delete
imagebuilder:GetWorkflow,
imagebuilder:UnTagResource,
imagebuilder:DeleteWorkflow