SoftwareConfig constructor
SoftwareConfig({
- Map<
String, String> ? airflowConfigOverrides, - String? auditLogsReplicationMode,
- CloudDataLineageIntegration? cloudDataLineageIntegration,
- Map<
String, String> ? envVariables, - String? imageVersion,
- Map<
String, String> ? pypiPackages, - String? pythonVersion,
- int? schedulerCount,
- String? webServerPluginsMode,
Implementation
SoftwareConfig({
this.airflowConfigOverrides,
this.auditLogsReplicationMode,
this.cloudDataLineageIntegration,
this.envVariables,
this.imageVersion,
this.pypiPackages,
this.pythonVersion,
this.schedulerCount,
this.webServerPluginsMode,
});