AWS::QuickSight::Template FilterDateTimePickerControl - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QuickSight::Template FilterDateTimePickerControl

A control from a date filter that is used to specify date and time.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "DisplayOptions" : DateTimePickerControlDisplayOptions, "FilterControlId" : String, "SourceFilterId" : String, "Title" : String, "Type" : String }

Properties

DisplayOptions

The display options of a control.

Required: No

Type: DateTimePickerControlDisplayOptions

Update requires: No interruption

FilterControlId

The ID of the FilterDateTimePickerControl.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Pattern: [\w\-]+

Update requires: No interruption

SourceFilterId

The source filter ID of the FilterDateTimePickerControl.

Required: Yes

Type: String

Minimum: 1

Maximum: 512

Pattern: [\w\-]+

Update requires: No interruption

Title

The title of the FilterDateTimePickerControl.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Type

The date time picker type of a FilterDateTimePickerControl. Choose one of the following options:

  • SINGLE_VALUED: The filter condition is a fixed date.

  • DATE_RANGE: The filter condition is a date time range.

Required: No

Type: String

Allowed values: DATE_RANGE | SINGLE_VALUED

Update requires: No interruption