interface UpdateGitLabSelfManagedIntegrationDetailProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsinspectorv2/mixins#CfnCodeSecurityIntegrationPropsMixin_UpdateGitLabSelfManagedIntegrationDetailProperty |
Java | software.amazon.awscdk.mixins.preview.services.inspectorv2.mixins.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty |
Python | aws_cdk.mixins_preview.aws_inspectorv2.mixins.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty |
TypeScript | @aws-cdk/mixins-preview » aws_inspectorv2 » mixins » CfnCodeSecurityIntegrationPropsMixin » UpdateGitLabSelfManagedIntegrationDetailProperty |
Contains details required to update 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 { mixins as inspectorv2_mixins } from '@aws-cdk/mixins-preview/aws-inspectorv2';
const updateGitLabSelfManagedIntegrationDetailProperty: inspectorv2_mixins.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty = {
authCode: 'authCode',
};
Properties
| Name | Type | Description |
|---|---|---|
| auth | string | The authorization code received from the self-managed GitLab instance to update the integration. |
authCode?
Type:
string
(optional)
The authorization code received from the self-managed GitLab instance to update the integration.

.NET
Go
Java
Python
TypeScript