interface CfnCodeSecurityIntegrationProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnCodeSecurityIntegrationProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCodeSecurityIntegrationProps |
![]() | software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegrationProps |
![]() | aws_cdk.aws_inspectorv2.CfnCodeSecurityIntegrationProps |
![]() | aws-cdk-lib » aws_inspectorv2 » CfnCodeSecurityIntegrationProps |
Properties for defining a CfnCodeSecurityIntegration
.
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 cfnCodeSecurityIntegrationProps: inspectorv2.CfnCodeSecurityIntegrationProps = {
createIntegrationDetails: {
gitlabSelfManaged: {
accessToken: 'accessToken',
instanceUrl: 'instanceUrl',
},
},
name: 'name',
tags: {
tagsKey: 'tags',
},
type: 'type',
updateIntegrationDetails: {
github: {
code: 'code',
installationId: 'installationId',
},
gitlabSelfManaged: {
authCode: 'authCode',
},
},
};
Properties
Name | Type | Description |
---|---|---|
create | IResolvable | Create | |
name? | string | Code Security Integration name. |
tags? | { [string]: string } | |
type? | string | |
update | IResolvable | Update |
createIntegrationDetails?
Type:
IResolvable
|
Create
(optional)
name?
Type:
string
(optional)
Code Security Integration name.
tags?
Type:
{ [string]: string }
(optional)
type?
Type:
string
(optional)
updateIntegrationDetails?
Type:
IResolvable
|
Update
(optional)