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

CreateStreamRequest

import type { CreateStreamRequest } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";
interface CreateStreamRequest {
description?: string | null;
files: StreamFile[];
roleArn: string;
streamId: string;
tags?: Tag[] | null;
}

§Properties

§
description?: string | null
[src]

A description of the stream.

§

The files to stream.

§
roleArn: string
[src]

An IAM role that allows the IoT service principal to access your S3 files.

§
streamId: string
[src]

The stream ID.

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

Metadata which can be used to manage streams.