aws.customer_profiles.list_workflows
Example SQL Queries
SELECT * FROMaws.customer_profiles.list_workflowsWHERE"domain_name" = 'VALUE';Description
Query to list all workflows.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| max_results Input Column The maximum number of results to return per page. | BIGINT |
| next_token Input Column If there are additional results, this is the token for the next set of results. | VARCHAR |
| query_end_date Input Column Retrieve workflows ended after timestamp. | TIMESTAMP_S |
| query_start_date Input Column Retrieve workflows started after timestamp. | TIMESTAMP_S |
| status Input Column Status of workflow execution. | VARCHAR |
| workflow_type Input Column The type of workflow. The only supported value is APPFLOW_INTEGRATION. | 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
| |
| items List containing workflow details. | STRUCT( |
Show child fields
| |