This is the new AWS 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 StringParameterDeclaration
A parameter declaration for the String data type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultValues" :StringDefaultValues, "MappedDataSetParameters" :[ MappedDataSetParameter, ... ], "Name" :String, "ParameterValueType" :String, "ValueWhenUnset" :StringValueWhenUnsetConfiguration}
YAML
DefaultValues:StringDefaultValuesMappedDataSetParameters:- MappedDataSetParameterName:StringParameterValueType:StringValueWhenUnset:StringValueWhenUnsetConfiguration
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: StringDefaultValues 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: 1Maximum: 2048Update 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
- 
                    The configuration that defines the default value of a Stringparameter when a value has not been set.Required: No Type: StringValueWhenUnsetConfiguration Update requires: No interruption