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

ExperimentTemplateTargetFilter

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

Describes a filter used for the target resources in an experiment template.

interface ExperimentTemplateTargetFilter {
path?: string | null;
values?: string[] | null;
}

§Properties

§
path?: string | null
[src]

The attribute path for the filter.

§
values?: string[] | null
[src]

The attribute values for the filter.