createCustomEntityType
inline suspend fun GlueClient.createCustomEntityType(crossinline block: CreateCustomEntityTypeRequest.Builder.() -> Unit): CreateCustomEntityTypeResponse
Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.
Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.