class Aws::ECR::Types::PutImageScanningConfigurationRequest
@note When making an API call, you may pass PutImageScanningConfigurationRequest
data as a hash: { registry_id: "RegistryId", repository_name: "RepositoryName", # required image_scanning_configuration: { # required scan_on_push: false, }, }
@!attribute [rw] registry_id
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. @return [String]
@!attribute [rw] repository_name
The name of the repository in which to update the image scanning configuration setting. @return [String]
@!attribute [rw] image_scanning_configuration
The image scanning configuration for the repository. This setting determines whether images are scanned for known vulnerabilities after being pushed to the repository. @return [Types::ImageScanningConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/ecr-2015-09-21/PutImageScanningConfigurationRequest AWS API Documentation
Constants
- SENSITIVE