BigDataPoolArgs

constructor(autoPause: Output<AutoPausePropertiesArgs>? = null, autoScale: Output<AutoScalePropertiesArgs>? = null, bigDataPoolName: Output<String>? = null, cacheSize: Output<Int>? = null, customLibraries: Output<List<LibraryInfoArgs>>? = null, defaultSparkLogFolder: Output<String>? = null, dynamicExecutorAllocation: Output<DynamicExecutorAllocationArgs>? = null, force: Output<Boolean>? = null, isAutotuneEnabled: Output<Boolean>? = null, isComputeIsolationEnabled: Output<Boolean>? = null, libraryRequirements: Output<LibraryRequirementsArgs>? = null, location: Output<String>? = null, nodeCount: Output<Int>? = null, nodeSize: Output<Either<String, NodeSize>>? = null, nodeSizeFamily: Output<Either<String, NodeSizeFamily>>? = null, provisioningState: Output<String>? = null, resourceGroupName: Output<String>? = null, sessionLevelPackagesEnabled: Output<Boolean>? = null, sparkConfigProperties: Output<SparkConfigPropertiesArgs>? = null, sparkEventsFolder: Output<String>? = null, sparkVersion: Output<String>? = null, tags: Output<Map<String, String>>? = null, workspaceName: Output<String>? = null)