interface UpdateGitLabSelfManagedIntegrationDetailProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnCodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetailProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCodeSecurityIntegration_UpdateGitLabSelfManagedIntegrationDetailProperty |
![]() | software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetailProperty |
![]() | aws_cdk.aws_inspectorv2.CfnCodeSecurityIntegration.UpdateGitLabSelfManagedIntegrationDetailProperty |
![]() | 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.