AWS::QuickSight::Analysis DynamicDefaultValue
Defines different defaults to the users or groups based on mapping.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "DefaultValueColumn" :
ColumnIdentifier
, "GroupNameColumn" :ColumnIdentifier
, "UserNameColumn" :ColumnIdentifier
}
YAML
DefaultValueColumn:
ColumnIdentifier
GroupNameColumn:ColumnIdentifier
UserNameColumn:ColumnIdentifier
Properties
DefaultValueColumn
-
The column that contains the default value of each user or group.
Required: Yes
Type: ColumnIdentifier
Update requires: No interruption
GroupNameColumn
-
The column that contains the group name.
Required: No
Type: ColumnIdentifier
Update requires: No interruption
UserNameColumn
-
The column that contains the username.
Required: No
Type: ColumnIdentifier
Update requires: No interruption