@pulumi/databricks 1.1.0 → 1.3.0-alpha.1661884586

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/output.d.ts CHANGED
@@ -463,6 +463,7 @@ export interface JobJobCluster {
463
463
  newCluster?: outputs.JobJobClusterNewCluster;
464
464
  }
465
465
  export interface JobJobClusterNewCluster {
466
+ applyPolicyDefaultValues?: boolean;
466
467
  autoscale?: outputs.JobJobClusterNewClusterAutoscale;
467
468
  autoterminationMinutes?: number;
468
469
  awsAttributes?: outputs.JobJobClusterNewClusterAwsAttributes;
@@ -603,6 +604,7 @@ export interface JobLibraryPypi {
603
604
  repo?: string;
604
605
  }
605
606
  export interface JobNewCluster {
607
+ applyPolicyDefaultValues?: boolean;
606
608
  autoscale?: outputs.JobNewClusterAutoscale;
607
609
  autoterminationMinutes?: number;
608
610
  awsAttributes?: outputs.JobNewClusterAwsAttributes;
@@ -898,6 +900,7 @@ export interface JobTaskLibraryPypi {
898
900
  repo?: string;
899
901
  }
900
902
  export interface JobTaskNewCluster {
903
+ applyPolicyDefaultValues?: boolean;
901
904
  autoscale?: outputs.JobTaskNewClusterAutoscale;
902
905
  autoterminationMinutes?: number;
903
906
  awsAttributes?: outputs.JobTaskNewClusterAwsAttributes;
@@ -1281,6 +1284,7 @@ export interface PermissionsAccessControl {
1281
1284
  userName?: string;
1282
1285
  }
1283
1286
  export interface PipelineCluster {
1287
+ applyPolicyDefaultValues?: boolean;
1284
1288
  autoscale?: outputs.PipelineClusterAutoscale;
1285
1289
  awsAttributes?: outputs.PipelineClusterAwsAttributes;
1286
1290
  clusterLogConf?: outputs.PipelineClusterClusterLogConf;
@@ -1295,6 +1299,7 @@ export interface PipelineCluster {
1295
1299
  label?: string;
1296
1300
  nodeTypeId: string;
1297
1301
  numWorkers?: number;
1302
+ policyId?: string;
1298
1303
  sparkConf?: {
1299
1304
  [key: string]: any;
1300
1305
  };