interface UpdateGitLabSelfManagedIntegrationDetailProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.InspectorV2.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinspectorv2#CfnCodeSecurityIntegrationPropsMixin_UpdateGitLabSelfManagedIntegrationDetailProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.inspectorv2.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty |
Python | aws_cdk.cfn_property_mixins.aws_inspectorv2.CfnCodeSecurityIntegrationPropsMixin.UpdateGitLabSelfManagedIntegrationDetailProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_inspectorv2 » 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 { aws_inspectorv2 as inspectorv2 } from '@aws-cdk/cfn-property-mixins';
const updateGitLabSelfManagedIntegrationDetailProperty: inspectorv2.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