Update a match target
match_targets_patch(id, name = NULL, table = NULL, region = NULL,
target_file_name = NULL, encryption_key_credential_id = NULL)
integer required. The ID of the match target
string optional. The name of the match target
string optional. The name of the DynamoDB table
string optional. The AWS region of the DynamoDB table. By default, us-east-1.
string optional. The name of the target file
integer optional. The ID of the encryption key credential.
A list containing the following elements:
integer, The ID of the match target
string, The name of the match target
string, The name of the DynamoDB table
string, The AWS region of the DynamoDB table. By default, us-east-1.
string, The name of the target file
integer, The ID of the encryption key credential.