Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ECR::Types::RegistryScanningRule

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

Overview

The details of a scanning rule for a private registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#repository_filtersArray<Types::ScanningRepositoryFilter>

The repository filters associated with the scanning configuration for a private registry.


3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3409

class RegistryScanningRule < Struct.new(
  :scan_frequency,
  :repository_filters)
  SENSITIVE = []
  include Aws::Structure
end

#scan_frequencyString

The frequency that scans are performed at for a private registry. When the ENHANCED scan type is specified, the supported scan frequencies are CONTINUOUS_SCAN and SCAN_ON_PUSH. When the BASIC scan type is specified, the SCAN_ON_PUSH scan frequency is supported. If scan on push is not specified, then the MANUAL scan frequency is set by default.

Returns:

  • (String)

3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3409

class RegistryScanningRule < Struct.new(
  :scan_frequency,
  :repository_filters)
  SENSITIVE = []
  include Aws::Structure
end