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

SuiteDefinitionConfiguration

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

Gets Suite Definition Configuration.

interface SuiteDefinitionConfiguration {
devicePermissionRoleArn?: string | null;
devices?: DeviceUnderTest[] | null;
intendedForQualification?: boolean | null;
rootGroup?: string | null;
suiteDefinitionName?: string | null;
}

§Properties

§
devicePermissionRoleArn?: string | null
[src]

Gets the device permission ARN.

§
devices?: DeviceUnderTest[] | null
[src]

Gets the devices configured.

§
intendedForQualification?: boolean | null
[src]

Gets the tests intended for qualification in a suite.

§
rootGroup?: string | null
[src]

Gets test suite root group.

§
suiteDefinitionName?: string | null
[src]

Gets Suite Definition Configuration name.