@@ -492,6 +492,12 @@ Parameters:
492492 Optional utterance to send to bot after ending a live chat session
493493 Default : ' '
494494
495+ ConnectTranscriptRedactRegex :
496+ Type : String
497+ Description : >
498+ Optional regex used to redact entire lines in transcript sent to agent
499+ Default : ' '
500+
495501 # # CSS Configuration Options
496502 MessageTextColor :
497503 Type : String
@@ -694,6 +700,7 @@ Metadata:
694700 - ConnectEndLiveChatIcon
695701 - ConnectEndLiveChatUtterance
696702 - ConnectTranscriptMessageDelayInMsec
703+ - ConnectTranscriptRedactRegex
697704 - Label :
698705 default : CSS Customization Parameters
699706 Parameters :
@@ -856,6 +863,7 @@ Resources:
856863 ConnectEndLiveChatIcon : !Ref ConnectEndLiveChatIcon
857864 ConnectEndLiveChatUtterance : !Ref ConnectEndLiveChatUtterance
858865 ConnectTranscriptMessageDelayInMsec : !Ref ConnectTranscriptMessageDelayInMsec
866+ ConnectTranscriptRedactRegex : !Ref ConnectTranscriptRedactRegex
859867 MessageTextColor : !Ref MessageTextColor
860868 MessageFont : !Ref MessageFont
861869 ChatBackgroundColor : !Ref ChatBackgroundColor
@@ -868,7 +876,7 @@ Resources:
868876 AllowStreamingResponses : !Ref AllowStreamingResponses
869877 ShouldEnableUpload : !Ref ShouldEnableUpload
870878 UploadBucket : !Ref UploadBucket
871- Timestamp : 1724098094
879+ Timestamp : 1730925847
872880
873881 CognitoIdentityPoolConfig :
874882 Type : AWS::CloudFormation::Stack
@@ -882,7 +890,7 @@ Resources:
882890 CodeBuildProjectName : !GetAtt CodeBuildDeploy.Outputs.CodeBuildProject
883891 CognitoUserPool : !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolId
884892 CognitoUserPoolClient : !GetAtt CognitoIdentityPool.Outputs.CognitoUserPoolClientId
885- Timestamp : 1724098094
893+ Timestamp : 1730925847
886894
887895 # #########################################################################
888896 # Lambda that will validate if user has put in an invalid CSS color/Hex string and fail deployment
0 commit comments