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