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

DateDimensionField

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

The dimension type field with date type columns.

interface DateDimensionField {
DateGranularity?: TimeGranularity | null;
FieldId: string;
FormatConfiguration?: DateTimeFormatConfiguration | null;
HierarchyId?: string | null;
}

§Properties

§

The column that is used in the DateDimensionField.

§
DateGranularity?: TimeGranularity | null
[src]

The date granularity of the DateDimensionField. Choose one of the following options:

  • YEAR
    
  • QUARTER
    
  • MONTH
    
  • WEEK
    
  • DAY
    
  • HOUR
    
  • MINUTE
    
  • SECOND
    
  • MILLISECOND
    
§
FieldId: string
[src]

The custom field ID.

§
FormatConfiguration?: DateTimeFormatConfiguration | null
[src]

The format configuration of the field.

§
HierarchyId?: string | null
[src]

The custom hierarchy ID.