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

CastColumnTypeOperation

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

A transform operation that casts a column to a different type.

interface CastColumnTypeOperation {
ColumnName: string;
Format?: string | null;
NewColumnType: ColumnDataType;
}

§Properties

§
ColumnName: string
[src]

Column name.

§
Format?: string | null
[src]

When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.

§
NewColumnType: ColumnDataType
[src]

New column data type.