AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

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

File: AWSCloudFormation/latest/TemplateReference/aws-resource-osis-pipeline.md

Summary

Added documentation for new properties `PipelineRoleArn` and `ResourcePolicy` in OSIS pipeline resource.

Security assessment

The new properties relate to IAM role permissions and resource policies, which are security-related configurations. This adds documentation about securing pipeline access but does not address a specific security issue.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-osis-pipeline.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-osis-pipeline.md
index 591703f9a..e83c7adbc 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-osis-pipeline.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-osis-pipeline.md
@@ -27,0 +28,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+          "PipelineRoleArn" : String,
+          "ResourcePolicy" : [ResourcePolicy](./aws-properties-osis-pipeline-resourcepolicy.html),
@@ -48,0 +51,3 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      PipelineRoleArn: String
+      ResourcePolicy: 
+        [ResourcePolicy](./aws-properties-osis-pipeline-resourcepolicy.html)
@@ -151,0 +157,28 @@ _Minimum_ : `3`
+`PipelineRoleArn`
+    
+
+The Amazon Resource Name (ARN) of the IAM role that the pipeline uses to access AWS resources.
+
+_Required_ : No
+
+ _Type_ : String
+
+ _Pattern_ : `^arn:(aws|aws\-cn|aws\-us\-gov|aws\-iso|aws\-iso\-b|aws\-iso\-e|aws\-iso\-f):iam::[0-9]+:role\/.*$`
+
+_Minimum_ : `20`
+
+ _Maximum_ : `2048`
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+
+`ResourcePolicy`
+    
+
+Property description not available.
+
+_Required_ : No
+
+ _Type_ : [ResourcePolicy](./aws-properties-osis-pipeline-resourcepolicy.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+