aws.glue.list_custom_entity_types
Example SQL Queries
SELECT * FROMaws.glue.list_custom_entity_types;Description
Lists all the custom patterns that have been created.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column A pagination token, if more results are available. | VARCHAR |
| tags Input Column A list of key-value pair tags. | MAP(VARCHAR, 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 |
| custom_entity_types A list of CustomEntityType objects representing custom patterns. | STRUCT( |
Show child fields
| |