public static interface EcrConfiguration.Builder extends SdkPojo, CopyableBuilder<EcrConfiguration.Builder,EcrConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EcrConfiguration.Builder |
rescanDuration(EcrRescanDuration rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector.
|
EcrConfiguration.Builder |
rescanDuration(String rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEcrConfiguration.Builder rescanDuration(String rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the
monitoring state of that image becomes inactive and all associated findings are scheduled for
closure.
rescanDuration - The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector. When the number of days since an image was last pushed exceeds the automated re-scan
duration the monitoring state of that image becomes inactive and all associated findings
are scheduled for closure.EcrRescanDuration,
EcrRescanDurationEcrConfiguration.Builder rescanDuration(EcrRescanDuration rescanDuration)
The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector. When the number of days since an image was last pushed exceeds the automated re-scan duration the
monitoring state of that image becomes inactive and all associated findings are scheduled for
closure.
rescanDuration - The ECR automated re-scan duration defines how long an ECR image will be actively scanned by Amazon
Inspector. When the number of days since an image was last pushed exceeds the automated re-scan
duration the monitoring state of that image becomes inactive and all associated findings
are scheduled for closure.EcrRescanDuration,
EcrRescanDurationCopyright © 2023. All rights reserved.