Data Source Document Attribute Target Args
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)