Data Flow Endpoint Kafka Args
constructor(batching: Output<DataFlowEndpointKafkaBatchingArgs>? = null, compression: Output<Either<String, DataFlowEndpointKafkaCompression>>? = null, consumerGroupId: Output<String>? = null, copyMqttProperties: Output<Either<String, OperationalMode>>? = null, host: Output<String>? = null, kafkaAcks: Output<Either<String, DataFlowEndpointKafkaAcks>>? = null, partitionStrategy: Output<Either<String, DataFlowEndpointKafkaPartitionStrategy>>? = null, tls: Output<TlsPropertiesArgs>)