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

TagFilter

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

Used to filter the workflow executions in visibility APIs based on a tag.

interface TagFilter {
tag: string;
}

§Properties

§
tag: string
[src]

Specifies the tag that must be associated with the execution for it to meet the filter criteria.

Tags may only contain unicode letters, digits, whitespace, or these symbols: _ . : / = + - @.