Interface CfnServicePropsMixin.RegisteredGitLabServiceDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnServicePropsMixin.RegisteredGitLabServiceDetailsProperty.Jsii$Proxy
Enclosing class:
CfnServicePropsMixin

@Stability(Stable) public static interface CfnServicePropsMixin.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.cfnpropertymixins.services.devopsagent.*;
 RegisteredGitLabServiceDetailsProperty registeredGitLabServiceDetailsProperty = RegisteredGitLabServiceDetailsProperty.builder()
         .groupId("groupId")
         .targetUrl("targetUrl")
         .tokenType("tokenType")
         .build();
 

See Also: