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_name ⇒ String

The scan name for the CIS scan configuration.



3673
3674
3675
3676
3677
3678
3679
3680
3681
# File 'lib/aws-sdk-inspector2/types.rb', line 3673

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

#schedule ⇒ Types::Schedule

The schedule for the CIS scan configuration.



3673
3674
3675
3676
3677
3678
3679
3680
3681
# File 'lib/aws-sdk-inspector2/types.rb', line 3673

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



3673
3674
3675
3676
3677
3678
3679
3680
3681
# File 'lib/aws-sdk-inspector2/types.rb', line 3673

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

#tags ⇒ Hash<String,String>

The tags for the CIS scan configuration.



3673
3674
3675
3676
3677
3678
3679
3680
3681
# File 'lib/aws-sdk-inspector2/types.rb', line 3673

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

#targets ⇒ Types::CreateCisTargets

The targets for the CIS scan configuration.



3673
3674
3675
3676
3677
3678
3679
3680
3681
# File 'lib/aws-sdk-inspector2/types.rb', line 3673

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