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

CreateApplicationRequest

import type { CreateApplicationRequest } from "https://aws-api.deno.dev/v0.3/services/iotfleethub.ts?docs=full";
interface CreateApplicationRequest {
applicationDescription?: string | null;
applicationName: string;
clientToken?: string | null;
roleArn: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
applicationDescription?: string | null
[src]

An optional description of the web application.

§
applicationName: string
[src]

The name of the web application.

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.

§
roleArn: string
[src]

The ARN of the role that the web application assumes when it interacts with AWS IoT Core.

Note: The name of the role must be in the form AWSIotFleetHub__random_string_.

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

A set of key/value pairs that you can use to manage the web application resource.