Class: Aws::ECR::Types::PutImageScanningConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::PutImageScanningConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
The image scanning configuration for the repository.
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting.
-
#repository_name ⇒ String
The name of the repository in which to update the image scanning configuration setting.
Instance Attribute Details
#image_scanning_configuration ⇒ Types::ImageScanningConfiguration
The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.
3152 3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-ecr/types.rb', line 3152 class PutImageScanningConfigurationRequest < Struct.new( :registry_id, :repository_name, :image_scanning_configuration) SENSITIVE = [] include Aws::Structure end |
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry that contains the repository in which to update the image scanning configuration setting. If you do not specify a registry, the default registry is assumed.
3152 3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-ecr/types.rb', line 3152 class PutImageScanningConfigurationRequest < Struct.new( :registry_id, :repository_name, :image_scanning_configuration) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository in which to update the image scanning configuration setting.
3152 3153 3154 3155 3156 3157 3158 |
# File 'lib/aws-sdk-ecr/types.rb', line 3152 class PutImageScanningConfigurationRequest < Struct.new( :registry_id, :repository_name, :image_scanning_configuration) SENSITIVE = [] include Aws::Structure end |