aws.cognito_idp.get_csv_header
Example SQL Queries
SELECT * FROMaws.cognito_idp.get_csv_headerWHERE"user_pool_id" = 'VALUE';Description
Gets the header information for the comma-separated value (CSV) file to be used as input for the user import job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| user_pool_id Required Input Column The user pool ID for the user pool that the users are to be imported into. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| csv_header The header information of the CSV file for the user import job. | VARCHAR[] |
Show child fields
| |