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

IotSiteWiseCustomerManagedDatastoreS3StorageSummary

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

Contains information about the data store that you manage, which stores data used by IoT SiteWise.

interface IotSiteWiseCustomerManagedDatastoreS3StorageSummary {
bucket?: string | null;
keyPrefix?: string | null;
}

§Properties

§
bucket?: string | null
[src]

The name of the Amazon S3 bucket where your data is stored.

§
keyPrefix?: string | null
[src]

(Optional) The prefix used to create the keys of the data store data objects. Each object in an Amazon 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 (/).