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

UpdateExperimentTemplateTargetInput

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

Specifies a target for an experiment. You must specify at least one Amazon Resource Name (ARN) or at least one resource tag. You cannot specify both.

interface UpdateExperimentTemplateTargetInput {
resourceArns?: string[] | null;
resourceTags?: {
[key: string]: string | null | undefined;
}
| null;
resourceType: string;
selectionMode: string;
}

§Properties

§

The filters to apply to identify target resources using specific attributes.

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

The Amazon Resource Names (ARNs) of the targets.

§
resourceTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags for the target resources.

§
resourceType: string
[src]

The AWS resource type. The resource type must be supported for the specified action.

§
selectionMode: string
[src]

Scopes the identified resources to a specific count or percentage.