@propulsionworks/cloudformation 0.1.17 → 0.1.19

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 (72) hide show
  1. package/out/exports/resources.generated/aws-aiops-investigationgroup.d.ts +25 -28
  2. package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +4 -4
  3. package/out/exports/resources.generated/aws-amazonmq-configurationassociation.d.ts +1 -0
  4. package/out/exports/resources.generated/aws-appconfig-environment.d.ts +0 -1
  5. package/out/exports/resources.generated/aws-applicationinsights-application.d.ts +3 -3
  6. package/out/exports/resources.generated/aws-appstream-fleet.d.ts +16 -0
  7. package/out/exports/resources.generated/aws-appstream-imagebuilder.d.ts +16 -0
  8. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +16 -16
  9. package/out/exports/resources.generated/aws-bedrock-guardrail.d.ts +75 -10
  10. package/out/exports/resources.generated/aws-billing-billingview.d.ts +94 -0
  11. package/out/exports/resources.generated/aws-cassandra-table.d.ts +5 -0
  12. package/out/exports/resources.generated/aws-certificatemanager-certificate.d.ts +4 -1
  13. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +2 -0
  14. package/out/exports/resources.generated/aws-cloudformation-stackset.d.ts +19 -8
  15. package/out/exports/resources.generated/aws-cloudfront-cachepolicy.d.ts +2 -0
  16. package/out/exports/resources.generated/aws-cloudfront-distribution.d.ts +5 -1
  17. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +0 -1
  18. package/out/exports/resources.generated/aws-connect-instance.d.ts +25 -0
  19. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +8 -8
  20. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +3 -2
  21. package/out/exports/resources.generated/aws-datasync-locationnfs.d.ts +1 -1
  22. package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +1 -1
  23. package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +2 -5
  24. package/out/exports/resources.generated/aws-datazone-connection.d.ts +1 -1
  25. package/out/exports/resources.generated/aws-dax-cluster.d.ts +4 -0
  26. package/out/exports/resources.generated/aws-docdb-dbcluster.d.ts +9 -0
  27. package/out/exports/resources.generated/aws-ec2-capacityreservation.d.ts +2 -2
  28. package/out/exports/resources.generated/aws-ec2-instance.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-ec2-instanceconnectendpoint.d.ts +2 -0
  30. package/out/exports/resources.generated/aws-ec2-trafficmirrorsession.d.ts +6 -0
  31. package/out/exports/resources.generated/aws-ecs-service.d.ts +208 -7
  32. package/out/exports/resources.generated/aws-events-eventbus.d.ts +16 -0
  33. package/out/exports/resources.generated/aws-gamelift-containerfleet.d.ts +1 -1
  34. package/out/exports/resources.generated/aws-guardduty-ipset.d.ts +7 -0
  35. package/out/exports/resources.generated/aws-guardduty-threatintelset.d.ts +7 -0
  36. package/out/exports/resources.generated/aws-iotsitewise-gateway.d.ts +9 -3
  37. package/out/exports/resources.generated/aws-kinesisfirehose-deliverystream.d.ts +80 -0
  38. package/out/exports/resources.generated/aws-lightsail-domain.d.ts +78 -0
  39. package/out/exports/resources.generated/aws-logs-accountpolicy.d.ts +1 -1
  40. package/out/exports/resources.generated/aws-logs-deliverydestination.d.ts +3 -3
  41. package/out/exports/resources.generated/aws-logs-transformer.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-medialive-channel.d.ts +44 -1
  43. package/out/exports/resources.generated/aws-mediapackagev2-channel.d.ts +1 -1
  44. package/out/exports/resources.generated/aws-mediapackagev2-originendpoint.d.ts +232 -18
  45. package/out/exports/resources.generated/aws-omics-rungroup.d.ts +2 -2
  46. package/out/exports/resources.generated/aws-omics-workflow.d.ts +11 -13
  47. package/out/exports/resources.generated/aws-omics-workflowversion.d.ts +2 -2
  48. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +1 -1
  49. package/out/exports/resources.generated/aws-quicksight-datasource.d.ts +15 -2
  50. package/out/exports/resources.generated/aws-quicksight-topic.d.ts +5 -1
  51. package/out/exports/resources.generated/aws-rds-dbcluster.d.ts +8 -0
  52. package/out/exports/resources.generated/aws-rds-dbinstance.d.ts +58 -0
  53. package/out/exports/resources.generated/aws-s3-bucket.d.ts +113 -4
  54. package/out/exports/resources.generated/aws-s3express-directorybucket.d.ts +6 -1
  55. package/out/exports/resources.generated/aws-s3tables-tablepolicy.d.ts +51 -0
  56. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +30 -2
  57. package/out/exports/resources.generated/aws-sagemaker-modelcard.d.ts +1 -1
  58. package/out/exports/resources.generated/aws-sagemaker-project.d.ts +114 -0
  59. package/out/exports/resources.generated/aws-sagemaker-space.d.ts +39 -0
  60. package/out/exports/resources.generated/aws-sagemaker-userprofile.d.ts +22 -0
  61. package/out/exports/resources.generated/aws-ses-configurationset.d.ts +6 -1
  62. package/out/exports/resources.generated/aws-ses-dedicatedippool.d.ts +6 -1
  63. package/out/exports/resources.generated/aws-ses-emailidentity.d.ts +6 -1
  64. package/out/exports/resources.generated/aws-ssm-association.d.ts +4 -2
  65. package/out/exports/resources.generated/aws-ssm-maintenancewindowtask.d.ts +6 -6
  66. package/out/exports/resources.generated/aws-ssm-parameter.d.ts +5 -7
  67. package/out/exports/resources.generated/aws-ssm-patchbaseline.d.ts +17 -2
  68. package/out/exports/resources.generated/aws-transfer-connector.d.ts +7 -0
  69. package/out/exports/resources.generated/aws-transfer-server.d.ts +22 -2
  70. package/out/exports/resources.generated/aws-wisdom-messagetemplate.d.ts +21 -0
  71. package/out/exports/resources.generated/aws-wisdom-quickresponse.d.ts +149 -0
  72. package/package.json +1 -1
@@ -54,7 +54,9 @@ export type BedrockGuardrailProps = {
54
54
  */
55
55
  ContextualGroundingPolicyConfig?: ContextualGroundingPolicyConfig | undefined;
56
56
  /**
57
- * The system-defined guardrail profile that youre using with your guardrail
57
+ * The system-defined guardrail profile that you're using with your guardrail. Guardrail profiles define the destination AWS Regions where guardrail inference requests can be automatically routed. Using guardrail profiles helps maintain guardrail performance and reliability when demand increases.
58
+ *
59
+ * For more information, see the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region.html) .
58
60
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-guardrail.html#cfn-bedrock-guardrail-crossregionconfig}
59
61
  */
60
62
  CrossRegionConfig?: GuardrailCrossRegionConfig | undefined;
@@ -173,15 +175,20 @@ export type ContentFilterAction = "BLOCK" | "NONE";
173
175
  */
174
176
  export type ContentFilterConfig = {
175
177
  /**
178
+ * Specifies the action to take when harmful content is detected. Supported values include:
179
+ *
180
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
181
+ * - `NONE` – Take no action but return detection information in the trace response.
176
182
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-inputaction}
177
183
  */
178
184
  InputAction?: ContentFilterAction | undefined;
179
185
  /**
186
+ * Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
180
187
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-inputenabled}
181
188
  */
182
189
  InputEnabled?: boolean | undefined;
183
190
  /**
184
- * List of modalities
191
+ * The input modalities selected for the guardrail content filter configuration.
185
192
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-inputmodalities}
186
193
  */
187
194
  InputModalities?: Modality[] | undefined;
@@ -191,15 +198,20 @@ export type ContentFilterConfig = {
191
198
  */
192
199
  InputStrength: FilterStrength;
193
200
  /**
201
+ * Specifies the action to take when harmful content is detected in the output. Supported values include:
202
+ *
203
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
204
+ * - `NONE` – Take no action but return detection information in the trace response.
194
205
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-outputaction}
195
206
  */
196
207
  OutputAction?: ContentFilterAction | undefined;
197
208
  /**
209
+ * Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
198
210
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-outputenabled}
199
211
  */
200
212
  OutputEnabled?: boolean | undefined;
201
213
  /**
202
- * List of modalities
214
+ * The output modalities selected for the guardrail content filter configuration.
203
215
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentfilterconfig.html#cfn-bedrock-guardrail-contentfilterconfig-outputmodalities}
204
216
  */
205
217
  OutputModalities?: Modality[] | undefined;
@@ -230,7 +242,7 @@ export type ContentFiltersTierName = "CLASSIC" | "STANDARD";
230
242
  */
231
243
  export type ContentPolicyConfig = {
232
244
  /**
233
- * Guardrail tier config for content policy
245
+ * The tier that your guardrail uses for content filters. Consider using a tier that balances performance, accuracy, and compatibility with your existing generative AI workflows.
234
246
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contentpolicyconfig.html#cfn-bedrock-guardrail-contentpolicyconfig-contentfilterstierconfig}
235
247
  */
236
248
  ContentFiltersTierConfig?: {
@@ -252,10 +264,15 @@ export type ContextualGroundingAction = "BLOCK" | "NONE";
252
264
  */
253
265
  export type ContextualGroundingFilterConfig = {
254
266
  /**
267
+ * Specifies the action to take when content fails the contextual grounding evaluation. Supported values include:
268
+ *
269
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
270
+ * - `NONE` – Take no action but return detection information in the trace response.
255
271
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contextualgroundingfilterconfig.html#cfn-bedrock-guardrail-contextualgroundingfilterconfig-action}
256
272
  */
257
273
  Action?: ContextualGroundingAction | undefined;
258
274
  /**
275
+ * Specifies whether to enable contextual grounding evaluation. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
259
276
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-contextualgroundingfilterconfig.html#cfn-bedrock-guardrail-contextualgroundingfilterconfig-enabled}
260
277
  */
261
278
  Enabled?: boolean | undefined;
@@ -300,7 +317,7 @@ export type FilterStrength = "NONE" | "LOW" | "MEDIUM" | "HIGH";
300
317
  */
301
318
  export type GuardrailCrossRegionConfig = {
302
319
  /**
303
- * The Amazon Resource Name (ARN) of the guardrail profile
320
+ * The Amazon Resource Name (ARN) of the guardrail profile that your guardrail is using. Guardrail profile availability depends on your current AWS Region . For more information, see the [Amazon Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/guardrails-cross-region-support.html) .
304
321
  * @minLength 15
305
322
  * @maxLength 2048
306
323
  * @pattern ^arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:guardrail-profile/[a-z0-9-]+[.]{1}guardrail[.]{1}v[0-9:]+$
@@ -319,18 +336,28 @@ export type GuardrailStatus = "CREATING" | "UPDATING" | "VERSIONING" | "READY" |
319
336
  */
320
337
  export type ManagedWordsConfig = {
321
338
  /**
339
+ * Specifies the action to take when harmful content is detected in the input. Supported values include:
340
+ *
341
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
342
+ * - `NONE` – Take no action but return detection information in the trace response.
322
343
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-inputaction}
323
344
  */
324
345
  InputAction?: WordAction | undefined;
325
346
  /**
347
+ * Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
326
348
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-inputenabled}
327
349
  */
328
350
  InputEnabled?: boolean | undefined;
329
351
  /**
352
+ * Specifies the action to take when harmful content is detected in the output. Supported values include:
353
+ *
354
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
355
+ * - `NONE` – Take no action but return detection information in the trace response.
330
356
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-outputaction}
331
357
  */
332
358
  OutputAction?: WordAction | undefined;
333
359
  /**
360
+ * Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
334
361
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-managedwordsconfig.html#cfn-bedrock-guardrail-managedwordsconfig-outputenabled}
335
362
  */
336
363
  OutputEnabled?: boolean | undefined;
@@ -361,20 +388,30 @@ export type PiiEntityConfig = {
361
388
  */
362
389
  Action: SensitiveInformationAction;
363
390
  /**
364
- * Options for sensitive information action.
391
+ * Specifies the action to take when harmful content is detected in the input. Supported values include:
392
+ *
393
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
394
+ * - `ANONYMIZE` – Mask the content and replace it with identifier tags.
395
+ * - `NONE` – Take no action but return detection information in the trace response.
365
396
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-inputaction}
366
397
  */
367
398
  InputAction?: SensitiveInformationAction | undefined;
368
399
  /**
400
+ * Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
369
401
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-inputenabled}
370
402
  */
371
403
  InputEnabled?: boolean | undefined;
372
404
  /**
373
- * Options for sensitive information action.
405
+ * Specifies the action to take when harmful content is detected in the output. Supported values include:
406
+ *
407
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
408
+ * - `ANONYMIZE` – Mask the content and replace it with identifier tags.
409
+ * - `NONE` – Take no action but return detection information in the trace response.
374
410
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-outputaction}
375
411
  */
376
412
  OutputAction?: SensitiveInformationAction | undefined;
377
413
  /**
414
+ * Indicates whether guardrail evaluation is enabled on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
378
415
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-piientityconfig.html#cfn-bedrock-guardrail-piientityconfig-outputenabled}
379
416
  */
380
417
  OutputEnabled?: boolean | undefined;
@@ -524,11 +561,15 @@ export type RegexConfig = {
524
561
  */
525
562
  Description?: string | undefined;
526
563
  /**
527
- * Options for sensitive information action.
564
+ * Specifies the action to take when harmful content is detected in the input. Supported values include:
565
+ *
566
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
567
+ * - `NONE` – Take no action but return detection information in the trace response.
528
568
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-inputaction}
529
569
  */
530
570
  InputAction?: SensitiveInformationAction | undefined;
531
571
  /**
572
+ * Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
532
573
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-inputenabled}
533
574
  */
534
575
  InputEnabled?: boolean | undefined;
@@ -540,11 +581,15 @@ export type RegexConfig = {
540
581
  */
541
582
  Name: string;
542
583
  /**
543
- * Options for sensitive information action.
584
+ * Specifies the action to take when harmful content is detected in the output. Supported values include:
585
+ *
586
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
587
+ * - `NONE` – Take no action but return detection information in the trace response.
544
588
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-outputaction}
545
589
  */
546
590
  OutputAction?: SensitiveInformationAction | undefined;
547
591
  /**
592
+ * Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
548
593
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-regexconfig.html#cfn-bedrock-guardrail-regexconfig-outputenabled}
549
594
  */
550
595
  OutputEnabled?: boolean | undefined;
@@ -598,10 +643,15 @@ export type TopicConfig = {
598
643
  */
599
644
  Examples?: string[] | undefined;
600
645
  /**
646
+ * Specifies the action to take when harmful content is detected in the input. Supported values include:
647
+ *
648
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
649
+ * - `NONE` – Take no action but return detection information in the trace response.
601
650
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-inputaction}
602
651
  */
603
652
  InputAction?: TopicAction | undefined;
604
653
  /**
654
+ * Specifies whether to enable guardrail evaluation on the input. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
605
655
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-inputenabled}
606
656
  */
607
657
  InputEnabled?: boolean | undefined;
@@ -614,10 +664,15 @@ export type TopicConfig = {
614
664
  */
615
665
  Name: string;
616
666
  /**
667
+ * Specifies the action to take when harmful content is detected in the output. Supported values include:
668
+ *
669
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
670
+ * - `NONE` – Take no action but return detection information in the trace response.
617
671
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-outputaction}
618
672
  */
619
673
  OutputAction?: TopicAction | undefined;
620
674
  /**
675
+ * Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
621
676
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicconfig.html#cfn-bedrock-guardrail-topicconfig-outputenabled}
622
677
  */
623
678
  OutputEnabled?: boolean | undefined;
@@ -638,7 +693,7 @@ export type TopicPolicyConfig = {
638
693
  */
639
694
  TopicsConfig: TopicConfig[];
640
695
  /**
641
- * Guardrail tier config for topic policy
696
+ * The tier that your guardrail uses for denied topic filters.
642
697
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-topicpolicyconfig.html#cfn-bedrock-guardrail-topicpolicyconfig-topicstierconfig}
643
698
  */
644
699
  TopicsTierConfig?: {
@@ -665,18 +720,28 @@ export type WordAction = "BLOCK" | "NONE";
665
720
  */
666
721
  export type WordConfig = {
667
722
  /**
723
+ * Specifies the action to take when harmful content is detected in the input. Supported values include:
724
+ *
725
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
726
+ * - `NONE` – Take no action but return detection information in the trace response.
668
727
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-inputaction}
669
728
  */
670
729
  InputAction?: WordAction | undefined;
671
730
  /**
731
+ * Specifies whether to enable guardrail evaluation on the intput. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
672
732
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-inputenabled}
673
733
  */
674
734
  InputEnabled?: boolean | undefined;
675
735
  /**
736
+ * Specifies the action to take when harmful content is detected in the output. Supported values include:
737
+ *
738
+ * - `BLOCK` – Block the content and replace it with blocked messaging.
739
+ * - `NONE` – Take no action but return detection information in the trace response.
676
740
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-outputaction}
677
741
  */
678
742
  OutputAction?: WordAction | undefined;
679
743
  /**
744
+ * Specifies whether to enable guardrail evaluation on the output. When disabled, you aren't charged for the evaluation. The evaluation doesn't appear in the response.
680
745
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-guardrail-wordconfig.html#cfn-bedrock-guardrail-wordconfig-outputenabled}
681
746
  */
682
747
  OutputEnabled?: boolean | undefined;
@@ -0,0 +1,94 @@
1
+ import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
+ /**
3
+ * Creates a billing view with the specified billing view attributes.
4
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html}
5
+ */
6
+ export type BillingBillingView = ResourceDefinitionWithAttributes<"AWS::Billing::BillingView", BillingBillingViewProps, BillingBillingViewAttribs>;
7
+ /**
8
+ * Creates a billing view with the specified billing view attributes.
9
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html}
10
+ */
11
+ export type BillingBillingViewProps = {
12
+ /**
13
+ * See [Expression](https://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_billing_Expression.html) . Billing view only supports `LINKED_ACCOUNT` and `Tags` .
14
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-datafilterexpression}
15
+ */
16
+ DataFilterExpression?: {
17
+ Dimensions?: {
18
+ Key?: DimensionKey | undefined;
19
+ Values?: string[] | undefined;
20
+ } | undefined;
21
+ Tags?: {
22
+ /**
23
+ * @maxLength 1024
24
+ * @pattern [\S\s]*
25
+ */
26
+ Key?: string | undefined;
27
+ Values?: string[] | undefined;
28
+ } | undefined;
29
+ } | undefined;
30
+ /**
31
+ * The description of the billing view.
32
+ * @maxLength 1024
33
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-description}
34
+ */
35
+ Description?: string | undefined;
36
+ /**
37
+ * The name of the billing view.
38
+ * @minLength 1
39
+ * @maxLength 128
40
+ * @pattern [a-zA-Z0-9_\+=\.\-@]+
41
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-name}
42
+ */
43
+ Name: string;
44
+ /**
45
+ * A list of billing views used as the data source for the custom billing view.
46
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-sourceviews}
47
+ */
48
+ SourceViews: string[];
49
+ /**
50
+ * A list of key value map specifying tags associated to the billing view being created.
51
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-tags}
52
+ */
53
+ Tags?: Tag[] | undefined;
54
+ };
55
+ /**
56
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#aws-resource-billing-billingview-return-values}
57
+ */
58
+ export type BillingBillingViewAttribs = {
59
+ /**
60
+ * The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
61
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-arn}
62
+ */
63
+ Arn: string;
64
+ /**
65
+ * The type of billing group.
66
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-billingviewtype}
67
+ */
68
+ BillingViewType: BillingViewType;
69
+ /**
70
+ * The time when the billing view was created.
71
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-createdat}
72
+ */
73
+ CreatedAt: number;
74
+ /**
75
+ * The account owner of the billing view.
76
+ * @pattern [0-9]{12}
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-owneraccountid}
78
+ */
79
+ OwnerAccountId: string;
80
+ /**
81
+ * The time when the billing view was last updated.
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-billing-billingview.html#cfn-billing-billingview-updatedat}
83
+ */
84
+ UpdatedAt: number;
85
+ };
86
+ /**
87
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billing-billingview-billingviewtype.html}
88
+ */
89
+ export type BillingViewType = "PRIMARY" | "BILLING_GROUP" | "CUSTOM";
90
+ /**
91
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-billing-billingview-dimensionkey.html}
92
+ */
93
+ export type DimensionKey = "LINKED_ACCOUNT";
94
+ //# sourceMappingURL=aws-billing-billingview.d.ts.map
@@ -205,6 +205,11 @@ export type CdcSpecification = {
205
205
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-cdcspecification.html#cfn-cassandra-table-cdcspecification-status}
206
206
  */
207
207
  Status: CdcStatus;
208
+ /**
209
+ * An array of key-value pairs to apply to the CDC stream resource
210
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cassandra-table-cdcspecification.html#cfn-cassandra-table-cdcspecification-tags}
211
+ */
212
+ Tags?: Tag[] | undefined;
208
213
  /**
209
214
  * The view type specifies the changes Amazon Keyspaces records for each changed row in the stream. After you create the stream, you can't make changes to this selection.
210
215
  *
@@ -25,6 +25,9 @@ export type CertificateManagerCertificateProps = {
25
25
  */
26
26
  CertificateAuthorityArn?: string | undefined;
27
27
  /**
28
+ * You can opt out of allowing export of your certificate by specifying the `DISABLED` option. Allow export of your certificate by specifying the `ENABLED` option.
29
+ *
30
+ * If you do not specify an export preference in a new CloudFormation template, it is the same as explicitly denying export of your certificate.
28
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-certificatemanager-certificate.html#cfn-certificatemanager-certificate-certificateexport}
29
32
  */
30
33
  CertificateExport?: string | undefined;
@@ -50,7 +53,7 @@ export type CertificateManagerCertificateProps = {
50
53
  */
51
54
  DomainValidationOptions?: DomainValidationOption[] | undefined;
52
55
  /**
53
- * Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see [Key algorithms](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate.html#algorithms) .
56
+ * Specifies the algorithm of the public and private key pair that your certificate uses to encrypt data. RSA is the default key algorithm for ACM certificates. Elliptic Curve Digital Signature Algorithm (ECDSA) keys are smaller, offering security comparable to RSA keys but with greater computing efficiency. However, ECDSA is not supported by all network clients. Some AWS services may require RSA keys, or only support ECDSA keys of a particular size, while others allow the use of either RSA and ECDSA keys to ensure that compatibility is not broken. Check the requirements for the AWS service where you plan to deploy your certificate. For more information about selecting an algorithm, see [Key algorithms](https://docs.aws.amazon.com/acm/latest/userguide/acm-certificate-characteristics.html#algorithms-term) .
54
57
  *
55
58
  * > Algorithms supported for an ACM certificate request include:
56
59
  * >
@@ -11,6 +11,8 @@ export type CleanRoomsCollaboration = ResourceDefinitionWithAttributes<"AWS::Cle
11
11
  export type CleanRoomsCollaborationProps = {
12
12
  /**
13
13
  * The analytics engine for the collaboration.
14
+ *
15
+ * > After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer be available.
14
16
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-analyticsengine}
15
17
  */
16
18
  AnalyticsEngine?: AnalyticsEngine | undefined;
@@ -280,7 +280,7 @@ export type CloudFormationStackSetAttribs = {
280
280
  StackSetId: string;
281
281
  };
282
282
  /**
283
- * [ `Service-managed` permissions] Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organizational unit (OU).
283
+ * Describes whether StackSets automatically deploys to AWS Organizations accounts that are added to a target organization or organizational unit (OU). For more information, see [Enable or disable automatic deployments for StackSets in AWS Organizations](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html) in the *AWS CloudFormation User Guide* .
284
284
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-autodeployment.html}
285
285
  */
286
286
  export type AutoDeployment = {
@@ -305,18 +305,27 @@ export type Capability = "CAPABILITY_IAM" | "CAPABILITY_NAMED_IAM" | "CAPABILITY
305
305
  */
306
306
  export type ConcurrencyMode = "STRICT_FAILURE_TOLERANCE" | "SOFT_FAILURE_TOLERANCE";
307
307
  /**
308
- * The AWS `OrganizationalUnitIds` or `Accounts` for which to create stack instances in the specified Regions.
308
+ * The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
309
+ *
310
+ * When deploying to AWS Organizations accounts with `SERVICE_MANAGED` permissions:
311
+ *
312
+ * - You must specify the `OrganizationalUnitIds` property.
313
+ * - If you specify organizational units (OUs) for `OrganizationalUnitIds` and use either the `Accounts` or `AccountsUrl` property, you must also specify the `AccountFilterType` property.
314
+ *
315
+ * When deploying to AWS accounts with `SELF_MANAGED` permissions:
316
+ *
317
+ * - You must specify either the `Accounts` or `AccountsUrl` property, but not both.
309
318
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html}
310
319
  */
311
320
  export type DeploymentTargets = {
312
321
  /**
313
- * Limit deployment targets to individual accounts or include additional accounts with provided OUs.
322
+ * Refines which accounts to deploy stacks to by specifying how to use the `Accounts` and `OrganizationalUnitIds` properties together.
314
323
  *
315
- * The following is a list of possible values for the `AccountFilterType` operation.
324
+ * The following values determine how CloudFormation selects target accounts:
316
325
  *
317
- * - `INTERSECTION` : StackSet deploys to the accounts specified in the `Accounts` parameter.
318
- * - `DIFFERENCE` : StackSet deploys to the OU, excluding the accounts specified in the `Accounts` parameter.
319
- * - `UNION` StackSet deploys to the OU, and the accounts specified in the `Accounts` parameter. `UNION` is not supported for create operations when using StackSet as a resource.
326
+ * - `INTERSECTION` : StackSet deploys to the accounts specified in the `Accounts` property.
327
+ * - `DIFFERENCE` : StackSet deploys to the OU, excluding the accounts specified in the `Accounts` property.
328
+ * - `UNION` : StackSet deploys to the OU, and the accounts specified in the `Accounts` property. `UNION` is not supported for create operations when using StackSet as a resource or the `CreateStackInstances` API.
320
329
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-deploymenttargets.html#cfn-cloudformation-stackset-deploymenttargets-accountfiltertype}
321
330
  */
322
331
  AccountFilterType?: "NONE" | "UNION" | "INTERSECTION" | "DIFFERENCE" | undefined;
@@ -329,6 +338,8 @@ export type DeploymentTargets = {
329
338
  Accounts?: string[] | undefined;
330
339
  /**
331
340
  * The Amazon S3 URL path to a file that contains a list of AWS account IDs. The file format must be either `.csv` or `.txt` , and the data can be comma-separated or new-line-separated. There is currently a 10MB limit for the data (approximately 800,000 accounts).
341
+ *
342
+ * This property serves the same purpose as `Accounts` but allows you to specify a large number of accounts.
332
343
  * @minLength 1
333
344
  * @maxLength 5120
334
345
  * @pattern (s3://|http(s?)://).+
@@ -438,7 +449,7 @@ export type RegionConcurrencyType = "SEQUENTIAL" | "PARALLEL";
438
449
  */
439
450
  export type StackInstances = {
440
451
  /**
441
- * The AWS `OrganizationalUnitIds` or `Accounts` for which to create stack instances in the specified Regions.
452
+ * The AWS Organizations accounts or AWS accounts to deploy stacks to in the specified Regions.
442
453
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-stackinstances.html#cfn-cloudformation-stackset-stackinstances-deploymenttargets}
443
454
  */
444
455
  DeploymentTargets: DeploymentTargets;
@@ -52,6 +52,8 @@ export type CloudFrontCachePolicyAttribs = {
52
52
  * - The values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
53
53
  * - The default, minimum, and maximum time to live (TTL) values that you want objects to stay in the CloudFront cache.
54
54
  *
55
+ * > If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the `Cache-Control: no-cache` , `no-store` , or `private` directives are present in the origin headers.
56
+ *
55
57
  * The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find a valid object in its cache that matches the request's cache key. If you want to send values to the origin but *not* include them in the cache key, use `OriginRequestPolicy` .
56
58
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-cachepolicy-cachepolicyconfig.html}
57
59
  */
@@ -48,6 +48,8 @@ export type CloudFrontDistributionAttribs = {
48
48
  *
49
49
  * To add, change, or remove one or more cache behaviors, update the distribution configuration and specify all of the cache behaviors that you want to include in the updated distribution.
50
50
  *
51
+ * > If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the `Cache-Control: no-cache` , `no-store` , or `private` directives are present in the origin headers.
52
+ *
51
53
  * For more information about cache behaviors, see [Cache Behavior Settings](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/distribution-web-values-specify.html#DownloadDistValuesCacheBehavior) in the *Amazon CloudFront Developer Guide* .
52
54
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-cachebehavior.html}
53
55
  */
@@ -367,6 +369,8 @@ export type CustomOriginConfig = {
367
369
  };
368
370
  /**
369
371
  * A complex type that describes the default cache behavior if you don't specify a `CacheBehavior` element or if request URLs don't match any of the values of `PathPattern` in `CacheBehavior` elements. You must create exactly one default cache behavior.
372
+ *
373
+ * > If your minimum TTL is greater than 0, CloudFront will cache content for at least the duration specified in the cache policy's minimum TTL, even if the `Cache-Control: no-cache` , `no-store` , or `private` directives are present in the origin headers.
370
374
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-defaultcachebehavior.html}
371
375
  */
372
376
  export type DefaultCacheBehavior = {
@@ -572,7 +576,7 @@ export type DistributionConfig = {
572
576
  */
573
577
  Comment?: string | undefined;
574
578
  /**
575
- * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants(tenant-only).
579
+ * This field specifies whether the connection mode is through a standard distribution (direct) or a multi-tenant distribution with distribution tenants (tenant-only).
576
580
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-distribution-distributionconfig.html#cfn-cloudfront-distribution-distributionconfig-connectionmode}
577
581
  */
578
582
  ConnectionMode?: ConnectionMode | undefined;
@@ -78,7 +78,6 @@ export type ConnectEvaluationFormAttribs = {
78
78
  */
79
79
  export type AutoEvaluationConfiguration = {
80
80
  /**
81
- * Auto Evaluation enablement status.
82
81
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html#cfn-connect-evaluationform-autoevaluationconfiguration-enabled}
83
82
  */
84
83
  Enabled?: boolean | undefined;
@@ -106,11 +106,36 @@ export type Attributes = {
106
106
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-earlymedia}
107
107
  */
108
108
  EarlyMedia?: boolean | undefined;
109
+ /**
110
+ * Boolean flag which enables ENHANCED_CHAT_MONITORING on an instance.
111
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedchatmonitoring}
112
+ */
113
+ EnhancedChatMonitoring?: boolean | undefined;
114
+ /**
115
+ * Boolean flag which enables ENHANCED_CONTACT_MONITORING on an instance.
116
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-enhancedcontactmonitoring}
117
+ */
118
+ EnhancedContactMonitoring?: boolean | undefined;
119
+ /**
120
+ * Boolean flag which enables HIGH_VOLUME_OUTBOUND on an instance.
121
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-highvolumeoutbound}
122
+ */
123
+ HighVolumeOutBound?: boolean | undefined;
109
124
  /**
110
125
  * Mandatory element which enables inbound calls on new instance.
111
126
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-inboundcalls}
112
127
  */
113
128
  InboundCalls: boolean;
129
+ /**
130
+ * Boolean flag which enables MULTI_PARTY_CHAT_CONFERENCE on an instance.
131
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartychatconference}
132
+ */
133
+ MultiPartyChatConference?: boolean | undefined;
134
+ /**
135
+ * Boolean flag which enables MULTI_PARTY_CONFERENCE on an instance.
136
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-multipartyconference}
137
+ */
138
+ MultiPartyConference?: boolean | undefined;
114
139
  /**
115
140
  * Mandatory element which enables outbound calls on new instance.
116
141
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-instance-attributes.html#cfn-connect-instance-attributes-outboundcalls}
@@ -1,11 +1,11 @@
1
1
  import type { ResourceDefinitionWithAttributes, Tag } from "../main.ts";
2
2
  /**
3
- * A calculated attribute definition for Customer Profiles
3
+ * A calculated attribute definition for Customer Profiles.
4
4
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html}
5
5
  */
6
6
  export type CustomerProfilesCalculatedAttributeDefinition = ResourceDefinitionWithAttributes<"AWS::CustomerProfiles::CalculatedAttributeDefinition", CustomerProfilesCalculatedAttributeDefinitionProps, CustomerProfilesCalculatedAttributeDefinitionAttribs>;
7
7
  /**
8
- * A calculated attribute definition for Customer Profiles
8
+ * A calculated attribute definition for Customer Profiles.
9
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html}
10
10
  */
11
11
  export type CustomerProfilesCalculatedAttributeDefinitionProps = {
@@ -129,14 +129,14 @@ export type Conditions = {
129
129
  */
130
130
  export type Range = {
131
131
  /**
132
- * The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI or ISO_8601. E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235Z"}}, then TimestampFormat should be "ISO_8601".
132
+ * The format the timestamp field in your JSON object is specified. This value should be one of EPOCHMILLI (for Unix epoch timestamps with second/millisecond level precision) or ISO_8601 (following ISO_8601 format with second/millisecond level precision, with an optional offset of Z or in the format HH:MM or HHMM.). E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "2001-07-04T12:08:56.235-0700"}}, then TimestampFormat should be "ISO_8601"
133
133
  * @minLength 1
134
134
  * @maxLength 255
135
135
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampformat}
136
136
  */
137
137
  TimestampFormat?: string | undefined;
138
138
  /**
139
- * An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of \"{ObjectTypeName.<Location of timestamp field in JSON pointer format>}\". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}".
139
+ * An expression specifying the field in your JSON object from which the date should be parsed. The expression should follow the structure of \"{ObjectTypeName.<Location of timestamp field in JSON pointer format>}\". E.g. if your object type is MyType and source JSON is {"generatedAt": {"timestamp": "1737587945945"}}, then TimestampSource should be "{MyType.generatedAt.timestamp}"
140
140
  * @minLength 1
141
141
  * @maxLength 255
142
142
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampsource}
@@ -153,7 +153,7 @@ export type Range = {
153
153
  */
154
154
  Value?: number | undefined;
155
155
  /**
156
- * A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
156
+ * A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
157
157
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-valuerange}
158
158
  */
159
159
  ValueRange?: ValueRange | undefined;
@@ -190,19 +190,19 @@ export type Threshold = {
190
190
  */
191
191
  export type ThresholdOperator = "EQUAL_TO" | "GREATER_THAN" | "LESS_THAN" | "NOT_EQUAL_TO";
192
192
  /**
193
- * A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
193
+ * A structure letting customers specify a relative time window over which over which data is included in the Calculated Attribute. Use positive numbers to indicate that the endpoint is in the past, and negative numbers to indicate it is in the future. ValueRange overrides Value.
194
194
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html}
195
195
  */
196
196
  export type ValueRange = {
197
197
  /**
198
- * The ending point for this range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
198
+ * The ending point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
199
199
  * @min -2147483648
200
200
  * @max 2147483647
201
201
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-end}
202
202
  */
203
203
  End: number;
204
204
  /**
205
- * The starting point for this range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
205
+ * The starting point for this overridden range. Positive numbers indicate how many days in the past data should be included, and negative numbers indicate how many days in the future.
206
206
  * @min -2147483648
207
207
  * @max 2147483647
208
208
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-start}