Class EcrRescanDurationState

java.lang.Object
software.amazon.awssdk.services.inspector2.model.EcrRescanDurationState
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<EcrRescanDurationState.Builder,EcrRescanDurationState>

@Generated("software.amazon.awssdk:codegen") public final class EcrRescanDurationState extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EcrRescanDurationState.Builder,EcrRescanDurationState>

Details about the state of your ECR re-scan duration settings. The ECR 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 duration configured for image pull date, and the duration configured for image pull date, the monitoring state of that image becomes inactive and all associated findings are scheduled for closure.

See Also: