Class: Aws::ECR::Types::PutImageScanningConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_scanning_configurationTypes::ImageScanningConfiguration

The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository.



2757
2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2757

class PutImageScanningConfigurationRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_scanning_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#registry_idString

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.

Returns:

  • (String)


2757
2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2757

class PutImageScanningConfigurationRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_scanning_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#repository_nameString

The name of the repository in which to update the image scanning configuration setting.

Returns:

  • (String)


2757
2758
2759
2760
2761
2762
2763
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2757

class PutImageScanningConfigurationRequest < Struct.new(
  :registry_id,
  :repository_name,
  :image_scanning_configuration)
  SENSITIVE = []
  include Aws::Structure
end