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

CustomerManagedChannelS3Storage

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

Used to store channel data in an S3 bucket that you manage. If customer-managed storage is selected, the retentionPeriod parameter is ignored. You can't change the choice of S3 storage after the data store is created.

interface CustomerManagedChannelS3Storage {
bucket: string;
keyPrefix?: string | null;
roleArn: string;
}

§Properties

§
bucket: string
[src]

The name of the S3 bucket in which channel data is stored.

§
keyPrefix?: string | null
[src]

(Optional) The prefix used to create the keys of the channel data objects. Each object in an S3 bucket has a key that is its unique identifier in the bucket. Each object in a bucket has exactly one key. The prefix must end with a forward slash (/).

§
roleArn: string
[src]

The ARN of the role that grants IoT Analytics permission to interact with your Amazon S3 resources.