@awboost/cfn-resource-types 0.1.213 → 0.1.215

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 (32) hide show
  1. package/lib/AWS-ApplicationAutoScaling-ScalingPolicy.d.ts +98 -12
  2. package/lib/AWS-CleanRooms-ConfiguredTable.d.ts +84 -0
  3. package/lib/AWS-CleanRooms-ConfiguredTableAssociation.d.ts +1 -1
  4. package/lib/AWS-CloudFront-Distribution.d.ts +16 -1
  5. package/lib/AWS-Connect-Rule.d.ts +43 -43
  6. package/lib/AWS-Connect-Rule.js +1 -1
  7. package/lib/AWS-Connect-TaskTemplate.d.ts +5 -0
  8. package/lib/AWS-ConnectCampaignsV2-Campaign.d.ts +20 -2
  9. package/lib/AWS-DynamoDB-Table.d.ts +2 -2
  10. package/lib/AWS-EC2-CustomerGateway.d.ts +1 -1
  11. package/lib/AWS-EC2-LaunchTemplate.d.ts +1 -0
  12. package/lib/AWS-ECS-TaskDefinition.d.ts +4 -0
  13. package/lib/AWS-EMRServerless-Application.d.ts +19 -0
  14. package/lib/AWS-IoT-Command.d.ts +160 -0
  15. package/lib/AWS-IoT-Command.js +13 -0
  16. package/lib/AWS-Logs-LogGroup.d.ts +1 -0
  17. package/lib/AWS-Logs-MetricFilter.d.ts +1 -0
  18. package/lib/AWS-Logs-QueryDefinition.d.ts +4 -0
  19. package/lib/AWS-Logs-SubscriptionFilter.d.ts +1 -0
  20. package/lib/AWS-Logs-Transformer.d.ts +375 -0
  21. package/lib/AWS-Logs-Transformer.js +13 -0
  22. package/lib/AWS-M2-Environment.d.ts +6 -0
  23. package/lib/AWS-NetworkManager-DirectConnectGatewayAttachment.d.ts +144 -0
  24. package/lib/AWS-NetworkManager-DirectConnectGatewayAttachment.js +12 -0
  25. package/lib/AWS-Organizations-Policy.d.ts +2 -2
  26. package/lib/AWS-RAM-ResourceShare.d.ts +40 -3
  27. package/lib/AWS-RAM-ResourceShare.js +1 -1
  28. package/lib/AWS-RDS-CustomDBEngineVersion.d.ts +38 -28
  29. package/lib/AWS-RDS-CustomDBEngineVersion.js +2 -1
  30. package/lib/AWS-RedshiftServerless-Workgroup.d.ts +36 -0
  31. package/lib/AWS-S3Express-DirectoryBucket.d.ts +5 -5
  32. package/package.json +1 -1
@@ -2,16 +2,16 @@ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/re
2
2
  import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
3
  /**
4
4
  * Resource type definition for `AWS::Connect::Rule`.
5
- * Resource Type definition for AWS:Connect::Rule
5
+ * Creates a rule for the specified CON instance.
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-rule.html}
7
7
  */
8
8
  export type ConnectRuleProperties = {
9
9
  /**
10
- * The list of actions that will be executed when a rule is triggered.
10
+ * A list of actions to be run when the rule is triggered.
11
11
  */
12
12
  Actions: Actions;
13
13
  /**
14
- * The conditions of a rule.
14
+ * The conditions of the rule.
15
15
  */
16
16
  Function: string;
17
17
  /**
@@ -25,16 +25,17 @@ export type ConnectRuleProperties = {
25
25
  */
26
26
  Name: string;
27
27
  /**
28
- * The publish status of a rule, either draft or published.
28
+ * The publish status of the rule.
29
+ *Allowed values*: ``DRAFT`` | ``PUBLISHED``
29
30
  */
30
31
  PublishStatus: "DRAFT" | "PUBLISHED";
31
32
  /**
32
- * One or more tags.
33
+ * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
33
34
  * @maxLength `50`
34
35
  */
35
36
  Tags?: Tag[];
36
37
  /**
37
- * The event source that triggers the rule.
38
+ * The event source to trigger the rule.
38
39
  */
39
40
  TriggerEventSource: RuleTriggerEventSource;
40
41
  };
@@ -44,19 +45,18 @@ export type ConnectRuleProperties = {
44
45
  */
45
46
  export type ConnectRuleAttributes = {
46
47
  /**
47
- * The Amazon Resource Name (ARN) of the rule.
48
48
  * @pattern `^arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/‍*rule/[-a-zA-Z0-9]*$`
49
49
  */
50
50
  RuleArn: string;
51
51
  };
52
52
  /**
53
53
  * Type definition for `AWS::Connect::Rule.Actions`.
54
- * The list of actions that will be executed when a rule is triggered.
54
+ * A list of actions to be run when the rule is triggered.
55
55
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-actions.html}
56
56
  */
57
57
  export type Actions = {
58
58
  /**
59
- * This action will assign contact category when a rule is triggered.
59
+ * Information about the contact category action. The syntax can be empty, for example, ``{}``.
60
60
  * @minLength `1`
61
61
  * @maxLength `1`
62
62
  */
@@ -74,13 +74,13 @@ export type Actions = {
74
74
  */
75
75
  EndAssociatedTasksActions?: EndAssociatedTasksAction[];
76
76
  /**
77
- * This action will send event bridge notification when a rule is triggered.
77
+ * Information about the EV action.
78
78
  * @minLength `1`
79
79
  * @maxLength `1`
80
80
  */
81
81
  EventBridgeActions?: EventBridgeAction[];
82
82
  /**
83
- * The action will send notification when a rule is triggered.
83
+ * Information about the send notification action.
84
84
  * @minLength `1`
85
85
  * @maxLength `1`
86
86
  */
@@ -92,7 +92,7 @@ export type Actions = {
92
92
  */
93
93
  SubmitAutoEvaluationActions?: SubmitAutoEvaluationAction[];
94
94
  /**
95
- * This action will generate a task when a rule is triggered.
95
+ * Information about the task action. This field is required if ``TriggerEventSource`` is one of the following values: ``OnZendeskTicketCreate`` | ``OnZendeskTicketStatusUpdate`` | ``OnSalesforceCaseCreate``
96
96
  * @minLength `1`
97
97
  * @maxLength `1`
98
98
  */
@@ -112,7 +112,6 @@ export type Actions = {
112
112
  export type AssignContactCategoryAction = Record<string, any>;
113
113
  /**
114
114
  * Type definition for `AWS::Connect::Rule.CreateCaseAction`.
115
- * The definition for create case action.
116
115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-createcaseaction.html}
117
116
  */
118
117
  export type CreateCaseAction = {
@@ -123,7 +122,6 @@ export type CreateCaseAction = {
123
122
  */
124
123
  Fields: Field[];
125
124
  /**
126
- * The Id of template.
127
125
  * @minLength `1`
128
126
  * @maxLength `500`
129
127
  */
@@ -137,36 +135,34 @@ export type CreateCaseAction = {
137
135
  export type EndAssociatedTasksAction = Record<string, any>;
138
136
  /**
139
137
  * Type definition for `AWS::Connect::Rule.EventBridgeAction`.
140
- * The definition for event bridge action.
138
+ * The EV action definition.
141
139
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-eventbridgeaction.html}
142
140
  */
143
141
  export type EventBridgeAction = {
144
142
  /**
145
- * The name of the event bridge action.
143
+ * The name.
146
144
  * @pattern `^[a-zA-Z0-9._-]{1,100}$`
147
145
  */
148
146
  Name: string;
149
147
  };
150
148
  /**
151
149
  * Type definition for `AWS::Connect::Rule.Field`.
152
- * The field of the case.
153
150
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-field.html}
154
151
  */
155
152
  export type Field = {
156
153
  /**
157
- * The Id of the field
158
154
  * @minLength `1`
159
155
  * @maxLength `500`
160
156
  */
161
157
  Id: string;
162
158
  /**
163
- * The value of the field.
159
+ * Object for case field values.
164
160
  */
165
161
  Value: FieldValue;
166
162
  };
167
163
  /**
168
164
  * Type definition for `AWS::Connect::Rule.FieldValue`.
169
- * The value of the field.
165
+ * Object for case field values.
170
166
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-fieldvalue.html}
171
167
  */
172
168
  export type FieldValue = {
@@ -182,70 +178,77 @@ export type FieldValue = {
182
178
  */
183
179
  export type NotificationRecipientType = {
184
180
  /**
185
- * The list of recipients by user arns.
181
+ * The Amazon Resource Name (ARN) of the user account.
186
182
  * @minLength `1`
187
183
  * @maxLength `5`
188
184
  */
189
185
  UserArns?: string[];
190
186
  /**
191
- * The collection of recipients who are identified by user tags
187
+ * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }. CON users with the specified tags will be notified.
192
188
  */
193
189
  UserTags?: Record<string, string>;
194
190
  };
195
191
  /**
196
192
  * Type definition for `AWS::Connect::Rule.Reference`.
197
- * A contact reference.
193
+ * Information about the reference when the ``referenceType`` is ``URL``. Otherwise, null. (Supports variable injection in the ``Value`` field.)
198
194
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-reference.html}
199
195
  */
200
196
  export type Reference = {
197
+ /**
198
+ * The type of the reference. ``DATE`` must be of type Epoch timestamp.
199
+ *Allowed values*: ``URL`` | ``ATTACHMENT`` | ``NUMBER`` | ``STRING`` | ``DATE`` | ``EMAIL``
200
+ */
201
201
  Type: "URL" | "ATTACHMENT" | "NUMBER" | "STRING" | "DATE" | "EMAIL";
202
202
  /**
203
+ * A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
203
204
  * @pattern `^(/|https:)`
204
205
  */
205
206
  Value: string;
206
207
  };
207
208
  /**
208
209
  * Type definition for `AWS::Connect::Rule.RuleTriggerEventSource`.
209
- * The event source that will trigger the rule.
210
+ * The name of the event source.
210
211
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-ruletriggereventsource.html}
211
212
  */
212
213
  export type RuleTriggerEventSource = {
213
214
  /**
214
- * The name of event source.
215
+ * The name of the event source.
215
216
  */
216
217
  EventSourceName: "OnContactEvaluationSubmit" | "OnPostCallAnalysisAvailable" | "OnRealTimeCallAnalysisAvailable" | "OnRealTimeChatAnalysisAvailable" | "OnPostChatAnalysisAvailable" | "OnZendeskTicketCreate" | "OnZendeskTicketStatusUpdate" | "OnSalesforceCaseCreate" | "OnMetricDataUpdate" | "OnCaseCreate" | "OnCaseUpdate";
217
218
  /**
218
- * The Amazon Resource Name (ARN) for the AppIntegration association.
219
+ * The Amazon Resource Name (ARN) of the integration association. ``IntegrationAssociationArn`` is required if ``TriggerEventSource`` is one of the following values: ``OnZendeskTicketCreate`` | ``OnZendeskTicketStatusUpdate`` | ``OnSalesforceCaseCreate``
219
220
  * @pattern `^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/‍*integration-association/[-a-zA-Z0-9]*$`
220
221
  */
221
222
  IntegrationAssociationArn?: string;
222
223
  };
223
224
  /**
224
225
  * Type definition for `AWS::Connect::Rule.SendNotificationAction`.
225
- * The definition for sending notification action.
226
+ * Information about the send notification action.
226
227
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-sendnotificationaction.html}
227
228
  */
228
229
  export type SendNotificationAction = {
229
230
  /**
230
- * The content of notification.
231
+ * Notification content. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
231
232
  * @minLength `1`
232
233
  * @maxLength `1024`
233
234
  */
234
235
  Content: string;
235
236
  /**
236
- * The type of content.
237
+ * Content type format.
238
+ *Allowed value*: ``PLAIN_TEXT``
237
239
  */
238
240
  ContentType: "PLAIN_TEXT";
239
241
  /**
240
- * The means of delivery.
242
+ * Notification delivery method.
243
+ *Allowed value*: ``EMAIL``
241
244
  */
242
245
  DeliveryMethod: "EMAIL";
243
246
  /**
244
- * The type of notification recipient.
247
+ * Notification recipient.
245
248
  */
246
249
  Recipient: NotificationRecipientType;
247
250
  /**
248
- * The subject of notification.
251
+ * The subject of the email if the delivery method is ``EMAIL``. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
249
252
  * @minLength `1`
250
253
  * @maxLength `200`
251
254
  */
@@ -253,12 +256,10 @@ export type SendNotificationAction = {
253
256
  };
254
257
  /**
255
258
  * Type definition for `AWS::Connect::Rule.SubmitAutoEvaluationAction`.
256
- * The definition of submit auto evaluation action.
257
259
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-submitautoevaluationaction.html}
258
260
  */
259
261
  export type SubmitAutoEvaluationAction = {
260
262
  /**
261
- * The Amazon Resource Name (ARN) of the evaluation form.
262
263
  * @pattern `^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/‍*evaluation-form/[-a-zA-Z0-9]*$`
263
264
  */
264
265
  EvaluationFormArn: string;
@@ -270,49 +271,48 @@ export type SubmitAutoEvaluationAction = {
270
271
  */
271
272
  export type Tag = {
272
273
  /**
273
- * 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 -.
274
+ * 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 -
274
275
  * @minLength `1`
275
276
  * @maxLength `128`
276
277
  * @pattern `^(?!aws:)[a-zA-Z+-=._:/]+$`
277
278
  */
278
279
  Key: string;
279
280
  /**
280
- * The value for the tag. You can specify a value that's 1 to 256 characters in length.
281
+ * 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 -
281
282
  * @maxLength `256`
282
283
  */
283
284
  Value: string;
284
285
  };
285
286
  /**
286
287
  * Type definition for `AWS::Connect::Rule.TaskAction`.
287
- * The definition of task action.
288
+ * Information about the task action. This field is required if ``TriggerEventSource`` is one of the following values: ``OnZendeskTicketCreate`` | ``OnZendeskTicketStatusUpdate`` | ``OnSalesforceCaseCreate``
288
289
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-taskaction.html}
289
290
  */
290
291
  export type TaskAction = {
291
292
  /**
292
- * The Amazon Resource Name (ARN) of the contact flow.
293
+ * The Amazon Resource Name (ARN) of the flow.
293
294
  * @pattern `^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/‍*contact-flow/[-a-zA-Z0-9]*$`
294
295
  */
295
296
  ContactFlowArn: string;
296
297
  /**
297
- * The description which appears in the agent's Contact Control Panel (CCP).
298
+ * The description. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
298
299
  * @minLength `0`
299
300
  * @maxLength `4096`
300
301
  */
301
302
  Description?: string;
302
303
  /**
303
- * The name which appears in the agent's Contact Control Panel (CCP).
304
+ * The name. Supports variable injection. For more information, see [JSONPath reference](https://docs.aws.amazon.com/connect/latest/adminguide/contact-lens-variable-injection.html) in the *Administrators Guide*.
304
305
  * @minLength `1`
305
306
  * @maxLength `512`
306
307
  */
307
308
  Name: string;
308
309
  /**
309
- * A formatted URL that is shown to an agent in the Contact Control Panel (CCP).
310
+ * Information about the reference when the ``referenceType`` is ``URL``. Otherwise, null. ``URL`` is the only accepted type. (Supports variable injection in the ``Value`` field.)
310
311
  */
311
312
  References?: Record<string, Reference>;
312
313
  };
313
314
  /**
314
315
  * Type definition for `AWS::Connect::Rule.UpdateCaseAction`.
315
- * The definition for update case action.
316
316
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-rule-updatecaseaction.html}
317
317
  */
318
318
  export type UpdateCaseAction = {
@@ -325,7 +325,7 @@ export type UpdateCaseAction = {
325
325
  };
326
326
  /**
327
327
  * Resource type definition for `AWS::Connect::Rule`.
328
- * Resource Type definition for AWS:Connect::Rule
328
+ * Creates a rule for the specified CON instance.
329
329
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-rule.html}
330
330
  */
331
331
  export declare class ConnectRule extends $Resource<"AWS::Connect::Rule", ConnectRuleProperties, ConnectRuleAttributes> {
@@ -1,7 +1,7 @@
1
1
  import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
2
  /**
3
3
  * Resource type definition for `AWS::Connect::Rule`.
4
- * Resource Type definition for AWS:Connect::Rule
4
+ * Creates a rule for the specified CON instance.
5
5
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-rule.html}
6
6
  */
7
7
  export class ConnectRule extends $Resource {
@@ -61,6 +61,11 @@ export type ConnectTaskTemplateProperties = {
61
61
  * @maxLength `100`
62
62
  */
63
63
  Name?: string;
64
+ /**
65
+ * The identifier of the contact flow.
66
+ * @pattern `^$|arn:aws[-a-z0-9]*:connect:[-a-z0-9]*:[0-9]{12}:instance/[-a-zA-Z0-9]/‍*contact-flow/[-a-zA-Z0-9]*$`
67
+ */
68
+ SelfAssignContactFlowArn?: string;
64
69
  /**
65
70
  * The status of the task template
66
71
  */
@@ -42,7 +42,7 @@ export type ConnectCampaignsV2CampaignProperties = {
42
42
  */
43
43
  Schedule?: Schedule;
44
44
  /**
45
- * The possible types of channel config parameters
45
+ * The possible source of the campaign
46
46
  */
47
47
  Source?: Source;
48
48
  /**
@@ -254,6 +254,20 @@ export type EmailOutboundMode = {
254
254
  */
255
255
  AgentlessConfig?: AgentlessConfig;
256
256
  };
257
+ /**
258
+ * Type definition for `AWS::ConnectCampaignsV2::Campaign.EventTrigger`.
259
+ * The event trigger of the campaign
260
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-eventtrigger.html}
261
+ */
262
+ export type EventTrigger = {
263
+ /**
264
+ * Arn
265
+ * @minLength `20`
266
+ * @maxLength `500`
267
+ * @pattern `^arn:.*$`
268
+ */
269
+ CustomerProfilesDomainArn?: string;
270
+ };
257
271
  /**
258
272
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.LocalTimeZoneConfig`.
259
273
  * Local time zone config
@@ -424,7 +438,7 @@ export type SmsOutboundMode = {
424
438
  };
425
439
  /**
426
440
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.Source`.
427
- * The possible types of channel config parameters
441
+ * The possible source of the campaign
428
442
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connectcampaignsv2-campaign-source.html}
429
443
  */
430
444
  export type Source = {
@@ -435,6 +449,10 @@ export type Source = {
435
449
  * @pattern `^arn:.*$`
436
450
  */
437
451
  CustomerProfilesSegmentArn?: string;
452
+ /**
453
+ * The event trigger of the campaign
454
+ */
455
+ EventTrigger?: EventTrigger;
438
456
  };
439
457
  /**
440
458
  * Type definition for `AWS::ConnectCampaignsV2::Campaign.Tag`.
@@ -42,8 +42,8 @@ export type DynamoDBTableProperties = {
42
42
  */
43
43
  GlobalSecondaryIndexes?: GlobalSecondaryIndex[];
44
44
  /**
45
- * Specifies the properties of data being imported from the S3 bucket source to the table.
46
- If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification``, the ``TableClass`` property, or the ``DeletionProtectionEnabled`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
45
+ * Specifies the properties of data being imported from the S3 bucket source to the" table.
46
+ If you specify the ``ImportSourceSpecification`` property, and also specify either the ``StreamSpecification``, the ``TableClass`` property, the ``DeletionProtectionEnabled`` property, or the ``WarmThroughput`` property, the IAM entity creating/updating stack must have ``UpdateTable`` permission.
47
47
  */
48
48
  ImportSourceSpecification?: ImportSourceSpecification;
49
49
  /**
@@ -21,7 +21,7 @@ export type EC2CustomerGatewayProperties = {
21
21
  BgpAsnExtended?: number;
22
22
  /**
23
23
  * The Amazon Resource Name (ARN) for the customer gateway certificate.
24
- * @pattern `^arn:(aws[a-zA-Z-]*)?:acm:[a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\d{1}:\d{12}:certificate\/[a-zA-Z0-9-_]+$`
24
+ * @pattern `^arn:(aws[a-zA-Z-]*)?:acm:[a-z]{2}((-gov)|(-iso([a-z]{1})?))?-[a-z]+-\d{1}:\d{12}:certificate\/[a-zA-Z0-9-_]+$`
25
25
  */
26
26
  CertificateArn?: string;
27
27
  /**
@@ -722,6 +722,7 @@ export type LaunchTemplateData = {
722
722
  * The network interfaces for the instance.
723
723
  */
724
724
  NetworkInterfaces?: NetworkInterface[];
725
+ NetworkPerformanceOptions?: unknown;
725
726
  /**
726
727
  * The placement for the instance.
727
728
  */
@@ -29,6 +29,7 @@ export type ECSTaskDefinitionProperties = {
29
29
  This option requires Linux platform ``1.4.0`` or later.
30
30
  */
31
31
  Cpu?: string;
32
+ EnableFaultInjection?: boolean;
32
33
  /**
33
34
  * The ephemeral storage settings to use for tasks run with the task definition.
34
35
  */
@@ -404,6 +405,9 @@ export type ContainerDefinition = {
404
405
  This parameter is not supported for Windows containers.
405
406
  */
406
407
  User?: string;
408
+ /**
409
+ * Specifies whether Amazon ECS will resolve the container image tag provided in the container definition to an image digest. By default, the value is ``enabled``. If you set the value for a container as ``disabled``, Amazon ECS will not resolve the provided container image tag to a digest and will use the original image URI specified in the container definition for deployment. For more information about container image resolution, see [Container image resolution](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-ecs.html#deployment-container-image-stability) in the *Amazon ECS Developer Guide*.
410
+ */
407
411
  VersionConsistency?: "enabled" | "disabled";
408
412
  /**
409
413
  * Data volumes to mount from another container. This parameter maps to ``VolumesFrom`` in the docker container create command and the ``--volumes-from`` option to docker run.
@@ -56,6 +56,10 @@ export type EMRServerlessApplicationProperties = {
56
56
  * Runtime configuration for batch and interactive JobRun.
57
57
  */
58
58
  RuntimeConfiguration?: ConfigurationObject[];
59
+ /**
60
+ * The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
61
+ */
62
+ SchedulerConfiguration?: SchedulerConfiguration;
59
63
  /**
60
64
  * Tag map with key and value
61
65
  */
@@ -342,6 +346,21 @@ export type S3MonitoringConfiguration = {
342
346
  */
343
347
  LogUri?: string;
344
348
  };
349
+ /**
350
+ * Type definition for `AWS::EMRServerless::Application.SchedulerConfiguration`.
351
+ * The scheduler configuration for batch and streaming jobs running on this application. Supported with release labels emr-7.0.0 and above.
352
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emrserverless-application-schedulerconfiguration.html}
353
+ */
354
+ export type SchedulerConfiguration = {
355
+ /**
356
+ * The maximum concurrent job runs on this application. If scheduler configuration is enabled on your application, the default value is 15. The valid range is 1 to 1000.
357
+ */
358
+ MaxConcurrentRuns?: number;
359
+ /**
360
+ * The maximum duration in minutes for the job in QUEUED state. If scheduler configuration is enabled on your application, the default value is 360 minutes (6 hours). The valid range is from 15 to 720.
361
+ */
362
+ QueueTimeoutMinutes?: number;
363
+ };
345
364
  /**
346
365
  * Type definition for `AWS::EMRServerless::Application.Tag`.
347
366
  * A key-value pair to associate with a resource.
@@ -0,0 +1,160 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-builder/template";
3
+ /**
4
+ * Resource type definition for `AWS::IoT::Command`.
5
+ * Represents the resource definition of AWS IoT Command.
6
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html}
7
+ */
8
+ export type IoTCommandProperties = {
9
+ /**
10
+ * The unique identifier for the command.
11
+ * @minLength `1`
12
+ * @maxLength `64`
13
+ * @pattern `^[a-zA-Z0-9_-]+$`
14
+ */
15
+ CommandId: string;
16
+ /**
17
+ * The date and time when the command was created.
18
+ */
19
+ CreatedAt?: string;
20
+ /**
21
+ * A flag indicating whether the command is deprecated.
22
+ */
23
+ Deprecated?: boolean;
24
+ /**
25
+ * The description of the command.
26
+ * @maxLength `2028`
27
+ */
28
+ Description?: string;
29
+ /**
30
+ * The display name for the command.
31
+ */
32
+ DisplayName?: string;
33
+ /**
34
+ * The date and time when the command was last updated.
35
+ */
36
+ LastUpdatedAt?: string;
37
+ /**
38
+ * The list of mandatory parameters for the command.
39
+ * @minLength `1`
40
+ */
41
+ MandatoryParameters?: CommandParameter[];
42
+ /**
43
+ * The namespace to which the command belongs.
44
+ */
45
+ Namespace?: "AWS-IoT" | "AWS-IoT-FleetWise";
46
+ /**
47
+ * The payload associated with the command.
48
+ */
49
+ Payload?: CommandPayload;
50
+ /**
51
+ * A flag indicating whether the command is pending deletion.
52
+ */
53
+ PendingDeletion?: boolean;
54
+ /**
55
+ * The customer role associated with the command.
56
+ * @minLength `20`
57
+ * @maxLength `2028`
58
+ */
59
+ RoleArn?: string;
60
+ /**
61
+ * The tags to be associated with the command.
62
+ */
63
+ Tags?: Tag[];
64
+ };
65
+ /**
66
+ * Attribute type definition for `AWS::IoT::Command`.
67
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html#aws-resource-iot-command-return-values}
68
+ */
69
+ export type IoTCommandAttributes = {
70
+ /**
71
+ * The Amazon Resource Name (ARN) of the command.
72
+ */
73
+ CommandArn: string;
74
+ };
75
+ /**
76
+ * Type definition for `AWS::IoT::Command.CommandParameter`.
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparameter.html}
78
+ */
79
+ export type CommandParameter = {
80
+ DefaultValue?: CommandParameterValue;
81
+ /**
82
+ * @maxLength `2028`
83
+ */
84
+ Description?: string;
85
+ /**
86
+ * @minLength `1`
87
+ * @maxLength `192`
88
+ * @pattern `^[.$a-zA-Z0-9_-]+$`
89
+ */
90
+ Name: string;
91
+ Value?: CommandParameterValue;
92
+ };
93
+ /**
94
+ * Type definition for `AWS::IoT::Command.CommandParameterValue`.
95
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandparametervalue.html}
96
+ */
97
+ export type CommandParameterValue = {
98
+ B?: boolean;
99
+ /**
100
+ * @minLength `1`
101
+ */
102
+ BIN?: string;
103
+ D?: number;
104
+ I?: number;
105
+ /**
106
+ * @maxLength `19`
107
+ * @pattern `^-?\d+$`
108
+ */
109
+ L?: string;
110
+ /**
111
+ * @minLength `1`
112
+ */
113
+ S?: string;
114
+ /**
115
+ * @minLength `1`
116
+ * @maxLength `20`
117
+ * @pattern `^[0-9]*$`
118
+ */
119
+ UL?: string;
120
+ };
121
+ /**
122
+ * Type definition for `AWS::IoT::Command.CommandPayload`.
123
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-commandpayload.html}
124
+ */
125
+ export type CommandPayload = {
126
+ Content?: string;
127
+ /**
128
+ * @minLength `1`
129
+ */
130
+ ContentType?: string;
131
+ };
132
+ /**
133
+ * Type definition for `AWS::IoT::Command.Tag`.
134
+ * A key-value pair to associate with a resource.
135
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-command-tag.html}
136
+ */
137
+ export type Tag = {
138
+ /**
139
+ * The tag's key.
140
+ * @minLength `1`
141
+ * @maxLength `128`
142
+ */
143
+ Key: string;
144
+ /**
145
+ * The tag's value.
146
+ * @minLength `1`
147
+ * @maxLength `256`
148
+ */
149
+ Value: string;
150
+ };
151
+ /**
152
+ * Resource type definition for `AWS::IoT::Command`.
153
+ * Represents the resource definition of AWS IoT Command.
154
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html}
155
+ */
156
+ export declare class IoTCommand extends $Resource<"AWS::IoT::Command", IoTCommandProperties, IoTCommandAttributes> {
157
+ static readonly Type = "AWS::IoT::Command";
158
+ constructor(logicalId: string, properties: IoTCommandProperties, options?: $ResourceOptions);
159
+ }
160
+ //# sourceMappingURL=AWS-IoT-Command.d.ts.map
@@ -0,0 +1,13 @@
1
+ import { Resource as $Resource } from "@awboost/cfn-template-builder/template/resource";
2
+ /**
3
+ * Resource type definition for `AWS::IoT::Command`.
4
+ * Represents the resource definition of AWS IoT Command.
5
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-command.html}
6
+ */
7
+ export class IoTCommand extends $Resource {
8
+ static Type = "AWS::IoT::Command";
9
+ constructor(logicalId, properties, options) {
10
+ super(logicalId, IoTCommand.Type, properties, options);
11
+ }
12
+ }
13
+ //# sourceMappingURL=AWS-IoT-Command.js.map
@@ -14,6 +14,7 @@ export type LogsLogGroupProperties = {
14
14
  For more information, including a list of types of data that can be audited and masked, see [Protect sensitive log data with masking](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/mask-sensitive-log-data.html).
15
15
  */
16
16
  DataProtectionPolicy?: Record<string, any>;
17
+ FieldIndexPolicies?: Record<string, any>[];
17
18
  /**
18
19
  * The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data.
19
20
  To associate an KMS key with the log group, specify the ARN of that KMS key here. If you do so, ingested data is encrypted using this key. This association is stored as long as the data encrypted with the KMS key is still within CWL. This enables CWL to decrypt this data whenever it is requested.
@@ -6,6 +6,7 @@ import type { ResourceOptions as $ResourceOptions } from "@awboost/cfn-template-
6
6
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-metricfilter.html}
7
7
  */
8
8
  export type LogsMetricFilterProperties = {
9
+ ApplyOnTransformedLogs?: boolean;
9
10
  /**
10
11
  * The name of the metric filter.
11
12
  * @minLength `1`