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)


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

#scheduleTypes::Schedule

The schedule for the CIS scan configuration.

Returns:



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_levelString

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

Returns:

  • (String)


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

#tagsHash<String,String>

The tags for the CIS scan configuration.

Returns:

  • (Hash<String,String>)


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

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