AWS AWSCloudFormation documentation change
Summary
Added GitLab configuration details including token type validation and HTTPS requirement
Security assessment
Documents secure token patterns and HTTPS enforcement as best practices
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-gitlabdetails.md b/AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-gitlabdetails.md index 26bc91d6e..9e5b8aeba 100644 --- a//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-gitlabdetails.md +++ b//AWSCloudFormation/latest/TemplateReference/aws-properties-devopsagent-service-gitlabdetails.md @@ -9 +9 @@ This is the new _CloudFormation Template Reference Guide_. Please update your bo -The `GitLabDetails` property type specifies Property description not available. for an [AWS::DevOpsAgent::Service](./aws-resource-devopsagent-service.html). +Configuration details for registering a GitLab service. @@ -40 +40 @@ To declare this entity in your CloudFormation template, use the following syntax -Property description not available. +The GitLab group ID. Required when `TokenType` is `group`. @@ -51 +51 @@ _Required_ : No -Property description not available. +The GitLab instance URL. Must be an HTTPS URL. @@ -64 +64,3 @@ _Update requires_ : [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/ -Property description not available. +The type of GitLab access token. + +_Allowed Values_ : `personal` | `group` @@ -77 +79 @@ _Required_ : Yes -Property description not available. +The GitLab access token value. Must match the pattern `^glpat-[a-zA-Z0-9._-]+$`.