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

ColumnConfiguration

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

The general configuration of a column.

interface ColumnConfiguration {
FormatConfiguration?: FormatConfiguration | null;
Role?: ColumnRole | null;
}

§Properties

§

The column.

§
FormatConfiguration?: FormatConfiguration | null
[src]

The format configuration of a column.

§
Role?: ColumnRole | null
[src]

The role of the column.