Stream Destination Config Gcs Destination Config Args
data class StreamDestinationConfigGcsDestinationConfigArgs(val avroFileFormat: Output<StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs>? = null, val fileRotationInterval: Output<String>? = null, val fileRotationMb: Output<Int>? = null, val jsonFileFormat: Output<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>? = null, val path: Output<String>? = null) : ConvertibleToJava<StreamDestinationConfigGcsDestinationConfigArgs>
Constructors
Link copied to clipboard
fun StreamDestinationConfigGcsDestinationConfigArgs(avroFileFormat: Output<StreamDestinationConfigGcsDestinationConfigAvroFileFormatArgs>? = null, fileRotationInterval: Output<String>? = null, fileRotationMb: Output<Int>? = null, jsonFileFormat: Output<StreamDestinationConfigGcsDestinationConfigJsonFileFormatArgs>? = null, path: Output<String>? = null)