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

StepAutomationConfiguration

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

The custom script to run tests on source or target environments.

interface StepAutomationConfiguration {
command?: PlatformCommand | null;
runEnvironment?: RunEnvironment | null;
scriptLocationS3Bucket?: string | null;
scriptLocationS3Key?: PlatformScriptKey | null;
targetType?: TargetType | null;
}

§Properties

§
command?: PlatformCommand | null
[src]

The command to run the script.

§
runEnvironment?: RunEnvironment | null
[src]

The source or target environment.

§
scriptLocationS3Bucket?: string | null
[src]

The Amazon S3 bucket where the script is located.

§
scriptLocationS3Key?: PlatformScriptKey | null
[src]

The Amazon S3 key for the script location.

§
targetType?: TargetType | null
[src]

The servers on which to run the script.