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

CreateDataSetRequest

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

The request body for CreateDataSet.

interface CreateDataSetRequest {
AssetType: AssetType;
Description: string;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AssetType: AssetType
[src]

The type of asset that is added to a data set.

§
Description: string
[src]

A description for the data set. This value can be up to 16,348 characters long.

§
Name: string
[src]

The name of the data set.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.