Cloud Storage Config Args
fun CloudStorageConfigArgs(avroConfig: Output<AvroConfigArgs>? = null, bucket: Output<String>, filenamePrefix: Output<String>? = null, filenameSuffix: Output<String>? = null, maxBytes: Output<String>? = null, maxDuration: Output<String>? = null, textConfig: Output<TextConfigArgs>? = null)