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

AnchorDateConfiguration

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

The date configuration of the filter.

interface AnchorDateConfiguration {
AnchorOption?: AnchorOption | null;
ParameterName?: string | null;
}

§Properties

§
AnchorOption?: AnchorOption | null
[src]

The options for the date configuration. Choose one of the options below:

  • NOW
    
§
ParameterName?: string | null
[src]

The name of the parameter that is used for the anchor date configuration.