AWS::QuickSight::Template CustomValuesConfiguration
The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration
.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CustomValues" :
CustomParameterValues
, "IncludeNullValue" :Boolean
}
YAML
CustomValues:
CustomParameterValues
IncludeNullValue:Boolean
Properties
CustomValues
Property description not available.
Required: Yes
Type: CustomParameterValues
Update requires: No interruption
IncludeNullValue
-
Includes the null value in custom action parameter values.
Required: No
Type: Boolean
Update requires: No interruption