AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-03-13 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-odb-odbnetwork-managedservices.md

Summary

Added new properties CrossRegionS3RestoreSourcesAccess, KmsAccess, and StsAccess to the ManagedServices resource definition, including their documentation.

Security assessment

The change adds documentation for KMS (Key Management Service) and STS (Security Token Service) access configurations, which are security-related features. However, there is no evidence that this change addresses a specific security vulnerability or incident; it appears to be adding documentation for new security-related properties as part of feature enhancement.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-odb-odbnetwork-managedservices.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-odb-odbnetwork-managedservices.md
index 4e071ea33..1836677f9 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-odb-odbnetwork-managedservices.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-odb-odbnetwork-managedservices.md
@@ -18,0 +19,2 @@ To declare this entity in your CloudFormation template, use the following syntax
+      "CrossRegionS3RestoreSourcesAccess" : [ [CrossRegionS3RestoreSourcesAccess](./aws-properties-odb-odbnetwork-crossregions3restoresourcesaccess.html), ... ],
+      "KmsAccess" : [KmsAccess](./aws-properties-odb-odbnetwork-kmsaccess.html),
@@ -24,0 +27 @@ To declare this entity in your CloudFormation template, use the following syntax
+      "StsAccess" : [StsAccess](./aws-properties-odb-odbnetwork-stsaccess.html),
@@ -31,0 +35,4 @@ To declare this entity in your CloudFormation template, use the following syntax
+      CrossRegionS3RestoreSourcesAccess: 
+        - [CrossRegionS3RestoreSourcesAccess](./aws-properties-odb-odbnetwork-crossregions3restoresourcesaccess.html)
+      KmsAccess: 
+        [KmsAccess](./aws-properties-odb-odbnetwork-kmsaccess.html)
@@ -41,0 +49,2 @@ To declare this entity in your CloudFormation template, use the following syntax
+      StsAccess: 
+        [StsAccess](./aws-properties-odb-odbnetwork-stsaccess.html)
@@ -47,0 +57,22 @@ To declare this entity in your CloudFormation template, use the following syntax
+`CrossRegionS3RestoreSourcesAccess`
+    
+
+The access configuration for the cross-Region Amazon S3 database restore source.
+
+_Required_ : No
+
+ _Type_ : [Array](./aws-properties-odb-odbnetwork-crossregions3restoresourcesaccess.html) of [CrossRegionS3RestoreSourcesAccess](./aws-properties-odb-odbnetwork-crossregions3restoresourcesaccess.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+
+`KmsAccess`
+    
+
+The AWS Key Management Service (KMS) access configuration.
+
+_Required_ : No
+
+ _Type_ : [KmsAccess](./aws-properties-odb-odbnetwork-kmsaccess.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+
@@ -129,0 +161,11 @@ _Required_ : No
+`StsAccess`
+    
+
+The AWS Security Token Service (STS) access configuration.
+
+_Required_ : No
+
+ _Type_ : [StsAccess](./aws-properties-odb-odbnetwork-stsaccess.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+