Learn R Programming

civis (version 1.6.1)

match_targets_post: Create a new match target

Description

Create a new match target

Usage

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

Arguments

name

string required. The name of the match target

table

string required. The name of the DynamoDB table

id

integer optional. The ID of the match target

region

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

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.

encryptionKeyCredentialId

integer, The ID of the encryption key credential.