property Definitions
suspend fun propertyDefinitions(value: Output<List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs>>)
suspend fun propertyDefinitions(value: List<DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs>?)
Parameters
value
Defines the metadata for a schema property. Structure is documented below.
suspend fun propertyDefinitions(vararg values: Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs>)
suspend fun propertyDefinitions(values: List<Output<DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs>>)
suspend fun propertyDefinitions(vararg values: DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgs)
Parameters
values
Defines the metadata for a schema property. Structure is documented below.
suspend fun propertyDefinitions(argument: List<suspend DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgsBuilder.() -> Unit>)
suspend fun propertyDefinitions(vararg argument: suspend DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgsBuilder.() -> Unit)
suspend fun propertyDefinitions(argument: suspend DocumentAiWarehouseDocumentSchemaPropertyDefinitionArgsBuilder.() -> Unit)
Parameters
argument
Defines the metadata for a schema property. Structure is documented below.