aws.textract.get_adapter
Example SQL Queries
SELECT * FROMaws.textract.get_adapterWHERE"adapter_id" = 'VALUE';Description
Gets configuration information for an adapter specified by an AdapterId, returning information on AdapterName, Description, CreationTime, AutoUpdate status, and FeatureTypes.
Table Definition
| Column Name | Column Data Type |
|---|---|
| adapter_id Required Input Column A string identifying the adapter that information has been retrieved for. | 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 |
| adapter_name The name of the requested adapter. | VARCHAR |
| auto_update Binary value indicating if the adapter is being automatically updated or not. | VARCHAR |
| creation_time The date and time the requested adapter was created at. | TIMESTAMP_S |
| description The description for the requested adapter. | VARCHAR |
| feature_types List of the targeted feature types for the requested adapter. | VARCHAR[] |
Show child fields
| |
| tags A set of tags (key-value pairs) associated with the adapter that has been retrieved. | MAP(VARCHAR, VARCHAR) |