

# GitLabDetails
<a name="API_GitLabDetails"></a>

Service details for GitLab integration.

## Contents
<a name="API_GitLabDetails_Contents"></a>

 ** targetUrl **   <a name="devopsagent-Type-GitLabDetails-targetUrl"></a>
GitLab instance URL (e.g., https://gitlab.com or self-hosted instance).  
Type: String  
Pattern: `https://[a-zA-Z0-9]([a-zA-Z0-9.-]*[a-zA-Z0-9])?(?::[0-9]{1,5})?/?`   
Required: Yes

 ** tokenType **   <a name="devopsagent-Type-GitLabDetails-tokenType"></a>
Type of GitLab access token  
Type: String  
Valid Values: `personal | group`   
Required: Yes

 ** tokenValue **   <a name="devopsagent-Type-GitLabDetails-tokenValue"></a>
GitLab access token value  
Type: String  
Pattern: `[a-zA-Z0-9._-]+`   
Required: Yes

 ** groupId **   <a name="devopsagent-Type-GitLabDetails-groupId"></a>
Optional GitLab group ID for group-level access tokens  
Type: String  
Required: No

## See Also
<a name="API_GitLabDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/devops-agent-2026-01-01/GitLabDetails) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/devops-agent-2026-01-01/GitLabDetails) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/devops-agent-2026-01-01/GitLabDetails) 