interface UpdateDetailsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnCodeSecurityIntegration.UpdateDetailsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCodeSecurityIntegration_UpdateDetailsProperty |
![]() | software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegration.UpdateDetailsProperty |
![]() | aws_cdk.aws_inspectorv2.CfnCodeSecurityIntegration.UpdateDetailsProperty |
![]() | aws-cdk-lib » aws_inspectorv2 » CfnCodeSecurityIntegration » UpdateDetailsProperty |
Contains details required to update 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 updateDetailsProperty: inspectorv2.CfnCodeSecurityIntegration.UpdateDetailsProperty = {
github: {
code: 'code',
installationId: 'installationId',
},
gitlabSelfManaged: {
authCode: 'authCode',
},
};
Properties
Name | Type | Description |
---|---|---|
github? | IResolvable | Update | Details specific to updating an integration with GitHub. |
gitlab | IResolvable | Update | Details specific to updating an integration with a self-managed GitLab instance. |
github?
Type:
IResolvable
|
Update
(optional)
Details specific to updating an integration with GitHub.
gitlabSelfManaged?
Type:
IResolvable
|
Update
(optional)
Details specific to updating an integration with a self-managed GitLab instance.