AWS::DevOpsAgent::Service RegisteredGitLabServiceDetails - AWS CloudFormation

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

AWS::DevOpsAgent::Service RegisteredGitLabServiceDetails

GitLab service details returned after registration.

Syntax

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

JSON

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

YAML

GroupId: String TargetUrl: String TokenType: String

Properties

GroupId

The GitLab group ID for group-level access tokens.

Required: No

Type: String

Update requires: No interruption

TargetUrl

The GitLab instance URL.

Required: Yes

Type: String

Update requires: No interruption

TokenType

The type of GitLab access token.

Allowed Values: personal | group

Required: Yes

Type: String

Allowed values: personal | group

Update requires: No interruption