Interface LifecyclePolicyArgs

interface LifecyclePolicyArgs {
    rules: Input<Input<LifecyclePolicyRule>[]>;
}

Properties

Properties

rules: Input<Input<LifecyclePolicyRule>[]>

Specifies the rules to determine how images should be retired from this repository. Rules are ordered from lowest priority to highest. If there is a rule with a selection value of any, then it will have the highest priority.

Generated using TypeDoc