Interface CfnService.RegisteredGitLabServiceDetailsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnService.RegisteredGitLabServiceDetailsProperty.Jsii$Proxy
- Enclosing class:
CfnService
@Stability(Stable)
public static interface CfnService.RegisteredGitLabServiceDetailsProperty
extends software.amazon.jsii.JsiiSerializable
GitLab service details returned after registration.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.devopsagent.*;
RegisteredGitLabServiceDetailsProperty registeredGitLabServiceDetailsProperty = RegisteredGitLabServiceDetailsProperty.builder()
.targetUrl("targetUrl")
.tokenType("tokenType")
// the properties below are optional
.groupId("groupId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnService.RegisteredGitLabServiceDetailsPropertystatic final classAn implementation forCfnService.RegisteredGitLabServiceDetailsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetUrl
GitLab instance URL.- See Also:
-
getTokenType
Type of GitLab access token.- See Also:
-
getGroupId
Optional GitLab group ID for group-level access tokens.- See Also:
-
builder
-