Class: Aws::Inspector2::Types::UpdateCisScanConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::UpdateCisScanConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_configuration_arn ⇒ String
The CIS scan configuration ARN.
-
#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.
-
#targets ⇒ Types::UpdateCisTargets
The targets for the CIS scan configuration.
Instance Attribute Details
#scan_configuration_arn ⇒ String
The CIS scan configuration ARN.
8592 8593 8594 8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8592 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :security_level, :schedule, :targets) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The scan name for the CIS scan configuration.
8592 8593 8594 8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8592 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :security_level, :schedule, :targets) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The schedule for the CIS scan configuration.
8592 8593 8594 8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8592 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :security_level, :schedule, :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.
8592 8593 8594 8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8592 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :security_level, :schedule, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Types::UpdateCisTargets
The targets for the CIS scan configuration.
8592 8593 8594 8595 8596 8597 8598 8599 8600 |
# File 'lib/aws-sdk-inspector2/types.rb', line 8592 class UpdateCisScanConfigurationRequest < Struct.new( :scan_configuration_arn, :scan_name, :security_level, :schedule, :targets) SENSITIVE = [] include Aws::Structure end |