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

ConditionParameter

import type { ConditionParameter } from "https://aws-api.deno.dev/v0.3/services/backup.ts?docs=full";

Includes information about tags you define to assign tagged resources to a backup plan.

interface ConditionParameter {
ConditionKey?: string | null;
ConditionValue?: string | null;
}

§Properties

§
ConditionKey?: string | null
[src]

The key in a key-value pair. For example, in the tag Department: Accounting, Department is the key.

§
ConditionValue?: string | null
[src]

The value in a key-value pair. For example, in the tag Department: Accounting, Accounting is the value.