AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

Service: AWSCloudFormation · 2026-02-28 · Documentation low

File: AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-servicenowservicedetails.md

Summary

Updated descriptions for ServiceNowServiceDetails to clarify configuration details, authorization requirements, and HTTPS URL format enforcement

Security assessment

The change adds documentation about HTTPS requirements and authorization configuration, which are security best practices but does not indicate a specific security vulnerability being addressed.

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-servicenowservicedetails.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-servicenowservicedetails.md
index 254194f83..fd3b6a288 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-servicenowservicedetails.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-servicenowservicedetails.md
@@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `ServiceNowServiceDetails` property type specifies Property description not available. for an [AWS::DevOpsAgent::Service](./aws-resource-devopsagent-service.html).
+Configuration details for registering a ServiceNow service.
@@ -37 +37 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+The authorization configuration for the ServiceNow service.
@@ -48 +48 @@ _Required_ : No
-Property description not available.
+The ServiceNow instance URL. Must be an HTTPS URL matching the format `https://<instance-name>.service-now.com`.