AWS Security ChangesHomeSearch

AWS cli medium security documentation change

Service: cli · 2025-11-19 · Security-related medium

File: cli/latest/reference/connect/start-outbound-voice-contact.md

Summary

Added security note about service principal requirements for Preview dialing mode and new ring timeout parameter

Security assessment

Added explicit security control documentation requiring specific service principal authorization for role assumption in Preview mode, which prevents unauthorized access. Also added operational parameter (ring timeout) without direct security implications.

Diff

diff --git a/cli/latest/reference/connect/start-outbound-voice-contact.md b/cli/latest/reference/connect/start-outbound-voice-contact.md
index 70c209392..c52aa2a8d 100644
--- a//cli/latest/reference/connect/start-outbound-voice-contact.md
+++ b//cli/latest/reference/connect/start-outbound-voice-contact.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
@@ -72,0 +73,4 @@ Campaign calls are not allowed by default. Before you can make a call with `Traf
+### Note
+
+For Preview dialing mode, only the Amazon Connect outbound campaigns service principal is allowed to assume a role in your account and call this API with OutboundStrategy.
+
@@ -93,0 +98 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/connec
+    [--ring-timeout-in-seconds <value>]
@@ -466,0 +472,11 @@ JSON Syntax:
+`--ring-timeout-in-seconds` (integer)
+
+> The maximum time the outbound call will wait for the destination to answer the call, in seconds
+> 
+> Constraints:
+> 
+>   * min: `15`
+>   * max: `60`
+> 
+
+
@@ -587 +603 @@ ContactId -> (string)
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »