Class: Aws::Imagebuilder::Types::ImageScanningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::ImageScanningConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Contains settings for Image Builder image resource and container image scans.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ecr_configuration ⇒ Types::EcrConfiguration
Contains Amazon ECR settings for vulnerability scans.
-
#image_scanning_enabled ⇒ Boolean
A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
Instance Attribute Details
#ecr_configuration ⇒ Types::EcrConfiguration
Contains Amazon ECR settings for vulnerability scans.
3950 3951 3952 3953 3954 3955 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3950 class ImageScanningConfiguration < Struct.new( :image_scanning_enabled, :ecr_configuration) SENSITIVE = [] include Aws::Structure end |
#image_scanning_enabled ⇒ Boolean
A setting that indicates whether Image Builder keeps a snapshot of the vulnerability scans that Amazon Inspector runs against the build instance when you create a new image.
3950 3951 3952 3953 3954 3955 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 3950 class ImageScanningConfiguration < Struct.new( :image_scanning_enabled, :ecr_configuration) SENSITIVE = [] include Aws::Structure end |