@propulsionworks/cloudformation 0.1.10 → 0.1.12
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.
- package/out/exports/resources.generated/aws-amazonmq-broker.d.ts +0 -1
- package/out/exports/resources.generated/aws-amplify-app.d.ts +2 -2
- package/out/exports/resources.generated/aws-apigateway-domainname.d.ts +7 -1
- package/out/exports/resources.generated/aws-apigateway-domainnamev2.d.ts +6 -0
- package/out/exports/resources.generated/aws-apigateway-method.d.ts +1 -1
- package/out/exports/resources.generated/aws-apigatewayv2-domainname.d.ts +6 -0
- package/out/exports/resources.generated/aws-apigatewayv2-routingrule.d.ts +134 -0
- package/out/exports/resources.generated/aws-appsync-apicache.d.ts +4 -0
- package/out/exports/resources.generated/aws-athena-workgroup.d.ts +37 -0
- package/out/exports/resources.generated/aws-autoscaling-autoscalinggroup.d.ts +7 -6
- package/out/exports/resources.generated/aws-autoscaling-launchconfiguration.d.ts +8 -8
- package/out/exports/resources.generated/aws-bedrock-flow.d.ts +243 -1
- package/out/exports/resources.generated/aws-cloudtrail-eventdatastore.d.ts +26 -0
- package/out/exports/resources.generated/aws-cloudwatch-insightrule.d.ts +1 -0
- package/out/exports/resources.generated/aws-connect-emailaddress.d.ts +1 -1
- package/out/exports/resources.generated/aws-connect-queue.d.ts +1 -1
- package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts +50 -1
- package/out/exports/resources.generated/aws-customerprofiles-objecttype.d.ts +13 -1
- package/out/exports/resources.generated/aws-customerprofiles-segmentdefinition.d.ts +4 -4
- package/out/exports/resources.generated/aws-datasync-locationazureblob.d.ts +25 -13
- package/out/exports/resources.generated/aws-datasync-locationobjectstorage.d.ts +26 -10
- package/out/exports/resources.generated/aws-datasync-locationsmb.d.ts +5 -19
- package/out/exports/resources.generated/aws-datasync-task.d.ts +11 -20
- package/out/exports/resources.generated/aws-datazone-projectprofile.d.ts +9 -0
- package/out/exports/resources.generated/aws-deadline-fleet.d.ts +6 -0
- package/out/exports/resources.generated/aws-dsql-cluster.d.ts +29 -10
- package/out/exports/resources.generated/aws-ec2-ec2fleet.d.ts +113 -0
- package/out/exports/resources.generated/aws-ec2-egressonlyinternetgateway.d.ts +6 -1
- package/out/exports/resources.generated/aws-ec2-trafficmirrorfilter.d.ts +0 -1
- package/out/exports/resources.generated/aws-ecs-taskdefinition.d.ts +1 -1
- package/out/exports/resources.generated/aws-efs-mounttarget.d.ts +15 -3
- package/out/exports/resources.generated/aws-eks-addon.d.ts +3 -3
- package/out/exports/resources.generated/aws-eks-cluster.d.ts +14 -12
- package/out/exports/resources.generated/aws-eks-podidentityassociation.d.ts +24 -2
- package/out/exports/resources.generated/aws-elasticloadbalancingv2-targetgroup.d.ts +1 -1
- package/out/exports/resources.generated/aws-emr-cluster.d.ts +2 -0
- package/out/exports/resources.generated/aws-entityresolution-matchingworkflow.d.ts +15 -5
- package/out/exports/resources.generated/aws-evs-environment.d.ts +251 -0
- package/out/exports/resources.generated/aws-fis-experimenttemplate.d.ts +1 -1
- package/out/exports/resources.generated/aws-fsx-filesystem.d.ts +4 -4
- package/out/exports/resources.generated/aws-kms-key.d.ts +1 -1
- package/out/exports/resources.generated/aws-lambda-eventinvokeconfig.d.ts +4 -2
- package/out/exports/resources.generated/aws-lambda-eventsourcemapping.d.ts +67 -3
- package/out/exports/resources.generated/aws-lightsail-instancesnapshot.d.ts +9 -9
- package/out/exports/resources.generated/aws-msk-cluster.d.ts +15 -1
- package/out/exports/resources.generated/aws-mwaa-environment.d.ts +10 -0
- package/out/exports/resources.generated/aws-networkfirewall-loggingconfiguration.d.ts +4 -0
- package/out/exports/resources.generated/aws-networkfirewall-vpcendpointassociation.d.ts +100 -0
- package/out/exports/resources.generated/aws-opsworkscm-server.d.ts +7 -35
- package/out/exports/resources.generated/aws-rds-dbproxytargetgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-rds-dbshardgroup.d.ts +4 -4
- package/out/exports/resources.generated/aws-s3-bucket.d.ts +1 -1
- package/out/exports/resources.generated/aws-sagemaker-domain.d.ts +65 -0
- package/out/exports/resources.generated/aws-transfer-user.d.ts +1 -1
- package/out/exports/resources.generated/aws-verifiedpermissions-policystore.d.ts +7 -0
- package/out/exports/resources.generated/aws-wafv2-rulegroup.d.ts +23 -1
- package/out/exports/resources.generated/aws-wafv2-webacl.d.ts +114 -3
- package/package.json +1 -1
|
@@ -163,6 +163,19 @@ export type ConditionFlowNodeConfiguration = {
|
|
|
163
163
|
*/
|
|
164
164
|
Conditions: FlowCondition[];
|
|
165
165
|
};
|
|
166
|
+
/**
|
|
167
|
+
* Contains information for a metadata field to include in or exclude from consideration when reranking.
|
|
168
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html}
|
|
169
|
+
*/
|
|
170
|
+
export type FieldForReranking = {
|
|
171
|
+
/**
|
|
172
|
+
* The name of a metadata field to include in or exclude from consideration when reranking.
|
|
173
|
+
* @minLength 1
|
|
174
|
+
* @maxLength 2000
|
|
175
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-fieldforreranking.html#cfn-bedrock-flow-fieldforreranking-fieldname}
|
|
176
|
+
*/
|
|
177
|
+
FieldName: string;
|
|
178
|
+
};
|
|
166
179
|
/**
|
|
167
180
|
* Defines a condition in the condition node.
|
|
168
181
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flowcondition.html}
|
|
@@ -338,6 +351,12 @@ export type FlowNodeConfiguration = {
|
|
|
338
351
|
Retrieval: RetrievalFlowNodeConfiguration;
|
|
339
352
|
} | {
|
|
340
353
|
InlineCode: InlineCodeFlowNodeConfiguration;
|
|
354
|
+
} | {
|
|
355
|
+
Loop: LoopFlowNodeConfiguration;
|
|
356
|
+
} | {
|
|
357
|
+
LoopInput: Record<string, unknown>;
|
|
358
|
+
} | {
|
|
359
|
+
LoopController: LoopControllerFlowNodeConfiguration;
|
|
341
360
|
};
|
|
342
361
|
/**
|
|
343
362
|
* Type of input/output for a node in a flow
|
|
@@ -349,6 +368,15 @@ export type FlowNodeIODataType = "String" | "Number" | "Boolean" | "Object" | "A
|
|
|
349
368
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flownodeinput.html}
|
|
350
369
|
*/
|
|
351
370
|
export type FlowNodeInput = {
|
|
371
|
+
/**
|
|
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.
|
|
377
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flownodeinput.html#cfn-bedrock-flow-flownodeinput-category}
|
|
378
|
+
*/
|
|
379
|
+
Category?: FlowNodeInputCategory | undefined;
|
|
352
380
|
/**
|
|
353
381
|
* An expression that formats the input for the node. For an explanation of how to create expressions, see [Expressions in Prompt flows in Amazon Bedrock](https://docs.aws.amazon.com/bedrock/latest/userguide/flows-expressions.html) .
|
|
354
382
|
* @minLength 1
|
|
@@ -368,6 +396,11 @@ export type FlowNodeInput = {
|
|
|
368
396
|
*/
|
|
369
397
|
Type: FlowNodeIODataType;
|
|
370
398
|
};
|
|
399
|
+
/**
|
|
400
|
+
* Optional tag to classify input type, currently exclusive to LoopNode
|
|
401
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flownodeinputcategory.html}
|
|
402
|
+
*/
|
|
403
|
+
export type FlowNodeInputCategory = "LoopCondition" | "ReturnValueToLoopStart" | "ExitLoop";
|
|
371
404
|
/**
|
|
372
405
|
* Contains configurations for an output from a node.
|
|
373
406
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flownodeoutput.html}
|
|
@@ -389,7 +422,7 @@ export type FlowNodeOutput = {
|
|
|
389
422
|
* Flow node types
|
|
390
423
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flownodetype.html}
|
|
391
424
|
*/
|
|
392
|
-
export type FlowNodeType = "Input" | "Output" | "KnowledgeBase" | "Condition" | "Lex" | "Prompt" | "LambdaFunction" | "Agent" | "Storage" | "Retrieval" | "Iterator" | "Collector" | "InlineCode";
|
|
425
|
+
export type FlowNodeType = "Input" | "Output" | "KnowledgeBase" | "Condition" | "Lex" | "Prompt" | "LambdaFunction" | "Agent" | "Storage" | "Retrieval" | "Iterator" | "Collector" | "InlineCode" | "Loop" | "LoopInput" | "LoopController";
|
|
393
426
|
/**
|
|
394
427
|
* Schema Type for Flow APIs
|
|
395
428
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-flowstatus.html}
|
|
@@ -445,6 +478,11 @@ export type KnowledgeBaseFlowNodeConfiguration = {
|
|
|
445
478
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-guardrailconfiguration}
|
|
446
479
|
*/
|
|
447
480
|
GuardrailConfiguration?: GuardrailConfiguration | undefined;
|
|
481
|
+
/**
|
|
482
|
+
* Contains inference configurations for the prompt.
|
|
483
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-inferenceconfiguration}
|
|
484
|
+
*/
|
|
485
|
+
InferenceConfiguration?: PromptInferenceConfiguration | undefined;
|
|
448
486
|
/**
|
|
449
487
|
* The unique identifier of the knowledge base to query.
|
|
450
488
|
* @maxLength 10
|
|
@@ -460,6 +498,65 @@ export type KnowledgeBaseFlowNodeConfiguration = {
|
|
|
460
498
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-modelid}
|
|
461
499
|
*/
|
|
462
500
|
ModelId?: string | undefined;
|
|
501
|
+
/**
|
|
502
|
+
* The number of results to retrieve from the knowledge base.
|
|
503
|
+
* @min 1
|
|
504
|
+
* @max 100
|
|
505
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-numberofresults}
|
|
506
|
+
*/
|
|
507
|
+
NumberOfResults?: number | undefined;
|
|
508
|
+
/**
|
|
509
|
+
* The configuration for orchestrating the retrieval and generation process in the knowledge base node.
|
|
510
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-orchestrationconfiguration}
|
|
511
|
+
*/
|
|
512
|
+
OrchestrationConfiguration?: KnowledgeBaseOrchestrationConfiguration | undefined;
|
|
513
|
+
/**
|
|
514
|
+
* A custom prompt template to use with the knowledge base for generating responses.
|
|
515
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-prompttemplate}
|
|
516
|
+
*/
|
|
517
|
+
PromptTemplate?: KnowledgeBasePromptTemplate | undefined;
|
|
518
|
+
/**
|
|
519
|
+
* The configuration for reranking the retrieved results from the knowledge base to improve relevance.
|
|
520
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseflownodeconfiguration.html#cfn-bedrock-flow-knowledgebaseflownodeconfiguration-rerankingconfiguration}
|
|
521
|
+
*/
|
|
522
|
+
RerankingConfiguration?: VectorSearchRerankingConfiguration | undefined;
|
|
523
|
+
};
|
|
524
|
+
/**
|
|
525
|
+
* Configures how the knowledge base orchestrates the retrieval and generation process, allowing for customization of prompts, inference parameters, and performance settings.
|
|
526
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html}
|
|
527
|
+
*/
|
|
528
|
+
export type KnowledgeBaseOrchestrationConfiguration = {
|
|
529
|
+
/**
|
|
530
|
+
* The additional model-specific request parameters as key-value pairs to be included in the request to the foundation model.
|
|
531
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-additionalmodelrequestfields}
|
|
532
|
+
*/
|
|
533
|
+
AdditionalModelRequestFields?: Record<string, unknown> | undefined;
|
|
534
|
+
/**
|
|
535
|
+
* Contains inference configurations for the prompt.
|
|
536
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-inferenceconfig}
|
|
537
|
+
*/
|
|
538
|
+
InferenceConfig?: PromptInferenceConfiguration | undefined;
|
|
539
|
+
/**
|
|
540
|
+
* The performance configuration options for the knowledge base retrieval and generation process.
|
|
541
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-performanceconfig}
|
|
542
|
+
*/
|
|
543
|
+
PerformanceConfig?: PerformanceConfiguration | undefined;
|
|
544
|
+
/**
|
|
545
|
+
* A custom prompt template for orchestrating the retrieval and generation process.
|
|
546
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseorchestrationconfiguration.html#cfn-bedrock-flow-knowledgebaseorchestrationconfiguration-prompttemplate}
|
|
547
|
+
*/
|
|
548
|
+
PromptTemplate?: KnowledgeBasePromptTemplate | undefined;
|
|
549
|
+
};
|
|
550
|
+
/**
|
|
551
|
+
* Defines a custom prompt template for orchestrating the retrieval and generation process.
|
|
552
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-knowledgebaseprompttemplate.html}
|
|
553
|
+
*/
|
|
554
|
+
export type KnowledgeBasePromptTemplate = {
|
|
555
|
+
/**
|
|
556
|
+
* @minLength 1
|
|
557
|
+
* @maxLength 100000
|
|
558
|
+
*/
|
|
559
|
+
TextPromptTemplate: string;
|
|
463
560
|
};
|
|
464
561
|
/**
|
|
465
562
|
* Contains configurations for a Lambda function node in the flow. You specify the Lambda function to invoke and the inputs into the function. The output is the response that is defined in the Lambda function. For more information, see [Node types in a flow](https://docs.aws.amazon.com/bedrock/latest/userguide/flows-nodes.html) in the Amazon Bedrock User Guide.
|
|
@@ -494,6 +591,77 @@ export type LexFlowNodeConfiguration = {
|
|
|
494
591
|
*/
|
|
495
592
|
LocaleId: string;
|
|
496
593
|
};
|
|
594
|
+
/**
|
|
595
|
+
* Contains configurations for the controller node of a DoWhile loop in the flow.
|
|
596
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopcontrollerflownodeconfiguration.html}
|
|
597
|
+
*/
|
|
598
|
+
export type LoopControllerFlowNodeConfiguration = {
|
|
599
|
+
/**
|
|
600
|
+
* Specifies the condition that determines when the flow exits the DoWhile loop. The loop executes until this condition evaluates to true.
|
|
601
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopcontrollerflownodeconfiguration.html#cfn-bedrock-flow-loopcontrollerflownodeconfiguration-continuecondition}
|
|
602
|
+
*/
|
|
603
|
+
ContinueCondition: FlowCondition;
|
|
604
|
+
/**
|
|
605
|
+
* Specifies the maximum number of times the DoWhile loop can iterate before the flow exits the loop.
|
|
606
|
+
* @min 1
|
|
607
|
+
* @max 1000
|
|
608
|
+
* @default 10
|
|
609
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopcontrollerflownodeconfiguration.html#cfn-bedrock-flow-loopcontrollerflownodeconfiguration-maxiterations}
|
|
610
|
+
*/
|
|
611
|
+
MaxIterations?: number | undefined;
|
|
612
|
+
};
|
|
613
|
+
/**
|
|
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.
|
|
624
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopflownodeconfiguration.html}
|
|
625
|
+
*/
|
|
626
|
+
export type LoopFlowNodeConfiguration = {
|
|
627
|
+
/**
|
|
628
|
+
* The definition of the DoWhile loop nodes and connections between nodes in the flow.
|
|
629
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-loopflownodeconfiguration.html#cfn-bedrock-flow-loopflownodeconfiguration-definition}
|
|
630
|
+
*/
|
|
631
|
+
Definition: FlowDefinition;
|
|
632
|
+
};
|
|
633
|
+
/**
|
|
634
|
+
* Contains configurations for the metadata to use in reranking.
|
|
635
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html}
|
|
636
|
+
*/
|
|
637
|
+
export type MetadataConfigurationForReranking = {
|
|
638
|
+
/**
|
|
639
|
+
* Specifies whether to consider all metadata when reranking, or only the metadata that you select. If you specify `SELECTIVE` , include the `selectiveModeConfiguration` field.
|
|
640
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectionmode}
|
|
641
|
+
*/
|
|
642
|
+
SelectionMode: RerankingMetadataSelectionMode;
|
|
643
|
+
/**
|
|
644
|
+
* Contains configurations for the metadata fields to include or exclude when considering reranking.
|
|
645
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-metadataconfigurationforreranking.html#cfn-bedrock-flow-metadataconfigurationforreranking-selectivemodeconfiguration}
|
|
646
|
+
*/
|
|
647
|
+
SelectiveModeConfiguration?: RerankingMetadataSelectiveModeConfiguration | undefined;
|
|
648
|
+
};
|
|
649
|
+
/**
|
|
650
|
+
* Performance settings for a model.
|
|
651
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-performanceconfiguration.html}
|
|
652
|
+
*/
|
|
653
|
+
export type PerformanceConfiguration = {
|
|
654
|
+
/**
|
|
655
|
+
* To use a latency-optimized version of the model, set to `optimized` .
|
|
656
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-performanceconfiguration.html#cfn-bedrock-flow-performanceconfiguration-latency}
|
|
657
|
+
*/
|
|
658
|
+
Latency?: PerformanceConfigurationLatency | undefined;
|
|
659
|
+
};
|
|
660
|
+
/**
|
|
661
|
+
* Performance Configuration Latency
|
|
662
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-performanceconfigurationlatency.html}
|
|
663
|
+
*/
|
|
664
|
+
export type PerformanceConfigurationLatency = "standard" | "optimized";
|
|
497
665
|
/**
|
|
498
666
|
* Contains configurations for a prompt node in the flow. You can use a prompt from Prompt management or you can define one in this node. If the prompt contains variables, the inputs into this node will fill in the variables. The output from this node is the response generated by the model. For more information, see [Node types in a flow](https://docs.aws.amazon.com/bedrock/latest/userguide/flows-nodes.html) in the Amazon Bedrock User Guide.
|
|
499
667
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-promptflownodeconfiguration.html}
|
|
@@ -623,6 +791,20 @@ export type PromptTemplateConfiguration = {
|
|
|
623
791
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-prompttemplatetype.html}
|
|
624
792
|
*/
|
|
625
793
|
export type PromptTemplateType = "TEXT";
|
|
794
|
+
/**
|
|
795
|
+
* Reranking Metadata Selection Mode
|
|
796
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-rerankingmetadataselectionmode.html}
|
|
797
|
+
*/
|
|
798
|
+
export type RerankingMetadataSelectionMode = "SELECTIVE" | "ALL";
|
|
799
|
+
/**
|
|
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.
|
|
801
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-rerankingmetadataselectivemodeconfiguration.html}
|
|
802
|
+
*/
|
|
803
|
+
export type RerankingMetadataSelectiveModeConfiguration = {
|
|
804
|
+
FieldsToInclude: FieldForReranking[];
|
|
805
|
+
} | {
|
|
806
|
+
FieldsToExclude: FieldForReranking[];
|
|
807
|
+
};
|
|
626
808
|
/**
|
|
627
809
|
* Contains configurations for a Retrieval node in a flow. This node retrieves data from the Amazon S3 location that you specify and returns it as the output.
|
|
628
810
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-retrievalflownodeconfiguration.html}
|
|
@@ -734,4 +916,64 @@ export type TextPromptTemplateConfiguration = {
|
|
|
734
916
|
*/
|
|
735
917
|
Text: string;
|
|
736
918
|
};
|
|
919
|
+
/**
|
|
920
|
+
* Contains configurations for reranking with an Amazon Bedrock reranker model.
|
|
921
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html}
|
|
922
|
+
*/
|
|
923
|
+
export type VectorSearchBedrockRerankingConfiguration = {
|
|
924
|
+
/**
|
|
925
|
+
* Contains configurations for the metadata to use in reranking.
|
|
926
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-metadataconfiguration}
|
|
927
|
+
*/
|
|
928
|
+
MetadataConfiguration?: MetadataConfigurationForReranking | undefined;
|
|
929
|
+
/**
|
|
930
|
+
* Contains configurations for the reranker model.
|
|
931
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-modelconfiguration}
|
|
932
|
+
*/
|
|
933
|
+
ModelConfiguration: VectorSearchBedrockRerankingModelConfiguration;
|
|
934
|
+
/**
|
|
935
|
+
* The number of results to return after reranking.
|
|
936
|
+
* @min 1
|
|
937
|
+
* @max 100
|
|
938
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingconfiguration-numberofrerankedresults}
|
|
939
|
+
*/
|
|
940
|
+
NumberOfRerankedResults?: number | undefined;
|
|
941
|
+
};
|
|
942
|
+
/**
|
|
943
|
+
* Contains configurations for an Amazon Bedrock reranker model.
|
|
944
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html}
|
|
945
|
+
*/
|
|
946
|
+
export type VectorSearchBedrockRerankingModelConfiguration = {
|
|
947
|
+
/**
|
|
948
|
+
* A JSON object whose keys are request fields for the model and whose values are values for those fields.
|
|
949
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-additionalmodelrequestfields}
|
|
950
|
+
*/
|
|
951
|
+
AdditionalModelRequestFields?: Record<string, unknown> | undefined;
|
|
952
|
+
/**
|
|
953
|
+
* The ARN of the reranker model to use.
|
|
954
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration.html#cfn-bedrock-flow-vectorsearchbedrockrerankingmodelconfiguration-modelarn}
|
|
955
|
+
*/
|
|
956
|
+
ModelArn: string;
|
|
957
|
+
};
|
|
958
|
+
/**
|
|
959
|
+
* Contains configurations for reranking the retrieved results.
|
|
960
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html}
|
|
961
|
+
*/
|
|
962
|
+
export type VectorSearchRerankingConfiguration = {
|
|
963
|
+
/**
|
|
964
|
+
* Contains configurations for an Amazon Bedrock reranker model.
|
|
965
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-bedrockrerankingconfiguration}
|
|
966
|
+
*/
|
|
967
|
+
BedrockRerankingConfiguration?: VectorSearchBedrockRerankingConfiguration | undefined;
|
|
968
|
+
/**
|
|
969
|
+
* The type of reranker model.
|
|
970
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfiguration.html#cfn-bedrock-flow-vectorsearchrerankingconfiguration-type}
|
|
971
|
+
*/
|
|
972
|
+
Type: VectorSearchRerankingConfigurationType;
|
|
973
|
+
};
|
|
974
|
+
/**
|
|
975
|
+
* Enum of Rerank Configuration Types
|
|
976
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-flow-vectorsearchrerankingconfigurationtype.html}
|
|
977
|
+
*/
|
|
978
|
+
export type VectorSearchRerankingConfigurationType = "BEDROCK_RERANKING_MODEL";
|
|
737
979
|
//# sourceMappingURL=aws-bedrock-flow.d.ts.map
|
|
@@ -34,6 +34,11 @@ export type CloudTrailEventDataStoreProps = {
|
|
|
34
34
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-billingmode}
|
|
35
35
|
*/
|
|
36
36
|
BillingMode?: string | undefined;
|
|
37
|
+
/**
|
|
38
|
+
* The list of context key selectors that are configured for the event data store.
|
|
39
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-contextkeyselectors}
|
|
40
|
+
*/
|
|
41
|
+
ContextKeySelectors?: ContextKeySelector[] | undefined;
|
|
37
42
|
/**
|
|
38
43
|
* Indicates if [Lake query federation](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/query-federation.html) is enabled. By default, Lake query federation is disabled. You cannot delete an event data store if Lake query federation is enabled.
|
|
39
44
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-federationenabled}
|
|
@@ -81,6 +86,11 @@ export type CloudTrailEventDataStoreProps = {
|
|
|
81
86
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-kmskeyid}
|
|
82
87
|
*/
|
|
83
88
|
KmsKeyId?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* The maximum allowed size for events to be stored in the specified event data store. If you are using context key selectors, MaxEventSize must be set to Large.
|
|
91
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-maxeventsize}
|
|
92
|
+
*/
|
|
93
|
+
MaxEventSize?: "Standard" | "Large" | undefined;
|
|
84
94
|
/**
|
|
85
95
|
* Specifies whether the event data store includes events from all Regions, or only from the Region in which the event data store is created.
|
|
86
96
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudtrail-eventdatastore.html#cfn-cloudtrail-eventdatastore-multiregionenabled}
|
|
@@ -289,6 +299,22 @@ export type AdvancedFieldSelector = {
|
|
|
289
299
|
*/
|
|
290
300
|
StartsWith?: string[] | undefined;
|
|
291
301
|
};
|
|
302
|
+
/**
|
|
303
|
+
* An object that contains information types to be included in CloudTrail enriched events.
|
|
304
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-eventdatastore-contextkeyselector.html}
|
|
305
|
+
*/
|
|
306
|
+
export type ContextKeySelector = {
|
|
307
|
+
/**
|
|
308
|
+
* A list of keys defined by Type to be included in CloudTrail enriched events.
|
|
309
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-eventdatastore-contextkeyselector.html#cfn-cloudtrail-eventdatastore-contextkeyselector-equals}
|
|
310
|
+
*/
|
|
311
|
+
Equals: string[];
|
|
312
|
+
/**
|
|
313
|
+
* Specifies the type of the event record field in ContextKeySelector. Valid values include RequestContext, TagContext.
|
|
314
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-eventdatastore-contextkeyselector.html#cfn-cloudtrail-eventdatastore-contextkeyselector-type}
|
|
315
|
+
*/
|
|
316
|
+
Type: "RequestContext" | "TagContext";
|
|
317
|
+
};
|
|
292
318
|
/**
|
|
293
319
|
* A JSON string that contains a list of Insights types that are logged on an event data store.
|
|
294
320
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudtrail-eventdatastore-insightselector.html}
|
|
@@ -10,6 +10,7 @@ export type CloudWatchInsightRule = ResourceDefinitionWithAttributes<"AWS::Cloud
|
|
|
10
10
|
*/
|
|
11
11
|
export type CloudWatchInsightRuleProps = {
|
|
12
12
|
/**
|
|
13
|
+
* Determines whether the rules is evaluated on transformed versions of logs. Valid values are `TRUE` and `FALSE` .
|
|
13
14
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-insightrule.html#cfn-cloudwatch-insightrule-applyontransformedlogs}
|
|
14
15
|
*/
|
|
15
16
|
ApplyOnTransformedLogs?: boolean | undefined;
|
|
@@ -26,7 +26,7 @@ export type ConnectEmailAddressProps = {
|
|
|
26
26
|
*/
|
|
27
27
|
DisplayName?: string | undefined;
|
|
28
28
|
/**
|
|
29
|
-
* The email address
|
|
29
|
+
* The email address, including the domain.
|
|
30
30
|
* @minLength 1
|
|
31
31
|
* @maxLength 255
|
|
32
32
|
* @pattern ([^\s@]+@[^\s@]+\.[^\s@]+)
|
|
@@ -107,7 +107,7 @@ export type OutboundCallerConfig = {
|
|
|
107
107
|
OutboundFlowArn?: string | undefined;
|
|
108
108
|
};
|
|
109
109
|
/**
|
|
110
|
-
* The outbound email address
|
|
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 = {
|
package/out/exports/resources.generated/aws-customerprofiles-calculatedattributedefinition.d.ts
CHANGED
|
@@ -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
|
|
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
|
|
@@ -17,7 +17,7 @@ export type CustomerProfilesObjectTypeProps = {
|
|
|
17
17
|
/**
|
|
18
18
|
* The description of the profile object type mapping.
|
|
19
19
|
* @minLength 1
|
|
20
|
-
* @maxLength
|
|
20
|
+
* @maxLength 10000
|
|
21
21
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html#cfn-customerprofiles-objecttype-description}
|
|
22
22
|
*/
|
|
23
23
|
Description: string;
|
|
@@ -53,6 +53,12 @@ export type CustomerProfilesObjectTypeProps = {
|
|
|
53
53
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html#cfn-customerprofiles-objecttype-keys}
|
|
54
54
|
*/
|
|
55
55
|
Keys?: KeyMap[] | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* The amount of profile object max count assigned to the object type.
|
|
58
|
+
* @min 1
|
|
59
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html#cfn-customerprofiles-objecttype-maxprofileobjectcount}
|
|
60
|
+
*/
|
|
61
|
+
MaxProfileObjectCount?: number | undefined;
|
|
56
62
|
/**
|
|
57
63
|
* The name of the profile object type.
|
|
58
64
|
* @minLength 1
|
|
@@ -96,6 +102,12 @@ export type CustomerProfilesObjectTypeAttribs = {
|
|
|
96
102
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html#cfn-customerprofiles-objecttype-lastupdatedat}
|
|
97
103
|
*/
|
|
98
104
|
LastUpdatedAt: string;
|
|
105
|
+
/**
|
|
106
|
+
* The amount of provisioned profile object max count available.
|
|
107
|
+
* @min 0
|
|
108
|
+
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-customerprofiles-objecttype.html#cfn-customerprofiles-objecttype-maxavailableprofileobjectcount}
|
|
109
|
+
*/
|
|
110
|
+
MaxAvailableProfileObjectCount: number;
|
|
99
111
|
};
|
|
100
112
|
/**
|
|
101
113
|
* A map of the name and ObjectType field.
|
|
@@ -367,15 +367,15 @@ export type ProfileDimension = {
|
|
|
367
367
|
export type RangeOverride = {
|
|
368
368
|
/**
|
|
369
369
|
* The end time of when to include objects.
|
|
370
|
-
* @min
|
|
371
|
-
* @max
|
|
370
|
+
* @min -2147483648
|
|
371
|
+
* @max 2147483647
|
|
372
372
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-rangeoverride.html#cfn-customerprofiles-segmentdefinition-rangeoverride-end}
|
|
373
373
|
*/
|
|
374
374
|
End?: number | undefined;
|
|
375
375
|
/**
|
|
376
376
|
* The start time of when to include objects.
|
|
377
|
-
* @min
|
|
378
|
-
* @max
|
|
377
|
+
* @min -2147483648
|
|
378
|
+
* @max 2147483647
|
|
379
379
|
* @see {@link https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-segmentdefinition-rangeoverride.html#cfn-customerprofiles-segmentdefinition-rangeoverride-start}
|
|
380
380
|
*/
|
|
381
381
|
Start: number;
|