Interface CfnCodeSecurityIntegrationPropsMixin.CreateGitLabSelfManagedIntegrationDetailProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCodeSecurityIntegrationPropsMixin.CreateGitLabSelfManagedIntegrationDetailProperty.Jsii$Proxy
- Enclosing class:
CfnCodeSecurityIntegrationPropsMixin
@Stability(Stable)
public static interface CfnCodeSecurityIntegrationPropsMixin.CreateGitLabSelfManagedIntegrationDetailProperty
extends software.amazon.jsii.JsiiSerializable
Contains details required to create an integration with a self-managed GitLab instance.
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.inspectorv2.*;
CreateGitLabSelfManagedIntegrationDetailProperty createGitLabSelfManagedIntegrationDetailProperty = CreateGitLabSelfManagedIntegrationDetailProperty.builder()
.accessToken("accessToken")
.instanceUrl("instanceUrl")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnCodeSecurityIntegrationPropsMixin.CreateGitLabSelfManagedIntegrationDetailProperty -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnCodeSecurityIntegrationPropsMixin.CreateGitLabSelfManagedIntegrationDetailProperty.Builderbuilder()default StringThe personal access token used to authenticate with the self-managed GitLab instance.default StringThe URL of the self-managed GitLab instance.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessToken
The personal access token used to authenticate with the self-managed GitLab instance.- See Also:
-
getInstanceUrl
The URL of the self-managed GitLab instance.- See Also:
-
builder
@Stability(Stable) static CfnCodeSecurityIntegrationPropsMixin.CreateGitLabSelfManagedIntegrationDetailProperty.Builder builder()
-