aws.textract.list_adapters
Example SQL Queries
SELECT * FROMaws.textract.list_adapters;Description
Lists all adapters that match the specified filtration criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| after_creation_time Input Column Specifies the lower bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created after the specified creation time. | TIMESTAMP_S |
| before_creation_time Input Column Specifies the upper bound for the ListAdapters operation. Ensures ListAdapters returns only adapters created before the specified creation time. | TIMESTAMP_S |
| _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 |
| adapter_id A unique identifier for the adapter resource. | VARCHAR |
| adapter_name A string naming the adapter resource. | VARCHAR |
| creation_time The date and time that the adapter was created. | TIMESTAMP_S |
| feature_types The feature types that the adapter is operating on. | VARCHAR[] |
Show child fields
| |