@pulumi/spotinst 3.75.0-alpha.1713813839 → 3.76.0-alpha.1713904914
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/aws/account.d.ts +0 -2
- package/aws/account.js +0 -2
- package/aws/account.js.map +1 -1
- package/aws/credentials.d.ts +0 -2
- package/aws/credentials.js +0 -2
- package/aws/credentials.js.map +1 -1
- package/aws/elastigroup.d.ts +0 -167
- package/aws/elastigroup.js +0 -2
- package/aws/elastigroup.js.map +1 -1
- package/aws/mrScalar.d.ts +0 -429
- package/aws/mrScalar.js +0 -6
- package/aws/mrScalar.js.map +1 -1
- package/aws/ocean.d.ts +3 -30
- package/aws/ocean.js.map +1 -1
- package/aws/oceanExtendedResourceDefinition.d.ts +0 -2
- package/aws/oceanExtendedResourceDefinition.js +0 -2
- package/aws/oceanExtendedResourceDefinition.js.map +1 -1
- package/aws/oceanLaunchSpec.d.ts +3 -3
- package/aws/suspension.d.ts +0 -2
- package/aws/suspension.js +0 -2
- package/aws/suspension.js.map +1 -1
- package/azure/elastigroup.d.ts +6 -8
- package/azure/elastigroup.js +0 -2
- package/azure/elastigroup.js.map +1 -1
- package/azure/ocean.d.ts +6 -8
- package/azure/ocean.js +0 -2
- package/azure/ocean.js.map +1 -1
- package/azure/oceanVirtualNodeGroup.d.ts +0 -2
- package/azure/oceanVirtualNodeGroup.js +0 -2
- package/azure/oceanVirtualNodeGroup.js.map +1 -1
- package/dataIntegration.d.ts +0 -2
- package/dataIntegration.js +0 -2
- package/dataIntegration.js.map +1 -1
- package/ecs/ocean.d.ts +0 -72
- package/ecs/ocean.js.map +1 -1
- package/ecs/oceanLaunchSpec.d.ts +3 -5
- package/ecs/oceanLaunchSpec.js +0 -2
- package/ecs/oceanLaunchSpec.js.map +1 -1
- package/gcp/elastigroup.d.ts +0 -98
- package/gcp/elastigroup.js +0 -2
- package/gcp/elastigroup.js.map +1 -1
- package/gke/elastigroup.d.ts +0 -35
- package/gke/elastigroup.js +0 -2
- package/gke/elastigroup.js.map +1 -1
- package/gke/oceanImport.d.ts +0 -20
- package/gke/oceanImport.js +0 -2
- package/gke/oceanImport.js.map +1 -1
- package/gke/oceanLaunchSpec.d.ts +3 -5
- package/gke/oceanLaunchSpec.js +0 -2
- package/gke/oceanLaunchSpec.js.map +1 -1
- package/gke/oceanLaunchSpecImport.d.ts +0 -2
- package/gke/oceanLaunchSpecImport.js +0 -2
- package/gke/oceanLaunchSpecImport.js.map +1 -1
- package/organization/policy.d.ts +0 -2
- package/organization/policy.js +0 -2
- package/organization/policy.js.map +1 -1
- package/organization/programmaticUser.d.ts +0 -2
- package/organization/programmaticUser.js +0 -2
- package/organization/programmaticUser.js.map +1 -1
- package/organization/user.d.ts +0 -2
- package/organization/user.js +0 -2
- package/organization/user.js.map +1 -1
- package/organization/userGroup.d.ts +0 -2
- package/organization/userGroup.js +0 -2
- package/organization/userGroup.js.map +1 -1
- package/package.json +1 -1
- package/spark/ocean.d.ts +0 -2
- package/spark/ocean.js +0 -2
- package/spark/ocean.js.map +1 -1
- package/spark/oceanVirtualNodeGroup.d.ts +0 -2
- package/spark/oceanVirtualNodeGroup.js +0 -2
- package/spark/oceanVirtualNodeGroup.js.map +1 -1
- package/statefulNodeAzure.d.ts +0 -2
- package/statefulNodeAzure.js +0 -2
- package/statefulNodeAzure.js.map +1 -1
- package/subscription.d.ts +0 -2
- package/subscription.js +0 -2
- package/subscription.js.map +1 -1
- package/types/input.d.ts +46 -1676
- package/types/output.d.ts +46 -1676
package/aws/mrScalar.d.ts
CHANGED
|
@@ -8,7 +8,6 @@ import * as outputs from "../types/output";
|
|
|
8
8
|
*
|
|
9
9
|
* ### New Strategy
|
|
10
10
|
*
|
|
11
|
-
* <!--Start PulumiCodeChooser -->
|
|
12
11
|
* ```typescript
|
|
13
12
|
* import * as pulumi from "@pulumi/pulumi";
|
|
14
13
|
* import * as spotinst from "@pulumi/spotinst";
|
|
@@ -124,11 +123,9 @@ import * as outputs from "../types/output";
|
|
|
124
123
|
* }],
|
|
125
124
|
* });
|
|
126
125
|
* ```
|
|
127
|
-
* <!--End PulumiCodeChooser -->
|
|
128
126
|
*
|
|
129
127
|
* ### Clone Strategy
|
|
130
128
|
*
|
|
131
|
-
* <!--Start PulumiCodeChooser -->
|
|
132
129
|
* ```typescript
|
|
133
130
|
* import * as pulumi from "@pulumi/pulumi";
|
|
134
131
|
* import * as spotinst from "@pulumi/spotinst";
|
|
@@ -214,11 +211,9 @@ import * as outputs from "../types/output";
|
|
|
214
211
|
* };
|
|
215
212
|
* }
|
|
216
213
|
* ```
|
|
217
|
-
* <!--End PulumiCodeChooser -->
|
|
218
214
|
*
|
|
219
215
|
* ### Wrap Strategy
|
|
220
216
|
*
|
|
221
|
-
* <!--Start PulumiCodeChooser -->
|
|
222
217
|
* ```typescript
|
|
223
218
|
* import * as pulumi from "@pulumi/pulumi";
|
|
224
219
|
* import * as spotinst from "@pulumi/spotinst";
|
|
@@ -246,7 +241,6 @@ import * as outputs from "../types/output";
|
|
|
246
241
|
* }],
|
|
247
242
|
* });
|
|
248
243
|
* ```
|
|
249
|
-
* <!--End PulumiCodeChooser -->
|
|
250
244
|
*/
|
|
251
245
|
export declare class MrScalar extends pulumi.CustomResource {
|
|
252
246
|
/**
|
|
@@ -264,135 +258,48 @@ export declare class MrScalar extends pulumi.CustomResource {
|
|
|
264
258
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
265
259
|
*/
|
|
266
260
|
static isInstance(obj: any): obj is MrScalar;
|
|
267
|
-
/**
|
|
268
|
-
* This is meta information about third-party applications that third-party vendors use for testing purposes.
|
|
269
|
-
*/
|
|
270
261
|
readonly additionalInfo: pulumi.Output<string | undefined>;
|
|
271
|
-
/**
|
|
272
|
-
* A list of additional Amazon EC2 security group IDs for the master node.
|
|
273
|
-
*/
|
|
274
262
|
readonly additionalPrimarySecurityGroups: pulumi.Output<string[] | undefined>;
|
|
275
|
-
/**
|
|
276
|
-
* A list of additional Amazon EC2 security group IDs for the core and task nodes.
|
|
277
|
-
*/
|
|
278
263
|
readonly additionalReplicaSecurityGroups: pulumi.Output<string[] | undefined>;
|
|
279
|
-
/**
|
|
280
|
-
* A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster
|
|
281
|
-
*/
|
|
282
264
|
readonly applications: pulumi.Output<outputs.aws.MrScalarApplication[] | undefined>;
|
|
283
|
-
/**
|
|
284
|
-
* List of AZs and their subnet Ids. See example above for usage.
|
|
285
|
-
*/
|
|
286
265
|
readonly availabilityZones: pulumi.Output<string[] | undefined>;
|
|
287
|
-
/**
|
|
288
|
-
* Describes path to S3 file containing description of bootstrap actions. [More Information](https://api.spotinst.com/elastigroup-for-aws/services-integrations/elastic-mapreduce/import-an-emr-cluster/advanced/)
|
|
289
|
-
*/
|
|
290
266
|
readonly bootstrapActionsFiles: pulumi.Output<outputs.aws.MrScalarBootstrapActionsFile[] | undefined>;
|
|
291
267
|
/**
|
|
292
268
|
* The MrScaler cluster id.
|
|
293
269
|
*/
|
|
294
270
|
readonly clusterId: pulumi.Output<string | undefined>;
|
|
295
|
-
/**
|
|
296
|
-
* Describes path to S3 file containing description of configurations. [More Information](https://api.spotinst.com/elastigroup-for-aws/services-integrations/elastic-mapreduce/import-an-emr-cluster/advanced/)
|
|
297
|
-
*/
|
|
298
271
|
readonly configurationsFiles: pulumi.Output<outputs.aws.MrScalarConfigurationsFile[] | undefined>;
|
|
299
|
-
/**
|
|
300
|
-
* amount of instances in core group.
|
|
301
|
-
*/
|
|
302
272
|
readonly coreDesiredCapacity: pulumi.Output<number | undefined>;
|
|
303
|
-
/**
|
|
304
|
-
* This determines the ebs configuration for your core group instances. Only a single block is allowed.
|
|
305
|
-
*/
|
|
306
273
|
readonly coreEbsBlockDevices: pulumi.Output<outputs.aws.MrScalarCoreEbsBlockDevice[] | undefined>;
|
|
307
|
-
/**
|
|
308
|
-
* EBS Optimization setting for instances in group.
|
|
309
|
-
*/
|
|
310
274
|
readonly coreEbsOptimized: pulumi.Output<boolean | undefined>;
|
|
311
|
-
/**
|
|
312
|
-
* The MrScaler instance types for the core nodes.
|
|
313
|
-
*/
|
|
314
275
|
readonly coreInstanceTypes: pulumi.Output<string[] | undefined>;
|
|
315
|
-
/**
|
|
316
|
-
* The MrScaler lifecycle for instances in core group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
317
|
-
*/
|
|
318
276
|
readonly coreLifecycle: pulumi.Output<string | undefined>;
|
|
319
|
-
/**
|
|
320
|
-
* maximal amount of instances in core group.
|
|
321
|
-
*/
|
|
322
277
|
readonly coreMaxSize: pulumi.Output<number | undefined>;
|
|
323
|
-
/**
|
|
324
|
-
* The minimal amount of instances in core group.
|
|
325
|
-
*/
|
|
326
278
|
readonly coreMinSize: pulumi.Output<number | undefined>;
|
|
327
|
-
/**
|
|
328
|
-
* Each `*_scaling_*_policy` supports the following:
|
|
329
|
-
*/
|
|
330
279
|
readonly coreScalingDownPolicies: pulumi.Output<outputs.aws.MrScalarCoreScalingDownPolicy[] | undefined>;
|
|
331
280
|
readonly coreScalingUpPolicies: pulumi.Output<outputs.aws.MrScalarCoreScalingUpPolicy[] | undefined>;
|
|
332
|
-
/**
|
|
333
|
-
* Unit of task group for target, min and max. The unit could be `instance` or `weight`. instance - amount of instances. weight - amount of vCPU.
|
|
334
|
-
*/
|
|
335
281
|
readonly coreUnit: pulumi.Output<string | undefined>;
|
|
336
|
-
/**
|
|
337
|
-
* The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
|
|
338
|
-
*/
|
|
339
282
|
readonly customAmiId: pulumi.Output<string | undefined>;
|
|
340
283
|
/**
|
|
341
284
|
* The MrScaler description.
|
|
342
285
|
*/
|
|
343
286
|
readonly description: pulumi.Output<string | undefined>;
|
|
344
287
|
readonly ebsRootVolumeSize: pulumi.Output<number | undefined>;
|
|
345
|
-
/**
|
|
346
|
-
* The name of an Amazon EC2 key pair that can be used to ssh to the master node.
|
|
347
|
-
*/
|
|
348
288
|
readonly ec2KeyName: pulumi.Output<string | undefined>;
|
|
349
289
|
/**
|
|
350
290
|
* Allow the `clusterId` to set a provider output variable.
|
|
351
291
|
*/
|
|
352
292
|
readonly exposeClusterId: pulumi.Output<boolean | undefined>;
|
|
353
|
-
/**
|
|
354
|
-
* Describes the instance and weights. Check out [Elastigroup Weighted Instances](https://api.spotinst.com/elastigroup-for-aws/concepts/general-concepts/elastigroup-capacity-instances-or-weighted) for more info.
|
|
355
|
-
*/
|
|
356
293
|
readonly instanceWeights: pulumi.Output<outputs.aws.MrScalarInstanceWeight[] | undefined>;
|
|
357
|
-
/**
|
|
358
|
-
* The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
|
|
359
|
-
*/
|
|
360
294
|
readonly jobFlowRole: pulumi.Output<string | undefined>;
|
|
361
|
-
/**
|
|
362
|
-
* Specifies whether the cluster should remain available after completing all steps.
|
|
363
|
-
*/
|
|
364
295
|
readonly keepJobFlowAlive: pulumi.Output<boolean | undefined>;
|
|
365
|
-
/**
|
|
366
|
-
* The path to the Amazon S3 location where logs for this cluster are stored.
|
|
367
|
-
*/
|
|
368
296
|
readonly logUri: pulumi.Output<string | undefined>;
|
|
369
|
-
/**
|
|
370
|
-
* EMR Managed Security group that will be set to the primary instance group.
|
|
371
|
-
*/
|
|
372
297
|
readonly managedPrimarySecurityGroup: pulumi.Output<string | undefined>;
|
|
373
|
-
/**
|
|
374
|
-
* EMR Managed Security group that will be set to the replica instance group.
|
|
375
|
-
*/
|
|
376
298
|
readonly managedReplicaSecurityGroup: pulumi.Output<string | undefined>;
|
|
377
|
-
/**
|
|
378
|
-
* This determines the ebs configuration for your master group instances. Only a single block is allowed.
|
|
379
|
-
*/
|
|
380
299
|
readonly masterEbsBlockDevices: pulumi.Output<outputs.aws.MrScalarMasterEbsBlockDevice[] | undefined>;
|
|
381
|
-
/**
|
|
382
|
-
* EBS Optimization setting for instances in group.
|
|
383
|
-
*/
|
|
384
300
|
readonly masterEbsOptimized: pulumi.Output<boolean | undefined>;
|
|
385
|
-
/**
|
|
386
|
-
* The MrScaler instance types for the master nodes.
|
|
387
|
-
*/
|
|
388
301
|
readonly masterInstanceTypes: pulumi.Output<string[] | undefined>;
|
|
389
|
-
/**
|
|
390
|
-
* The MrScaler lifecycle for instances in master group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
391
|
-
*/
|
|
392
302
|
readonly masterLifecycle: pulumi.Output<string | undefined>;
|
|
393
|
-
/**
|
|
394
|
-
* Number of instances in the master group.
|
|
395
|
-
*/
|
|
396
303
|
readonly masterTarget: pulumi.Output<number | undefined>;
|
|
397
304
|
/**
|
|
398
305
|
* The MrScaler name.
|
|
@@ -405,86 +312,32 @@ export declare class MrScalar extends pulumi.CustomResource {
|
|
|
405
312
|
*/
|
|
406
313
|
readonly region: pulumi.Output<string | undefined>;
|
|
407
314
|
readonly releaseLabel: pulumi.Output<string | undefined>;
|
|
408
|
-
/**
|
|
409
|
-
* Applies only when `customAmiId` is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI. Possible values include: `SECURITY`, `NONE`.
|
|
410
|
-
*/
|
|
411
315
|
readonly repoUpgradeOnBoot: pulumi.Output<string | undefined>;
|
|
412
|
-
/**
|
|
413
|
-
* Specifies the maximum number of times a capacity provisioning should be retried if the provisioning timeout is exceeded. Valid values: `1-5`.
|
|
414
|
-
*/
|
|
415
316
|
readonly retries: pulumi.Output<number | undefined>;
|
|
416
|
-
/**
|
|
417
|
-
* An array of scheduled tasks.
|
|
418
|
-
*/
|
|
419
317
|
readonly scheduledTasks: pulumi.Output<outputs.aws.MrScalarScheduledTask[] | undefined>;
|
|
420
|
-
/**
|
|
421
|
-
* The name of the security configuration applied to the cluster.
|
|
422
|
-
*/
|
|
423
318
|
readonly securityConfig: pulumi.Output<string | undefined>;
|
|
424
|
-
/**
|
|
425
|
-
* The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.
|
|
426
|
-
*/
|
|
427
319
|
readonly serviceAccessSecurityGroup: pulumi.Output<string | undefined>;
|
|
428
|
-
/**
|
|
429
|
-
* The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
|
430
|
-
*/
|
|
431
320
|
readonly serviceRole: pulumi.Output<string | undefined>;
|
|
432
|
-
/**
|
|
433
|
-
* Steps from S3.
|
|
434
|
-
*/
|
|
435
321
|
readonly stepsFiles: pulumi.Output<outputs.aws.MrScalarStepsFile[] | undefined>;
|
|
436
322
|
/**
|
|
437
323
|
* The MrScaler strategy. Allowed values are `new` `clone` and `wrap`.
|
|
438
324
|
*/
|
|
439
325
|
readonly strategy: pulumi.Output<string>;
|
|
440
|
-
/**
|
|
441
|
-
* A list of tags to assign to the resource. You may define multiple tags.
|
|
442
|
-
*/
|
|
443
326
|
readonly tags: pulumi.Output<outputs.aws.MrScalarTag[] | undefined>;
|
|
444
|
-
/**
|
|
445
|
-
* amount of instances in task group.
|
|
446
|
-
*/
|
|
447
327
|
readonly taskDesiredCapacity: pulumi.Output<number | undefined>;
|
|
448
|
-
/**
|
|
449
|
-
* This determines the ebs configuration for your task group instances. Only a single block is allowed.
|
|
450
|
-
*/
|
|
451
328
|
readonly taskEbsBlockDevices: pulumi.Output<outputs.aws.MrScalarTaskEbsBlockDevice[] | undefined>;
|
|
452
|
-
/**
|
|
453
|
-
* EBS Optimization setting for instances in group.
|
|
454
|
-
*/
|
|
455
329
|
readonly taskEbsOptimized: pulumi.Output<boolean | undefined>;
|
|
456
|
-
/**
|
|
457
|
-
* The MrScaler instance types for the task nodes.
|
|
458
|
-
*/
|
|
459
330
|
readonly taskInstanceTypes: pulumi.Output<string[] | undefined>;
|
|
460
|
-
/**
|
|
461
|
-
* The MrScaler lifecycle for instances in task group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
462
|
-
*/
|
|
463
331
|
readonly taskLifecycle: pulumi.Output<string | undefined>;
|
|
464
|
-
/**
|
|
465
|
-
* maximal amount of instances in task group.
|
|
466
|
-
*/
|
|
467
332
|
readonly taskMaxSize: pulumi.Output<number | undefined>;
|
|
468
|
-
/**
|
|
469
|
-
* The minimal amount of instances in task group.
|
|
470
|
-
*/
|
|
471
333
|
readonly taskMinSize: pulumi.Output<number | undefined>;
|
|
472
|
-
/**
|
|
473
|
-
* Possible core group scaling policies (Clone, New strategies):
|
|
474
|
-
*/
|
|
475
334
|
readonly taskScalingDownPolicies: pulumi.Output<outputs.aws.MrScalarTaskScalingDownPolicy[] | undefined>;
|
|
476
335
|
readonly taskScalingUpPolicies: pulumi.Output<outputs.aws.MrScalarTaskScalingUpPolicy[] | undefined>;
|
|
477
|
-
/**
|
|
478
|
-
* Unit of task group for target, min and max. The unit could be `instance` or `weight`. instance - amount of instances. weight - amount of vCPU.
|
|
479
|
-
*/
|
|
480
336
|
readonly taskUnit: pulumi.Output<string | undefined>;
|
|
481
337
|
/**
|
|
482
338
|
* Allows defining termination policies for EMR clusters based on CloudWatch Metrics.
|
|
483
339
|
*/
|
|
484
340
|
readonly terminationPolicies: pulumi.Output<outputs.aws.MrScalarTerminationPolicy[] | undefined>;
|
|
485
|
-
/**
|
|
486
|
-
* Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job-flow error.
|
|
487
|
-
*/
|
|
488
341
|
readonly terminationProtected: pulumi.Output<boolean | undefined>;
|
|
489
342
|
/**
|
|
490
343
|
* @deprecated This field has been removed from our API and is no longer functional.
|
|
@@ -503,135 +356,48 @@ export declare class MrScalar extends pulumi.CustomResource {
|
|
|
503
356
|
* Input properties used for looking up and filtering MrScalar resources.
|
|
504
357
|
*/
|
|
505
358
|
export interface MrScalarState {
|
|
506
|
-
/**
|
|
507
|
-
* This is meta information about third-party applications that third-party vendors use for testing purposes.
|
|
508
|
-
*/
|
|
509
359
|
additionalInfo?: pulumi.Input<string>;
|
|
510
|
-
/**
|
|
511
|
-
* A list of additional Amazon EC2 security group IDs for the master node.
|
|
512
|
-
*/
|
|
513
360
|
additionalPrimarySecurityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
514
|
-
/**
|
|
515
|
-
* A list of additional Amazon EC2 security group IDs for the core and task nodes.
|
|
516
|
-
*/
|
|
517
361
|
additionalReplicaSecurityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
518
|
-
/**
|
|
519
|
-
* A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster
|
|
520
|
-
*/
|
|
521
362
|
applications?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarApplication>[]>;
|
|
522
|
-
/**
|
|
523
|
-
* List of AZs and their subnet Ids. See example above for usage.
|
|
524
|
-
*/
|
|
525
363
|
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
526
|
-
/**
|
|
527
|
-
* Describes path to S3 file containing description of bootstrap actions. [More Information](https://api.spotinst.com/elastigroup-for-aws/services-integrations/elastic-mapreduce/import-an-emr-cluster/advanced/)
|
|
528
|
-
*/
|
|
529
364
|
bootstrapActionsFiles?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarBootstrapActionsFile>[]>;
|
|
530
365
|
/**
|
|
531
366
|
* The MrScaler cluster id.
|
|
532
367
|
*/
|
|
533
368
|
clusterId?: pulumi.Input<string>;
|
|
534
|
-
/**
|
|
535
|
-
* Describes path to S3 file containing description of configurations. [More Information](https://api.spotinst.com/elastigroup-for-aws/services-integrations/elastic-mapreduce/import-an-emr-cluster/advanced/)
|
|
536
|
-
*/
|
|
537
369
|
configurationsFiles?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarConfigurationsFile>[]>;
|
|
538
|
-
/**
|
|
539
|
-
* amount of instances in core group.
|
|
540
|
-
*/
|
|
541
370
|
coreDesiredCapacity?: pulumi.Input<number>;
|
|
542
|
-
/**
|
|
543
|
-
* This determines the ebs configuration for your core group instances. Only a single block is allowed.
|
|
544
|
-
*/
|
|
545
371
|
coreEbsBlockDevices?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarCoreEbsBlockDevice>[]>;
|
|
546
|
-
/**
|
|
547
|
-
* EBS Optimization setting for instances in group.
|
|
548
|
-
*/
|
|
549
372
|
coreEbsOptimized?: pulumi.Input<boolean>;
|
|
550
|
-
/**
|
|
551
|
-
* The MrScaler instance types for the core nodes.
|
|
552
|
-
*/
|
|
553
373
|
coreInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
554
|
-
/**
|
|
555
|
-
* The MrScaler lifecycle for instances in core group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
556
|
-
*/
|
|
557
374
|
coreLifecycle?: pulumi.Input<string>;
|
|
558
|
-
/**
|
|
559
|
-
* maximal amount of instances in core group.
|
|
560
|
-
*/
|
|
561
375
|
coreMaxSize?: pulumi.Input<number>;
|
|
562
|
-
/**
|
|
563
|
-
* The minimal amount of instances in core group.
|
|
564
|
-
*/
|
|
565
376
|
coreMinSize?: pulumi.Input<number>;
|
|
566
|
-
/**
|
|
567
|
-
* Each `*_scaling_*_policy` supports the following:
|
|
568
|
-
*/
|
|
569
377
|
coreScalingDownPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarCoreScalingDownPolicy>[]>;
|
|
570
378
|
coreScalingUpPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarCoreScalingUpPolicy>[]>;
|
|
571
|
-
/**
|
|
572
|
-
* Unit of task group for target, min and max. The unit could be `instance` or `weight`. instance - amount of instances. weight - amount of vCPU.
|
|
573
|
-
*/
|
|
574
379
|
coreUnit?: pulumi.Input<string>;
|
|
575
|
-
/**
|
|
576
|
-
* The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
|
|
577
|
-
*/
|
|
578
380
|
customAmiId?: pulumi.Input<string>;
|
|
579
381
|
/**
|
|
580
382
|
* The MrScaler description.
|
|
581
383
|
*/
|
|
582
384
|
description?: pulumi.Input<string>;
|
|
583
385
|
ebsRootVolumeSize?: pulumi.Input<number>;
|
|
584
|
-
/**
|
|
585
|
-
* The name of an Amazon EC2 key pair that can be used to ssh to the master node.
|
|
586
|
-
*/
|
|
587
386
|
ec2KeyName?: pulumi.Input<string>;
|
|
588
387
|
/**
|
|
589
388
|
* Allow the `clusterId` to set a provider output variable.
|
|
590
389
|
*/
|
|
591
390
|
exposeClusterId?: pulumi.Input<boolean>;
|
|
592
|
-
/**
|
|
593
|
-
* Describes the instance and weights. Check out [Elastigroup Weighted Instances](https://api.spotinst.com/elastigroup-for-aws/concepts/general-concepts/elastigroup-capacity-instances-or-weighted) for more info.
|
|
594
|
-
*/
|
|
595
391
|
instanceWeights?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarInstanceWeight>[]>;
|
|
596
|
-
/**
|
|
597
|
-
* The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
|
|
598
|
-
*/
|
|
599
392
|
jobFlowRole?: pulumi.Input<string>;
|
|
600
|
-
/**
|
|
601
|
-
* Specifies whether the cluster should remain available after completing all steps.
|
|
602
|
-
*/
|
|
603
393
|
keepJobFlowAlive?: pulumi.Input<boolean>;
|
|
604
|
-
/**
|
|
605
|
-
* The path to the Amazon S3 location where logs for this cluster are stored.
|
|
606
|
-
*/
|
|
607
394
|
logUri?: pulumi.Input<string>;
|
|
608
|
-
/**
|
|
609
|
-
* EMR Managed Security group that will be set to the primary instance group.
|
|
610
|
-
*/
|
|
611
395
|
managedPrimarySecurityGroup?: pulumi.Input<string>;
|
|
612
|
-
/**
|
|
613
|
-
* EMR Managed Security group that will be set to the replica instance group.
|
|
614
|
-
*/
|
|
615
396
|
managedReplicaSecurityGroup?: pulumi.Input<string>;
|
|
616
|
-
/**
|
|
617
|
-
* This determines the ebs configuration for your master group instances. Only a single block is allowed.
|
|
618
|
-
*/
|
|
619
397
|
masterEbsBlockDevices?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarMasterEbsBlockDevice>[]>;
|
|
620
|
-
/**
|
|
621
|
-
* EBS Optimization setting for instances in group.
|
|
622
|
-
*/
|
|
623
398
|
masterEbsOptimized?: pulumi.Input<boolean>;
|
|
624
|
-
/**
|
|
625
|
-
* The MrScaler instance types for the master nodes.
|
|
626
|
-
*/
|
|
627
399
|
masterInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
628
|
-
/**
|
|
629
|
-
* The MrScaler lifecycle for instances in master group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
630
|
-
*/
|
|
631
400
|
masterLifecycle?: pulumi.Input<string>;
|
|
632
|
-
/**
|
|
633
|
-
* Number of instances in the master group.
|
|
634
|
-
*/
|
|
635
401
|
masterTarget?: pulumi.Input<number>;
|
|
636
402
|
/**
|
|
637
403
|
* The MrScaler name.
|
|
@@ -644,86 +410,32 @@ export interface MrScalarState {
|
|
|
644
410
|
*/
|
|
645
411
|
region?: pulumi.Input<string>;
|
|
646
412
|
releaseLabel?: pulumi.Input<string>;
|
|
647
|
-
/**
|
|
648
|
-
* Applies only when `customAmiId` is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI. Possible values include: `SECURITY`, `NONE`.
|
|
649
|
-
*/
|
|
650
413
|
repoUpgradeOnBoot?: pulumi.Input<string>;
|
|
651
|
-
/**
|
|
652
|
-
* Specifies the maximum number of times a capacity provisioning should be retried if the provisioning timeout is exceeded. Valid values: `1-5`.
|
|
653
|
-
*/
|
|
654
414
|
retries?: pulumi.Input<number>;
|
|
655
|
-
/**
|
|
656
|
-
* An array of scheduled tasks.
|
|
657
|
-
*/
|
|
658
415
|
scheduledTasks?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarScheduledTask>[]>;
|
|
659
|
-
/**
|
|
660
|
-
* The name of the security configuration applied to the cluster.
|
|
661
|
-
*/
|
|
662
416
|
securityConfig?: pulumi.Input<string>;
|
|
663
|
-
/**
|
|
664
|
-
* The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.
|
|
665
|
-
*/
|
|
666
417
|
serviceAccessSecurityGroup?: pulumi.Input<string>;
|
|
667
|
-
/**
|
|
668
|
-
* The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
|
669
|
-
*/
|
|
670
418
|
serviceRole?: pulumi.Input<string>;
|
|
671
|
-
/**
|
|
672
|
-
* Steps from S3.
|
|
673
|
-
*/
|
|
674
419
|
stepsFiles?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarStepsFile>[]>;
|
|
675
420
|
/**
|
|
676
421
|
* The MrScaler strategy. Allowed values are `new` `clone` and `wrap`.
|
|
677
422
|
*/
|
|
678
423
|
strategy?: pulumi.Input<string>;
|
|
679
|
-
/**
|
|
680
|
-
* A list of tags to assign to the resource. You may define multiple tags.
|
|
681
|
-
*/
|
|
682
424
|
tags?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTag>[]>;
|
|
683
|
-
/**
|
|
684
|
-
* amount of instances in task group.
|
|
685
|
-
*/
|
|
686
425
|
taskDesiredCapacity?: pulumi.Input<number>;
|
|
687
|
-
/**
|
|
688
|
-
* This determines the ebs configuration for your task group instances. Only a single block is allowed.
|
|
689
|
-
*/
|
|
690
426
|
taskEbsBlockDevices?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTaskEbsBlockDevice>[]>;
|
|
691
|
-
/**
|
|
692
|
-
* EBS Optimization setting for instances in group.
|
|
693
|
-
*/
|
|
694
427
|
taskEbsOptimized?: pulumi.Input<boolean>;
|
|
695
|
-
/**
|
|
696
|
-
* The MrScaler instance types for the task nodes.
|
|
697
|
-
*/
|
|
698
428
|
taskInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
699
|
-
/**
|
|
700
|
-
* The MrScaler lifecycle for instances in task group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
701
|
-
*/
|
|
702
429
|
taskLifecycle?: pulumi.Input<string>;
|
|
703
|
-
/**
|
|
704
|
-
* maximal amount of instances in task group.
|
|
705
|
-
*/
|
|
706
430
|
taskMaxSize?: pulumi.Input<number>;
|
|
707
|
-
/**
|
|
708
|
-
* The minimal amount of instances in task group.
|
|
709
|
-
*/
|
|
710
431
|
taskMinSize?: pulumi.Input<number>;
|
|
711
|
-
/**
|
|
712
|
-
* Possible core group scaling policies (Clone, New strategies):
|
|
713
|
-
*/
|
|
714
432
|
taskScalingDownPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTaskScalingDownPolicy>[]>;
|
|
715
433
|
taskScalingUpPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTaskScalingUpPolicy>[]>;
|
|
716
|
-
/**
|
|
717
|
-
* Unit of task group for target, min and max. The unit could be `instance` or `weight`. instance - amount of instances. weight - amount of vCPU.
|
|
718
|
-
*/
|
|
719
434
|
taskUnit?: pulumi.Input<string>;
|
|
720
435
|
/**
|
|
721
436
|
* Allows defining termination policies for EMR clusters based on CloudWatch Metrics.
|
|
722
437
|
*/
|
|
723
438
|
terminationPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTerminationPolicy>[]>;
|
|
724
|
-
/**
|
|
725
|
-
* Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job-flow error.
|
|
726
|
-
*/
|
|
727
439
|
terminationProtected?: pulumi.Input<boolean>;
|
|
728
440
|
/**
|
|
729
441
|
* @deprecated This field has been removed from our API and is no longer functional.
|
|
@@ -734,135 +446,48 @@ export interface MrScalarState {
|
|
|
734
446
|
* The set of arguments for constructing a MrScalar resource.
|
|
735
447
|
*/
|
|
736
448
|
export interface MrScalarArgs {
|
|
737
|
-
/**
|
|
738
|
-
* This is meta information about third-party applications that third-party vendors use for testing purposes.
|
|
739
|
-
*/
|
|
740
449
|
additionalInfo?: pulumi.Input<string>;
|
|
741
|
-
/**
|
|
742
|
-
* A list of additional Amazon EC2 security group IDs for the master node.
|
|
743
|
-
*/
|
|
744
450
|
additionalPrimarySecurityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
745
|
-
/**
|
|
746
|
-
* A list of additional Amazon EC2 security group IDs for the core and task nodes.
|
|
747
|
-
*/
|
|
748
451
|
additionalReplicaSecurityGroups?: pulumi.Input<pulumi.Input<string>[]>;
|
|
749
|
-
/**
|
|
750
|
-
* A case-insensitive list of applications for Amazon EMR to install and configure when launching the cluster
|
|
751
|
-
*/
|
|
752
452
|
applications?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarApplication>[]>;
|
|
753
|
-
/**
|
|
754
|
-
* List of AZs and their subnet Ids. See example above for usage.
|
|
755
|
-
*/
|
|
756
453
|
availabilityZones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
757
|
-
/**
|
|
758
|
-
* Describes path to S3 file containing description of bootstrap actions. [More Information](https://api.spotinst.com/elastigroup-for-aws/services-integrations/elastic-mapreduce/import-an-emr-cluster/advanced/)
|
|
759
|
-
*/
|
|
760
454
|
bootstrapActionsFiles?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarBootstrapActionsFile>[]>;
|
|
761
455
|
/**
|
|
762
456
|
* The MrScaler cluster id.
|
|
763
457
|
*/
|
|
764
458
|
clusterId?: pulumi.Input<string>;
|
|
765
|
-
/**
|
|
766
|
-
* Describes path to S3 file containing description of configurations. [More Information](https://api.spotinst.com/elastigroup-for-aws/services-integrations/elastic-mapreduce/import-an-emr-cluster/advanced/)
|
|
767
|
-
*/
|
|
768
459
|
configurationsFiles?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarConfigurationsFile>[]>;
|
|
769
|
-
/**
|
|
770
|
-
* amount of instances in core group.
|
|
771
|
-
*/
|
|
772
460
|
coreDesiredCapacity?: pulumi.Input<number>;
|
|
773
|
-
/**
|
|
774
|
-
* This determines the ebs configuration for your core group instances. Only a single block is allowed.
|
|
775
|
-
*/
|
|
776
461
|
coreEbsBlockDevices?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarCoreEbsBlockDevice>[]>;
|
|
777
|
-
/**
|
|
778
|
-
* EBS Optimization setting for instances in group.
|
|
779
|
-
*/
|
|
780
462
|
coreEbsOptimized?: pulumi.Input<boolean>;
|
|
781
|
-
/**
|
|
782
|
-
* The MrScaler instance types for the core nodes.
|
|
783
|
-
*/
|
|
784
463
|
coreInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
785
|
-
/**
|
|
786
|
-
* The MrScaler lifecycle for instances in core group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
787
|
-
*/
|
|
788
464
|
coreLifecycle?: pulumi.Input<string>;
|
|
789
|
-
/**
|
|
790
|
-
* maximal amount of instances in core group.
|
|
791
|
-
*/
|
|
792
465
|
coreMaxSize?: pulumi.Input<number>;
|
|
793
|
-
/**
|
|
794
|
-
* The minimal amount of instances in core group.
|
|
795
|
-
*/
|
|
796
466
|
coreMinSize?: pulumi.Input<number>;
|
|
797
|
-
/**
|
|
798
|
-
* Each `*_scaling_*_policy` supports the following:
|
|
799
|
-
*/
|
|
800
467
|
coreScalingDownPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarCoreScalingDownPolicy>[]>;
|
|
801
468
|
coreScalingUpPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarCoreScalingUpPolicy>[]>;
|
|
802
|
-
/**
|
|
803
|
-
* Unit of task group for target, min and max. The unit could be `instance` or `weight`. instance - amount of instances. weight - amount of vCPU.
|
|
804
|
-
*/
|
|
805
469
|
coreUnit?: pulumi.Input<string>;
|
|
806
|
-
/**
|
|
807
|
-
* The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.
|
|
808
|
-
*/
|
|
809
470
|
customAmiId?: pulumi.Input<string>;
|
|
810
471
|
/**
|
|
811
472
|
* The MrScaler description.
|
|
812
473
|
*/
|
|
813
474
|
description?: pulumi.Input<string>;
|
|
814
475
|
ebsRootVolumeSize?: pulumi.Input<number>;
|
|
815
|
-
/**
|
|
816
|
-
* The name of an Amazon EC2 key pair that can be used to ssh to the master node.
|
|
817
|
-
*/
|
|
818
476
|
ec2KeyName?: pulumi.Input<string>;
|
|
819
477
|
/**
|
|
820
478
|
* Allow the `clusterId` to set a provider output variable.
|
|
821
479
|
*/
|
|
822
480
|
exposeClusterId?: pulumi.Input<boolean>;
|
|
823
|
-
/**
|
|
824
|
-
* Describes the instance and weights. Check out [Elastigroup Weighted Instances](https://api.spotinst.com/elastigroup-for-aws/concepts/general-concepts/elastigroup-capacity-instances-or-weighted) for more info.
|
|
825
|
-
*/
|
|
826
481
|
instanceWeights?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarInstanceWeight>[]>;
|
|
827
|
-
/**
|
|
828
|
-
* The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.
|
|
829
|
-
*/
|
|
830
482
|
jobFlowRole?: pulumi.Input<string>;
|
|
831
|
-
/**
|
|
832
|
-
* Specifies whether the cluster should remain available after completing all steps.
|
|
833
|
-
*/
|
|
834
483
|
keepJobFlowAlive?: pulumi.Input<boolean>;
|
|
835
|
-
/**
|
|
836
|
-
* The path to the Amazon S3 location where logs for this cluster are stored.
|
|
837
|
-
*/
|
|
838
484
|
logUri?: pulumi.Input<string>;
|
|
839
|
-
/**
|
|
840
|
-
* EMR Managed Security group that will be set to the primary instance group.
|
|
841
|
-
*/
|
|
842
485
|
managedPrimarySecurityGroup?: pulumi.Input<string>;
|
|
843
|
-
/**
|
|
844
|
-
* EMR Managed Security group that will be set to the replica instance group.
|
|
845
|
-
*/
|
|
846
486
|
managedReplicaSecurityGroup?: pulumi.Input<string>;
|
|
847
|
-
/**
|
|
848
|
-
* This determines the ebs configuration for your master group instances. Only a single block is allowed.
|
|
849
|
-
*/
|
|
850
487
|
masterEbsBlockDevices?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarMasterEbsBlockDevice>[]>;
|
|
851
|
-
/**
|
|
852
|
-
* EBS Optimization setting for instances in group.
|
|
853
|
-
*/
|
|
854
488
|
masterEbsOptimized?: pulumi.Input<boolean>;
|
|
855
|
-
/**
|
|
856
|
-
* The MrScaler instance types for the master nodes.
|
|
857
|
-
*/
|
|
858
489
|
masterInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
859
|
-
/**
|
|
860
|
-
* The MrScaler lifecycle for instances in master group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
861
|
-
*/
|
|
862
490
|
masterLifecycle?: pulumi.Input<string>;
|
|
863
|
-
/**
|
|
864
|
-
* Number of instances in the master group.
|
|
865
|
-
*/
|
|
866
491
|
masterTarget?: pulumi.Input<number>;
|
|
867
492
|
/**
|
|
868
493
|
* The MrScaler name.
|
|
@@ -874,86 +499,32 @@ export interface MrScalarArgs {
|
|
|
874
499
|
*/
|
|
875
500
|
region?: pulumi.Input<string>;
|
|
876
501
|
releaseLabel?: pulumi.Input<string>;
|
|
877
|
-
/**
|
|
878
|
-
* Applies only when `customAmiId` is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI. Possible values include: `SECURITY`, `NONE`.
|
|
879
|
-
*/
|
|
880
502
|
repoUpgradeOnBoot?: pulumi.Input<string>;
|
|
881
|
-
/**
|
|
882
|
-
* Specifies the maximum number of times a capacity provisioning should be retried if the provisioning timeout is exceeded. Valid values: `1-5`.
|
|
883
|
-
*/
|
|
884
503
|
retries?: pulumi.Input<number>;
|
|
885
|
-
/**
|
|
886
|
-
* An array of scheduled tasks.
|
|
887
|
-
*/
|
|
888
504
|
scheduledTasks?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarScheduledTask>[]>;
|
|
889
|
-
/**
|
|
890
|
-
* The name of the security configuration applied to the cluster.
|
|
891
|
-
*/
|
|
892
505
|
securityConfig?: pulumi.Input<string>;
|
|
893
|
-
/**
|
|
894
|
-
* The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.
|
|
895
|
-
*/
|
|
896
506
|
serviceAccessSecurityGroup?: pulumi.Input<string>;
|
|
897
|
-
/**
|
|
898
|
-
* The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
|
|
899
|
-
*/
|
|
900
507
|
serviceRole?: pulumi.Input<string>;
|
|
901
|
-
/**
|
|
902
|
-
* Steps from S3.
|
|
903
|
-
*/
|
|
904
508
|
stepsFiles?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarStepsFile>[]>;
|
|
905
509
|
/**
|
|
906
510
|
* The MrScaler strategy. Allowed values are `new` `clone` and `wrap`.
|
|
907
511
|
*/
|
|
908
512
|
strategy: pulumi.Input<string>;
|
|
909
|
-
/**
|
|
910
|
-
* A list of tags to assign to the resource. You may define multiple tags.
|
|
911
|
-
*/
|
|
912
513
|
tags?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTag>[]>;
|
|
913
|
-
/**
|
|
914
|
-
* amount of instances in task group.
|
|
915
|
-
*/
|
|
916
514
|
taskDesiredCapacity?: pulumi.Input<number>;
|
|
917
|
-
/**
|
|
918
|
-
* This determines the ebs configuration for your task group instances. Only a single block is allowed.
|
|
919
|
-
*/
|
|
920
515
|
taskEbsBlockDevices?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTaskEbsBlockDevice>[]>;
|
|
921
|
-
/**
|
|
922
|
-
* EBS Optimization setting for instances in group.
|
|
923
|
-
*/
|
|
924
516
|
taskEbsOptimized?: pulumi.Input<boolean>;
|
|
925
|
-
/**
|
|
926
|
-
* The MrScaler instance types for the task nodes.
|
|
927
|
-
*/
|
|
928
517
|
taskInstanceTypes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
929
|
-
/**
|
|
930
|
-
* The MrScaler lifecycle for instances in task group. Allowed values are 'SPOT' and 'ON_DEMAND'.
|
|
931
|
-
*/
|
|
932
518
|
taskLifecycle?: pulumi.Input<string>;
|
|
933
|
-
/**
|
|
934
|
-
* maximal amount of instances in task group.
|
|
935
|
-
*/
|
|
936
519
|
taskMaxSize?: pulumi.Input<number>;
|
|
937
|
-
/**
|
|
938
|
-
* The minimal amount of instances in task group.
|
|
939
|
-
*/
|
|
940
520
|
taskMinSize?: pulumi.Input<number>;
|
|
941
|
-
/**
|
|
942
|
-
* Possible core group scaling policies (Clone, New strategies):
|
|
943
|
-
*/
|
|
944
521
|
taskScalingDownPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTaskScalingDownPolicy>[]>;
|
|
945
522
|
taskScalingUpPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTaskScalingUpPolicy>[]>;
|
|
946
|
-
/**
|
|
947
|
-
* Unit of task group for target, min and max. The unit could be `instance` or `weight`. instance - amount of instances. weight - amount of vCPU.
|
|
948
|
-
*/
|
|
949
523
|
taskUnit?: pulumi.Input<string>;
|
|
950
524
|
/**
|
|
951
525
|
* Allows defining termination policies for EMR clusters based on CloudWatch Metrics.
|
|
952
526
|
*/
|
|
953
527
|
terminationPolicies?: pulumi.Input<pulumi.Input<inputs.aws.MrScalarTerminationPolicy>[]>;
|
|
954
|
-
/**
|
|
955
|
-
* Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job-flow error.
|
|
956
|
-
*/
|
|
957
528
|
terminationProtected?: pulumi.Input<boolean>;
|
|
958
529
|
/**
|
|
959
530
|
* @deprecated This field has been removed from our API and is no longer functional.
|