AWS::QuickSight::Analysis CustomParameterValues - 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::Analysis 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 Amazon CloudFormation template, use the following syntax:

JSON

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

YAML

DateTimeValues: - String DecimalValues: - Double IntegerValues: - Double StringValues: - String

Properties

DateTimeValues

A list of datetime-type parameter values.

Required: No

Type: List of String

Maximum: 50000

Update requires: No interruption

DecimalValues

A list of decimal-type parameter values.

Required: No

Type: List of Double

Maximum: 50000

Update requires: No interruption

IntegerValues

A list of integer-type parameter values.

Required: No

Type: List of Double

Maximum: 50000

Update requires: No interruption

StringValues

A list of string-type parameter values.

Required: No

Type: List of String

Maximum: 50000

Update requires: No interruption