Learn R Programming

civis (version 2.1.2)

match_targets_put_archive: Update the archive status of this object

Description

Update the archive status of this object

Usage

match_targets_put_archive(id, status)

Arguments

id

integer required. The ID of the object.

status

boolean required. The desired archived status of the object.

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.

createdAt

string,

updatedAt

string,

archived

boolean, Whether the match target has been archived.