interface ScopeSettingsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.InspectorV2.CfnCodeSecurityScanConfiguration.ScopeSettingsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinspectorv2#CfnCodeSecurityScanConfiguration_ScopeSettingsProperty |
![]() | software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityScanConfiguration.ScopeSettingsProperty |
![]() | aws_cdk.aws_inspectorv2.CfnCodeSecurityScanConfiguration.ScopeSettingsProperty |
![]() | aws-cdk-lib » aws_inspectorv2 » CfnCodeSecurityScanConfiguration » ScopeSettingsProperty |
The scope settings that define which repositories will be scanned.
If the ScopeSetting
parameter is ALL
the scan configuration applies to all existing and future projects imported into Amazon Inspector .
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 scopeSettingsProperty: inspectorv2.CfnCodeSecurityScanConfiguration.ScopeSettingsProperty = {
projectSelectionScope: 'projectSelectionScope',
};
Properties
Name | Type | Description |
---|---|---|
project | string | The scope of projects to be selected for scanning within the integrated repositories. |
projectSelectionScope?
Type:
string
(optional)
The scope of projects to be selected for scanning within the integrated repositories.