Learn R Programming

civis (version 2.1.0)

match_targets_post: Create a new match target

Description

Create a new match target

Usage

match_targets_post(name, table = NULL, region = NULL,
  target_file_name = NULL, encryption_key_credential_id = NULL)

Arguments

name

string required. The name of the match target

table

string optional. The name of the DynamoDB table

region

string optional. The AWS region of the DynamoDB table. By default, us-east-1.

target_file_name

string optional. The name of the target file

encryption_key_credential_id

integer optional. The ID of the encryption key credential.

Value

A list containing the following elements:

id

integer, The ID of the match target

name

string, The name of the match target

table

string, The name of the DynamoDB table

region

string, The AWS region of the DynamoDB table. By default, us-east-1.

targetFileName

string, The name of the target file

encryptionKeyCredentialId

integer, The ID of the encryption key credential.