Variable LifecycleTagStatusConst

LifecycleTagStatus: {
    Any: "any";
    Tagged: "tagged";
    Untagged: "untagged";
} = ...

Type declaration

  • Readonly Any: "any"

    Evaluate rule against all images

  • Readonly Tagged: "tagged"

    Only evaluated rule against images with specified prefixes

  • Readonly Untagged: "untagged"

    Only evaluate rule against untagged images

Generated using TypeDoc