Create a new match target
match_targets_post(name, table, id = NULL, region = NULL,
encryption_key_credential_id = NULL)
string required. The name of the match target
string required. The name of the DynamoDB table
integer optional. The ID of the match target
string optional. The AWS region of the DynamoDB table. By default, us-east-1.
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.
integer, The ID of the encryption key credential.