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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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)


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

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:



3673
3674
3675
3676
3677
3678
3679
3680
3681
# File 'gems/aws-sdk-inspector2/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_levelString

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

Returns:

  • (String)


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

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>)


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

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.



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

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