AWS Security ChangesHomeSearch

AWS AWSCloudFormation documentation change

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

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

Summary

Added GitLab access token type documentation with allowed values

Security assessment

Clarifies access token types which improves security awareness, but no vulnerability addressed

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-registeredgitlabservicedetails.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-registeredgitlabservicedetails.md
index 12c3d1662..3e26e3879 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-registeredgitlabservicedetails.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-registeredgitlabservicedetails.md
@@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo
-The `RegisteredGitLabServiceDetails` property type specifies Property description not available. for an [AWS::DevOpsAgent::Service](./aws-resource-devopsagent-service.html).
+GitLab service details returned after registration.
@@ -38 +38 @@ To declare this entity in your CloudFormation template, use the following syntax
-Property description not available.
+The GitLab group ID for group-level access tokens.
@@ -49 +49 @@ _Required_ : No
-Property description not available.
+The GitLab instance URL.
@@ -60 +60,3 @@ _Required_ : Yes
-Property description not available.
+The type of GitLab access token.
+
+_Allowed Values_ : `personal` | `group`