Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LifecyclePolicyRuleAction

import type { LifecyclePolicyRuleAction } from "https://aws-api.deno.dev/v0.4/services/ecr.ts?docs=full";

The type of action to be taken.

interface LifecyclePolicyRuleAction {
type?: ImageActionType | null;
}

§Properties

§
type?: ImageActionType | null
[src]

The type of action to be taken.