@horietakehiro/aws-cdk-utul 0.33.33 → 0.33.34

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.
Files changed (27) hide show
  1. package/lib/types/cfn-resource-types/aws-backup-restoretestingplan.d.ts +8 -10
  2. package/lib/types/cfn-resource-types/aws-backup-restoretestingplan.js +1 -1
  3. package/lib/types/cfn-resource-types/aws-batch-consumableresource.d.ts +1 -1
  4. package/lib/types/cfn-resource-types/aws-batch-consumableresource.js +1 -1
  5. package/lib/types/cfn-resource-types/aws-batch-jobdefinition.d.ts +261 -247
  6. package/lib/types/cfn-resource-types/aws-batch-jobdefinition.js +1 -1
  7. package/lib/types/cfn-resource-types/aws-codebuild-project.d.ts +2 -0
  8. package/lib/types/cfn-resource-types/aws-codebuild-project.js +1 -1
  9. package/lib/types/cfn-resource-types/aws-dms-replicationinstance.d.ts +1 -0
  10. package/lib/types/cfn-resource-types/aws-dms-replicationinstance.js +1 -1
  11. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.d.ts +33 -0
  12. package/lib/types/cfn-resource-types/aws-ec2-vpcendpoint.js +1 -1
  13. package/lib/types/cfn-resource-types/aws-events-apidestination.d.ts +4 -0
  14. package/lib/types/cfn-resource-types/aws-events-apidestination.js +1 -1
  15. package/lib/types/cfn-resource-types/aws-events-archive.d.ts +1 -0
  16. package/lib/types/cfn-resource-types/aws-events-archive.js +1 -1
  17. package/lib/types/cfn-resource-types/aws-events-connection.d.ts +4 -0
  18. package/lib/types/cfn-resource-types/aws-events-connection.js +1 -1
  19. package/lib/types/cfn-resource-types/aws-lex-bot.d.ts +132 -1292
  20. package/lib/types/cfn-resource-types/aws-lex-bot.js +1 -1
  21. package/lib/types/cfn-resource-types/aws-macie-session.d.ts +4 -0
  22. package/lib/types/cfn-resource-types/aws-macie-session.js +1 -1
  23. package/lib/types/cfn-resource-types/aws-paymentcryptography-key.d.ts +3 -1
  24. package/lib/types/cfn-resource-types/aws-paymentcryptography-key.js +1 -1
  25. package/lib/types/cfn-resource-types/aws-transfer-webapp.d.ts +2 -0
  26. package/lib/types/cfn-resource-types/aws-transfer-webapp.js +1 -1
  27. package/package.json +1 -1
@@ -1,33 +1,31 @@
1
- export type RestoreTestingRecoveryPointSelectionAlgorithm = ("LATEST_WITHIN_WINDOW" | "RANDOM_WITHIN_WINDOW");
2
1
  export type RestoreTestingRecoveryPointType = ("SNAPSHOT" | "CONTINUOUS");
3
- export type RestoreTestingScheduleStatus = ("ACTIVE" | "SUSPENDED");
2
+ export type RestoreTestingRecoveryPointSelectionAlgorithm = ("LATEST_WITHIN_WINDOW" | "RANDOM_WITHIN_WINDOW");
4
3
  /**
5
4
  * Definition of AWS::Backup::RestoreTestingPlan Resource Type
6
5
  */
7
6
  export interface _AWS_BACKUP_RESTORETESTINGPLAN {
7
+ ScheduleExpression: string;
8
+ StartWindowHours?: number;
8
9
  RecoveryPointSelection: RestoreTestingRecoveryPointSelection;
9
10
  RestoreTestingPlanArn?: string;
10
11
  RestoreTestingPlanName: string;
11
- ScheduleExpression: string;
12
12
  ScheduleExpressionTimezone?: string;
13
- ScheduleStatus?: RestoreTestingScheduleStatus;
14
- StartWindowHours?: number;
15
13
  Tags?: Tag[];
16
14
  }
17
15
  export interface RestoreTestingRecoveryPointSelection {
18
- Algorithm: RestoreTestingRecoveryPointSelectionAlgorithm;
19
16
  SelectionWindowDays?: number;
20
17
  RecoveryPointTypes: RestoreTestingRecoveryPointType[];
21
18
  IncludeVaults: string[];
22
19
  ExcludeVaults?: string[];
20
+ Algorithm: RestoreTestingRecoveryPointSelectionAlgorithm;
23
21
  }
24
22
  export interface Tag {
25
- /**
26
- * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
27
- */
28
- Key: string;
29
23
  /**
30
24
  * The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
31
25
  */
32
26
  Value: string;
27
+ /**
28
+ * The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
29
+ */
30
+ Key: string;
33
31
  }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWJhY2t1cC1yZXN0b3JldGVzdGluZ3BsYW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtYmFja3VwLXJlc3RvcmV0ZXN0aW5ncGxhbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgUmVzdG9yZVRlc3RpbmdSZWNvdmVyeVBvaW50U2VsZWN0aW9uQWxnb3JpdGhtID0gKFwiTEFURVNUX1dJVEhJTl9XSU5ET1dcIiB8IFwiUkFORE9NX1dJVEhJTl9XSU5ET1dcIilcbmV4cG9ydCB0eXBlIFJlc3RvcmVUZXN0aW5nUmVjb3ZlcnlQb2ludFR5cGUgPSAoXCJTTkFQU0hPVFwiIHwgXCJDT05USU5VT1VTXCIpXG5leHBvcnQgdHlwZSBSZXN0b3JlVGVzdGluZ1NjaGVkdWxlU3RhdHVzID0gKFwiQUNUSVZFXCIgfCBcIlNVU1BFTkRFRFwiKVxuXG4vKipcbiAqIERlZmluaXRpb24gb2YgQVdTOjpCYWNrdXA6OlJlc3RvcmVUZXN0aW5nUGxhbiBSZXNvdXJjZSBUeXBlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgX0FXU19CQUNLVVBfUkVTVE9SRVRFU1RJTkdQTEFOIHtcblJlY292ZXJ5UG9pbnRTZWxlY3Rpb246IFJlc3RvcmVUZXN0aW5nUmVjb3ZlcnlQb2ludFNlbGVjdGlvblxuUmVzdG9yZVRlc3RpbmdQbGFuQXJuPzogc3RyaW5nXG5SZXN0b3JlVGVzdGluZ1BsYW5OYW1lOiBzdHJpbmdcblNjaGVkdWxlRXhwcmVzc2lvbjogc3RyaW5nXG5TY2hlZHVsZUV4cHJlc3Npb25UaW1lem9uZT86IHN0cmluZ1xuU2NoZWR1bGVTdGF0dXM/OiBSZXN0b3JlVGVzdGluZ1NjaGVkdWxlU3RhdHVzXG5TdGFydFdpbmRvd0hvdXJzPzogbnVtYmVyXG5UYWdzPzogVGFnW11cbn1cbmV4cG9ydCBpbnRlcmZhY2UgUmVzdG9yZVRlc3RpbmdSZWNvdmVyeVBvaW50U2VsZWN0aW9uIHtcbkFsZ29yaXRobTogUmVzdG9yZVRlc3RpbmdSZWNvdmVyeVBvaW50U2VsZWN0aW9uQWxnb3JpdGhtXG5TZWxlY3Rpb25XaW5kb3dEYXlzPzogbnVtYmVyXG5SZWNvdmVyeVBvaW50VHlwZXM6IFJlc3RvcmVUZXN0aW5nUmVjb3ZlcnlQb2ludFR5cGVbXVxuSW5jbHVkZVZhdWx0czogc3RyaW5nW11cbkV4Y2x1ZGVWYXVsdHM/OiBzdHJpbmdbXVxufVxuZXhwb3J0IGludGVyZmFjZSBUYWcge1xuLyoqXG4gKiBUaGUga2V5IG5hbWUgb2YgdGhlIHRhZy4gWW91IGNhbiBzcGVjaWZ5IGEgdmFsdWUgdGhhdCBpcyAxIHRvIDEyOCBVbmljb2RlIGNoYXJhY3RlcnMgaW4gbGVuZ3RoIGFuZCBjYW5ub3QgYmUgcHJlZml4ZWQgd2l0aCBhd3M6LiBZb3UgY2FuIHVzZSBhbnkgb2YgdGhlIGZvbGxvd2luZyBjaGFyYWN0ZXJzOiB0aGUgc2V0IG9mIFVuaWNvZGUgbGV0dGVycywgZGlnaXRzLCB3aGl0ZXNwYWNlLCBfLCAuLCAvLCA9LCArLCBhbmQgLS5cbiAqL1xuS2V5OiBzdHJpbmdcbi8qKlxuICogVGhlIHZhbHVlIGZvciB0aGUgdGFnLiBZb3UgY2FuIHNwZWNpZnkgYSB2YWx1ZSB0aGF0IGlzIDAgdG8gMjU2IFVuaWNvZGUgY2hhcmFjdGVycyBpbiBsZW5ndGggYW5kIGNhbm5vdCBiZSBwcmVmaXhlZCB3aXRoIGF3czouIFlvdSBjYW4gdXNlIGFueSBvZiB0aGUgZm9sbG93aW5nIGNoYXJhY3RlcnM6IHRoZSBzZXQgb2YgVW5pY29kZSBsZXR0ZXJzLCBkaWdpdHMsIHdoaXRlc3BhY2UsIF8sIC4sIC8sID0sICssIGFuZCAtLlxuICovXG5WYWx1ZTogc3RyaW5nXG59XG4iXX0=
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWJhY2t1cC1yZXN0b3JldGVzdGluZ3BsYW4uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJhd3MtYmFja3VwLXJlc3RvcmV0ZXN0aW5ncGxhbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0IHR5cGUgUmVzdG9yZVRlc3RpbmdSZWNvdmVyeVBvaW50VHlwZSA9IChcIlNOQVBTSE9UXCIgfCBcIkNPTlRJTlVPVVNcIilcbmV4cG9ydCB0eXBlIFJlc3RvcmVUZXN0aW5nUmVjb3ZlcnlQb2ludFNlbGVjdGlvbkFsZ29yaXRobSA9IChcIkxBVEVTVF9XSVRISU5fV0lORE9XXCIgfCBcIlJBTkRPTV9XSVRISU5fV0lORE9XXCIpXG5cbi8qKlxuICogRGVmaW5pdGlvbiBvZiBBV1M6OkJhY2t1cDo6UmVzdG9yZVRlc3RpbmdQbGFuIFJlc291cmNlIFR5cGVcbiAqL1xuZXhwb3J0IGludGVyZmFjZSBfQVdTX0JBQ0tVUF9SRVNUT1JFVEVTVElOR1BMQU4ge1xuU2NoZWR1bGVFeHByZXNzaW9uOiBzdHJpbmdcblN0YXJ0V2luZG93SG91cnM/OiBudW1iZXJcblJlY292ZXJ5UG9pbnRTZWxlY3Rpb246IFJlc3RvcmVUZXN0aW5nUmVjb3ZlcnlQb2ludFNlbGVjdGlvblxuUmVzdG9yZVRlc3RpbmdQbGFuQXJuPzogc3RyaW5nXG5SZXN0b3JlVGVzdGluZ1BsYW5OYW1lOiBzdHJpbmdcblNjaGVkdWxlRXhwcmVzc2lvblRpbWV6b25lPzogc3RyaW5nXG5UYWdzPzogVGFnW11cbn1cbmV4cG9ydCBpbnRlcmZhY2UgUmVzdG9yZVRlc3RpbmdSZWNvdmVyeVBvaW50U2VsZWN0aW9uIHtcblNlbGVjdGlvbldpbmRvd0RheXM/OiBudW1iZXJcblJlY292ZXJ5UG9pbnRUeXBlczogUmVzdG9yZVRlc3RpbmdSZWNvdmVyeVBvaW50VHlwZVtdXG5JbmNsdWRlVmF1bHRzOiBzdHJpbmdbXVxuRXhjbHVkZVZhdWx0cz86IHN0cmluZ1tdXG5BbGdvcml0aG06IFJlc3RvcmVUZXN0aW5nUmVjb3ZlcnlQb2ludFNlbGVjdGlvbkFsZ29yaXRobVxufVxuZXhwb3J0IGludGVyZmFjZSBUYWcge1xuLyoqXG4gKiBUaGUgdmFsdWUgZm9yIHRoZSB0YWcuIFlvdSBjYW4gc3BlY2lmeSBhIHZhbHVlIHRoYXQgaXMgMCB0byAyNTYgVW5pY29kZSBjaGFyYWN0ZXJzIGluIGxlbmd0aCBhbmQgY2Fubm90IGJlIHByZWZpeGVkIHdpdGggYXdzOi4gWW91IGNhbiB1c2UgYW55IG9mIHRoZSBmb2xsb3dpbmcgY2hhcmFjdGVyczogdGhlIHNldCBvZiBVbmljb2RlIGxldHRlcnMsIGRpZ2l0cywgd2hpdGVzcGFjZSwgXywgLiwgLywgPSwgKywgYW5kIC0uXG4gKi9cblZhbHVlOiBzdHJpbmdcbi8qKlxuICogVGhlIGtleSBuYW1lIG9mIHRoZSB0YWcuIFlvdSBjYW4gc3BlY2lmeSBhIHZhbHVlIHRoYXQgaXMgMSB0byAxMjggVW5pY29kZSBjaGFyYWN0ZXJzIGluIGxlbmd0aCBhbmQgY2Fubm90IGJlIHByZWZpeGVkIHdpdGggYXdzOi4gWW91IGNhbiB1c2UgYW55IG9mIHRoZSBmb2xsb3dpbmcgY2hhcmFjdGVyczogdGhlIHNldCBvZiBVbmljb2RlIGxldHRlcnMsIGRpZ2l0cywgd2hpdGVzcGFjZSwgXywgLiwgLywgPSwgKywgYW5kIC0uXG4gKi9cbktleTogc3RyaW5nXG59XG4iXX0=
@@ -7,7 +7,7 @@ export type ResourceArn = string;
7
7
  */
8
8
  export type ResourceType = ("REPLENISHABLE" | "NON_REPLENISHABLE");
9
9
  /**
10
- * Resource Type schema for AWS::Batch::ConsumableResource
10
+ * Resource Type definition for AWS::Batch::ConsumableResource
11
11
  */
12
12
  export interface _AWS_BATCH_CONSUMABLERESOURCE {
13
13
  /**
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWJhdGNoLWNvbnN1bWFibGVyZXNvdXJjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1iYXRjaC1jb25zdW1hYmxlcmVzb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQVJOIG9mIHRoZSBDb25zdW1hYmxlIFJlc291cmNlLlxuICovXG5leHBvcnQgdHlwZSBSZXNvdXJjZUFybiA9IHN0cmluZ1xuLyoqXG4gKiBUeXBlIG9mIENvbnN1bWFibGUgUmVzb3VyY2UuXG4gKi9cbmV4cG9ydCB0eXBlIFJlc291cmNlVHlwZSA9IChcIlJFUExFTklTSEFCTEVcIiB8IFwiTk9OX1JFUExFTklTSEFCTEVcIilcblxuLyoqXG4gKiBSZXNvdXJjZSBUeXBlIHNjaGVtYSBmb3IgQVdTOjpCYXRjaDo6Q29uc3VtYWJsZVJlc291cmNlXG4gKi9cbmV4cG9ydCBpbnRlcmZhY2UgX0FXU19CQVRDSF9DT05TVU1BQkxFUkVTT1VSQ0Uge1xuLyoqXG4gKiBOYW1lIG9mIENvbnN1bWFibGVSZXNvdXJjZS5cbiAqL1xuQ29uc3VtYWJsZVJlc291cmNlTmFtZT86IHN0cmluZ1xuQ29uc3VtYWJsZVJlc291cmNlQXJuPzogUmVzb3VyY2VBcm5cbi8qKlxuICogVG90YWwgUXVhbnRpdHkgb2YgQ29uc3VtYWJsZVJlc291cmNlLlxuICovXG5Ub3RhbFF1YW50aXR5OiBudW1iZXJcbi8qKlxuICogSW4tdXNlIFF1YW50aXR5IG9mIENvbnN1bWFibGVSZXNvdXJjZS5cbiAqL1xuSW5Vc2VRdWFudGl0eT86IG51bWJlclxuLyoqXG4gKiBBdmFpbGFibGUgUXVhbnRpdHkgb2YgQ29uc3VtYWJsZVJlc291cmNlLlxuICovXG5BdmFpbGFibGVRdWFudGl0eT86IG51bWJlclxuUmVzb3VyY2VUeXBlOiBSZXNvdXJjZVR5cGVcbkNyZWF0ZWRBdD86IG51bWJlclxuLyoqXG4gKiBBIGtleS12YWx1ZSBwYWlyIHRvIGFzc29jaWF0ZSB3aXRoIGEgcmVzb3VyY2UuXG4gKi9cblRhZ3M/OiB7XG4vKipcbiAqIFRoaXMgaW50ZXJmYWNlIHdhcyByZWZlcmVuY2VkIGJ5IGB1bmRlZmluZWRgJ3MgSlNPTi1TY2hlbWEgZGVmaW5pdGlvblxuICogdmlhIHRoZSBgcGF0dGVyblByb3BlcnR5YCBcIi4qXCIuXG4gKi9cbltrOiBzdHJpbmddOiBzdHJpbmdcbn1cbn1cbiJdfQ==
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXdzLWJhdGNoLWNvbnN1bWFibGVyZXNvdXJjZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbImF3cy1iYXRjaC1jb25zdW1hYmxlcmVzb3VyY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQVJOIG9mIHRoZSBDb25zdW1hYmxlIFJlc291cmNlLlxuICovXG5leHBvcnQgdHlwZSBSZXNvdXJjZUFybiA9IHN0cmluZ1xuLyoqXG4gKiBUeXBlIG9mIENvbnN1bWFibGUgUmVzb3VyY2UuXG4gKi9cbmV4cG9ydCB0eXBlIFJlc291cmNlVHlwZSA9IChcIlJFUExFTklTSEFCTEVcIiB8IFwiTk9OX1JFUExFTklTSEFCTEVcIilcblxuLyoqXG4gKiBSZXNvdXJjZSBUeXBlIGRlZmluaXRpb24gZm9yIEFXUzo6QmF0Y2g6OkNvbnN1bWFibGVSZXNvdXJjZVxuICovXG5leHBvcnQgaW50ZXJmYWNlIF9BV1NfQkFUQ0hfQ09OU1VNQUJMRVJFU09VUkNFIHtcbi8qKlxuICogTmFtZSBvZiBDb25zdW1hYmxlUmVzb3VyY2UuXG4gKi9cbkNvbnN1bWFibGVSZXNvdXJjZU5hbWU/OiBzdHJpbmdcbkNvbnN1bWFibGVSZXNvdXJjZUFybj86IFJlc291cmNlQXJuXG4vKipcbiAqIFRvdGFsIFF1YW50aXR5IG9mIENvbnN1bWFibGVSZXNvdXJjZS5cbiAqL1xuVG90YWxRdWFudGl0eTogbnVtYmVyXG4vKipcbiAqIEluLXVzZSBRdWFudGl0eSBvZiBDb25zdW1hYmxlUmVzb3VyY2UuXG4gKi9cbkluVXNlUXVhbnRpdHk/OiBudW1iZXJcbi8qKlxuICogQXZhaWxhYmxlIFF1YW50aXR5IG9mIENvbnN1bWFibGVSZXNvdXJjZS5cbiAqL1xuQXZhaWxhYmxlUXVhbnRpdHk/OiBudW1iZXJcblJlc291cmNlVHlwZTogUmVzb3VyY2VUeXBlXG5DcmVhdGVkQXQ/OiBudW1iZXJcbi8qKlxuICogQSBrZXktdmFsdWUgcGFpciB0byBhc3NvY2lhdGUgd2l0aCBhIHJlc291cmNlLlxuICovXG5UYWdzPzoge1xuLyoqXG4gKiBUaGlzIGludGVyZmFjZSB3YXMgcmVmZXJlbmNlZCBieSBgdW5kZWZpbmVkYCdzIEpTT04tU2NoZW1hIGRlZmluaXRpb25cbiAqIHZpYSB0aGUgYHBhdHRlcm5Qcm9wZXJ0eWAgXCIuKlwiLlxuICovXG5bazogc3RyaW5nXTogc3RyaW5nXG59XG59XG4iXX0=
@@ -2,6 +2,12 @@
2
2
  * Resource Type definition for AWS::Batch::JobDefinition
3
3
  */
4
4
  export interface _AWS_BATCH_JOBDEFINITION {
5
+ ContainerProperties?: ContainerProperties;
6
+ EcsProperties?: EcsProperties;
7
+ NodeProperties?: NodeProperties;
8
+ JobDefinitionName?: string;
9
+ JobDefinitionArn?: string;
10
+ SchedulingPriority?: number;
5
11
  Parameters?: {
6
12
  /**
7
13
  * This interface was referenced by `undefined`'s JSON-Schema definition
@@ -9,19 +15,11 @@ export interface _AWS_BATCH_JOBDEFINITION {
9
15
  */
10
16
  [k: string]: string;
11
17
  };
12
- JobDefinitionArn?: string;
13
- Timeout?: JobTimeout;
14
- JobDefinitionName?: string;
15
- PropagateTags?: boolean;
16
18
  PlatformCapabilities?: string[];
17
- EksProperties?: EksProperties;
18
- ConsumableResourceProperties?: ConsumableResourceProperties;
19
- Type: string;
20
- NodeProperties?: NodeProperties;
21
- SchedulingPriority?: number;
22
- ContainerProperties?: ContainerProperties;
23
- EcsProperties?: EcsProperties;
19
+ PropagateTags?: boolean;
24
20
  RetryStrategy?: RetryStrategy;
21
+ Timeout?: JobTimeout;
22
+ Type: string;
25
23
  /**
26
24
  * A key-value pair to associate with a resource.
27
25
  */
@@ -32,321 +30,337 @@ export interface _AWS_BATCH_JOBDEFINITION {
32
30
  */
33
31
  [k: string]: string;
34
32
  };
33
+ EksProperties?: EksProperties;
34
+ ConsumableResourceProperties?: ConsumableResourceProperties;
35
35
  }
36
- export interface JobTimeout {
37
- AttemptDurationSeconds?: number;
38
- }
39
- export interface EksProperties {
40
- PodProperties?: EksPodProperties;
41
- }
42
- export interface EksPodProperties {
43
- InitContainers?: EksContainer[];
44
- Volumes?: EksVolume[];
45
- DnsPolicy?: string;
46
- Containers?: EksContainer[];
47
- Metadata?: EksMetadata;
48
- ServiceAccountName?: string;
49
- ImagePullSecrets?: ImagePullSecret[];
50
- HostNetwork?: boolean;
51
- ShareProcessNamespace?: boolean;
52
- }
53
- export interface EksContainer {
54
- Args?: string[];
55
- VolumeMounts?: EksContainerVolumeMount[];
56
- ImagePullPolicy?: string;
36
+ export interface ContainerProperties {
57
37
  Command?: string[];
58
- SecurityContext?: EksContainerSecurityContext;
59
- Resources?: EksContainerResourceRequirements;
38
+ Environment?: Environment[];
60
39
  Image: string;
61
- Env?: EksContainerEnvironmentVariable[];
40
+ JobRoleArn?: string;
41
+ Memory?: number;
42
+ MountPoints?: MountPoint[];
43
+ Privileged?: boolean;
44
+ ReadonlyRootFilesystem?: boolean;
45
+ Ulimits?: Ulimit[];
46
+ User?: string;
47
+ Vcpus?: number;
48
+ Volumes?: Volume[];
49
+ ResourceRequirements?: ResourceRequirement[];
50
+ LinuxParameters?: LinuxParameters;
51
+ LogConfiguration?: LogConfiguration;
52
+ ExecutionRoleArn?: string;
53
+ Secrets?: Secret[];
54
+ NetworkConfiguration?: NetworkConfiguration;
55
+ FargatePlatformConfiguration?: {
56
+ PlatformVersion?: string;
57
+ };
58
+ EphemeralStorage?: EphemeralStorage;
59
+ RuntimePlatform?: RuntimePlatform;
60
+ RepositoryCredentials?: RepositoryCredentials;
61
+ EnableExecuteCommand?: boolean;
62
+ }
63
+ export interface Environment {
62
64
  Name?: string;
65
+ Value?: string;
63
66
  }
64
- export interface EksContainerVolumeMount {
65
- MountPath?: string;
67
+ export interface MountPoint {
68
+ ContainerPath?: string;
66
69
  ReadOnly?: boolean;
67
- SubPath?: string;
70
+ SourceVolume?: string;
71
+ }
72
+ export interface Ulimit {
73
+ HardLimit: number;
74
+ Name: string;
75
+ SoftLimit: number;
76
+ }
77
+ export interface Volume {
78
+ Host?: Host;
79
+ EfsVolumeConfiguration?: EFSVolumeConfiguration;
68
80
  Name?: string;
69
81
  }
70
- export interface EksContainerSecurityContext {
71
- RunAsUser?: number;
72
- AllowPrivilegeEscalation?: boolean;
73
- RunAsNonRoot?: boolean;
74
- Privileged?: boolean;
75
- ReadOnlyRootFilesystem?: boolean;
76
- RunAsGroup?: number;
82
+ export interface Host {
83
+ SourcePath?: string;
77
84
  }
78
- export interface EksContainerResourceRequirements {
79
- Limits?: {
80
- /**
81
- * This interface was referenced by `undefined`'s JSON-Schema definition
82
- * via the `patternProperty` ".*".
83
- */
84
- [k: string]: string;
85
- };
86
- Requests?: {
85
+ export interface EFSVolumeConfiguration {
86
+ FileSystemId: string;
87
+ RootDirectory?: string;
88
+ TransitEncryption?: string;
89
+ TransitEncryptionPort?: number;
90
+ AuthorizationConfig?: EFSAuthorizationConfig;
91
+ }
92
+ export interface EFSAuthorizationConfig {
93
+ AccessPointId?: string;
94
+ Iam?: string;
95
+ }
96
+ export interface ResourceRequirement {
97
+ Type?: string;
98
+ Value?: string;
99
+ }
100
+ export interface LinuxParameters {
101
+ Devices?: Device[];
102
+ InitProcessEnabled?: boolean;
103
+ MaxSwap?: number;
104
+ Swappiness?: number;
105
+ SharedMemorySize?: number;
106
+ Tmpfs?: Tmpfs[];
107
+ }
108
+ export interface Device {
109
+ HostPath?: string;
110
+ ContainerPath?: string;
111
+ Permissions?: string[];
112
+ }
113
+ export interface Tmpfs {
114
+ ContainerPath: string;
115
+ Size: number;
116
+ MountOptions?: string[];
117
+ }
118
+ export interface LogConfiguration {
119
+ LogDriver: string;
120
+ Options?: {
87
121
  /**
88
122
  * This interface was referenced by `undefined`'s JSON-Schema definition
89
123
  * via the `patternProperty` ".*".
90
124
  */
91
125
  [k: string]: string;
92
126
  };
127
+ SecretOptions?: Secret[];
93
128
  }
94
- export interface EksContainerEnvironmentVariable {
95
- Value?: string;
129
+ export interface Secret {
96
130
  Name: string;
131
+ ValueFrom: string;
97
132
  }
98
- export interface EksVolume {
99
- Secret?: EksSecret;
100
- EmptyDir?: EksEmptyDir;
101
- HostPath?: EksHostPath;
102
- PersistentVolumeClaim?: EksPersistentVolumeClaim;
103
- Name: string;
133
+ export interface NetworkConfiguration {
134
+ AssignPublicIp?: string;
104
135
  }
105
- export interface EksSecret {
106
- SecretName: string;
107
- Optional?: boolean;
136
+ export interface EphemeralStorage {
137
+ SizeInGiB: number;
108
138
  }
109
- export interface EksEmptyDir {
110
- Medium?: string;
111
- SizeLimit?: string;
139
+ export interface RuntimePlatform {
140
+ OperatingSystemFamily?: string;
141
+ CpuArchitecture?: string;
112
142
  }
113
- export interface EksHostPath {
114
- Path?: string;
143
+ export interface RepositoryCredentials {
144
+ CredentialsParameter: string;
115
145
  }
116
- export interface EksPersistentVolumeClaim {
117
- ReadOnly?: boolean;
118
- ClaimName: string;
146
+ export interface EcsProperties {
147
+ TaskProperties: EcsTaskProperties[];
119
148
  }
120
- export interface EksMetadata {
121
- Annotations?: {
122
- /**
123
- * This interface was referenced by `undefined`'s JSON-Schema definition
124
- * via the `patternProperty` ".*".
125
- */
126
- [k: string]: string;
127
- };
128
- Labels?: {
129
- /**
130
- * This interface was referenced by `undefined`'s JSON-Schema definition
131
- * via the `patternProperty` ".*".
132
- */
133
- [k: string]: string;
134
- };
135
- Namespace?: string;
149
+ export interface EcsTaskProperties {
150
+ Containers?: TaskContainerProperties[];
151
+ EphemeralStorage?: EphemeralStorage;
152
+ ExecutionRoleArn?: string;
153
+ RuntimePlatform?: RuntimePlatform;
154
+ NetworkConfiguration?: NetworkConfiguration;
155
+ Volumes?: Volume[];
156
+ PidMode?: string;
157
+ IpcMode?: string;
158
+ PlatformVersion?: string;
159
+ TaskRoleArn?: string;
160
+ EnableExecuteCommand?: boolean;
136
161
  }
137
- export interface ImagePullSecret {
162
+ export interface TaskContainerProperties {
163
+ Command?: string[];
164
+ Environment?: Environment[];
165
+ DependsOn?: TaskContainerDependency[];
138
166
  Name?: string;
167
+ Image: string;
168
+ LinuxParameters?: LinuxParameters;
169
+ LogConfiguration?: LogConfiguration;
170
+ MountPoints?: MountPoint[];
171
+ Essential?: boolean;
172
+ Privileged?: boolean;
173
+ ReadonlyRootFilesystem?: boolean;
174
+ Ulimits?: Ulimit[];
175
+ User?: string;
176
+ Secrets?: Secret[];
177
+ RepositoryCredentials?: RepositoryCredentials;
178
+ ResourceRequirements?: ResourceRequirement[];
179
+ FirelensConfiguration?: {
180
+ Type: string;
181
+ Options?: {
182
+ /**
183
+ * This interface was referenced by `undefined`'s JSON-Schema definition
184
+ * via the `patternProperty` ".*".
185
+ */
186
+ [k: string]: string;
187
+ };
188
+ };
139
189
  }
140
- export interface ConsumableResourceProperties {
141
- ConsumableResourceList: ConsumableResourceRequirement[];
142
- }
143
- export interface ConsumableResourceRequirement {
144
- /**
145
- * The ARN of the consumable resource the job definition should consume.
146
- */
147
- ConsumableResource: string;
148
- Quantity: number;
190
+ export interface TaskContainerDependency {
191
+ ContainerName: string;
192
+ Condition: string;
149
193
  }
150
194
  export interface NodeProperties {
195
+ NumNodes: number;
151
196
  MainNode: number;
152
197
  NodeRangeProperties: NodeRangeProperty[];
153
- NumNodes: number;
154
198
  }
155
199
  export interface NodeRangeProperty {
156
- Container?: MultiNodeContainerProperties;
157
200
  TargetNodes: string;
201
+ Container?: MultiNodeContainerProperties;
158
202
  EcsProperties?: MultiNodeEcsProperties;
159
- InstanceTypes?: string[];
160
203
  EksProperties?: EksProperties;
161
204
  ConsumableResourceProperties?: ConsumableResourceProperties;
205
+ InstanceTypes?: string[];
162
206
  }
163
207
  export interface MultiNodeContainerProperties {
164
- RepositoryCredentials?: RepositoryCredentials;
165
- User?: string;
166
- Secrets?: Secret[];
208
+ Command?: string[];
209
+ Environment?: Environment[];
210
+ Image: string;
211
+ JobRoleArn?: string;
167
212
  Memory?: number;
213
+ MountPoints?: MountPoint[];
168
214
  Privileged?: boolean;
169
- LinuxParameters?: LinuxParameters;
170
- JobRoleArn?: string;
171
215
  ReadonlyRootFilesystem?: boolean;
216
+ Ulimits?: Ulimit[];
217
+ User?: string;
172
218
  Vcpus?: number;
173
- Image: string;
219
+ Volumes?: Volume[];
220
+ InstanceType?: string;
174
221
  ResourceRequirements?: ResourceRequirement[];
222
+ LinuxParameters?: LinuxParameters;
175
223
  LogConfiguration?: LogConfiguration;
176
- MountPoints?: MountPoint[];
177
224
  ExecutionRoleArn?: string;
178
- RuntimePlatform?: RuntimePlatform;
179
- Volumes?: Volume[];
180
- Command?: string[];
181
- Environment?: Environment[];
182
- Ulimits?: Ulimit[];
183
- InstanceType?: string;
225
+ Secrets?: Secret[];
184
226
  EphemeralStorage?: EphemeralStorage;
227
+ RuntimePlatform?: RuntimePlatform;
228
+ RepositoryCredentials?: RepositoryCredentials;
229
+ EnableExecuteCommand?: boolean;
185
230
  }
186
- export interface RepositoryCredentials {
187
- CredentialsParameter: string;
231
+ export interface MultiNodeEcsProperties {
232
+ TaskProperties: MultiNodeEcsTaskProperties[];
188
233
  }
189
- export interface Secret {
190
- ValueFrom: string;
191
- Name: string;
234
+ export interface MultiNodeEcsTaskProperties {
235
+ Containers?: TaskContainerProperties[];
236
+ ExecutionRoleArn?: string;
237
+ Volumes?: Volume[];
238
+ PidMode?: string;
239
+ IpcMode?: string;
240
+ TaskRoleArn?: string;
241
+ EnableExecuteCommand?: boolean;
192
242
  }
193
- export interface LinuxParameters {
194
- Swappiness?: number;
195
- Tmpfs?: Tmpfs[];
196
- SharedMemorySize?: number;
197
- Devices?: Device[];
198
- InitProcessEnabled?: boolean;
199
- MaxSwap?: number;
243
+ export interface EksProperties {
244
+ PodProperties?: EksPodProperties;
200
245
  }
201
- export interface Tmpfs {
202
- Size: number;
203
- ContainerPath: string;
204
- MountOptions?: string[];
246
+ export interface EksPodProperties {
247
+ ServiceAccountName?: string;
248
+ HostNetwork?: boolean;
249
+ DnsPolicy?: string;
250
+ InitContainers?: EksContainer[];
251
+ Containers?: EksContainer[];
252
+ Volumes?: EksVolume[];
253
+ ImagePullSecrets?: ImagePullSecret[];
254
+ Metadata?: EksMetadata;
255
+ ShareProcessNamespace?: boolean;
205
256
  }
206
- export interface Device {
207
- HostPath?: string;
208
- Permissions?: string[];
209
- ContainerPath?: string;
257
+ export interface EksContainer {
258
+ Name?: string;
259
+ Image: string;
260
+ ImagePullPolicy?: string;
261
+ Command?: string[];
262
+ Args?: string[];
263
+ Env?: EksContainerEnvironmentVariable[];
264
+ Resources?: EksContainerResourceRequirements;
265
+ VolumeMounts?: EksContainerVolumeMount[];
266
+ SecurityContext?: EksContainerSecurityContext;
210
267
  }
211
- export interface ResourceRequirement {
212
- Type?: string;
268
+ export interface EksContainerEnvironmentVariable {
269
+ Name: string;
213
270
  Value?: string;
214
271
  }
215
- export interface LogConfiguration {
216
- SecretOptions?: Secret[];
217
- Options?: {
272
+ export interface EksContainerResourceRequirements {
273
+ Limits?: {
274
+ /**
275
+ * This interface was referenced by `undefined`'s JSON-Schema definition
276
+ * via the `patternProperty` ".*".
277
+ */
278
+ [k: string]: string;
279
+ };
280
+ Requests?: {
218
281
  /**
219
282
  * This interface was referenced by `undefined`'s JSON-Schema definition
220
283
  * via the `patternProperty` ".*".
221
284
  */
222
285
  [k: string]: string;
223
286
  };
224
- LogDriver: string;
225
- }
226
- export interface MountPoint {
227
- ReadOnly?: boolean;
228
- SourceVolume?: string;
229
- ContainerPath?: string;
230
- }
231
- export interface RuntimePlatform {
232
- OperatingSystemFamily?: string;
233
- CpuArchitecture?: string;
234
287
  }
235
- export interface Volume {
236
- Host?: Host;
237
- EfsVolumeConfiguration?: EFSVolumeConfiguration;
288
+ export interface EksContainerVolumeMount {
238
289
  Name?: string;
290
+ MountPath?: string;
291
+ SubPath?: string;
292
+ ReadOnly?: boolean;
239
293
  }
240
- export interface Host {
241
- SourcePath?: string;
242
- }
243
- export interface EFSVolumeConfiguration {
244
- TransitEncryption?: string;
245
- AuthorizationConfig?: EFSAuthorizationConfig;
246
- FileSystemId: string;
247
- RootDirectory?: string;
248
- TransitEncryptionPort?: number;
249
- }
250
- export interface EFSAuthorizationConfig {
251
- Iam?: string;
252
- AccessPointId?: string;
253
- }
254
- export interface Environment {
255
- Value?: string;
256
- Name?: string;
294
+ export interface EksContainerSecurityContext {
295
+ RunAsUser?: number;
296
+ RunAsGroup?: number;
297
+ Privileged?: boolean;
298
+ AllowPrivilegeEscalation?: boolean;
299
+ ReadOnlyRootFilesystem?: boolean;
300
+ RunAsNonRoot?: boolean;
257
301
  }
258
- export interface Ulimit {
259
- SoftLimit: number;
260
- HardLimit: number;
302
+ export interface EksVolume {
261
303
  Name: string;
304
+ HostPath?: EksHostPath;
305
+ EmptyDir?: EksEmptyDir;
306
+ Secret?: EksSecret;
307
+ PersistentVolumeClaim?: EksPersistentVolumeClaim;
262
308
  }
263
- export interface EphemeralStorage {
264
- SizeInGiB: number;
309
+ export interface EksHostPath {
310
+ Path?: string;
265
311
  }
266
- export interface MultiNodeEcsProperties {
267
- TaskProperties: MultiNodeEcsTaskProperties[];
312
+ export interface EksEmptyDir {
313
+ Medium?: string;
314
+ SizeLimit?: string;
268
315
  }
269
- export interface MultiNodeEcsTaskProperties {
270
- ExecutionRoleArn?: string;
271
- TaskRoleArn?: string;
272
- IpcMode?: string;
273
- Volumes?: Volume[];
274
- Containers?: TaskContainerProperties[];
275
- PidMode?: string;
316
+ export interface EksSecret {
317
+ SecretName: string;
318
+ Optional?: boolean;
276
319
  }
277
- export interface TaskContainerProperties {
278
- RepositoryCredentials?: RepositoryCredentials;
279
- User?: string;
280
- Secrets?: Secret[];
281
- Privileged?: boolean;
282
- LinuxParameters?: LinuxParameters;
283
- ReadonlyRootFilesystem?: boolean;
284
- Image: string;
285
- LogConfiguration?: LogConfiguration;
286
- Essential?: boolean;
287
- ResourceRequirements?: ResourceRequirement[];
288
- Name?: string;
289
- MountPoints?: MountPoint[];
290
- DependsOn?: TaskContainerDependency[];
291
- Command?: string[];
292
- Environment?: Environment[];
293
- Ulimits?: Ulimit[];
320
+ export interface EksPersistentVolumeClaim {
321
+ ClaimName: string;
322
+ ReadOnly?: boolean;
294
323
  }
295
- export interface TaskContainerDependency {
296
- Condition: string;
297
- ContainerName: string;
324
+ export interface ImagePullSecret {
325
+ Name?: string;
298
326
  }
299
- export interface ContainerProperties {
300
- RepositoryCredentials?: RepositoryCredentials;
301
- User?: string;
302
- Secrets?: Secret[];
303
- Memory?: number;
304
- Privileged?: boolean;
305
- LinuxParameters?: LinuxParameters;
306
- FargatePlatformConfiguration?: {
307
- PlatformVersion?: string;
327
+ export interface EksMetadata {
328
+ Labels?: {
329
+ /**
330
+ * This interface was referenced by `undefined`'s JSON-Schema definition
331
+ * via the `patternProperty` ".*".
332
+ */
333
+ [k: string]: string;
308
334
  };
309
- JobRoleArn?: string;
310
- ReadonlyRootFilesystem?: boolean;
311
- Vcpus?: number;
312
- Image: string;
313
- ResourceRequirements?: ResourceRequirement[];
314
- LogConfiguration?: LogConfiguration;
315
- MountPoints?: MountPoint[];
316
- ExecutionRoleArn?: string;
317
- RuntimePlatform?: RuntimePlatform;
318
- Volumes?: Volume[];
319
- Command?: string[];
320
- Environment?: Environment[];
321
- Ulimits?: Ulimit[];
322
- NetworkConfiguration?: NetworkConfiguration;
323
- EphemeralStorage?: EphemeralStorage;
324
- }
325
- export interface NetworkConfiguration {
326
- AssignPublicIp?: string;
335
+ Annotations?: {
336
+ /**
337
+ * This interface was referenced by `undefined`'s JSON-Schema definition
338
+ * via the `patternProperty` ".*".
339
+ */
340
+ [k: string]: string;
341
+ };
342
+ Namespace?: string;
327
343
  }
328
- export interface EcsProperties {
329
- TaskProperties: EcsTaskProperties[];
344
+ export interface ConsumableResourceProperties {
345
+ ConsumableResourceList: ConsumableResourceRequirement[];
330
346
  }
331
- export interface EcsTaskProperties {
332
- PlatformVersion?: string;
333
- ExecutionRoleArn?: string;
334
- RuntimePlatform?: RuntimePlatform;
335
- TaskRoleArn?: string;
336
- IpcMode?: string;
337
- Volumes?: Volume[];
338
- Containers?: TaskContainerProperties[];
339
- NetworkConfiguration?: NetworkConfiguration;
340
- PidMode?: string;
341
- EphemeralStorage?: EphemeralStorage;
347
+ export interface ConsumableResourceRequirement {
348
+ /**
349
+ * The ARN of the consumable resource the job definition should consume.
350
+ */
351
+ ConsumableResource: string;
352
+ Quantity: number;
342
353
  }
343
354
  export interface RetryStrategy {
344
- EvaluateOnExit?: EvaluateOnExit[];
345
355
  Attempts?: number;
356
+ EvaluateOnExit?: EvaluateOnExit[];
346
357
  }
347
358
  export interface EvaluateOnExit {
348
- Action: string;
349
359
  OnExitCode?: string;
350
- OnReason?: string;
351
360
  OnStatusReason?: string;
361
+ OnReason?: string;
362
+ Action: string;
363
+ }
364
+ export interface JobTimeout {
365
+ AttemptDurationSeconds?: number;
352
366
  }