Data Source Confluence Attachment Configuration Args Builder
Functions
Link copied to clipboard
suspend fun attachmentFieldMappings(value: Output<List<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>>)
suspend fun attachmentFieldMappings(vararg values: DataSourceConfluenceAttachmentToIndexFieldMappingArgs)
suspend fun attachmentFieldMappings(vararg values: Output<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>)
suspend fun attachmentFieldMappings(vararg argument: suspend DataSourceConfluenceAttachmentToIndexFieldMappingArgsBuilder.() -> Unit)
suspend fun attachmentFieldMappings(value: List<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>?)
suspend fun attachmentFieldMappings(values: List<Output<DataSourceConfluenceAttachmentToIndexFieldMappingArgs>>)
suspend fun attachmentFieldMappings(argument: List<suspend DataSourceConfluenceAttachmentToIndexFieldMappingArgsBuilder.() -> Unit>)
suspend fun attachmentFieldMappings(argument: suspend DataSourceConfluenceAttachmentToIndexFieldMappingArgsBuilder.() -> Unit)
Link copied to clipboard