GitLabIntegrationInput
The configuration for creating a GitLab integration.
Contents
- accessToken
-
The GitLab access token used to authenticate. This can be a personal access token or a group access token.
Type: String
Required: Yes
- tokenType
-
The type of GitLab access token provided in accessToken.
Type: String
Valid Values:
PERSONAL | GROUPRequired: Yes
- groupId
-
The identifier of the GitLab group. Required when tokenType is group and ignored for personal tokens.
Type: String
Required: No
- targetUrl
-
The HTTPS URL of a self-managed GitLab instance. Omit this value for GitLab SaaS (gitlab.com).
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: