- Navigation Guide
@aws-sdk/client-workdocs
CreateCustomMetadataCommandInput Interface
The input for CreateCustomMetadataCommand.
Members
Name | Type | Details |
---|---|---|
CustomMetadata Required | Record<string, string> | undefined | Custom metadata in the form of name-value pairs. |
ResourceId Required | string | 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