@aws-sdk/client-workdocs

CreateCustomMetadataCommandInput Interface

Members

Name
Type
Details
CustomMetadata RequiredRecord<string, string> | undefined

Custom metadata in the form of name-value pairs.

ResourceId Requiredstring | undefined

The ID of the resource.

AuthenticationToken string | undefined

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

VersionId string | undefined

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

Full Signature

export interface CreateCustomMetadataCommandInput extends CreateCustomMetadataRequest