aws.glue.get_custom_entity_type
Example SQL Queries
SELECT * FROMaws.glue.get_custom_entity_typeWHERE"name" = 'VALUE';Description
Retrieves the details of a custom pattern by specifying its name.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the custom pattern that you retrieved. | 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 |
| context_words A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data. | VARCHAR[] |
Show child fields
| |
| regex_string A regular expression string that is used for detecting sensitive data in a custom pattern. | VARCHAR |