aws.codecatalyst.get_workflow
Example SQL Queries
SELECT * FROMaws.codecatalyst.get_workflowWHERE"space_name" = 'VALUE'AND "id" = 'VALUE'AND "project_name" = 'VALUE';Description
Returns information about a workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the workflow. | VARCHAR |
| project_name Required Input Column The name of the project in the space. | VARCHAR |
| space_name Required Input Column The name of the space. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| created_time The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 | TIMESTAMP_S |
| definition Information about the workflow definition file for the workflow. | STRUCT( |
Show child fields
| |
| last_updated_time The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339 | TIMESTAMP_S |
| name The name of the workflow. | VARCHAR |
| run_mode The behavior to use when multiple workflows occur at the same time. For more information, see https://docs.aws.amazon.com/codecatalyst/latest/userguide/workflows-configure-runs.html in the Amazon CodeCatalyst User Guide. | VARCHAR |
| source_branch_name The name of the branch that contains the workflow YAML. | VARCHAR |
| source_repository_name The name of the source repository where the workflow YAML is stored. | VARCHAR |
| status The status of the workflow. | VARCHAR |