DaprConfigArgs

constructor(appId: Output<String>? = null, appPort: Output<Int>? = null, enableApiLogging: Output<Boolean>? = null, enabled: Output<Boolean>? = null, httpMaxRequestSize: Output<Int>? = null, httpReadBufferSize: Output<Int>? = null, logLevel: Output<Either<String, DaprLogLevel>>? = null)