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

CreateDeviceFleetRequest

import type { CreateDeviceFleetRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateDeviceFleetRequest {
Description?: string | null;
DeviceFleetName: string;
EnableIotRoleAlias?: boolean | null;
OutputConfig: EdgeOutputConfig;
RoleArn?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]

A description of the fleet.

§
DeviceFleetName: string
[src]

The name of the fleet that the device belongs to.

§
EnableIotRoleAlias?: boolean | null
[src]

Whether to create an Amazon Web Services IoT Role Alias during device fleet creation. The name of the role alias generated will match this pattern: "SageMakerEdge-{DeviceFleetName}".

For example, if your device fleet is called "demo-fleet", the name of the role alias will be "SageMakerEdge-demo-fleet".

§
OutputConfig: EdgeOutputConfig
[src]

The output configuration for storing sample data collected by the fleet.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) that has access to Amazon Web Services Internet of Things (IoT).

§
Tags?: Tag[] | null
[src]

Creates tags for the specified fleet.