Class: Aws::Inspector2::Types::UpdateCisScanConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scan_configuration_arn ⇒ String

The CIS scan configuration ARN.

Returns:

  • (String)


10453
10454
10455
10456
10457
10458
10459
10460
10461
# File 'lib/aws-sdk-inspector2/types.rb', line 10453

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.

Returns:

  • (String)


10453
10454
10455
10456
10457
10458
10459
10460
10461
# File 'lib/aws-sdk-inspector2/types.rb', line 10453

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.

Returns:



10453
10454
10455
10456
10457
10458
10459
10460
10461
# File 'lib/aws-sdk-inspector2/types.rb', line 10453

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.

Returns:

  • (String)


10453
10454
10455
10456
10457
10458
10459
10460
10461
# File 'lib/aws-sdk-inspector2/types.rb', line 10453

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.



10453
10454
10455
10456
10457
10458
10459
10460
10461
# File 'lib/aws-sdk-inspector2/types.rb', line 10453

class UpdateCisScanConfigurationRequest < Struct.new(
  :scan_configuration_arn,
  :scan_name,
  :security_level,
  :schedule,
  :targets)
  SENSITIVE = []
  include Aws::Structure
end