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

MaxCountRule

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

A lifecycle rule that deletes the oldest application version when the maximum count is exceeded.

interface MaxCountRule {
DeleteSourceFromS3?: boolean | null;
Enabled: boolean;
MaxCount?: number | null;
}

§Properties

§
DeleteSourceFromS3?: boolean | null
[src]

Set to true to delete a version's source bundle from Amazon S3 when Elastic Beanstalk deletes the application version.

§
Enabled: boolean
[src]

Specify true to apply the rule, or false to disable it.

§
MaxCount?: number | null
[src]

Specify the maximum number of application versions to retain.