AWS::QuickSight::Dashboard DestinationParameterValueConfiguration
The configuration of destination 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 AWS CloudFormation template, use the following syntax:
JSON
{ "CustomValuesConfiguration" :
CustomValuesConfiguration
, "SelectAllValueOptions" :String
, "SourceColumn" :ColumnIdentifier
, "SourceField" :String
, "SourceParameterName" :String
}
YAML
CustomValuesConfiguration:
CustomValuesConfiguration
SelectAllValueOptions:String
SourceColumn:ColumnIdentifier
SourceField:String
SourceParameterName:String
Properties
CustomValuesConfiguration
-
The configuration of custom values for destination parameter in
DestinationParameterValueConfiguration
.Required: No
Type: CustomValuesConfiguration
Update requires: No interruption
SelectAllValueOptions
-
The configuration that selects all options.
Required: No
Type: String
Allowed values:
ALL_VALUES
Update requires: No interruption
SourceColumn
-
A column of a data set.
Required: No
Type: ColumnIdentifier
Update requires: No interruption
SourceField
-
The source field ID of the destination parameter.
Required: No
Type: String
Minimum:
1
Maximum:
512
Update requires: No interruption
SourceParameterName
-
The source parameter name of the destination parameter.
Required: No
Type: String
Update requires: No interruption