An enumerated type for the values that represent whether the configuration parameter specified is required.
Type that uses ConfigurationsUsageEnum
Calls that use ConfigurationsUsageEnum
Enumerations
OPTIONAL
This value represents that the associated configuration parameter does not need to be specified. If a default value is provided, that will be used unless overwritten.
REQUIRED
This value represents that the associated configuration parameter needs to be specified.