aws.customer_profiles.get_workflow_steps
Example SQL Queries
SELECT * FROMaws.customer_profiles.get_workflow_stepsWHERE"domain_name" = 'VALUE'AND "workflow_id" = 'VALUE';Description
Get granular list of steps in workflow.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The unique name of the domain. | VARCHAR |
| workflow_id Required Input Column Unique identifier for the workflow. | 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 |
| _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 step details. | STRUCT( |
Show child fields
| |
| workflow_type The type of workflow. The only supported value is APPFLOW_INTEGRATION. | VARCHAR |