pubsub Avro Format
suspend fun pubsubAvroFormat(value: Output<TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs>)
suspend fun pubsubAvroFormat(value: TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgs?)
Parameters
value
Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.
suspend fun pubsubAvroFormat(argument: suspend TopicIngestionDataSourceSettingsCloudStoragePubsubAvroFormatArgsBuilder.() -> Unit)
Parameters
argument
Configuration for reading Cloud Storage data written via Cloud Storage subscriptions(See https://cloud.google.com/pubsub/docs/cloudstorage). The data and attributes fields of the originally exported Pub/Sub message will be restored when publishing.