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

UpdateRuleRequest

import type { UpdateRuleRequest } from "https://aws-api.deno.dev/v0.3/services/rbin.ts?docs=full";
interface UpdateRuleRequest {
Description?: string | null;
Identifier: string;
ResourceTags?: ResourceTag[] | null;
ResourceType?: ResourceType | null;
RetentionPeriod?: RetentionPeriod | null;
}

§Properties

§
Description?: string | null
[src]

The retention rule description.

§
Identifier: string
[src]

The unique ID of the retention rule to update.

§
ResourceTags?: ResourceTag[] | null
[src]

Information about the resource tags to use to identify resources that are to be retained by the retention rule. The retention rule retains only deleted snapshots that have one or more of the specified tag key and value pairs. If a snapshot is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.

You can add the same tag key and value pair to a maximum or five retention rules.

§
ResourceType?: ResourceType | null
[src]

The resource type to be retained by the retention rule. Currently, only Amazon EBS snapshots are supported.

§
RetentionPeriod?: RetentionPeriod | null
[src]

Information about the retention period for which the retention rule is to retain resources.