This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::Template 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 CloudFormation template, use the following syntax:
JSON
{ "CustomValuesConfiguration" :CustomValuesConfiguration, "SelectAllValueOptions" :String, "SourceColumn" :ColumnIdentifier, "SourceField" :String, "SourceParameterName" :String}
YAML
CustomValuesConfiguration:CustomValuesConfigurationSelectAllValueOptions:StringSourceColumn:ColumnIdentifierSourceField:StringSourceParameterName: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_VALUESUpdate 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:
1Maximum:
512Update requires: No interruption
SourceParameterName-
The source parameter name of the destination parameter.
Required: No
Type: String
Update requires: No interruption