2022/04/21 - AWS Glue - 5 new api methods
Changes This release adds APIs to create, read, delete, list, and batch read of Glue custom entity types
See also: AWS API Documentation
Request Syntax
client.get_custom_entity_type( Name='string' )
string
[REQUIRED]
dict
Response Syntax
{ 'Name': 'string', 'RegexString': 'string', 'ContextWords': [ 'string', ] }
Response Structure
(dict) --
Name (string) --
RegexString (string) --
ContextWords (list) --
(string) --
See also: AWS API Documentation
Request Syntax
client.list_custom_entity_types( NextToken='string', MaxResults=123 )
string
integer
dict
Response Syntax
{ 'CustomEntityTypes': [ { 'Name': 'string', 'RegexString': 'string', 'ContextWords': [ 'string', ] }, ], 'NextToken': 'string' }
Response Structure
(dict) --
CustomEntityTypes (list) --
(dict) --
Name (string) --
RegexString (string) --
ContextWords (list) --
(string) --
NextToken (string) --
See also: AWS API Documentation
Request Syntax
client.batch_get_custom_entity_types( Names=[ 'string', ] )
list
[REQUIRED]
(string) --
dict
Response Syntax
{ 'CustomEntityTypes': [ { 'Name': 'string', 'RegexString': 'string', 'ContextWords': [ 'string', ] }, ], 'CustomEntityTypesNotFound': [ 'string', ] }
Response Structure
(dict) --
CustomEntityTypes (list) --
(dict) --
Name (string) --
RegexString (string) --
ContextWords (list) --
(string) --
CustomEntityTypesNotFound (list) --
(string) --
See also: AWS API Documentation
Request Syntax
client.delete_custom_entity_type( Name='string' )
string
[REQUIRED]
dict
Response Syntax
{ 'Name': 'string' }
Response Structure
(dict) --
Name (string) --
See also: AWS API Documentation
Request Syntax
client.create_custom_entity_type( Name='string', RegexString='string', ContextWords=[ 'string', ] )
string
[REQUIRED]
string
[REQUIRED]
list
(string) --
dict
Response Syntax
{ 'Name': 'string' }
Response Structure
(dict) --
Name (string) --