Learn R Programming

civis (version 2.1.0)

match_targets_patch: Update a match target

Description

Update a match target

Usage

match_targets_patch(id, name = NULL, table = NULL, region = NULL,
  target_file_name = NULL, encryption_key_credential_id = NULL)

Arguments

id

integer required. The ID of the match target

name

string optional. 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.