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

CreateDatastoreRequest

import type { CreateDatastoreRequest } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface CreateDatastoreRequest {
datastoreName: string;
datastorePartitions?: DatastorePartitions | null;
datastoreStorage?: DatastoreStorage | null;
fileFormatConfiguration?: FileFormatConfiguration | null;
retentionPeriod?: RetentionPeriod | null;
tags?: Tag[] | null;
}

§Properties

§
datastoreName: string
[src]

The name of the data store.

§
datastorePartitions?: DatastorePartitions | null
[src]

Contains information about the partition dimensions in a data store.

§
datastoreStorage?: DatastoreStorage | null
[src]

Where data in a data store is stored.. You can choose serviceManagedS3 storage, customerManagedS3 storage, or iotSiteWiseMultiLayerStorage storage. The default is serviceManagedS3. You can't change the choice of Amazon S3 storage after your data store is created.

§
fileFormatConfiguration?: FileFormatConfiguration | null
[src]

Contains the configuration information of file formats. IoT Analytics data stores support JSON and Parquet.

The default file format is JSON. You can specify only one format.

You can't change the file format after you create the data store.

§
retentionPeriod?: RetentionPeriod | null
[src]

How long, in days, message data is kept for the data store. When customerManagedS3 storage is selected, this parameter is ignored.

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

Metadata which can be used to manage the data store.