DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValueArgs

data class DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValueArgs(val dateValue: Output<String>? = null, val longValue: Output<Int>? = null, val stringListValues: Output<List<String>>? = null, val stringValue: Output<String>? = null) : ConvertibleToJava<DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValueArgs>

Constructors

constructor(dateValue: Output<String>? = null, longValue: Output<Int>? = null, stringListValues: Output<List<String>>? = null, stringValue: Output<String>? = null)

Properties

Link copied to clipboard
val dateValue: Output<String>? = null

A date expressed as an ISO 8601 string. It is important for the time zone to be included in the ISO 8601 date-time format. As of this writing only UTC is supported. For example, 2012-03-25T12:30:10+00:00.

Link copied to clipboard
val longValue: Output<Int>? = null

A long integer value.

Link copied to clipboard
val stringListValues: Output<List<String>>? = null

A list of strings.

Link copied to clipboard
val stringValue: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): DataSourceCustomDocumentEnrichmentConfigurationPreExtractionHookConfigurationInvocationConditionConditionOnValueArgs