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

UpdateExperimentTemplateRequest

import type { UpdateExperimentTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/fis.ts?docs=full";
interface UpdateExperimentTemplateRequest {
actions?: {
[key: string]: UpdateExperimentTemplateActionInputItem | null | undefined;
}
| null;
description?: string | null;
id: string;
roleArn?: string | null;
targets?: {
[key: string]: UpdateExperimentTemplateTargetInput | null | undefined;
}
| null;
}

§Properties

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

The actions for the experiment.

§
description?: string | null
[src]

A description for the template.

§
id: string
[src]

The ID of the experiment template.

§

The configuration for experiment logging.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM role that grants the FIS service permission to perform service actions on your behalf.

§

The stop conditions for the experiment.

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

The targets for the experiment.