Class: Aws::Inspector2::Types::CreateCisScanConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CreateCisScanConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_name ⇒ String
The scan name for the CIS scan configuration.
-
#schedule ⇒ Types::Schedule
The schedule for the CIS scan configuration.
-
#security_level ⇒ String
The security level for the CIS scan configuration.
-
#tags ⇒ Hash<String,String>
The tags for the CIS scan configuration.
-
#targets ⇒ Types::CreateCisTargets
The targets for the CIS scan configuration.
Instance Attribute Details
#scan_name ⇒ String
The scan name for the CIS scan configuration.
2130 2131 2132 2133 2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2130 class CreateCisScanConfigurationRequest < Struct.new( :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule for the CIS scan configuration.
2130 2131 2132 2133 2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2130 class CreateCisScanConfigurationRequest < Struct.new( :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#security_level ⇒ String
The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile.
2130 2131 2132 2133 2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2130 class CreateCisScanConfigurationRequest < Struct.new( :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags for the CIS scan configuration.
2130 2131 2132 2133 2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2130 class CreateCisScanConfigurationRequest < Struct.new( :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Types::CreateCisTargets
The targets for the CIS scan configuration.
2130 2131 2132 2133 2134 2135 2136 2137 2138 |
# File 'lib/aws-sdk-inspector2/types.rb', line 2130 class CreateCisScanConfigurationRequest < Struct.new( :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |