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

TagColumnOperation

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

A transform operation that tags a column with additional information.

interface TagColumnOperation {
ColumnName: string;
Tags: ColumnTag[];
}

§Properties

§
ColumnName: string
[src]

The column that this operation acts on.

§

The dataset column tag, currently only used for geospatial type tagging.

Note: This is not tags for the Amazon Web Services tagging feature.