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::Customization
Creates Amazon Quick Sight customizations. Currently, you can add a custom default theme by using the
CreateAccountCustomization or UpdateAccountCustomization
API operation. To further customize Amazon Quick Sight by removing Amazon Quick Sight
sample assets and videos for all new users, see Customizing Quick Sight in the Amazon Quick Sight User Guide.
You can create customizations for your AWS account or, if you specify a namespace, for
a Quick Sight namespace instead. Customizations that apply to a namespace always override
customizations that apply to an AWS account. To find out which customizations apply, use
the DescribeAccountCustomization API operation.
Before you use the CreateAccountCustomization API operation to add a theme
as the namespace default, make sure that you first share the theme with the namespace.
If you don't share it with the namespace, the theme isn't visible to your users
even if you make it the default theme.
To check if the theme is shared, view the current permissions by using the
DescribeThemePermissions
API operation.
To share the theme, grant permissions by using the
UpdateThemePermissions
API operation.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::Customization", "Properties" : { "DefaultTheme" :String, "Namespace" :String, "Tags" :[ Tag, ... ]} }
YAML
Type: AWS::QuickSight::Customization Properties: DefaultTheme:StringNamespace:StringTags:- Tag
Properties
DefaultTheme-
The default theme for this Quick Sight subscription.
Required: Yes
Type: String
Update requires: No interruption
NamespaceProperty description not available.
Required: Yes
Type: String
Pattern:
^[a-zA-Z0-9._-]*$Minimum:
1Maximum:
64Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Minimum:
1Maximum:
200Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty description not available.
AwsAccountIdProperty description not available.