Uses of Interface
software.amazon.awscdk.services.ecr.CfnRepository.ImageScanningConfigurationProperty
Packages that use CfnRepository.ImageScanningConfigurationProperty
-
Uses of CfnRepository.ImageScanningConfigurationProperty in software.amazon.awscdk.services.ecr
Classes in software.amazon.awscdk.services.ecr that implement CfnRepository.ImageScanningConfigurationPropertyModifier and TypeClassDescriptionstatic final class
An implementation forCfnRepository.ImageScanningConfigurationProperty
Methods in software.amazon.awscdk.services.ecr that return CfnRepository.ImageScanningConfigurationPropertyModifier and TypeMethodDescriptionCfnRepository.ImageScanningConfigurationProperty.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.ecr with parameters of type CfnRepository.ImageScanningConfigurationPropertyModifier and TypeMethodDescriptionCfnRepository.Builder.imageScanningConfiguration
(CfnRepository.ImageScanningConfigurationProperty imageScanningConfiguration) The image scanning configuration for the repository.CfnRepositoryProps.Builder.imageScanningConfiguration
(CfnRepository.ImageScanningConfigurationProperty imageScanningConfiguration) Sets the value ofCfnRepositoryProps.getImageScanningConfiguration()
void
CfnRepository.setImageScanningConfiguration
(CfnRepository.ImageScanningConfigurationProperty value) The image scanning configuration for the repository.