@@ -340,6 +340,116 @@ export interface DescribeJobDefinitionsCommandOutput extends DescribeJobDefiniti
340
340
* // },
341
341
* // ],
342
342
* // },
343
+ * // eksProperties: { // EksProperties
344
+ * // podProperties: { // EksPodProperties
345
+ * // serviceAccountName: "STRING_VALUE",
346
+ * // hostNetwork: true || false,
347
+ * // dnsPolicy: "STRING_VALUE",
348
+ * // imagePullSecrets: [ // ImagePullSecrets
349
+ * // { // ImagePullSecret
350
+ * // name: "STRING_VALUE", // required
351
+ * // },
352
+ * // ],
353
+ * // containers: [ // EksContainers
354
+ * // { // EksContainer
355
+ * // name: "STRING_VALUE",
356
+ * // image: "STRING_VALUE", // required
357
+ * // imagePullPolicy: "STRING_VALUE",
358
+ * // command: "<StringList>",
359
+ * // args: "<StringList>",
360
+ * // env: [ // EksContainerEnvironmentVariables
361
+ * // { // EksContainerEnvironmentVariable
362
+ * // name: "STRING_VALUE", // required
363
+ * // value: "STRING_VALUE",
364
+ * // },
365
+ * // ],
366
+ * // resources: { // EksContainerResourceRequirements
367
+ * // limits: { // EksLimits
368
+ * // "<keys>": "STRING_VALUE",
369
+ * // },
370
+ * // requests: { // EksRequests
371
+ * // "<keys>": "STRING_VALUE",
372
+ * // },
373
+ * // },
374
+ * // volumeMounts: [ // EksContainerVolumeMounts
375
+ * // { // EksContainerVolumeMount
376
+ * // name: "STRING_VALUE",
377
+ * // mountPath: "STRING_VALUE",
378
+ * // readOnly: true || false,
379
+ * // },
380
+ * // ],
381
+ * // securityContext: { // EksContainerSecurityContext
382
+ * // runAsUser: Number("long"),
383
+ * // runAsGroup: Number("long"),
384
+ * // privileged: true || false,
385
+ * // allowPrivilegeEscalation: true || false,
386
+ * // readOnlyRootFilesystem: true || false,
387
+ * // runAsNonRoot: true || false,
388
+ * // },
389
+ * // },
390
+ * // ],
391
+ * // initContainers: [
392
+ * // {
393
+ * // name: "STRING_VALUE",
394
+ * // image: "STRING_VALUE", // required
395
+ * // imagePullPolicy: "STRING_VALUE",
396
+ * // command: "<StringList>",
397
+ * // args: "<StringList>",
398
+ * // env: [
399
+ * // {
400
+ * // name: "STRING_VALUE", // required
401
+ * // value: "STRING_VALUE",
402
+ * // },
403
+ * // ],
404
+ * // resources: {
405
+ * // limits: {
406
+ * // "<keys>": "STRING_VALUE",
407
+ * // },
408
+ * // requests: {
409
+ * // "<keys>": "STRING_VALUE",
410
+ * // },
411
+ * // },
412
+ * // volumeMounts: [
413
+ * // {
414
+ * // name: "STRING_VALUE",
415
+ * // mountPath: "STRING_VALUE",
416
+ * // readOnly: true || false,
417
+ * // },
418
+ * // ],
419
+ * // securityContext: {
420
+ * // runAsUser: Number("long"),
421
+ * // runAsGroup: Number("long"),
422
+ * // privileged: true || false,
423
+ * // allowPrivilegeEscalation: true || false,
424
+ * // readOnlyRootFilesystem: true || false,
425
+ * // runAsNonRoot: true || false,
426
+ * // },
427
+ * // },
428
+ * // ],
429
+ * // volumes: [ // EksVolumes
430
+ * // { // EksVolume
431
+ * // name: "STRING_VALUE", // required
432
+ * // hostPath: { // EksHostPath
433
+ * // path: "STRING_VALUE",
434
+ * // },
435
+ * // emptyDir: { // EksEmptyDir
436
+ * // medium: "STRING_VALUE",
437
+ * // sizeLimit: "STRING_VALUE",
438
+ * // },
439
+ * // secret: { // EksSecret
440
+ * // secretName: "STRING_VALUE", // required
441
+ * // optional: true || false,
442
+ * // },
443
+ * // },
444
+ * // ],
445
+ * // metadata: { // EksMetadata
446
+ * // labels: { // EksLabelsMap
447
+ * // "<keys>": "STRING_VALUE",
448
+ * // },
449
+ * // },
450
+ * // shareProcessNamespace: true || false,
451
+ * // },
452
+ * // },
343
453
* // },
344
454
* // ],
345
455
* // },
@@ -390,45 +500,45 @@ export interface DescribeJobDefinitionsCommandOutput extends DescribeJobDefiniti
390
500
* // },
391
501
* // ],
392
502
* // },
393
- * // eksProperties: { // EksProperties
394
- * // podProperties: { // EksPodProperties
503
+ * // eksProperties: {
504
+ * // podProperties: {
395
505
* // serviceAccountName: "STRING_VALUE",
396
506
* // hostNetwork: true || false,
397
507
* // dnsPolicy: "STRING_VALUE",
398
- * // imagePullSecrets: [ // ImagePullSecrets
399
- * // { // ImagePullSecret
508
+ * // imagePullSecrets: [
509
+ * // {
400
510
* // name: "STRING_VALUE", // required
401
511
* // },
402
512
* // ],
403
- * // containers: [ // EksContainers
404
- * // { // EksContainer
513
+ * // containers: [
514
+ * // {
405
515
* // name: "STRING_VALUE",
406
516
* // image: "STRING_VALUE", // required
407
517
* // imagePullPolicy: "STRING_VALUE",
408
518
* // command: "<StringList>",
409
519
* // args: "<StringList>",
410
- * // env: [ // EksContainerEnvironmentVariables
411
- * // { // EksContainerEnvironmentVariable
520
+ * // env: [
521
+ * // {
412
522
* // name: "STRING_VALUE", // required
413
523
* // value: "STRING_VALUE",
414
524
* // },
415
525
* // ],
416
- * // resources: { // EksContainerResourceRequirements
417
- * // limits: { // EksLimits
526
+ * // resources: {
527
+ * // limits: {
418
528
* // "<keys>": "STRING_VALUE",
419
529
* // },
420
- * // requests: { // EksRequests
530
+ * // requests: {
421
531
* // "<keys>": "STRING_VALUE",
422
532
* // },
423
533
* // },
424
- * // volumeMounts: [ // EksContainerVolumeMounts
425
- * // { // EksContainerVolumeMount
534
+ * // volumeMounts: [
535
+ * // {
426
536
* // name: "STRING_VALUE",
427
537
* // mountPath: "STRING_VALUE",
428
538
* // readOnly: true || false,
429
539
* // },
430
540
* // ],
431
- * // securityContext: { // EksContainerSecurityContext
541
+ * // securityContext: {
432
542
* // runAsUser: Number("long"),
433
543
* // runAsGroup: Number("long"),
434
544
* // privileged: true || false,
@@ -476,24 +586,24 @@ export interface DescribeJobDefinitionsCommandOutput extends DescribeJobDefiniti
476
586
* // },
477
587
* // },
478
588
* // ],
479
- * // volumes: [ // EksVolumes
480
- * // { // EksVolume
589
+ * // volumes: [
590
+ * // {
481
591
* // name: "STRING_VALUE", // required
482
- * // hostPath: { // EksHostPath
592
+ * // hostPath: {
483
593
* // path: "STRING_VALUE",
484
594
* // },
485
- * // emptyDir: { // EksEmptyDir
595
+ * // emptyDir: {
486
596
* // medium: "STRING_VALUE",
487
597
* // sizeLimit: "STRING_VALUE",
488
598
* // },
489
- * // secret: { // EksSecret
599
+ * // secret: {
490
600
* // secretName: "STRING_VALUE", // required
491
601
* // optional: true || false,
492
602
* // },
493
603
* // },
494
604
* // ],
495
- * // metadata: { // EksMetadata
496
- * // labels: { // EksLabelsMap
605
+ * // metadata: {
606
+ * // labels: {
497
607
* // "<keys>": "STRING_VALUE",
498
608
* // },
499
609
* // },
0 commit comments