interface CreateDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnCodeSecurityIntegration.CreateDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCodeSecurityIntegration_CreateDetailsProperty |
![]() | software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegration.CreateDetailsProperty |
![]() | aws_cdk.aws_inspectorv2.CfnCodeSecurityIntegration.CreateDetailsProperty |
![]() | aws-cdk-lib » aws_inspectorv2 » CfnCodeSecurityIntegration » CreateDetailsProperty |
Contains details required to create a code security integration with a specific repository provider.
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 createDetailsProperty: inspectorv2.CfnCodeSecurityIntegration.CreateDetailsProperty = {
gitlabSelfManaged: {
accessToken: 'accessToken',
instanceUrl: 'instanceUrl',
},
};
Properties
Name | Type | Description |
---|---|---|
gitlab | IResolvable | Create | Details specific to creating an integration with a self-managed GitLab instance. |
gitlabSelfManaged
Type:
IResolvable
|
Create
Details specific to creating an integration with a self-managed GitLab instance.