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

AssociateTargetsWithJobRequest

import type { AssociateTargetsWithJobRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface AssociateTargetsWithJobRequest {
comment?: string | null;
jobId: string;
namespaceId?: string | null;
targets: string[];
}

§Properties

§
comment?: string | null
[src]

An optional comment string describing why the job was associated with the targets.

§
jobId: string
[src]

The unique identifier you assigned to this job when it was created.

§
namespaceId?: string | null
[src]

The namespace used to indicate that a job is a customer-managed job.

When you specify a value for this parameter, Amazon Web Services IoT Core sends jobs notifications to MQTT topics that contain the value in the following format.

$aws/things/_THING_NAME_/jobs/_JOB_ID_/notify-namespace-_NAMESPACE_ID_/

Note: The namespaceId feature is in public preview.

§
targets: string[]
[src]

A list of thing group ARNs that define the targets of the job.