interface CodeSecurityIntegrationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.InspectorV2.CodeSecurityIntegrationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsinspectorv2#CodeSecurityIntegrationReference |
Java | software.amazon.awscdk.interfaces.inspectorv2.CodeSecurityIntegrationReference |
Python | aws_cdk.interfaces.aws_inspectorv2.CodeSecurityIntegrationReference |
TypeScript | aws-cdk-lib » interfaces » aws_inspectorv2 » CodeSecurityIntegrationReference |
A reference to a CodeSecurityIntegration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_inspectorv2 as interfaces_aws_inspectorv2 } from 'aws-cdk-lib/interfaces';
const codeSecurityIntegrationReference: interfaces_aws_inspectorv2.CodeSecurityIntegrationReference = {
codeSecurityIntegrationArn: 'codeSecurityIntegrationArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The Arn of the CodeSecurityIntegration resource. |
codeSecurityIntegrationArn
Type:
string
The Arn of the CodeSecurityIntegration resource.

.NET
Go
Java
Python
TypeScript