@propulsionworks/cloudformation 0.1.11 → 0.1.13

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 (57) hide show
  1. package/out/exports/resources.generated/aws-accessanalyzer-analyzer.d.ts +38 -0
  2. package/out/exports/resources.generated/aws-amplify-app.d.ts +32 -2
  3. package/out/exports/resources.generated/aws-apigateway-method.d.ts +1 -1
  4. package/out/exports/resources.generated/aws-appsync-apicache.d.ts +4 -0
  5. package/out/exports/resources.generated/aws-athena-workgroup.d.ts +37 -0
  6. package/out/exports/resources.generated/aws-bedrock-flow.d.ts +48 -21
  7. package/out/exports/resources.generated/aws-cleanrooms-collaboration.d.ts +3 -3
  8. package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +1 -1
  9. package/out/exports/resources.generated/aws-connect-evaluationform.d.ts +20 -2
  10. package/out/exports/resources.generated/aws-connect-queue.d.ts +1 -1
  11. package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +50 -1
  12. package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +13 -1
  13. package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +34 -4
  14. package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +101 -0
  15. package/out/exports/resources.generated/aws-deadline-fleet.d.ts +3 -1
  16. package/out/exports/resources.generated/aws-dsql-cluster.d.ts +17 -9
  17. package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +55 -0
  18. package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +6 -1
  19. package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +7 -1
  20. package/out/exports/resources.generated/aws-ecr-repositorycreationtemplate.d.ts +1 -1
  21. package/out/exports/resources.generated/aws-ecs-service.d.ts +60 -2
  22. package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +15 -3
  23. package/out/exports/resources.generated/aws-eks-addon.d.ts +3 -3
  24. package/out/exports/resources.generated/aws-eks-cluster.d.ts +14 -12
  25. package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +24 -2
  26. package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +15 -5
  27. package/out/exports/resources.generated/aws-evs-environment.d.ts +62 -7
  28. package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +1 -1
  29. package/out/exports/resources.generated/aws-inspectorv2-filter.d.ts +56 -0
  30. package/out/exports/resources.generated/aws-kendra-datasource.d.ts +113 -1
  31. package/out/exports/resources.generated/aws-kms-key.d.ts +10 -3
  32. package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +4 -2
  33. package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +2 -9
  34. package/out/exports/resources.generated/aws-mediatailor-playbackconfiguration.d.ts +66 -0
  35. package/out/exports/resources.generated/aws-mpa-approvalteam.d.ts +2 -0
  36. package/out/exports/resources.generated/aws-mpa-identitysource.d.ts +2 -0
  37. package/out/exports/resources.generated/aws-msk-cluster.d.ts +15 -1
  38. package/out/exports/resources.generated/aws-mwaa-environment.d.ts +10 -0
  39. package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +4 -0
  40. package/out/exports/resources.generated/aws-networkfirewall-rulegroup.d.ts +1 -1
  41. package/out/exports/resources.generated/aws-networkfirewall-tlsinspectionconfiguration.d.ts +1 -1
  42. package/out/exports/resources.generated/aws-networkfirewall-vpcendpointassociation.d.ts +38 -6
  43. package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +6 -5
  44. package/out/exports/resources.generated/aws-organizations-policy.d.ts +1 -1
  45. package/out/exports/resources.generated/aws-rum-appmonitor.d.ts +1 -1
  46. package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +65 -0
  47. package/out/exports/resources.generated/aws-sagemaker-model.d.ts +2 -0
  48. package/out/exports/resources.generated/aws-sagemaker-modelpackage.d.ts +2 -0
  49. package/out/exports/resources.generated/aws-securityhub-aggregatorv2.d.ts +44 -0
  50. package/out/exports/resources.generated/aws-securityhub-automationrule.d.ts +1 -1
  51. package/out/exports/resources.generated/aws-securityhub-automationrulev2.d.ts +403 -0
  52. package/out/exports/resources.generated/aws-securityhub-hubv2.d.ts +30 -0
  53. package/out/exports/resources.generated/aws-securityhub-insight.d.ts +1 -1
  54. package/out/exports/resources.generated/aws-synthetics-canary.d.ts +5 -0
  55. package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +31 -1
  56. package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +175 -4
  57. package/package.json +1 -1
@@ -14,6 +14,7 @@ export type AccessAnalyzerAnalyzerProps = {
14
14
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-accessanalyzer-analyzer.html#cfn-accessanalyzer-analyzer-analyzerconfiguration}
15
15
  */
16
16
  AnalyzerConfiguration?: {
17
+ InternalAccessConfiguration?: InternalAccessConfiguration | undefined;
17
18
  UnusedAccessConfiguration?: UnusedAccessConfiguration | undefined;
18
19
  } | undefined;
19
20
  /**
@@ -128,6 +129,43 @@ export type Filter = {
128
129
  */
129
130
  Property: string;
130
131
  };
132
+ /**
133
+ * The criteria for an analysis rule for an internal access analyzer.
134
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessanalysisrulecriteria.html}
135
+ */
136
+ export type InternalAccessAnalysisRuleCriteria = {
137
+ /**
138
+ * A list of AWS account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers and cannot include the organization owner account.
139
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessanalysisrulecriteria.html#cfn-accessanalyzer-analyzer-internalaccessanalysisrulecriteria-accountids}
140
+ */
141
+ AccountIds?: string[] | undefined;
142
+ /**
143
+ * A list of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
144
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessanalysisrulecriteria.html#cfn-accessanalyzer-analyzer-internalaccessanalysisrulecriteria-resourcearns}
145
+ */
146
+ ResourceArns?: string[] | undefined;
147
+ /**
148
+ * A list of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types.
149
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessanalysisrulecriteria.html#cfn-accessanalyzer-analyzer-internalaccessanalysisrulecriteria-resourcetypes}
150
+ */
151
+ ResourceTypes?: string[] | undefined;
152
+ };
153
+ /**
154
+ * Specifies the configuration of an internal access analyzer for an AWS organization or account. This configuration determines how the analyzer evaluates internal access within your AWS environment.
155
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessconfiguration.html}
156
+ */
157
+ export type InternalAccessConfiguration = {
158
+ /**
159
+ * Contains information about analysis rules for the internal access analyzer. Analysis rules determine which entities will generate findings based on the criteria you define when you create the rule.
160
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-internalaccessconfiguration.html#cfn-accessanalyzer-analyzer-internalaccessconfiguration-internalaccessanalysisrule}
161
+ */
162
+ InternalAccessAnalysisRule?: {
163
+ /**
164
+ * A list of rules for the internal access analyzer containing criteria to include in analysis. Only resources that meet the rule criteria will generate findings.
165
+ */
166
+ Inclusions?: InternalAccessAnalysisRuleCriteria[] | undefined;
167
+ } | undefined;
168
+ };
131
169
  /**
132
170
  * Contains information about an unused access analyzer.
133
171
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-accessanalyzer-analyzer-unusedaccessconfiguration.html}
@@ -93,6 +93,11 @@ export type AmplifyAppProps = {
93
93
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-iamservicerole}
94
94
  */
95
95
  IAMServiceRole?: string | undefined;
96
+ /**
97
+ * The configuration details that apply to the jobs for an Amplify app.
98
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-amplify-app.html#cfn-amplify-app-jobconfig}
99
+ */
100
+ JobConfig?: JobConfig | undefined;
96
101
  /**
97
102
  * The name of the Amplify app.
98
103
  * @minLength 1
@@ -282,9 +287,9 @@ export type CacheConfig = {
282
287
  /**
283
288
  * The type of cache configuration to use for an Amplify app.
284
289
  *
285
- * The `AMPLIFY_MANAGED` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules. This is the default setting.
290
+ * The `AMPLIFY_MANAGED` cache configuration automatically applies an optimized cache configuration for your app based on its platform, routing rules, and rewrite rules.
286
291
  *
287
- * The `AMPLIFY_MANAGED_NO_COOKIES` cache configuration type is the same as `AMPLIFY_MANAGED` , except that it excludes all cookies from the cache key.
292
+ * The `AMPLIFY_MANAGED_NO_COOKIES` cache configuration type is the same as `AMPLIFY_MANAGED` , except that it excludes all cookies from the cache key. This is the default setting.
288
293
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-cacheconfig.html#cfn-amplify-app-cacheconfig-type}
289
294
  */
290
295
  Type?: "AMPLIFY_MANAGED" | "AMPLIFY_MANAGED_NO_COOKIES" | undefined;
@@ -353,4 +358,29 @@ export type EnvironmentVariable = {
353
358
  */
354
359
  Value: string;
355
360
  };
361
+ /**
362
+ * Describes the configuration details that apply to the jobs for an Amplify app.
363
+ *
364
+ * Use `JobConfig` to apply configuration to jobs, such as customizing the build instance size when you create or update an Amplify app. For more information about customizable build instances, see [Custom build instances](https://docs.aws.amazon.com/amplify/latest/userguide/custom-build-instance.html) in the *Amplify User Guide* .
365
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-jobconfig.html}
366
+ */
367
+ export type JobConfig = {
368
+ /**
369
+ * Specifies the size of the build instance. Amplify supports three instance sizes: `STANDARD_8GB` , `LARGE_16GB` , and `XLARGE_72GB` . If you don't specify a value, Amplify uses the `STANDARD_8GB` default.
370
+ *
371
+ * The following list describes the CPU, memory, and storage capacity for each build instance type:
372
+ *
373
+ * - **STANDARD_8GB** - - vCPUs: 4
374
+ * - Memory: 8 GiB
375
+ * - Disk space: 128 GB
376
+ * - **LARGE_16GB** - - vCPUs: 8
377
+ * - Memory: 16 GiB
378
+ * - Disk space: 128 GB
379
+ * - **XLARGE_72GB** - - vCPUs: 36
380
+ * - Memory: 72 GiB
381
+ * - Disk space: 256 GB
382
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-amplify-app-jobconfig.html#cfn-amplify-app-jobconfig-buildcomputetype}
383
+ */
384
+ BuildComputeType: "STANDARD_8GB" | "LARGE_16GB" | "XLARGE_72GB";
385
+ };
356
386
  //# sourceMappingURL=aws-amplify-app.d.ts.map
@@ -140,7 +140,7 @@ export type Integration = {
140
140
  */
141
141
  RequestTemplates?: Record<string, string> | undefined;
142
142
  /**
143
- * Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds.
143
+ * Custom timeout between 50 and 29,000 milliseconds. The default value is 29,000 milliseconds or 29 seconds. You can increase the default value to longer than 29 seconds for Regional or private APIs only.
144
144
  * @min 50
145
145
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-apigateway-method-integration.html#cfn-apigateway-method-integration-timeoutinmillis}
146
146
  */
@@ -24,6 +24,8 @@ export type AppSyncApiCacheProps = {
24
24
  */
25
25
  ApiId: string;
26
26
  /**
27
+ * *This parameter has been deprecated* .
28
+ *
27
29
  * At-rest encryption flag for cache. You cannot update this setting after creation.
28
30
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-atrestencryptionenabled}
29
31
  */
@@ -39,6 +41,8 @@ export type AppSyncApiCacheProps = {
39
41
  */
40
42
  HealthMetricsConfig?: string | undefined;
41
43
  /**
44
+ * *This parameter has been deprecated* .
45
+ *
42
46
  * Transit encryption flag when connecting to cache. You cannot update this setting after creation.
43
47
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-apicache.html#cfn-appsync-apicache-transitencryptionenabled}
44
48
  */
@@ -124,6 +124,33 @@ export type EngineVersion = {
124
124
  */
125
125
  SelectedEngineVersion?: string | undefined;
126
126
  };
127
+ /**
128
+ * The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
129
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedqueryresultsconfiguration.html}
130
+ */
131
+ export type ManagedQueryResultsConfiguration = {
132
+ /**
133
+ * If set to true, allows you to store query results in Athena owned storage. If set to false, workgroup member stores query results in location specified under `ResultConfiguration$OutputLocation` . The default is false. A workgroup cannot have the `ResultConfiguration$OutputLocation` parameter when you set this field to true.
134
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedqueryresultsconfiguration.html#cfn-athena-workgroup-managedqueryresultsconfiguration-enabled}
135
+ */
136
+ Enabled?: boolean | undefined;
137
+ /**
138
+ * If you encrypt query and calculation results in Athena owned storage, this field indicates the encryption option (for example, SSE_KMS or CSE_KMS) and key information.
139
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedqueryresultsconfiguration.html#cfn-athena-workgroup-managedqueryresultsconfiguration-encryptionconfiguration}
140
+ */
141
+ EncryptionConfiguration?: ManagedStorageEncryptionConfiguration | undefined;
142
+ };
143
+ /**
144
+ * Indicates the encryption configuration for Athena Managed Storage. If not setting this field, Managed Storage will encrypt the query results with Athena's encryption key
145
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedstorageencryptionconfiguration.html}
146
+ */
147
+ export type ManagedStorageEncryptionConfiguration = {
148
+ /**
149
+ * For SSE-KMS and CSE-KMS, this is the KMS key ARN or ID.
150
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-managedstorageencryptionconfiguration.html#cfn-athena-workgroup-managedstorageencryptionconfiguration-kmskey}
151
+ */
152
+ KmsKey?: string | undefined;
153
+ };
127
154
  /**
128
155
  * The location in Amazon S3 where query and calculation results are stored and the encryption option, if any, used for query and calculation results. These are known as "client-side settings". If workgroup settings override client-side settings, then the query uses the workgroup settings.
129
156
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-resultconfiguration.html}
@@ -242,6 +269,11 @@ export type WorkGroupConfiguration = {
242
269
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-executionrole}
243
270
  */
244
271
  ExecutionRole?: string | undefined;
272
+ /**
273
+ * The configuration for storing results in Athena owned storage, which includes whether this feature is enabled; whether encryption configuration, if any, is used for encrypting query results.
274
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-managedqueryresultsconfiguration}
275
+ */
276
+ ManagedQueryResultsConfiguration?: ManagedQueryResultsConfiguration | undefined;
245
277
  /**
246
278
  * Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
247
279
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfiguration.html#cfn-athena-workgroup-workgroupconfiguration-publishcloudwatchmetricsenabled}
@@ -293,6 +325,11 @@ export type WorkGroupConfigurationUpdates = {
293
325
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-executionrole}
294
326
  */
295
327
  ExecutionRole?: string | undefined;
328
+ /**
329
+ * The configuration for the managed query results and encryption option. ResultConfiguration and ManagedQueryResultsConfiguration cannot be set at the same time
330
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-managedqueryresultsconfiguration}
331
+ */
332
+ ManagedQueryResultsConfiguration?: ManagedQueryResultsConfiguration | undefined;
296
333
  /**
297
334
  * Indicates that the Amazon CloudWatch metrics are enabled for the workgroup.
298
335
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-athena-workgroup-workgroupconfigurationupdates.html#cfn-athena-workgroup-workgroupconfigurationupdates-publishcloudwatchmetricsenabled}
@@ -164,12 +164,12 @@ export type ConditionFlowNodeConfiguration = {
164
164
  Conditions: FlowCondition[];
165
165
  };
166
166
  /**
167
- * Field name for reranking
167
+ * Contains information for a metadata field to include in or exclude from consideration when reranking.
168
168
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html}
169
169
  */
170
170
  export type FieldForReranking = {
171
171
  /**
172
- * Field name for reranking
172
+ * The name of a metadata field to include in or exclude from consideration when reranking.
173
173
  * @minLength 1
174
174
  * @maxLength 2000
175
175
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html#cfn-bedrock-flow-fieldforreranking-fieldname}
@@ -369,7 +369,11 @@ export type FlowNodeIODataType = "String" | "Number" | "Boolean" | "Object" | "A
369
369
  */
370
370
  export type FlowNodeInput = {
371
371
  /**
372
- * Optional tag to classify input type, currently exclusive to LoopNode
372
+ * Specifies how input data flows between iterations in a DoWhile loop.
373
+ *
374
+ * - `LoopCondition` - Controls whether the loop continues by evaluating condition expressions against the input data. Use this category to define the condition that determines if the loop should continue.
375
+ * - `ReturnValueToLoopStart` - Defines data to pass back to the start of the loop's next iteration. Use this category for variables that you want to update for each loop iteration.
376
+ * - `ExitLoop` - Defines the value that's available once the loop ends. Use this category to expose loop results to nodes outside the loop.
373
377
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flownodeinput.html#cfn-bedrock-flow-flownodeinput-category}
374
378
  */
375
379
  Category?: FlowNodeInputCategory | undefined;
@@ -475,7 +479,7 @@ export type KnowledgeBaseFlowNodeConfiguration = {
475
479
  */
476
480
  GuardrailConfiguration?: GuardrailConfiguration | undefined;
477
481
  /**
478
- * Model inference configuration
482
+ * Contains inference configurations for the prompt.
479
483
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-inferenceconfiguration}
480
484
  */
481
485
  InferenceConfiguration?: PromptInferenceConfiguration | undefined;
@@ -495,51 +499,56 @@ export type KnowledgeBaseFlowNodeConfiguration = {
495
499
  */
496
500
  ModelId?: string | undefined;
497
501
  /**
498
- * Number Of Results to Retrieve
502
+ * The number of results to retrieve from the knowledge base.
499
503
  * @min 1
500
504
  * @max 100
501
505
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-numberofresults}
502
506
  */
503
507
  NumberOfResults?: number | undefined;
504
508
  /**
509
+ * The configuration for orchestrating the retrieval and generation process in the knowledge base node.
505
510
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-orchestrationconfiguration}
506
511
  */
507
512
  OrchestrationConfiguration?: KnowledgeBaseOrchestrationConfiguration | undefined;
508
513
  /**
509
- * Knowledge Base Prompt template
514
+ * A custom prompt template to use with the knowledge base for generating responses.
510
515
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-prompttemplate}
511
516
  */
512
517
  PromptTemplate?: KnowledgeBasePromptTemplate | undefined;
513
518
  /**
519
+ * The configuration for reranking the retrieved results from the knowledge base to improve relevance.
514
520
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-rerankingconfiguration}
515
521
  */
516
522
  RerankingConfiguration?: VectorSearchRerankingConfiguration | undefined;
517
523
  };
518
524
  /**
525
+ * Configures how the knowledge base orchestrates the retrieval and generation process, allowing for customization of prompts, inference parameters, and performance settings.
519
526
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html}
520
527
  */
521
528
  export type KnowledgeBaseOrchestrationConfiguration = {
522
529
  /**
530
+ * The additional model-specific request parameters as key-value pairs to be included in the request to the foundation model.
523
531
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-additionalmodelrequestfields}
524
532
  */
525
533
  AdditionalModelRequestFields?: Record<string, unknown> | undefined;
526
534
  /**
527
- * Model inference configuration
535
+ * Contains inference configurations for the prompt.
528
536
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-inferenceconfig}
529
537
  */
530
538
  InferenceConfig?: PromptInferenceConfiguration | undefined;
531
539
  /**
540
+ * The performance configuration options for the knowledge base retrieval and generation process.
532
541
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-performanceconfig}
533
542
  */
534
543
  PerformanceConfig?: PerformanceConfiguration | undefined;
535
544
  /**
536
- * Knowledge Base Prompt template
545
+ * A custom prompt template for orchestrating the retrieval and generation process.
537
546
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-prompttemplate}
538
547
  */
539
548
  PromptTemplate?: KnowledgeBasePromptTemplate | undefined;
540
549
  };
541
550
  /**
542
- * Knowledge Base Prompt template
551
+ * Defines a custom prompt template for orchestrating the retrieval and generation process.
543
552
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseprompttemplate.html}
544
553
  */
545
554
  export type KnowledgeBasePromptTemplate = {
@@ -583,17 +592,17 @@ export type LexFlowNodeConfiguration = {
583
592
  LocaleId: string;
584
593
  };
585
594
  /**
586
- * Configuration for the LoopController node, which manages loop execution
595
+ * Contains configurations for the controller node of a DoWhile loop in the flow.
587
596
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopcontrollerflownodeconfiguration.html}
588
597
  */
589
598
  export type LoopControllerFlowNodeConfiguration = {
590
599
  /**
591
- * Condition branch for a condition node
600
+ * Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
592
601
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopcontrollerflownodeconfiguration.html#cfn-bedrock-flow-loopcontrollerflownodeconfiguration-continuecondition}
593
602
  */
594
603
  ContinueCondition: FlowCondition;
595
604
  /**
596
- * Maximum number of iterations the loop can perform
605
+ * Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
597
606
  * @min 1
598
607
  * @max 1000
599
608
  * @default 10
@@ -602,37 +611,48 @@ export type LoopControllerFlowNodeConfiguration = {
602
611
  MaxIterations?: number | undefined;
603
612
  };
604
613
  /**
605
- * Loop node config, contains loop's internal definition
614
+ * Contains configurations for the nodes of a DoWhile loop in your flow.
615
+ *
616
+ * A DoWhile loop is made up of the following nodes:
617
+ *
618
+ * - `Loop` - The container node that holds the loop's flow definition. This node encompasses the entire loop structure.
619
+ * - `LoopInput` - The entry point node for the loop. This node receives inputs from nodes outside the loop and from previous loop iterations.
620
+ * - Body nodes - The processing nodes that execute within each loop iteration. These can be nodes for handling data in your flow, such as a prompt or Lambda function nodes. Some node types aren't supported inside a DoWhile loop body. For more information, see [LoopIncompatibleNodeTypeFlowValidationDetails](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_LoopIncompatibleNodeTypeFlowValidationDetails.html) .
621
+ * - `LoopController` - The node that evaluates whether the loop should continue or exit based on a condition.
622
+ *
623
+ * These nodes work together to create a loop that runs at least once and continues until a specified condition is met or a maximum number of iterations is reached.
606
624
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopflownodeconfiguration.html}
607
625
  */
608
626
  export type LoopFlowNodeConfiguration = {
609
627
  /**
610
- * Flow definition
628
+ * The definition of the DoWhile loop nodes and connections between nodes in the flow.
611
629
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopflownodeconfiguration.html#cfn-bedrock-flow-loopflownodeconfiguration-definition}
612
630
  */
613
631
  Definition: FlowDefinition;
614
632
  };
615
633
  /**
634
+ * Contains configurations for the metadata to use in reranking.
616
635
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html}
617
636
  */
618
637
  export type MetadataConfigurationForReranking = {
619
638
  /**
620
- * Reranking Metadata Selection Mode
639
+ * Specifies whether to consider all metadata when reranking, or only the metadata that you select. If you specify `SELECTIVE` , include the `selectiveModeConfiguration` field.
621
640
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectionmode}
622
641
  */
623
642
  SelectionMode: RerankingMetadataSelectionMode;
624
643
  /**
625
- * Reranking Metadata Selective Mode Configuration
644
+ * Contains configurations for the metadata fields to include or exclude when considering reranking.
626
645
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectivemodeconfiguration}
627
646
  */
628
647
  SelectiveModeConfiguration?: RerankingMetadataSelectiveModeConfiguration | undefined;
629
648
  };
630
649
  /**
650
+ * Performance settings for a model.
631
651
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-performanceconfiguration.html}
632
652
  */
633
653
  export type PerformanceConfiguration = {
634
654
  /**
635
- * Performance Configuration Latency
655
+ * To use a latency-optimized version of the model, set to `optimized` .
636
656
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-performanceconfiguration.html#cfn-bedrock-flow-performanceconfiguration-latency}
637
657
  */
638
658
  Latency?: PerformanceConfigurationLatency | undefined;
@@ -777,7 +797,7 @@ export type PromptTemplateType = "TEXT";
777
797
  */
778
798
  export type RerankingMetadataSelectionMode = "SELECTIVE" | "ALL";
779
799
  /**
780
- * Reranking Metadata Selective Mode Configuration
800
+ * Contains configurations for the metadata fields to include or exclude when considering reranking. If you include the `fieldsToExclude` field, the reranker ignores all the metadata fields that you specify. If you include the `fieldsToInclude` field, the reranker uses only the metadata fields that you specify and ignores all others. You can include only one of these fields.
781
801
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-rerankingmetadataselectivemodeconfiguration.html}
782
802
  */
783
803
  export type RerankingMetadataSelectiveModeConfiguration = {
@@ -897,19 +917,22 @@ export type TextPromptTemplateConfiguration = {
897
917
  Text: string;
898
918
  };
899
919
  /**
920
+ * Contains configurations for reranking with an Amazon Bedrock reranker model.
900
921
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html}
901
922
  */
902
923
  export type VectorSearchBedrockRerankingConfiguration = {
903
924
  /**
925
+ * Contains configurations for the metadata to use in reranking.
904
926
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-metadataconfiguration}
905
927
  */
906
928
  MetadataConfiguration?: MetadataConfigurationForReranking | undefined;
907
929
  /**
930
+ * Contains configurations for the reranker model.
908
931
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-modelconfiguration}
909
932
  */
910
933
  ModelConfiguration: VectorSearchBedrockRerankingModelConfiguration;
911
934
  /**
912
- * Number Of Results For Reranking
935
+ * The number of results to return after reranking.
913
936
  * @min 1
914
937
  * @max 100
915
938
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-numberofrerankedresults}
@@ -917,29 +940,33 @@ export type VectorSearchBedrockRerankingConfiguration = {
917
940
  NumberOfRerankedResults?: number | undefined;
918
941
  };
919
942
  /**
943
+ * Contains configurations for an Amazon Bedrock reranker model.
920
944
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html}
921
945
  */
922
946
  export type VectorSearchBedrockRerankingModelConfiguration = {
923
947
  /**
948
+ * A JSON object whose keys are request fields for the model and whose values are values for those fields.
924
949
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-additionalmodelrequestfields}
925
950
  */
926
951
  AdditionalModelRequestFields?: Record<string, unknown> | undefined;
927
952
  /**
928
- * Arn of a Bedrock Reranking model
953
+ * The ARN of the reranker model to use.
929
954
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-modelarn}
930
955
  */
931
956
  ModelArn: string;
932
957
  };
933
958
  /**
959
+ * Contains configurations for reranking the retrieved results.
934
960
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html}
935
961
  */
936
962
  export type VectorSearchRerankingConfiguration = {
937
963
  /**
964
+ * Contains configurations for an Amazon Bedrock reranker model.
938
965
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-bedrockrerankingconfiguration}
939
966
  */
940
967
  BedrockRerankingConfiguration?: VectorSearchBedrockRerankingConfiguration | undefined;
941
968
  /**
942
- * Enum of Rerank Configuration Types
969
+ * The type of reranker model.
943
970
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-type}
944
971
  */
945
972
  Type: VectorSearchRerankingConfigurationType;
@@ -30,7 +30,7 @@ export type CleanRoomsCollaborationProps = {
30
30
  * *Allowed values* `CAN_QUERY` | `CAN_RECEIVE_RESULTS` | `CAN_RUN_JOB`
31
31
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-creatormemberabilities}
32
32
  */
33
- CreatorMemberAbilities: MemberAbility[];
33
+ CreatorMemberAbilities?: MemberAbility[] | undefined;
34
34
  /**
35
35
  * An object representing the collaboration member's payment responsibilities set by the collaboration creator.
36
36
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-creatorpaymentconfiguration}
@@ -60,7 +60,7 @@ export type CleanRoomsCollaborationProps = {
60
60
  * A list of initial members, not including the creator. This list is immutable.
61
61
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-members}
62
62
  */
63
- Members: MemberSpecification[];
63
+ Members?: MemberSpecification[] | undefined;
64
64
  /**
65
65
  * A human-readable identifier provided by the collaboration owner. Display names are not unique.
66
66
  * @minLength 1
@@ -222,7 +222,7 @@ export type MemberSpecification = {
222
222
  * *Allowed Values* : `CAN_QUERY` | `CAN_RECEIVE_RESULTS`
223
223
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cleanrooms-collaboration-memberspecification.html#cfn-cleanrooms-collaboration-memberspecification-memberabilities}
224
224
  */
225
- MemberAbilities: MemberAbility[];
225
+ MemberAbilities?: MemberAbility[] | undefined;
226
226
  /**
227
227
  * The collaboration member's payment responsibilities set by the collaboration creator.
228
228
  *
@@ -26,7 +26,7 @@ export type ConnectEmailAddressProps = {
26
26
  */
27
27
  DisplayName?: string | undefined;
28
28
  /**
29
- * The email address with the instance, in [^\s@]+@[^\s@]+\.[^\s@]+ format.
29
+ * The email address, including the domain.
30
30
  * @minLength 1
31
31
  * @maxLength 255
32
32
  * @pattern ([^\s@]+@[^\s@]+\.[^\s@]+)
@@ -9,6 +9,10 @@ export type ConnectEvaluationForm = ResourceDefinitionWithAttributes<"AWS::Conne
9
9
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html}
10
10
  */
11
11
  export type ConnectEvaluationFormProps = {
12
+ /**
13
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-evaluationform.html#cfn-connect-evaluationform-autoevaluationconfiguration}
14
+ */
15
+ AutoEvaluationConfiguration?: AutoEvaluationConfiguration | undefined;
12
16
  /**
13
17
  * The description of the evaluation form.
14
18
  *
@@ -69,6 +73,16 @@ export type ConnectEvaluationFormAttribs = {
69
73
  */
70
74
  EvaluationFormArn: string;
71
75
  };
76
+ /**
77
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html}
78
+ */
79
+ export type AutoEvaluationConfiguration = {
80
+ /**
81
+ * Auto Evaluation enablement status.
82
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-autoevaluationconfiguration.html#cfn-connect-evaluationform-autoevaluationconfiguration-enabled}
83
+ */
84
+ Enabled?: boolean | undefined;
85
+ };
72
86
  /**
73
87
  * An item at the root level. All items must be sections.
74
88
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformbaseitem.html}
@@ -101,11 +115,15 @@ export type EvaluationFormItem = {
101
115
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html}
102
116
  */
103
117
  export type EvaluationFormNumericQuestionAutomation = {
118
+ /**
119
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html#cfn-connect-evaluationform-evaluationformnumericquestionautomation-answersource}
120
+ */
121
+ AnswerSource?: unknown;
104
122
  /**
105
123
  * The property value of the automation.
106
124
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-evaluationformnumericquestionautomation.html#cfn-connect-evaluationform-evaluationformnumericquestionautomation-propertyvalue}
107
125
  */
108
- PropertyValue: NumericQuestionPropertyValueAutomation;
126
+ PropertyValue?: NumericQuestionPropertyValueAutomation | undefined;
109
127
  };
110
128
  /**
111
129
  * Information about the option range used for scoring in numeric questions.
@@ -384,7 +402,7 @@ export type NumericQuestionPropertyValueAutomation = {
384
402
  * The property label of the automation.
385
403
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-evaluationform-numericquestionpropertyvalueautomation.html#cfn-connect-evaluationform-numericquestionpropertyvalueautomation-label}
386
404
  */
387
- Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME";
405
+ Label: "OVERALL_CUSTOMER_SENTIMENT_SCORE" | "OVERALL_AGENT_SENTIMENT_SCORE" | "NON_TALK_TIME" | "NON_TALK_TIME_PERCENTAGE" | "NUMBER_OF_INTERRUPTIONS" | "CONTACT_DURATION" | "AGENT_INTERACTION_DURATION" | "CUSTOMER_HOLD_TIME" | "LONGEST_HOLD_DURATION" | "NUMBER_OF_HOLDS" | "AGENT_INTERACTION_AND_HOLD_DURATION";
388
406
  };
389
407
  /**
390
408
  * A scoring strategy of the evaluation form.
@@ -107,7 +107,7 @@ export type OutboundCallerConfig = {
107
107
  OutboundFlowArn?: string | undefined;
108
108
  };
109
109
  /**
110
- * The outbound email address Id.
110
+ * The outbound email address ID.
111
111
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-queue-outboundemailconfig.html}
112
112
  */
113
113
  export type OutboundEmailConfig = {
@@ -49,6 +49,11 @@ export type CustomerProfilesCalculatedAttributeDefinitionProps = {
49
49
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html#cfn-customerprofiles-calculatedattributedefinition-tags}
50
50
  */
51
51
  Tags?: Tag[] | undefined;
52
+ /**
53
+ * Whether historical data ingested before the Calculated Attribute was created should be included in calculations.
54
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html#cfn-customerprofiles-calculatedattributedefinition-usehistoricaldata}
55
+ */
56
+ UseHistoricalData?: boolean | undefined;
52
57
  };
53
58
  /**
54
59
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html#aws-resource-customerprofiles-calculatedattributedefinition-return-values}
@@ -64,6 +69,11 @@ export type CustomerProfilesCalculatedAttributeDefinitionAttribs = {
64
69
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html#cfn-customerprofiles-calculatedattributedefinition-lastupdatedat}
65
70
  */
66
71
  LastUpdatedAt: string;
72
+ /**
73
+ * Status of the Calculated Attribute creation (whether all historical data has been indexed.)
74
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-calculatedattributedefinition.html#cfn-customerprofiles-calculatedattributedefinition-status}
75
+ */
76
+ Status: "IN_PROGRESS" | "PREPARING" | "COMPLETED" | "FAILED";
67
77
  };
68
78
  /**
69
79
  * Mathematical expression and a list of attribute items specified in that expression.
@@ -118,6 +128,20 @@ export type Conditions = {
118
128
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html}
119
129
  */
120
130
  export type Range = {
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".
133
+ * @minLength 1
134
+ * @maxLength 255
135
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampformat}
136
+ */
137
+ TimestampFormat?: string | undefined;
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}".
140
+ * @minLength 1
141
+ * @maxLength 255
142
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-timestampsource}
143
+ */
144
+ TimestampSource?: string | undefined;
121
145
  /**
122
146
  * The unit of time.
123
147
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-unit}
@@ -127,7 +151,12 @@ export type Range = {
127
151
  * The amount of time of the specified unit.
128
152
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-value}
129
153
  */
130
- Value: number;
154
+ Value?: number | undefined;
155
+ /**
156
+ * A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
157
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-range.html#cfn-customerprofiles-calculatedattributedefinition-range-valuerange}
158
+ */
159
+ ValueRange?: ValueRange | undefined;
131
160
  };
132
161
  /**
133
162
  * The unit of time.
@@ -160,4 +189,24 @@ export type Threshold = {
160
189
  * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-thresholdoperator.html}
161
190
  */
162
191
  export type ThresholdOperator = "EQUAL_TO" | "GREATER_THAN" | "LESS_THAN" | "NOT_EQUAL_TO";
192
+ /**
193
+ * A structure specifying the endpoints of the relative time period over which data is included in the aggregation.
194
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html}
195
+ */
196
+ export type ValueRange = {
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.
199
+ * @min -2147483648
200
+ * @max 2147483647
201
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-end}
202
+ */
203
+ End: number;
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.
206
+ * @min -2147483648
207
+ * @max 2147483647
208
+ * @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-calculatedattributedefinition-valuerange.html#cfn-customerprofiles-calculatedattributedefinition-valuerange-start}
209
+ */
210
+ Start: number;
211
+ };
163
212
  //# sourceMappingURL=aws-customerprofiles-calculatedattributedefinition.d.ts.map