Class: Aws::Inspector2::Types::CisScanConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::CisScanConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
The CIS scan configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#owner_id ⇒ String
The CIS scan configuration’s owner ID.
-
#scan_configuration_arn ⇒ String
The CIS scan configuration’s scan configuration ARN.
-
#scan_name ⇒ String
The name of the CIS scan configuration.
-
#schedule ⇒ Types::Schedule
The CIS scan configuration’s schedule.
-
#security_level ⇒ String
The CIS scan configuration’s security level.
-
#tags ⇒ Hash<String,String>
The CIS scan configuration’s tags.
-
#targets ⇒ Types::CisTargets
The CIS scan configuration’s targets.
Instance Attribute Details
#owner_id ⇒ String
The CIS scan configuration’s owner ID.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#scan_configuration_arn ⇒ String
The CIS scan configuration’s scan configuration ARN.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#scan_name ⇒ String
The name of the CIS scan configuration.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
The CIS scan configuration’s schedule.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#security_level ⇒ String
The CIS scan configuration’s security level.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The CIS scan configuration’s tags.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |
#targets ⇒ Types::CisTargets
The CIS scan configuration’s targets.
1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 |
# File 'lib/aws-sdk-inspector2/types.rb', line 1213 class CisScanConfiguration < Struct.new( :owner_id, :scan_configuration_arn, :scan_name, :schedule, :security_level, :tags, :targets) SENSITIVE = [] include Aws::Structure end |