SynapseNotebookActivityArgs

constructor(conf: Output<Any>? = null, configurationType: Output<Either<String, ConfigurationType>>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, driverSize: Output<Any>? = null, executorSize: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, name: Output<String>, notebook: Output<SynapseNotebookReferenceArgs>, numExecutors: Output<Any>? = null, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, parameters: Output<Map<String, NotebookParameterArgs>>? = null, policy: Output<ActivityPolicyArgs>? = null, sparkConfig: Output<Map<String, Any>>? = null, sparkPool: Output<BigDataPoolParametrizationReferenceArgs>? = null, state: Output<Either<String, ActivityState>>? = null, targetSparkConfiguration: Output<SparkConfigurationParametrizationReferenceArgs>? = null, type: Output<String>, userProperties: Output<List<UserPropertyArgs>>? = null)