AWS Security ChangesHomeSearch

AWS ivs documentation change

Service: ivs · 2026-04-25 · Documentation low

File: ivs/latest/RealTimeAPIReference/API_IngestConfiguration.md

Summary

Added API fields 'redundantIngest' and 'redundantIngestCredentials' to support redundant ingest configuration for improved reliability.

Security assessment

This change documents new API parameters for redundant ingest setup, including credentials, but does not indicate a security issue; it focuses on availability and feature expansion without explicit security context.

Diff

diff --git a/ivs/latest/RealTimeAPIReference/API_IngestConfiguration.md b/ivs/latest/RealTimeAPIReference/API_IngestConfiguration.md
index eb745f9ea..f6d50ce40 100644
--- a//ivs/latest/RealTimeAPIReference/API_IngestConfiguration.md
+++ b//ivs/latest/RealTimeAPIReference/API_IngestConfiguration.md
@@ -108,0 +109,18 @@ Required: No
+**redundantIngest**
+    
+
+Indicates whether redundant ingest is enabled for the ingest configuration.
+
+Type: Boolean
+
+Required: No
+
+**redundantIngestCredentials**
+    
+
+A list of redundant ingest credentials, present only when `redundantIngest` is set to `true`. See Redundant Ingest in IVS RTMP Publishing for details. 
+
+Type: Array of [RedundantIngestCredential](./API_RedundantIngestCredential.html) objects
+
+Required: No
+