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

TagCriterionPairForJob

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

Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.

interface TagCriterionPairForJob {
key?: string | null;
value?: string | null;
}

§Properties

§
key?: string | null
[src]

The value for the tag key to use in the condition.

§
value?: string | null
[src]

The tag value to use in the condition.