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 |
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 | |
gitlab | IResolvable | Update |
github?
Type:
IResolvable
|
Update
(optional)
gitlabSelfManaged?
Type:
IResolvable
|
Update
(optional)