interface ScopeSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.InspectorV2.Mixins.CfnCodeSecurityScanConfigurationPropsMixin.ScopeSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsinspectorv2/mixins#CfnCodeSecurityScanConfigurationPropsMixin_ScopeSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.inspectorv2.mixins.CfnCodeSecurityScanConfigurationPropsMixin.ScopeSettingsProperty |
Python | aws_cdk.mixins_preview.aws_inspectorv2.mixins.CfnCodeSecurityScanConfigurationPropsMixin.ScopeSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_inspectorv2 » mixins » CfnCodeSecurityScanConfigurationPropsMixin » 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 { mixins as inspectorv2_mixins } from '@aws-cdk/mixins-preview/aws-inspectorv2';
const scopeSettingsProperty: inspectorv2_mixins.CfnCodeSecurityScanConfigurationPropsMixin.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.

.NET
Go
Java
Python
TypeScript