AWS::QuickSight::Dashboard IntegerParameterDeclaration
A parameter declaration for the Integer data type.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DefaultValues" :IntegerDefaultValues, "MappedDataSetParameters" :[ MappedDataSetParameter, ... ], "Name" :String, "ParameterValueType" :String, "ValueWhenUnset" :IntegerValueWhenUnsetConfiguration}
YAML
DefaultValues:IntegerDefaultValuesMappedDataSetParameters:- MappedDataSetParameterName:StringParameterValueType:StringValueWhenUnset:IntegerValueWhenUnsetConfiguration
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: IntegerDefaultValues
Update requires: No interruption
MappedDataSetParametersProperty description not available.
Required: No
Type: List of MappedDataSetParameter
Update requires: No interruption
Name-
The name of the parameter that is being declared.
Required: Yes
Type: String
Minimum:
1Maximum:
2048Pattern:
^[a-zA-Z0-9]+$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_VALUEDUpdate requires: No interruption
ValueWhenUnset-
A parameter declaration for the
Integerdata type.Required: No
Type: IntegerValueWhenUnsetConfiguration
Update requires: No interruption