CfnThemeProps¶
-
class
aws_cdk.aws_quicksight.
CfnThemeProps
(*, aws_account_id, theme_id, base_theme_id=None, configuration=None, name=None, permissions=None, tags=None, version_description=None)¶ Bases:
object
Properties for defining a
AWS::QuickSight::Theme
.- Parameters
aws_account_id (
str
) –AWS::QuickSight::Theme.AwsAccountId
.theme_id (
str
) –AWS::QuickSight::Theme.ThemeId
.base_theme_id (
Optional
[str
]) –AWS::QuickSight::Theme.BaseThemeId
.configuration (
Union
[IResolvable
,ThemeConfigurationProperty
,None
]) –AWS::QuickSight::Theme.Configuration
.name (
Optional
[str
]) –AWS::QuickSight::Theme.Name
.permissions (
Union
[IResolvable
,Sequence
[Union
[IResolvable
,ResourcePermissionProperty
]],None
]) –AWS::QuickSight::Theme.Permissions
.tags (
Optional
[Sequence
[CfnTag
]]) –AWS::QuickSight::Theme.Tags
.version_description (
Optional
[str
]) –AWS::QuickSight::Theme.VersionDescription
.
- Link
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-theme.html
Attributes
-
aws_account_id
¶ AWS::QuickSight::Theme.AwsAccountId
.
-
base_theme_id
¶ AWS::QuickSight::Theme.BaseThemeId
.
-
configuration
¶ AWS::QuickSight::Theme.Configuration
.
-
name
¶ AWS::QuickSight::Theme.Name
.- Link
- Return type
Optional
[str
]
-
permissions
¶ AWS::QuickSight::Theme.Permissions
.- Link
- Return type
Union
[IResolvable
,List
[Union
[IResolvable
,ResourcePermissionProperty
]],None
]
AWS::QuickSight::Theme.Tags
.- Link
- Return type
Optional
[List
[CfnTag
]]
-
theme_id
¶ AWS::QuickSight::Theme.ThemeId
.
-
version_description
¶ AWS::QuickSight::Theme.VersionDescription
.