AWS::DevOpsAgent::Service GitLabDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::DevOpsAgent::Service GitLabDetails

Configuration details for registering a GitLab service.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "GroupId" : String, "TargetUrl" : String, "TokenType" : String, "TokenValue" : String }

YAML

GroupId: String TargetUrl: String TokenType: String TokenValue: String

Properties

GroupId

The GitLab group ID. Required when TokenType is group.

Required: No

Type: String

Update requires: Replacement

TargetUrl

The GitLab instance URL. Must be an HTTPS URL.

Required: Yes

Type: String

Pattern: ^https://[a-zA-Z0-9]([a-zA-Z0-9.-]*[a-zA-Z0-9])?(?::[0-9]{1,5})?/?$

Update requires: Replacement

TokenType

The type of GitLab access token.

Allowed Values: personal | group

Required: Yes

Type: String

Allowed values: personal | group

Update requires: Replacement

TokenValue

The GitLab access token value. Must match the pattern ^glpat-[a-zA-Z0-9._-]+$.

Required: Yes

Type: String

Pattern: ^glpat-[a-zA-Z0-9._-]+$

Update requires: Replacement