DataSourceDocumentAttributeTargetArgs

data class DataSourceDocumentAttributeTargetArgs(val targetDocumentAttributeKey: Output<String>, val targetDocumentAttributeValue: Output<DataSourceDocumentAttributeValueArgs>? = null, val targetDocumentAttributeValueDeletion: Output<Boolean>? = null) : ConvertibleToJava<DataSourceDocumentAttributeTargetArgs>

Constructors

Link copied to clipboard
constructor(targetDocumentAttributeKey: Output<String>, targetDocumentAttributeValue: Output<DataSourceDocumentAttributeValueArgs>? = null, targetDocumentAttributeValueDeletion: Output<Boolean>? = null)

Functions

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