Class: Aws::Inspector2::Types::CreateCisScanConfigurationRequest

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_nameString

The scan name for the CIS scan configuration.

Returns:

  • (String)


2843
2844
2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-inspector2/types.rb', line 2843

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

#scheduleTypes::Schedule

The schedule for the CIS scan configuration.

Returns:



2843
2844
2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-inspector2/types.rb', line 2843

class CreateCisScanConfigurationRequest < Struct.new(
  :scan_name,
  :security_level,
  :schedule,
  :targets,
  :tags)
  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)


2843
2844
2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-inspector2/types.rb', line 2843

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

#tagsHash<String,String>

The tags for the CIS scan configuration.

Returns:

  • (Hash<String,String>)


2843
2844
2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-inspector2/types.rb', line 2843

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

#targetsTypes::CreateCisTargets

The targets for the CIS scan configuration.



2843
2844
2845
2846
2847
2848
2849
2850
2851
# File 'lib/aws-sdk-inspector2/types.rb', line 2843

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