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