AWS::QuickSight::Analysis DecimalParameterDeclaration - 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 DecimalParameterDeclaration

A parameter declaration for the Decimal data type.

Syntax

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

Properties

DefaultValues

The default values of a parameter. If the parameter is a single-value parameter, a maximum of one default value can be provided.

Required: No

Type: DecimalDefaultValues

Update requires: No interruption

MappedDataSetParameters

Property description not available.

Required: No

Type: Array of MappedDataSetParameter

Minimum: 0

Maximum: 150

Update requires: No interruption

Name

The name of the parameter that is being declared.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9]+$

Minimum: 1

Maximum: 2048

Update requires: No interruption

ParameterValueType

The value type determines whether the parameter is a single-value or multi-value parameter.

Required: Yes

Type: String

Allowed values: MULTI_VALUED | SINGLE_VALUED

Update requires: No interruption

ValueWhenUnset

The configuration that defines the default value of a Decimal parameter when a value has not been set.

Required: No

Type: DecimalValueWhenUnsetConfiguration

Update requires: No interruption