AWS Security ChangesHomeSearch

AWS codepipeline documentation change

Service: codepipeline · 2025-04-11 · Documentation low

File: codepipeline/latest/userguide/pipeline-requirements.md

Summary

Added pollingDisabledAt metadata field documentation and multiple Important notes about polling disablement

Security assessment

Documents new pipeline metadata field and operational policies for inactive pipelines. No direct security vulnerability addressed.

Diff

diff --git a/codepipeline/latest/userguide/pipeline-requirements.md b/codepipeline/latest/userguide/pipeline-requirements.md
index 8d5d450f6..16acccb94 100644
--- a//codepipeline/latest/userguide/pipeline-requirements.md
+++ b//codepipeline/latest/userguide/pipeline-requirements.md
@@ -53,0 +54 @@ YAML
+      pollingDisabledAt: '2020-09-10T06:34:07.447000+00:00'
@@ -115 +116,2 @@ JSON
-            "updated": "2020-09-10T06:34:07.447000+00:00"
+            "updated": "2020-09-10T06:34:07.447000+00:00",
+            "pollingDisabledAt": "2020-09-10T06:34:07.447000+00:00"
@@ -190,0 +193,4 @@ The pipeline structure for stages has the following requirements:
+###### Important
+
+Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see pollingDisabledAt in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see [Change Detection Methods](./change-detection-methods.html).
+
@@ -222,0 +229,4 @@ The CodeCommit and S3 source actions require either a configured change detectio
+###### Important
+
+Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline. For more information, see pollingDisabledAt in the pipeline structure reference. For the steps to migrate your pipeline from polling to event-based change detection, see [Change Detection Methods](./change-detection-methods.html).
+
@@ -398,0 +409,17 @@ The date and time when the pipeline was last updated.
+### `pollingDisabledAt`
+
+The date and time when, for a pipeline that is configured for polling for change detection, when polling was disabled.
+
+Pipelines that are inactive for longer than 30 days will have polling disabled for the pipeline.
+
+  * Inactive pipelines will have polling disabled after 30 days of no executions.
+
+  * Pipelines using EventBridge, CodeStar Connections, or webhooks will not be affected.
+
+  * Active pipelines will not be affected.
+
+
+
+
+For more information, see the pollingDisabledAt parameter under [PipelineMetadata](https://docs.aws.amazon.com/codepipeline/latest/APIReference/API_PipelineMetadata.html) object in the _CodePipeline API Guide_. For the steps to migrate your pipeline from polling to event-based change detection, see [Change Detection Methods](./change-detection-methods.html).
+