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_arnString

The CIS scan configuration ARN.

Returns:

  • (String)


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_nameString

The scan name for the CIS scan configuration.

Returns:

  • (String)


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

#scheduleTypes::Schedule

The schedule for the CIS scan configuration.

Returns:



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_levelString

The security level for the CIS scan configuration. Security level refers to the Benchmark levels that CIS assigns to a profile.

Returns:

  • (String)


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

#targetsTypes::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