Class: Aws::Inspector2::Types::CreateCodeSecurityScanConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateCodeSecurityScanConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration ⇒ Types::CodeSecurityScanConfiguration
The configuration settings for the code security scan.
-
#level ⇒ String
The security level for the scan configuration.
-
#name ⇒ String
The name of the scan configuration.
-
#scope_settings ⇒ Types::ScopeSettings
The scope settings that define which repositories will be scanned.
-
#tags ⇒ Hash<String,String>
The tags to apply to the scan configuration.
Instance Attribute Details
#configuration ⇒ Types::CodeSecurityScanConfiguration
The configuration settings for the code security scan.
2964 2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2964 class CreateCodeSecurityScanConfigurationRequest < Struct.new( :name, :level, :configuration, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#level ⇒ String
The security level for the scan configuration.
2964 2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2964 class CreateCodeSecurityScanConfigurationRequest < Struct.new( :name, :level, :configuration, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the scan configuration.
2964 2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2964 class CreateCodeSecurityScanConfigurationRequest < Struct.new( :name, :level, :configuration, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#scope_settings ⇒ Types::ScopeSettings
The scope settings that define which repositories will be scanned. Include this parameter to create a default scan configuration. Otherwise Amazon Inspector creates a general scan configuration.
A default scan configuration automatically applies to all existing and future projects imported into Amazon Inspector. Use the ‘BatchAssociateCodeSecurityScanConfiguration` operation to associate a general scan configuration with projects.
2964 2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2964 class CreateCodeSecurityScanConfigurationRequest < Struct.new( :name, :level, :configuration, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to apply to the scan configuration.
2964 2965 2966 2967 2968 2969 2970 2971 2972 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2964 class CreateCodeSecurityScanConfigurationRequest < Struct.new( :name, :level, :configuration, :scope_settings, :tags) SENSITIVE = [] include Aws::Structure end |