ConnectorContainerImageScanConfiguration
The container image scanning settings for a connector, including how long pushed and pulled images continue to be rescanned for vulnerabilities.
Contents
- pullDuration
-
The amount of time after a container image is last pulled from a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are
DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.Type: String
Valid Values:
DAYS_3 | DAYS_7 | DAYS_14 | DAYS_30 | DAYS_60 | DAYS_90 | DAYS_180Required: No
- pushDuration
-
The amount of time after a container image is pushed to a repository during which Amazon Inspector continues to rescan the image for vulnerabilities. Valid values are
LIFETIME,DAYS_3,DAYS_7,DAYS_14,DAYS_30,DAYS_60,DAYS_90, andDAYS_180.Type: String
Valid Values:
LIFETIME | DAYS_3 | DAYS_7 | DAYS_30 | DAYS_180 | DAYS_14 | DAYS_60 | DAYS_90Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: