AWS::QuickSight::Dashboard CustomParameterValues - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Dashboard CustomParameterValues

The customized parameter values.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

Syntax

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

JSON

{ "DateTimeValues" : [ String, ... ], "DecimalValues" : [ Number, ... ], "IntegerValues" : [ Number, ... ], "StringValues" : [ String, ... ] }

YAML

DateTimeValues: - String DecimalValues: - Number IntegerValues: - Number StringValues: - String

Properties

DateTimeValues

A list of datetime-type parameter values.

Required: No

Type: Array of String

Minimum: 0

Maximum: 50000

Update requires: No interruption

DecimalValues

A list of decimal-type parameter values.

Required: No

Type: Array of Number

Minimum: 0

Maximum: 50000

Update requires: No interruption

IntegerValues

A list of integer-type parameter values.

Required: No

Type: Array of Number

Minimum: 0

Maximum: 50000

Update requires: No interruption

StringValues

A list of string-type parameter values.

Required: No

Type: Array of String

Minimum: 0

Maximum: 50000

Update requires: No interruption