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

ExperimentTemplateTargetInputFilter

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

Specifies a filter used for the target resource input in an experiment template.

For more information, see Resource filters in the Fault Injection Simulator User Guide.

interface ExperimentTemplateTargetInputFilter {
path: string;
values: string[];
}

§Properties

§
path: string
[src]

The attribute path for the filter.

§
values: string[]
[src]

The attribute values for the filter.