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

SSMValidationParameters

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

Contains validation parameters.

interface SSMValidationParameters {
command?: string | null;
executionTimeoutSeconds?: number | null;
instanceId?: string | null;
outputS3BucketName?: string | null;
scriptType?: ScriptType | null;
source?: Source | null;
}

§Properties

§
command?: string | null
[src]

The command to run the validation script.

§
executionTimeoutSeconds?: number | null
[src]

The timeout interval, in seconds.

§
instanceId?: string | null
[src]

The ID of the instance. The instance must have the following tag: UserForSMSApplicationValidation=true.

§
outputS3BucketName?: string | null
[src]

The name of the S3 bucket for output.

§
scriptType?: ScriptType | null
[src]

The type of validation script.

§
source?: Source | null
[src]

The location of the validation script.