versionName property
Name for the version of the Document Classifier.
Each version must have a unique name within the Document Classifier.
If omitted, the provider will assign a random, unique version name.
If explicitly set to "", no version name will be set.
Has a maximum length of 63 characters.
Can contain upper- and lower-case letters, numbers, and hypen (-).
Conflicts with versionNamePrefix.
Implementation
final pulumi.Input<String?>? versionName;