interface UpdateGitLabSelfManagedIntegrationDetailProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.InspectorV2.CfnCodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetailProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCodeSecurityIntegration_UpdateGitLabSelfManagedIntegrationDetailProperty |
Java | software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetailProperty |
Python | aws_cdk.aws_inspectorv2.CfnCodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetailProperty |
TypeScript | aws-cdk-lib » aws_inspectorv2 » CfnCodeSecurityIntegration » 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 { aws_inspectorv2 as inspectorv2 } from 'aws-cdk-lib';
const updateGitLabSelfManagedIntegrationDetailProperty: inspectorv2.CfnCodeSecurityIntegration.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
The authorization code received from the self-managed GitLab instance to update the integration.

.NET
Go
Java
Python
TypeScript