AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2025-06-25 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-resource-mediatailor-playbackconfiguration.md

Summary

Added InsertionMode property for ad insertion method selection

Security assessment

The change introduces a feature for ad insertion modes without security implications or security feature documentation.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-mediatailor-playbackconfiguration.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-mediatailor-playbackconfiguration.md
index 50b3f1e3b..13badaea1 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-mediatailor-playbackconfiguration.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-mediatailor-playbackconfiguration.md
@@ -28,0 +29 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+          "InsertionMode" : String,
@@ -61,0 +63 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      InsertionMode: String
@@ -168,0 +171,13 @@ _Required_ : No
+`InsertionMode`
+    
+
+The setting that controls whether players can use stitched or guided ad insertion. The default, `STITCHED_ONLY`, forces all player sessions to use stitched (server-side) ad insertion. Choosing `PLAYER_SELECT` allows players to select either stitched or guided ad insertion at session-initialization time. The default for players that do not specify an insertion mode is stitched.
+
+_Required_ : No
+
+ _Type_ : String
+
+ _Allowed values_ : `STITCHED_ONLY | PLAYER_SELECT`
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+