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.
workdocs_create_custom_metadata(
AuthenticationToken = NULL,
ResourceId,
VersionId = NULL,
CustomMetadata
)
Amazon WorkDocs authentication token. Not required when using Amazon Web Services administrator credentials to access the API.
[required] The ID of the resource.
The ID of the version, if the custom metadata is being added to a document version.
[required] Custom metadata in the form of name-value pairs.