workdocs_create_custom_metadata: Adds one or more custom properties to the specified resource...

View source: R/workdocs_operations.R

workdocs_create_custom_metadataR Documentation

Adds one or more custom properties to the specified resource (a folder, document, or version)

Description

Adds one or more custom properties to the specified resource (a folder, document, or version).

See https://www.paws-r-sdk.com/docs/workdocs_create_custom_metadata/ for full documentation.

Usage

workdocs_create_custom_metadata(
  AuthenticationToken = NULL,
  ResourceId,
  VersionId = NULL,
  CustomMetadata
)

Arguments

AuthenticationToken

Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.

ResourceId

[required] The ID of the resource.

VersionId

The ID of the version, if the custom metadata is being added to a document version.

CustomMetadata

[required] Custom metadata in the form of name-value pairs.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.