interface InspectorScanVariables
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CodePipeline.Actions.InspectorScanVariables |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodepipelineactions#InspectorScanVariables |
Java | software.amazon.awscdk.services.codepipeline.actions.InspectorScanVariables |
Python | aws_cdk.aws_codepipeline_actions.InspectorScanVariables |
TypeScript (source) | aws-cdk-lib » aws_codepipeline_actions » InspectorScanVariables |
The CodePipeline variables emitted by the InspectorScan Action.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codepipeline_actions as codepipeline_actions } from 'aws-cdk-lib';
const inspectorScanVariables: codepipeline_actions.InspectorScanVariables = {
highestScannedSeverity: 'highestScannedSeverity',
};
Properties
| Name | Type | Description |
|---|---|---|
| highest | string | The highest severity output from the scan. |
highestScannedSeverity
Type:
string
The highest severity output from the scan.
Valid values are medium | high | critical.

.NET
Go
Java
Python
TypeScript (