aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (288) hide show
  1. aws_cdk/__init__.py +21 -18
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.1.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +3 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +3 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -1
  7. aws_cdk/aws_aiops/__init__.py +3 -0
  8. aws_cdk/aws_amazonmq/__init__.py +3 -29
  9. aws_cdk/aws_amplify/__init__.py +3 -0
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  11. aws_cdk/aws_apigateway/__init__.py +3 -0
  12. aws_cdk/aws_apigatewayv2/__init__.py +3 -0
  13. aws_cdk/aws_appconfig/__init__.py +3 -29
  14. aws_cdk/aws_appflow/__init__.py +3 -0
  15. aws_cdk/aws_appintegrations/__init__.py +3 -0
  16. aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
  17. aws_cdk/aws_applicationinsights/__init__.py +3 -0
  18. aws_cdk/aws_applicationsignals/__init__.py +4 -1
  19. aws_cdk/aws_appmesh/__init__.py +3 -0
  20. aws_cdk/aws_apprunner/__init__.py +3 -0
  21. aws_cdk/aws_appstream/__init__.py +3 -0
  22. aws_cdk/aws_appsync/__init__.py +3 -0
  23. aws_cdk/aws_apptest/__init__.py +3 -0
  24. aws_cdk/aws_aps/__init__.py +1168 -83
  25. aws_cdk/aws_arcregionswitch/__init__.py +3 -0
  26. aws_cdk/aws_arczonalshift/__init__.py +3 -0
  27. aws_cdk/aws_athena/__init__.py +3 -0
  28. aws_cdk/aws_auditmanager/__init__.py +3 -0
  29. aws_cdk/aws_autoscaling/__init__.py +3 -0
  30. aws_cdk/aws_autoscaling_common/__init__.py +3 -0
  31. aws_cdk/aws_autoscalingplans/__init__.py +3 -0
  32. aws_cdk/aws_b2bi/__init__.py +3 -0
  33. aws_cdk/aws_backup/__init__.py +3 -29
  34. aws_cdk/aws_backupgateway/__init__.py +3 -0
  35. aws_cdk/aws_batch/__init__.py +3 -0
  36. aws_cdk/aws_bcmdataexports/__init__.py +3 -0
  37. aws_cdk/aws_bedrock/__init__.py +9 -29
  38. aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
  39. aws_cdk/aws_billingconductor/__init__.py +3 -0
  40. aws_cdk/aws_budgets/__init__.py +3 -0
  41. aws_cdk/aws_cassandra/__init__.py +3 -0
  42. aws_cdk/aws_ce/__init__.py +3 -0
  43. aws_cdk/aws_certificatemanager/__init__.py +3 -0
  44. aws_cdk/aws_chatbot/__init__.py +3 -0
  45. aws_cdk/aws_cleanrooms/__init__.py +3 -0
  46. aws_cdk/aws_cleanroomsml/__init__.py +3 -0
  47. aws_cdk/aws_cloud9/__init__.py +3 -0
  48. aws_cdk/aws_cloudformation/__init__.py +3 -0
  49. aws_cdk/aws_cloudfront/__init__.py +69 -3
  50. aws_cdk/aws_cloudtrail/__init__.py +3 -0
  51. aws_cdk/aws_cloudwatch/__init__.py +3 -0
  52. aws_cdk/aws_codeartifact/__init__.py +3 -0
  53. aws_cdk/aws_codebuild/__init__.py +3 -0
  54. aws_cdk/aws_codecommit/__init__.py +3 -0
  55. aws_cdk/aws_codeconnections/__init__.py +3 -0
  56. aws_cdk/aws_codedeploy/__init__.py +3 -0
  57. aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
  58. aws_cdk/aws_codegurureviewer/__init__.py +3 -0
  59. aws_cdk/aws_codepipeline/__init__.py +3 -0
  60. aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
  61. aws_cdk/aws_codestar/__init__.py +3 -0
  62. aws_cdk/aws_codestarconnections/__init__.py +3 -0
  63. aws_cdk/aws_codestarnotifications/__init__.py +3 -0
  64. aws_cdk/aws_cognito/__init__.py +3 -0
  65. aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
  66. aws_cdk/aws_comprehend/__init__.py +3 -0
  67. aws_cdk/aws_config/__init__.py +3 -0
  68. aws_cdk/aws_connect/__init__.py +1232 -2
  69. aws_cdk/aws_connectcampaigns/__init__.py +3 -0
  70. aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
  71. aws_cdk/aws_controltower/__init__.py +3 -0
  72. aws_cdk/aws_cur/__init__.py +3 -0
  73. aws_cdk/aws_customerprofiles/__init__.py +3 -29
  74. aws_cdk/aws_databrew/__init__.py +3 -0
  75. aws_cdk/aws_datapipeline/__init__.py +3 -0
  76. aws_cdk/aws_datasync/__init__.py +3 -0
  77. aws_cdk/aws_datazone/__init__.py +17 -15
  78. aws_cdk/aws_dax/__init__.py +3 -0
  79. aws_cdk/aws_deadline/__init__.py +3 -0
  80. aws_cdk/aws_detective/__init__.py +3 -0
  81. aws_cdk/aws_devicefarm/__init__.py +3 -0
  82. aws_cdk/aws_devopsguru/__init__.py +3 -0
  83. aws_cdk/aws_directoryservice/__init__.py +3 -0
  84. aws_cdk/aws_dlm/__init__.py +3 -0
  85. aws_cdk/aws_dms/__init__.py +3 -0
  86. aws_cdk/aws_docdb/__init__.py +14 -3
  87. aws_cdk/aws_docdbelastic/__init__.py +3 -0
  88. aws_cdk/aws_dsql/__init__.py +3 -0
  89. aws_cdk/aws_dynamodb/__init__.py +3 -0
  90. aws_cdk/aws_ec2/__init__.py +106 -40
  91. aws_cdk/aws_ecr/__init__.py +156 -33
  92. aws_cdk/aws_ecs/__init__.py +87 -48
  93. aws_cdk/aws_efs/__init__.py +3 -0
  94. aws_cdk/aws_eks/__init__.py +3 -58
  95. aws_cdk/aws_elasticache/__init__.py +3 -0
  96. aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
  97. aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
  98. aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
  99. aws_cdk/aws_elasticsearch/__init__.py +3 -0
  100. aws_cdk/aws_emr/__init__.py +3 -0
  101. aws_cdk/aws_emrcontainers/__init__.py +3 -0
  102. aws_cdk/aws_emrserverless/__init__.py +12 -11
  103. aws_cdk/aws_entityresolution/__init__.py +3 -0
  104. aws_cdk/aws_events/__init__.py +73 -29
  105. aws_cdk/aws_events_targets/__init__.py +3 -0
  106. aws_cdk/aws_eventschemas/__init__.py +3 -0
  107. aws_cdk/aws_evidently/__init__.py +3 -0
  108. aws_cdk/aws_evs/__init__.py +3 -0
  109. aws_cdk/aws_finspace/__init__.py +3 -0
  110. aws_cdk/aws_fis/__init__.py +3 -0
  111. aws_cdk/aws_fms/__init__.py +3 -0
  112. aws_cdk/aws_forecast/__init__.py +3 -0
  113. aws_cdk/aws_frauddetector/__init__.py +3 -0
  114. aws_cdk/aws_fsx/__init__.py +3 -0
  115. aws_cdk/aws_gamelift/__init__.py +3 -0
  116. aws_cdk/aws_gameliftstreams/__init__.py +8 -5
  117. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  118. aws_cdk/aws_glue/__init__.py +11 -80
  119. aws_cdk/aws_grafana/__init__.py +3 -0
  120. aws_cdk/aws_greengrass/__init__.py +3 -0
  121. aws_cdk/aws_greengrassv2/__init__.py +3 -0
  122. aws_cdk/aws_groundstation/__init__.py +3 -0
  123. aws_cdk/aws_guardduty/__init__.py +3 -0
  124. aws_cdk/aws_healthimaging/__init__.py +3 -0
  125. aws_cdk/aws_healthlake/__init__.py +3 -0
  126. aws_cdk/aws_iam/__init__.py +30 -32
  127. aws_cdk/aws_identitystore/__init__.py +3 -0
  128. aws_cdk/aws_imagebuilder/__init__.py +499 -0
  129. aws_cdk/aws_inspector/__init__.py +3 -0
  130. aws_cdk/aws_inspectorv2/__init__.py +3 -0
  131. aws_cdk/aws_internetmonitor/__init__.py +3 -0
  132. aws_cdk/aws_invoicing/__init__.py +3 -0
  133. aws_cdk/aws_iot/__init__.py +3 -0
  134. aws_cdk/aws_iotanalytics/__init__.py +3 -0
  135. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
  136. aws_cdk/aws_iotevents/__init__.py +3 -0
  137. aws_cdk/aws_iotfleethub/__init__.py +3 -0
  138. aws_cdk/aws_iotfleetwise/__init__.py +3 -0
  139. aws_cdk/aws_iotsitewise/__init__.py +3 -0
  140. aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
  141. aws_cdk/aws_iottwinmaker/__init__.py +3 -87
  142. aws_cdk/aws_iotwireless/__init__.py +61 -0
  143. aws_cdk/aws_ivs/__init__.py +3 -0
  144. aws_cdk/aws_ivschat/__init__.py +3 -0
  145. aws_cdk/aws_kafkaconnect/__init__.py +3 -0
  146. aws_cdk/aws_kendra/__init__.py +3 -58
  147. aws_cdk/aws_kendraranking/__init__.py +3 -0
  148. aws_cdk/aws_kinesis/__init__.py +3 -0
  149. aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
  150. aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
  151. aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
  152. aws_cdk/aws_kinesisvideo/__init__.py +3 -29
  153. aws_cdk/aws_kms/__init__.py +3 -0
  154. aws_cdk/aws_lakeformation/__init__.py +3 -0
  155. aws_cdk/aws_lambda/__init__.py +14 -7
  156. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  157. aws_cdk/aws_launchwizard/__init__.py +3 -0
  158. aws_cdk/aws_lex/__init__.py +3 -29
  159. aws_cdk/aws_licensemanager/__init__.py +3 -0
  160. aws_cdk/aws_lightsail/__init__.py +3 -0
  161. aws_cdk/aws_location/__init__.py +3 -0
  162. aws_cdk/aws_logs/__init__.py +226 -9
  163. aws_cdk/aws_lookoutequipment/__init__.py +3 -29
  164. aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
  165. aws_cdk/aws_lookoutvision/__init__.py +3 -0
  166. aws_cdk/aws_m2/__init__.py +3 -0
  167. aws_cdk/aws_macie/__init__.py +3 -0
  168. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  169. aws_cdk/aws_mediaconnect/__init__.py +3 -0
  170. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  171. aws_cdk/aws_medialive/__init__.py +171 -33
  172. aws_cdk/aws_mediapackage/__init__.py +3 -0
  173. aws_cdk/aws_mediapackagev2/__init__.py +3 -0
  174. aws_cdk/aws_mediastore/__init__.py +3 -0
  175. aws_cdk/aws_mediatailor/__init__.py +3 -58
  176. aws_cdk/aws_memorydb/__init__.py +3 -0
  177. aws_cdk/aws_mpa/__init__.py +3 -0
  178. aws_cdk/aws_msk/__init__.py +3 -0
  179. aws_cdk/aws_mwaa/__init__.py +3 -0
  180. aws_cdk/aws_neptune/__init__.py +55 -0
  181. aws_cdk/aws_neptunegraph/__init__.py +3 -0
  182. aws_cdk/aws_networkfirewall/__init__.py +3 -0
  183. aws_cdk/aws_networkmanager/__init__.py +3 -0
  184. aws_cdk/aws_nimblestudio/__init__.py +3 -0
  185. aws_cdk/aws_notifications/__init__.py +3 -0
  186. aws_cdk/aws_notificationscontacts/__init__.py +3 -0
  187. aws_cdk/aws_oam/__init__.py +3 -0
  188. aws_cdk/aws_observabilityadmin/__init__.py +171 -137
  189. aws_cdk/aws_odb/__init__.py +4 -1
  190. aws_cdk/aws_omics/__init__.py +3 -0
  191. aws_cdk/aws_opensearchserverless/__init__.py +3 -0
  192. aws_cdk/aws_opensearchservice/__init__.py +3 -0
  193. aws_cdk/aws_opsworks/__init__.py +3 -0
  194. aws_cdk/aws_opsworkscm/__init__.py +3 -0
  195. aws_cdk/aws_organizations/__init__.py +3 -116
  196. aws_cdk/aws_osis/__init__.py +157 -0
  197. aws_cdk/aws_panorama/__init__.py +3 -0
  198. aws_cdk/aws_paymentcryptography/__init__.py +3 -0
  199. aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
  200. aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
  201. aws_cdk/aws_pcs/__init__.py +3 -0
  202. aws_cdk/aws_personalize/__init__.py +3 -0
  203. aws_cdk/aws_pinpoint/__init__.py +3 -58
  204. aws_cdk/aws_pinpointemail/__init__.py +3 -0
  205. aws_cdk/aws_pipes/__init__.py +3 -0
  206. aws_cdk/aws_proton/__init__.py +3 -0
  207. aws_cdk/aws_qbusiness/__init__.py +3 -174
  208. aws_cdk/aws_qldb/__init__.py +3 -29
  209. aws_cdk/aws_quicksight/__init__.py +418 -411
  210. aws_cdk/aws_ram/__init__.py +3 -0
  211. aws_cdk/aws_rbin/__init__.py +3 -0
  212. aws_cdk/aws_rds/__init__.py +42 -19
  213. aws_cdk/aws_redshift/__init__.py +3 -0
  214. aws_cdk/aws_redshiftserverless/__init__.py +3 -0
  215. aws_cdk/aws_refactorspaces/__init__.py +3 -0
  216. aws_cdk/aws_rekognition/__init__.py +3 -29
  217. aws_cdk/aws_resiliencehub/__init__.py +3 -0
  218. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  219. aws_cdk/aws_resourcegroups/__init__.py +3 -0
  220. aws_cdk/aws_robomaker/__init__.py +3 -0
  221. aws_cdk/aws_rolesanywhere/__init__.py +3 -0
  222. aws_cdk/aws_route53/__init__.py +18 -18
  223. aws_cdk/aws_route53_targets/__init__.py +3 -0
  224. aws_cdk/aws_route53profiles/__init__.py +3 -0
  225. aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
  226. aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
  227. aws_cdk/aws_route53resolver/__init__.py +11 -4
  228. aws_cdk/aws_rum/__init__.py +3 -0
  229. aws_cdk/aws_s3/__init__.py +51 -41
  230. aws_cdk/aws_s3_deployment/__init__.py +3 -0
  231. aws_cdk/aws_s3express/__init__.py +3 -0
  232. aws_cdk/aws_s3objectlambda/__init__.py +3 -0
  233. aws_cdk/aws_s3outposts/__init__.py +3 -0
  234. aws_cdk/aws_s3tables/__init__.py +3 -0
  235. aws_cdk/aws_sagemaker/__init__.py +166 -87
  236. aws_cdk/aws_sam/__init__.py +3 -0
  237. aws_cdk/aws_scheduler/__init__.py +3 -29
  238. aws_cdk/aws_sdb/__init__.py +3 -0
  239. aws_cdk/aws_secretsmanager/__init__.py +3 -0
  240. aws_cdk/aws_securityhub/__init__.py +3 -0
  241. aws_cdk/aws_securitylake/__init__.py +3 -0
  242. aws_cdk/aws_servicecatalog/__init__.py +136 -124
  243. aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
  244. aws_cdk/aws_servicediscovery/__init__.py +3 -0
  245. aws_cdk/aws_ses/__init__.py +3 -0
  246. aws_cdk/aws_shield/__init__.py +3 -0
  247. aws_cdk/aws_signer/__init__.py +3 -0
  248. aws_cdk/aws_simspaceweaver/__init__.py +3 -0
  249. aws_cdk/aws_smsvoice/__init__.py +3 -29
  250. aws_cdk/aws_sns/__init__.py +3 -0
  251. aws_cdk/aws_sqs/__init__.py +3 -0
  252. aws_cdk/aws_ssm/__init__.py +10 -3
  253. aws_cdk/aws_ssmcontacts/__init__.py +3 -0
  254. aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
  255. aws_cdk/aws_ssmincidents/__init__.py +3 -0
  256. aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
  257. aws_cdk/aws_sso/__init__.py +3 -0
  258. aws_cdk/aws_stepfunctions/__init__.py +9 -12
  259. aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
  260. aws_cdk/aws_supportapp/__init__.py +3 -0
  261. aws_cdk/aws_synthetics/__init__.py +59 -26
  262. aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
  263. aws_cdk/aws_timestream/__init__.py +3 -29
  264. aws_cdk/aws_transfer/__init__.py +20 -34
  265. aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
  266. aws_cdk/aws_voiceid/__init__.py +3 -0
  267. aws_cdk/aws_vpclattice/__init__.py +7 -4
  268. aws_cdk/aws_waf/__init__.py +3 -0
  269. aws_cdk/aws_wafregional/__init__.py +3 -0
  270. aws_cdk/aws_wafv2/__init__.py +3 -0
  271. aws_cdk/aws_wisdom/__init__.py +3 -116
  272. aws_cdk/aws_workspaces/__init__.py +3 -0
  273. aws_cdk/aws_workspacesinstances/__init__.py +3 -0
  274. aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
  275. aws_cdk/aws_workspacesweb/__init__.py +3 -0
  276. aws_cdk/aws_xray/__init__.py +3 -0
  277. aws_cdk/cloud_assembly_schema/__init__.py +3 -0
  278. aws_cdk/cx_api/__init__.py +34 -0
  279. aws_cdk/pipelines/__init__.py +3 -0
  280. aws_cdk/region_info/__init__.py +3 -0
  281. aws_cdk/triggers/__init__.py +3 -0
  282. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/METADATA +2 -2
  283. aws_cdk_lib-2.221.1.dist-info/RECORD +313 -0
  284. aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
  285. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/LICENSE +0 -0
  286. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/NOTICE +0 -0
  287. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/WHEEL +0 -0
  288. {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.1.dist-info}/top_level.txt +0 -0
@@ -194,7 +194,7 @@ class CfnAnalysisProps:
194
194
 
195
195
  :param analysis_id: The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
196
196
  :param aws_account_id: The ID of the AWS account where you are creating an analysis.
197
- :param name: A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon QuickSight console.
197
+ :param name: A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon Quick Sight console.
198
198
  :param definition:
199
199
  :param errors: Errors associated with the analysis.
200
200
  :param folder_arns:
@@ -204,7 +204,7 @@ class CfnAnalysisProps:
204
204
  :param source_entity: A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets. Either a ``SourceEntity`` or a ``Definition`` must be provided in order for the request to be valid.
205
205
  :param status: Status associated with the analysis.
206
206
  :param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
207
- :param theme_arn: The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.
207
+ :param theme_arn: The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
208
208
  :param validation_strategy: The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to ``LENIENT`` , validation is skipped for specific errors.
209
209
 
210
210
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html
@@ -284,7 +284,7 @@ class CfnAnalysisProps:
284
284
  def name(self) -> builtins.str:
285
285
  '''A descriptive name for the analysis that you're creating.
286
286
 
287
- This name displays for the analysis in the Amazon QuickSight console.
287
+ This name displays for the analysis in the Amazon Quick Sight console.
288
288
 
289
289
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html#cfn-quicksight-analysis-name
290
290
  '''
@@ -397,7 +397,7 @@ class CfnAnalysisProps:
397
397
  def theme_arn(self) -> typing.Optional[builtins.str]:
398
398
  '''The ARN for the theme to apply to the analysis that you're creating.
399
399
 
400
- To see the theme in the Amazon QuickSight console, make sure that you have access to it.
400
+ To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
401
401
 
402
402
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-analysis.html#cfn-quicksight-analysis-themearn
403
403
  '''
@@ -615,7 +615,7 @@ class CfnDashboardProps:
615
615
  :param aws_account_id: The ID of the AWS account where you want to create the dashboard.
616
616
  :param dashboard_id: The ID for the dashboard, also added to the IAM policy.
617
617
  :param name: The display name of the dashboard.
618
- :param dashboard_publish_options: Options for publishing the dashboard when you create it:. - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default. - ``AvailabilityStatus`` for ``ExecutiveSummaryOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to build an executive summary is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``DataStoriesSharingOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to share a data story is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
618
+ :param dashboard_publish_options: Options for publishing the dashboard when you create it:. - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default. - ``AvailabilityStatus`` for ``QuickSuiteActionsOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to ``DISABLED`` . This option is ``DISABLED`` by default. - ``AvailabilityStatus`` for ``ExecutiveSummaryOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to build an executive summary is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``DataStoriesSharingOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to share a data story is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
619
619
  :param definition:
620
620
  :param folder_arns:
621
621
  :param link_entities: A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
@@ -718,9 +718,10 @@ class CfnDashboardProps:
718
718
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DashboardPublishOptionsProperty"]]:
719
719
  '''Options for publishing the dashboard when you create it:.
720
720
 
721
- - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default.
721
+ - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default.
722
722
  - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
723
723
  - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default.
724
+ - ``AvailabilityStatus`` for ``QuickSuiteActionsOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to ``DISABLED`` . This option is ``DISABLED`` by default.
724
725
  - ``AvailabilityStatus`` for ``ExecutiveSummaryOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to build an executive summary is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
725
726
  - ``AvailabilityStatus`` for ``DataStoriesSharingOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to share a data story is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
726
727
 
@@ -918,7 +919,7 @@ class CfnDataSetProps:
918
919
  '''Properties for defining a ``CfnDataSet``.
919
920
 
920
921
  :param aws_account_id: The AWS account ID.
921
- :param column_groups: Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
922
+ :param column_groups: Groupings of columns that work together in certain Amazon Quick Sight features. Currently, only geospatial hierarchy is supported.
922
923
  :param column_level_permission_rules: A set of one or more definitions of a ``ColumnLevelPermissionRule`` .
923
924
  :param data_set_id: An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
924
925
  :param dataset_parameters: The parameters that are declared in a dataset.
@@ -1286,7 +1287,7 @@ class CfnDataSetProps:
1286
1287
  def column_groups(
1287
1288
  self,
1288
1289
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.ColumnGroupProperty"]]]]:
1289
- '''Groupings of columns that work together in certain Amazon QuickSight features.
1290
+ '''Groupings of columns that work together in certain Amazon Quick Sight features.
1290
1291
 
1291
1292
  Currently, only geospatial hierarchy is supported.
1292
1293
 
@@ -1539,15 +1540,15 @@ class CfnDataSourceProps:
1539
1540
  :param type: The type of the data source. To return a list of all data sources, use ``ListDataSources`` . Use ``AMAZON_ELASTICSEARCH`` for Amazon OpenSearch Service.
1540
1541
  :param alternate_data_source_parameters: A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the ``DataSourceParameters`` structure that's in the request with the structures in the ``AlternateDataSourceParameters`` allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the ``AlternateDataSourceParameters`` list is null, the ``Credentials`` originally used with this ``DataSourceParameters`` are automatically allowed.
1541
1542
  :param aws_account_id: The AWS account ID.
1542
- :param credentials: The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
1543
+ :param credentials: The credentials Amazon Quick Sight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
1543
1544
  :param data_source_id: An ID for the data source. This ID is unique per AWS Region for each AWS account.
1544
- :param data_source_parameters: The parameters that Amazon QuickSight uses to connect to your underlying source.
1545
+ :param data_source_parameters: The parameters that Amazon Quick Sight uses to connect to your underlying source.
1545
1546
  :param error_info: Error information from the last update or the creation of the data source.
1546
1547
  :param folder_arns:
1547
1548
  :param permissions: A list of resource permissions on the data source.
1548
- :param ssl_properties: Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
1549
+ :param ssl_properties: Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.
1549
1550
  :param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
1550
- :param vpc_connection_properties: Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
1551
+ :param vpc_connection_properties: Use this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.
1551
1552
 
1552
1553
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html
1553
1554
  :exampleMetadata: fixture=_generated
@@ -2133,7 +2134,7 @@ class CfnDataSourceProps:
2133
2134
  def credentials(
2134
2135
  self,
2135
2136
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceCredentialsProperty"]]:
2136
- '''The credentials Amazon QuickSight that uses to connect to your underlying source.
2137
+ '''The credentials Amazon Quick Sight that uses to connect to your underlying source.
2137
2138
 
2138
2139
  Currently, only credentials based on user name and password are supported.
2139
2140
 
@@ -2157,7 +2158,7 @@ class CfnDataSourceProps:
2157
2158
  def data_source_parameters(
2158
2159
  self,
2159
2160
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceParametersProperty"]]:
2160
- '''The parameters that Amazon QuickSight uses to connect to your underlying source.
2161
+ '''The parameters that Amazon Quick Sight uses to connect to your underlying source.
2161
2162
 
2162
2163
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html#cfn-quicksight-datasource-datasourceparameters
2163
2164
  '''
@@ -2198,7 +2199,7 @@ class CfnDataSourceProps:
2198
2199
  def ssl_properties(
2199
2200
  self,
2200
2201
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.SslPropertiesProperty"]]:
2201
- '''Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
2202
+ '''Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.
2202
2203
 
2203
2204
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html#cfn-quicksight-datasource-sslproperties
2204
2205
  '''
@@ -2218,7 +2219,7 @@ class CfnDataSourceProps:
2218
2219
  def vpc_connection_properties(
2219
2220
  self,
2220
2221
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.VpcConnectionPropertiesProperty"]]:
2221
- '''Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
2222
+ '''Use this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.
2222
2223
 
2223
2224
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-datasource.html#cfn-quicksight-datasource-vpcconnectionproperties
2224
2225
  '''
@@ -2553,12 +2554,12 @@ class CfnTemplateProps:
2553
2554
  ) -> None:
2554
2555
  '''Properties for defining a ``CfnTemplate``.
2555
2556
 
2556
- :param aws_account_id: The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
2557
+ :param aws_account_id: The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon Quick Sight account.
2557
2558
  :param template_id: An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
2558
2559
  :param definition:
2559
2560
  :param name: A display name for the template.
2560
2561
  :param permissions: A list of resource permissions to be set on the template.
2561
- :param source_entity: The entity that you are using as a source when you create the template. In ``SourceEntity`` , you specify the type of object you're using as source: ``SourceTemplate`` for a template or ``SourceAnalysis`` for an analysis. Both of these require an Amazon Resource Name (ARN). For ``SourceTemplate`` , specify the ARN of the source template. For ``SourceAnalysis`` , specify the ARN of the source analysis. The ``SourceTemplate`` ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region . Use the ``DataSetReferences`` entity within ``SourceTemplate`` or ``SourceAnalysis`` to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder. Either a ``SourceEntity`` or a ``Definition`` must be provided in order for the request to be valid.
2562
+ :param source_entity: The entity that you are using as a source when you create the template. In ``SourceEntity`` , you specify the type of object you're using as source: ``SourceTemplate`` for a template or ``SourceAnalysis`` for an analysis. Both of these require an Amazon Resource Name (ARN). For ``SourceTemplate`` , specify the ARN of the source template. For ``SourceAnalysis`` , specify the ARN of the source analysis. The ``SourceTemplate`` ARN can contain any AWS account and any Quick Sight-supported AWS Region . Use the ``DataSetReferences`` entity within ``SourceTemplate`` or ``SourceAnalysis`` to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder. Either a ``SourceEntity`` or a ``Definition`` must be provided in order for the request to be valid.
2562
2563
  :param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
2563
2564
  :param validation_strategy: The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to ``LENIENT`` , validation is skipped for specific errors.
2564
2565
  :param version_description: A description of the current template version being created. This API operation creates the first version of the template. Every time ``UpdateTemplate`` is called, a new version is created. Each version of the template maintains a description of the version in the ``VersionDescription`` field.
@@ -2604,7 +2605,7 @@ class CfnTemplateProps:
2604
2605
  def aws_account_id(self) -> builtins.str:
2605
2606
  '''The ID for the AWS account that the group is in.
2606
2607
 
2607
- You use the ID for the AWS account that contains your Amazon QuickSight account.
2608
+ You use the ID for the AWS account that contains your Amazon Quick Sight account.
2608
2609
 
2609
2610
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-template.html#cfn-quicksight-template-awsaccountid
2610
2611
  '''
@@ -2660,7 +2661,7 @@ class CfnTemplateProps:
2660
2661
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.TemplateSourceEntityProperty"]]:
2661
2662
  '''The entity that you are using as a source when you create the template.
2662
2663
 
2663
- In ``SourceEntity`` , you specify the type of object you're using as source: ``SourceTemplate`` for a template or ``SourceAnalysis`` for an analysis. Both of these require an Amazon Resource Name (ARN). For ``SourceTemplate`` , specify the ARN of the source template. For ``SourceAnalysis`` , specify the ARN of the source analysis. The ``SourceTemplate`` ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region .
2664
+ In ``SourceEntity`` , you specify the type of object you're using as source: ``SourceTemplate`` for a template or ``SourceAnalysis`` for an analysis. Both of these require an Amazon Resource Name (ARN). For ``SourceTemplate`` , specify the ARN of the source template. For ``SourceAnalysis`` , specify the ARN of the source analysis. The ``SourceTemplate`` ARN can contain any AWS account and any Quick Sight-supported AWS Region .
2664
2665
 
2665
2666
  Use the ``DataSetReferences`` entity within ``SourceTemplate`` or ``SourceAnalysis`` to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder.
2666
2667
 
@@ -2746,7 +2747,7 @@ class CfnThemeProps:
2746
2747
  '''Properties for defining a ``CfnTheme``.
2747
2748
 
2748
2749
  :param aws_account_id: The ID of the AWS account where you want to store the new theme.
2749
- :param base_theme_id: The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ``ListThemes`` or choose *Themes* from within an analysis.
2750
+ :param base_theme_id: The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon Quick Sight. For a list of the starting themes, use ``ListThemes`` or choose *Themes* from within an analysis.
2750
2751
  :param configuration: The theme configuration, which contains the theme display properties.
2751
2752
  :param name: A display name for the theme.
2752
2753
  :param theme_id: An ID for the theme that you want to create. The theme ID is unique per AWS Region in each AWS account.
@@ -2867,7 +2868,7 @@ class CfnThemeProps:
2867
2868
  def base_theme_id(self) -> builtins.str:
2868
2869
  '''The ID of the theme that a custom theme will inherit from.
2869
2870
 
2870
- All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ``ListThemes`` or choose *Themes* from within an analysis.
2871
+ All themes inherit from one of the starting themes defined by Amazon Quick Sight. For a list of the starting themes, use ``ListThemes`` or choose *Themes* from within an analysis.
2871
2872
 
2872
2873
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-theme.html#cfn-quicksight-theme-basethemeid
2873
2874
  '''
@@ -4873,7 +4874,7 @@ class CfnAnalysis(
4873
4874
  :param id: Construct identifier for this resource (unique in its scope).
4874
4875
  :param analysis_id: The ID for the analysis that you're creating. This ID displays in the URL of the analysis.
4875
4876
  :param aws_account_id: The ID of the AWS account where you are creating an analysis.
4876
- :param name: A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon QuickSight console.
4877
+ :param name: A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon Quick Sight console.
4877
4878
  :param definition:
4878
4879
  :param errors: Errors associated with the analysis.
4879
4880
  :param folder_arns:
@@ -4883,7 +4884,7 @@ class CfnAnalysis(
4883
4884
  :param source_entity: A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets. Either a ``SourceEntity`` or a ``Definition`` must be provided in order for the request to be valid.
4884
4885
  :param status: Status associated with the analysis.
4885
4886
  :param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.
4886
- :param theme_arn: The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.
4887
+ :param theme_arn: The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon Quick Sight console, make sure that you have access to it.
4887
4888
  :param validation_strategy: The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to ``LENIENT`` , validation is skipped for specific errors.
4888
4889
  '''
4889
4890
  if __debug__:
@@ -5599,9 +5600,9 @@ class CfnAnalysis(
5599
5600
  :param analysis_defaults:
5600
5601
  :param calculated_fields: An array of calculated field definitions for the analysis.
5601
5602
  :param column_configurations: An array of analysis-level column configurations. Column configurations can be used to set default formatting for a column to be used throughout an analysis.
5602
- :param filter_groups: Filter definitions for an analysis. For more information, see `Filtering Data in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon QuickSight User Guide* .
5603
+ :param filter_groups: Filter definitions for an analysis. For more information, see `Filtering Data in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon Quick Suite User Guide* .
5603
5604
  :param options: An array of option definitions for an analysis.
5604
- :param parameter_declarations: An array of parameter declarations for an analysis. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
5605
+ :param parameter_declarations: An array of parameter declarations for an analysis. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
5605
5606
  :param query_execution_options:
5606
5607
  :param sheets: An array of sheet definitions for an analysis. Each ``SheetDefinition`` provides detailed information about a sheet within this analysis.
5607
5608
  :param static_files: The static files for the definition.
@@ -5701,7 +5702,7 @@ class CfnAnalysis(
5701
5702
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.FilterGroupProperty"]]]]:
5702
5703
  '''Filter definitions for an analysis.
5703
5704
 
5704
- For more information, see `Filtering Data in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon QuickSight User Guide* .
5705
+ For more information, see `Filtering Data in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon Quick Suite User Guide* .
5705
5706
 
5706
5707
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html#cfn-quicksight-analysis-analysisdefinition-filtergroups
5707
5708
  '''
@@ -5727,7 +5728,7 @@ class CfnAnalysis(
5727
5728
 
5728
5729
  Parameters are named variables that can transfer a value for use by an action or an object.
5729
5730
 
5730
- For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
5731
+ For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
5731
5732
 
5732
5733
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-analysisdefinition.html#cfn-quicksight-analysis-analysisdefinition-parameterdeclarations
5733
5734
  '''
@@ -8197,7 +8198,7 @@ class CfnAnalysis(
8197
8198
  - Horizontal stacked 100% bar chart
8198
8199
  - Vertical stacked 100% bar chart
8199
8200
 
8200
- For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
8201
+ For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
8201
8202
 
8202
8203
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
8203
8204
  :param actions: The list of custom actions that are configured for a visual.
@@ -10040,7 +10041,7 @@ class CfnAnalysis(
10040
10041
  ) -> None:
10041
10042
  '''A box plot.
10042
10043
 
10043
- For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
10044
+ For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
10044
10045
 
10045
10046
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
10046
10047
  :param actions: The list of custom actions that are configured for a visual.
@@ -10938,8 +10939,8 @@ class CfnAnalysis(
10938
10939
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
10939
10940
 
10940
10941
  :param custom_filter_configuration: A custom filter that filters based on a single value. This filter can be partially matched.
10941
- :param custom_filter_list_configuration: A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
10942
- :param filter_list_configuration: A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
10942
+ :param custom_filter_list_configuration: A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
10943
+ :param filter_list_configuration: A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
10943
10944
 
10944
10945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryfilterconfiguration.html
10945
10946
  :exampleMetadata: fixture=_generated
@@ -11010,7 +11011,7 @@ class CfnAnalysis(
11010
11011
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CustomFilterListConfigurationProperty"]]:
11011
11012
  '''A list of custom filter values.
11012
11013
 
11013
- In the Amazon QuickSight console, this filter type is called a custom filter list.
11014
+ In the Quick Sight console, this filter type is called a custom filter list.
11014
11015
 
11015
11016
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryfilterconfiguration.html#cfn-quicksight-analysis-categoryfilterconfiguration-customfilterlistconfiguration
11016
11017
  '''
@@ -11023,7 +11024,7 @@ class CfnAnalysis(
11023
11024
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.FilterListConfigurationProperty"]]:
11024
11025
  '''A list of filter configurations.
11025
11026
 
11026
- In the Amazon QuickSight console, this filter type is called a filter list.
11027
+ In the Quick Sight console, this filter type is called a filter list.
11027
11028
 
11028
11029
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-categoryfilterconfiguration.html#cfn-quicksight-analysis-categoryfilterconfiguration-filterlistconfiguration
11029
11030
  '''
@@ -11062,7 +11063,7 @@ class CfnAnalysis(
11062
11063
  ) -> None:
11063
11064
  '''A ``CategoryFilter`` filters text values.
11064
11065
 
11065
- For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
11066
+ For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
11066
11067
 
11067
11068
  :param column: The column that the filter is applied to.
11068
11069
  :param configuration: The configuration for a ``CategoryFilter`` .
@@ -13725,7 +13726,7 @@ class CfnAnalysis(
13725
13726
 
13726
13727
  The ``ComboChartVisual`` includes stacked bar combo charts and clustered bar combo charts
13727
13728
 
13728
- For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
13729
+ For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
13729
13730
 
13730
13731
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
13731
13732
  :param actions: The list of custom actions that are configured for a visual.
@@ -15830,7 +15831,7 @@ class CfnAnalysis(
15830
15831
  ) -> None:
15831
15832
  '''A visual that contains custom content.
15832
15833
 
15833
- For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
15834
+ For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
15834
15835
 
15835
15836
  :param data_set_identifier: The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
15836
15837
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -21982,7 +21983,7 @@ class CfnAnalysis(
21982
21983
 
21983
21984
  This option isn't available for pie charts.
21984
21985
 
21985
- :param label_visibility: Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called ``'Show total'`` .
21986
+ :param label_visibility: Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called ``'Show total'`` .
21986
21987
 
21987
21988
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-donutcenteroptions.html
21988
21989
  :exampleMetadata: fixture=_generated
@@ -22008,7 +22009,7 @@ class CfnAnalysis(
22008
22009
  def label_visibility(self) -> typing.Optional[builtins.str]:
22009
22010
  '''Determines the visibility of the label in a donut chart.
22010
22011
 
22011
- In the Amazon QuickSight console, this option is called ``'Show total'`` .
22012
+ In the Quick Sight console, this option is called ``'Show total'`` .
22012
22013
 
22013
22014
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-donutcenteroptions.html#cfn-quicksight-analysis-donutcenteroptions-labelvisibility
22014
22015
  '''
@@ -22479,7 +22480,7 @@ class CfnAnalysis(
22479
22480
  ) -> None:
22480
22481
  '''An empty visual.
22481
22482
 
22482
- Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an ``EmptyVisual`` until a visual type is selected.
22483
+ Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an ``EmptyVisual`` until a visual type is selected.
22483
22484
 
22484
22485
  :param data_set_identifier: The data set that is used in the empty visual. Every visual requires a dataset to render.
22485
22486
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -24134,7 +24135,7 @@ class CfnAnalysis(
24134
24135
  ) -> None:
24135
24136
  '''A filled map.
24136
24137
 
24137
- For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
24138
+ For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
24138
24139
 
24139
24140
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
24140
24141
  :param actions: The list of custom actions that are configured for a visual.
@@ -25255,7 +25256,7 @@ class CfnAnalysis(
25255
25256
  ) -> None:
25256
25257
  '''A grouping of individual filters. Filter groups are applied to the same group of visuals.
25257
25258
 
25258
- For more information, see `Adding filter conditions (group filters) with AND and OR operators <https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html>`_ in the *Amazon QuickSight User Guide* .
25259
+ For more information, see `Adding filter conditions (group filters) with AND and OR operators <https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html>`_ in the *Amazon Quick Suite User Guide* .
25259
25260
 
25260
25261
  :param cross_dataset: The filter new feature which can apply filter group to all data sets. Choose one of the following options:. - ``ALL_DATASETS`` - ``SINGLE_DATASET``
25261
25262
  :param filter_group_id: The value that uniquely identifies a ``FilterGroup`` within a dashboard, template, or analysis.
@@ -25869,7 +25870,7 @@ class CfnAnalysis(
25869
25870
 
25870
25871
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
25871
25872
 
25872
- :param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
25873
+ :param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
25873
25874
  :param nested_filter: A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
25874
25875
  :param numeric_equality_filter: A ``NumericEqualityFilter`` filters numeric values that equal or do not equal a given numeric value.
25875
25876
  :param numeric_range_filter: A ``NumericRangeFilter`` filters numeric values that are either inside or outside a given numeric range.
@@ -25919,7 +25920,7 @@ class CfnAnalysis(
25919
25920
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CategoryFilterProperty"]]:
25920
25921
  '''A ``CategoryFilter`` filters text values.
25921
25922
 
25922
- For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
25923
+ For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
25923
25924
 
25924
25925
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filter.html#cfn-quicksight-analysis-filter-categoryfilter
25925
25926
  '''
@@ -29080,7 +29081,7 @@ class CfnAnalysis(
29080
29081
  ) -> None:
29081
29082
  '''A funnel chart.
29082
29083
 
29083
- For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
29084
+ For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
29084
29085
 
29085
29086
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
29086
29087
  :param actions: The list of custom actions that are configured for a visual.
@@ -30179,7 +30180,7 @@ class CfnAnalysis(
30179
30180
  ) -> None:
30180
30181
  '''A gauge chart.
30181
30182
 
30182
- For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
30183
+ For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
30183
30184
 
30184
30185
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
30185
30186
  :param actions: The list of custom actions that are configured for a visual.
@@ -33130,7 +33131,7 @@ class CfnAnalysis(
33130
33131
  ) -> None:
33131
33132
  '''A geospatial map or a points on map visual.
33132
33133
 
33133
- For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
33134
+ For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
33134
33135
 
33135
33136
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
33136
33137
  :param actions: The list of custom actions that are configured for a visual.
@@ -35073,7 +35074,7 @@ class CfnAnalysis(
35073
35074
  ) -> None:
35074
35075
  '''The options that determine the sizing of the canvas used in a grid layout.
35075
35076
 
35076
- :param resize_option: This value determines the layout behavior when the viewport is resized. - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called ``Classic`` . - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called ``Tiled`` .
35077
+ :param resize_option: This value determines the layout behavior when the viewport is resized. - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called ``Classic`` . - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called ``Tiled`` .
35077
35078
  :param optimized_view_port_width: The width that the view port will be optimized for when the layout renders.
35078
35079
 
35079
35080
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gridlayoutscreencanvassizeoptions.html
@@ -35106,8 +35107,8 @@ class CfnAnalysis(
35106
35107
  def resize_option(self) -> builtins.str:
35107
35108
  '''This value determines the layout behavior when the viewport is resized.
35108
35109
 
35109
- - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called ``Classic`` .
35110
- - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called ``Tiled`` .
35110
+ - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called ``Classic`` .
35111
+ - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called ``Tiled`` .
35111
35112
 
35112
35113
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-gridlayoutscreencanvassizeoptions.html#cfn-quicksight-analysis-gridlayoutscreencanvassizeoptions-resizeoption
35113
35114
  '''
@@ -35917,7 +35918,7 @@ class CfnAnalysis(
35917
35918
  ) -> None:
35918
35919
  '''A heat map.
35919
35920
 
35920
- For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
35921
+ For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
35921
35922
 
35922
35923
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
35923
35924
  :param actions: The list of custom actions that are configured for a visual.
@@ -37008,7 +37009,7 @@ class CfnAnalysis(
37008
37009
  ) -> None:
37009
37010
  '''A histogram.
37010
37011
 
37011
- For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
37012
+ For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
37012
37013
 
37013
37014
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
37014
37015
  :param actions: The list of custom actions that are configured for a visual.
@@ -38038,7 +38039,7 @@ class CfnAnalysis(
38038
38039
  ) -> None:
38039
38040
  '''An insight visual.
38040
38041
 
38041
- For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
38042
+ For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
38042
38043
 
38043
38044
  :param data_set_identifier: The dataset that is used in the insight visual.
38044
38045
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -40290,7 +40291,7 @@ class CfnAnalysis(
40290
40291
  ) -> None:
40291
40292
  '''A key performance indicator (KPI).
40292
40293
 
40293
- For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
40294
+ For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
40294
40295
 
40295
40296
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
40296
40297
  :param actions: The list of custom actions that are configured for a visual.
@@ -41480,7 +41481,7 @@ class CfnAnalysis(
41480
41481
  ) -> None:
41481
41482
  '''A ``Layout`` defines the placement of elements within a sheet.
41482
41483
 
41483
- For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
41484
+ For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
41484
41485
 
41485
41486
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
41486
41487
 
@@ -43205,7 +43206,7 @@ class CfnAnalysis(
43205
43206
  ) -> None:
43206
43207
  '''A line chart.
43207
43208
 
43208
- For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
43209
+ For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
43209
43210
 
43210
43211
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
43211
43212
  :param actions: The list of custom actions that are configured for a visual.
@@ -48248,7 +48249,7 @@ class CfnAnalysis(
48248
48249
  ) -> None:
48249
48250
  '''The declaration definition of a parameter.
48250
48251
 
48251
- For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
48252
+ For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
48252
48253
 
48253
48254
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
48254
48255
 
@@ -49470,7 +49471,7 @@ class CfnAnalysis(
49470
49471
  integer_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.IntegerParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
49471
49472
  string_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.StringParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
49472
49473
  ) -> None:
49473
- '''A list of Amazon QuickSight parameters and the list's override values.
49474
+ '''A list of Quick Sight parameters and the list's override values.
49474
49475
 
49475
49476
  :param date_time_parameters: The parameters that have a data type of date-time.
49476
49477
  :param decimal_parameters: The parameters that have a data type of decimal.
@@ -50676,9 +50677,9 @@ class CfnAnalysis(
50676
50677
  - Pie charts
50677
50678
  - Donut charts
50678
50679
 
50679
- For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
50680
+ For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
50680
50681
 
50681
- For more information, see `Using donut charts <https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html>`_ in the *Amazon QuickSight User Guide* .
50682
+ For more information, see `Using donut charts <https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html>`_ in the *Amazon Quick Suite User Guide* .
50682
50683
 
50683
50684
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
50684
50685
  :param actions: The list of custom actions that are configured for a visual.
@@ -53242,7 +53243,7 @@ class CfnAnalysis(
53242
53243
  ) -> None:
53243
53244
  '''A pivot table.
53244
53245
 
53245
- For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
53246
+ For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
53246
53247
 
53247
53248
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
53248
53249
  :param actions: The list of custom actions that are configured for a visual.
@@ -54055,7 +54056,7 @@ class CfnAnalysis(
54055
54056
  title: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnAnalysis.VisualTitleLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
54056
54057
  visual_content_alt_text: typing.Optional[builtins.str] = None,
54057
54058
  ) -> None:
54058
- '''A flexible visualization type that allows engineers to create new custom charts in Amazon QuickSight.
54059
+ '''A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
54059
54060
 
54060
54061
  :param plugin_arn: The Amazon Resource Name (ARN) that reflects the plugin and version.
54061
54062
  :param visual_id: The ID of the visual that you want to use.
@@ -57251,7 +57252,7 @@ class CfnAnalysis(
57251
57252
  '''Permission for the resource.
57252
57253
 
57253
57254
  :param actions: The IAM action to grant or revoke permissions on.
57254
- :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
57255
+ :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
57255
57256
  :param resource:
57256
57257
 
57257
57258
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-resourcepermission.html
@@ -57297,9 +57298,9 @@ class CfnAnalysis(
57297
57298
  def principal(self) -> builtins.str:
57298
57299
  '''The Amazon Resource Name (ARN) of the principal. This can be one of the following:.
57299
57300
 
57300
- - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
57301
- - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
57302
- - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
57301
+ - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
57302
+ - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
57303
+ - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
57303
57304
 
57304
57305
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-resourcepermission.html#cfn-quicksight-analysis-resourcepermission-principal
57305
57306
  '''
@@ -57968,7 +57969,7 @@ class CfnAnalysis(
57968
57969
  ) -> None:
57969
57970
  '''A sankey diagram.
57970
57971
 
57971
- For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
57972
+ For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
57972
57973
 
57973
57974
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
57974
57975
  :param actions: The list of custom actions that are configured for a visual.
@@ -58719,7 +58720,7 @@ class CfnAnalysis(
58719
58720
  ) -> None:
58720
58721
  '''A scatter plot.
58721
58722
 
58722
- For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
58723
+ For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
58723
58724
 
58724
58725
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
58725
58726
  :param actions: The list of custom actions that are configured for a visual.
@@ -60405,11 +60406,11 @@ class CfnAnalysis(
60405
60406
  :param sheet_id: The unique identifier of a sheet.
60406
60407
  :param content_type: The layout content type of the sheet. Choose one of the following options:. - ``PAGINATED`` : Creates a sheet for a paginated report. - ``INTERACTIVE`` : Creates a sheet for an interactive dashboard.
60407
60408
  :param description: A description of the sheet.
60408
- :param filter_controls: The list of filter controls that are on a sheet. For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon QuickSight User Guide* .
60409
+ :param filter_controls: The list of filter controls that are on a sheet. For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon Quick Suite User Guide* .
60409
60410
  :param images: A list of images on a sheet.
60410
- :param layouts: Layouts define how the components of a sheet are arranged. For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
60411
+ :param layouts: Layouts define how the components of a sheet are arranged. For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
60411
60412
  :param name: The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
60412
- :param parameter_controls: The list of parameter controls that are on a sheet. For more information, see `Using a Control with a Parameter in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon QuickSight User Guide* .
60413
+ :param parameter_controls: The list of parameter controls that are on a sheet. For more information, see `Using a Control with a Parameter in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon Quick Suite User Guide* .
60413
60414
  :param sheet_control_layouts: The control layouts of the sheet.
60414
60415
  :param text_boxes: The text boxes that are on a sheet.
60415
60416
  :param title: The title of the sheet.
@@ -60499,7 +60500,7 @@ class CfnAnalysis(
60499
60500
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.FilterControlProperty"]]]]:
60500
60501
  '''The list of filter controls that are on a sheet.
60501
60502
 
60502
- For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon QuickSight User Guide* .
60503
+ For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon Quick Suite User Guide* .
60503
60504
 
60504
60505
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-filtercontrols
60505
60506
  '''
@@ -60523,7 +60524,7 @@ class CfnAnalysis(
60523
60524
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.LayoutProperty"]]]]:
60524
60525
  '''Layouts define how the components of a sheet are arranged.
60525
60526
 
60526
- For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
60527
+ For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
60527
60528
 
60528
60529
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-layouts
60529
60530
  '''
@@ -60547,7 +60548,7 @@ class CfnAnalysis(
60547
60548
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ParameterControlProperty"]]]]:
60548
60549
  '''The list of parameter controls that are on a sheet.
60549
60550
 
60550
- For more information, see `Using a Control with a Parameter in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon QuickSight User Guide* .
60551
+ For more information, see `Using a Control with a Parameter in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon Quick Suite User Guide* .
60551
60552
 
60552
60553
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetdefinition.html#cfn-quicksight-analysis-sheetdefinition-parametercontrols
60553
60554
  '''
@@ -61275,11 +61276,11 @@ class CfnAnalysis(
61275
61276
  name: typing.Optional[builtins.str] = None,
61276
61277
  sheet_id: typing.Optional[builtins.str] = None,
61277
61278
  ) -> None:
61278
- '''A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight.
61279
+ '''A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight.
61279
61280
 
61280
61281
  Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
61281
61282
 
61282
- :param name: The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
61283
+ :param name: The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
61283
61284
  :param sheet_id: The unique identifier associated with a sheet.
61284
61285
 
61285
61286
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheet.html
@@ -61310,7 +61311,7 @@ class CfnAnalysis(
61310
61311
  def name(self) -> typing.Optional[builtins.str]:
61311
61312
  '''The name of a sheet.
61312
61313
 
61313
- This name is displayed on the sheet's tab in the Amazon QuickSight console.
61314
+ This name is displayed on the sheet's tab in the Quick Sight console.
61314
61315
 
61315
61316
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheet.html#cfn-quicksight-analysis-sheet-name
61316
61317
  '''
@@ -66607,7 +66608,7 @@ class CfnAnalysis(
66607
66608
  ) -> None:
66608
66609
  '''A table visual.
66609
66610
 
66610
- For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
66611
+ For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
66611
66612
 
66612
66613
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
66613
66614
  :param actions: The list of custom actions that are configured for a visual.
@@ -70702,7 +70703,7 @@ class CfnAnalysis(
70702
70703
  ) -> None:
70703
70704
  '''A tree map.
70704
70705
 
70705
- For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
70706
+ For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
70706
70707
 
70707
70708
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
70708
70709
  :param actions: The list of custom actions that are configured for a visual.
@@ -72288,31 +72289,31 @@ class CfnAnalysis(
72288
72289
 
72289
72290
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
72290
72291
 
72291
- :param bar_chart_visual: A bar chart. For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
72292
- :param box_plot_visual: A box plot. For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
72293
- :param combo_chart_visual: A combo chart. For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
72294
- :param custom_content_visual: A visual that contains custom content. For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
72292
+ :param bar_chart_visual: A bar chart. For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72293
+ :param box_plot_visual: A box plot. For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
72294
+ :param combo_chart_visual: A combo chart. For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72295
+ :param custom_content_visual: A visual that contains custom content. For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
72295
72296
  :param empty_visual: An empty visual.
72296
- :param filled_map_visual: A filled map. For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
72297
- :param funnel_chart_visual: A funnel chart. For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
72298
- :param gauge_chart_visual: A gauge chart. For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
72299
- :param geospatial_map_visual: A geospatial map or a points on map visual. For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
72300
- :param heat_map_visual: A heat map. For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
72301
- :param histogram_visual: A histogram. For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
72302
- :param insight_visual: An insight visual. For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
72303
- :param kpi_visual: A key performance indicator (KPI). For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
72297
+ :param filled_map_visual: A filled map. For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
72298
+ :param funnel_chart_visual: A funnel chart. For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
72299
+ :param gauge_chart_visual: A gauge chart. For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72300
+ :param geospatial_map_visual: A geospatial map or a points on map visual. For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
72301
+ :param heat_map_visual: A heat map. For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
72302
+ :param histogram_visual: A histogram. For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72303
+ :param insight_visual: An insight visual. For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
72304
+ :param kpi_visual: A key performance indicator (KPI). For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
72304
72305
  :param layer_map_visual: The properties for a layer map visual.
72305
- :param line_chart_visual: A line chart. For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
72306
- :param pie_chart_visual: A pie or donut chart. For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
72307
- :param pivot_table_visual: A pivot table. For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
72306
+ :param line_chart_visual: A line chart. For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72307
+ :param pie_chart_visual: A pie or donut chart. For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72308
+ :param pivot_table_visual: A pivot table. For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
72308
72309
  :param plugin_visual: The custom plugin visual type.
72309
- :param radar_chart_visual: A radar chart visual. For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon QuickSight User Guide* .
72310
- :param sankey_diagram_visual: A sankey diagram. For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
72311
- :param scatter_plot_visual: A scatter plot. For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
72312
- :param table_visual: A table visual. For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
72313
- :param tree_map_visual: A tree map. For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
72314
- :param waterfall_visual: A waterfall chart. For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
72315
- :param word_cloud_visual: A word cloud. For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
72310
+ :param radar_chart_visual: A radar chart visual. For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72311
+ :param sankey_diagram_visual: A sankey diagram. For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
72312
+ :param scatter_plot_visual: A scatter plot. For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
72313
+ :param table_visual: A table visual. For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
72314
+ :param tree_map_visual: A tree map. For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
72315
+ :param waterfall_visual: A waterfall chart. For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72316
+ :param word_cloud_visual: A word cloud. For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
72316
72317
 
72317
72318
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html
72318
72319
  :exampleMetadata: fixture=_generated
@@ -72406,7 +72407,7 @@ class CfnAnalysis(
72406
72407
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.BarChartVisualProperty"]]:
72407
72408
  '''A bar chart.
72408
72409
 
72409
- For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
72410
+ For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72410
72411
 
72411
72412
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-barchartvisual
72412
72413
  '''
@@ -72419,7 +72420,7 @@ class CfnAnalysis(
72419
72420
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.BoxPlotVisualProperty"]]:
72420
72421
  '''A box plot.
72421
72422
 
72422
- For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
72423
+ For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
72423
72424
 
72424
72425
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-boxplotvisual
72425
72426
  '''
@@ -72432,7 +72433,7 @@ class CfnAnalysis(
72432
72433
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ComboChartVisualProperty"]]:
72433
72434
  '''A combo chart.
72434
72435
 
72435
- For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
72436
+ For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72436
72437
 
72437
72438
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-combochartvisual
72438
72439
  '''
@@ -72445,7 +72446,7 @@ class CfnAnalysis(
72445
72446
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.CustomContentVisualProperty"]]:
72446
72447
  '''A visual that contains custom content.
72447
72448
 
72448
- For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
72449
+ For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
72449
72450
 
72450
72451
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-customcontentvisual
72451
72452
  '''
@@ -72469,7 +72470,7 @@ class CfnAnalysis(
72469
72470
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.FilledMapVisualProperty"]]:
72470
72471
  '''A filled map.
72471
72472
 
72472
- For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
72473
+ For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
72473
72474
 
72474
72475
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-filledmapvisual
72475
72476
  '''
@@ -72482,7 +72483,7 @@ class CfnAnalysis(
72482
72483
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.FunnelChartVisualProperty"]]:
72483
72484
  '''A funnel chart.
72484
72485
 
72485
- For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
72486
+ For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
72486
72487
 
72487
72488
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-funnelchartvisual
72488
72489
  '''
@@ -72495,7 +72496,7 @@ class CfnAnalysis(
72495
72496
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.GaugeChartVisualProperty"]]:
72496
72497
  '''A gauge chart.
72497
72498
 
72498
- For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
72499
+ For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72499
72500
 
72500
72501
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-gaugechartvisual
72501
72502
  '''
@@ -72508,7 +72509,7 @@ class CfnAnalysis(
72508
72509
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.GeospatialMapVisualProperty"]]:
72509
72510
  '''A geospatial map or a points on map visual.
72510
72511
 
72511
- For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
72512
+ For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
72512
72513
 
72513
72514
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-geospatialmapvisual
72514
72515
  '''
@@ -72521,7 +72522,7 @@ class CfnAnalysis(
72521
72522
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.HeatMapVisualProperty"]]:
72522
72523
  '''A heat map.
72523
72524
 
72524
- For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
72525
+ For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
72525
72526
 
72526
72527
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-heatmapvisual
72527
72528
  '''
@@ -72534,7 +72535,7 @@ class CfnAnalysis(
72534
72535
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.HistogramVisualProperty"]]:
72535
72536
  '''A histogram.
72536
72537
 
72537
- For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
72538
+ For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72538
72539
 
72539
72540
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-histogramvisual
72540
72541
  '''
@@ -72547,7 +72548,7 @@ class CfnAnalysis(
72547
72548
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.InsightVisualProperty"]]:
72548
72549
  '''An insight visual.
72549
72550
 
72550
- For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
72551
+ For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
72551
72552
 
72552
72553
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-insightvisual
72553
72554
  '''
@@ -72560,7 +72561,7 @@ class CfnAnalysis(
72560
72561
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.KPIVisualProperty"]]:
72561
72562
  '''A key performance indicator (KPI).
72562
72563
 
72563
- For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
72564
+ For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
72564
72565
 
72565
72566
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-kpivisual
72566
72567
  '''
@@ -72584,7 +72585,7 @@ class CfnAnalysis(
72584
72585
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.LineChartVisualProperty"]]:
72585
72586
  '''A line chart.
72586
72587
 
72587
- For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
72588
+ For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
72588
72589
 
72589
72590
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-linechartvisual
72590
72591
  '''
@@ -72597,7 +72598,7 @@ class CfnAnalysis(
72597
72598
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.PieChartVisualProperty"]]:
72598
72599
  '''A pie or donut chart.
72599
72600
 
72600
- For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
72601
+ For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72601
72602
 
72602
72603
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-piechartvisual
72603
72604
  '''
@@ -72610,7 +72611,7 @@ class CfnAnalysis(
72610
72611
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.PivotTableVisualProperty"]]:
72611
72612
  '''A pivot table.
72612
72613
 
72613
- For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
72614
+ For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
72614
72615
 
72615
72616
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-pivottablevisual
72616
72617
  '''
@@ -72634,7 +72635,7 @@ class CfnAnalysis(
72634
72635
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.RadarChartVisualProperty"]]:
72635
72636
  '''A radar chart visual.
72636
72637
 
72637
- For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon QuickSight User Guide* .
72638
+ For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72638
72639
 
72639
72640
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-radarchartvisual
72640
72641
  '''
@@ -72647,7 +72648,7 @@ class CfnAnalysis(
72647
72648
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SankeyDiagramVisualProperty"]]:
72648
72649
  '''A sankey diagram.
72649
72650
 
72650
- For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
72651
+ For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
72651
72652
 
72652
72653
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-sankeydiagramvisual
72653
72654
  '''
@@ -72660,7 +72661,7 @@ class CfnAnalysis(
72660
72661
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.ScatterPlotVisualProperty"]]:
72661
72662
  '''A scatter plot.
72662
72663
 
72663
- For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
72664
+ For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
72664
72665
 
72665
72666
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-scatterplotvisual
72666
72667
  '''
@@ -72673,7 +72674,7 @@ class CfnAnalysis(
72673
72674
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.TableVisualProperty"]]:
72674
72675
  '''A table visual.
72675
72676
 
72676
- For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
72677
+ For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
72677
72678
 
72678
72679
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-tablevisual
72679
72680
  '''
@@ -72686,7 +72687,7 @@ class CfnAnalysis(
72686
72687
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.TreeMapVisualProperty"]]:
72687
72688
  '''A tree map.
72688
72689
 
72689
- For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
72690
+ For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
72690
72691
 
72691
72692
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-treemapvisual
72692
72693
  '''
@@ -72699,7 +72700,7 @@ class CfnAnalysis(
72699
72700
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.WaterfallVisualProperty"]]:
72700
72701
  '''A waterfall chart.
72701
72702
 
72702
- For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
72703
+ For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
72703
72704
 
72704
72705
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-waterfallvisual
72705
72706
  '''
@@ -72712,7 +72713,7 @@ class CfnAnalysis(
72712
72713
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.WordCloudVisualProperty"]]:
72713
72714
  '''A word cloud.
72714
72715
 
72715
- For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
72716
+ For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
72716
72717
 
72717
72718
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-visual.html#cfn-quicksight-analysis-visual-wordcloudvisual
72718
72719
  '''
@@ -73600,7 +73601,7 @@ class CfnAnalysis(
73600
73601
  ) -> None:
73601
73602
  '''A waterfall chart.
73602
73603
 
73603
- For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
73604
+ For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
73604
73605
 
73605
73606
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
73606
73607
  :param actions: The list of custom actions that are configured for a visual.
@@ -74408,7 +74409,7 @@ class CfnAnalysis(
74408
74409
  ) -> None:
74409
74410
  '''A word cloud.
74410
74411
 
74411
- For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
74412
+ For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
74412
74413
 
74413
74414
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
74414
74415
  :param actions: The list of custom actions that are configured for a visual.
@@ -74854,7 +74855,7 @@ class CfnCustomPermissions(
74854
74855
  subscribe_dashboard_email_reports: typing.Optional[builtins.str] = None,
74855
74856
  view_account_spice_capacity: typing.Optional[builtins.str] = None,
74856
74857
  ) -> None:
74857
- '''A set of actions that correspond to Amazon QuickSight permissions.
74858
+ '''A set of actions that correspond to Amazon Quick Sight permissions.
74858
74859
 
74859
74860
  :param add_or_run_anomaly_detection_for_analyses: The ability to add or run anomaly detection.
74860
74861
  :param analysis: The ability to perform analysis-related actions.
@@ -75249,7 +75250,7 @@ class CfnDashboard(
75249
75250
  ):
75250
75251
  '''Creates a dashboard from a template. To first create a template, see the ``CreateTemplate`` API operation.
75251
75252
 
75252
- A dashboard is an entity in QuickSight that identifies QuickSight reports, created from analyses. You can share QuickSight dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different AWS account .
75253
+ A dashboard is an entity in Quick Suite that identifies Quick Suite reports, created from analyses. You can share Quick Suite dashboards. With the right permissions, you can create scheduled email reports from them. If you have the correct permissions, you can create a dashboard from a template that exists in a different AWS account .
75253
75254
 
75254
75255
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html
75255
75256
  :cloudformationResource: AWS::QuickSight::Dashboard
@@ -75287,7 +75288,7 @@ class CfnDashboard(
75287
75288
  :param aws_account_id: The ID of the AWS account where you want to create the dashboard.
75288
75289
  :param dashboard_id: The ID for the dashboard, also added to the IAM policy.
75289
75290
  :param name: The display name of the dashboard.
75290
- :param dashboard_publish_options: Options for publishing the dashboard when you create it:. - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon QuickSight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default. - ``AvailabilityStatus`` for ``ExecutiveSummaryOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to build an executive summary is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``DataStoriesSharingOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to share a data story is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
75291
+ :param dashboard_publish_options: Options for publishing the dashboard when you create it:. - ``AvailabilityStatus`` for ``AdHocFilteringOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . When this is set to ``DISABLED`` , Amazon Quick Sight disables the left filter pane on the published dashboard, which can be used for ad hoc (one-time) filtering. This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``ExportToCSVOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The visual option to export data to .CSV format isn't enabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default. - ``AvailabilityStatus`` for ``QuickSuiteActionsOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . Features related to Actions in Amazon Quick Suite on dashboards are disabled when this is set to ``DISABLED`` . This option is ``DISABLED`` by default. - ``AvailabilityStatus`` for ``ExecutiveSummaryOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to build an executive summary is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default. - ``AvailabilityStatus`` for ``DataStoriesSharingOption`` - This status can be either ``ENABLED`` or ``DISABLED`` . The option to share a data story is disabled when this is set to ``DISABLED`` . This option is ``ENABLED`` by default.
75291
75292
  :param definition:
75292
75293
  :param folder_arns:
75293
75294
  :param link_entities: A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
@@ -78338,7 +78339,7 @@ class CfnDashboard(
78338
78339
  - Horizontal stacked 100% bar chart
78339
78340
  - Vertical stacked 100% bar chart
78340
78341
 
78341
- For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
78342
+ For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
78342
78343
 
78343
78344
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
78344
78345
  :param actions: The list of custom actions that are configured for a visual.
@@ -80181,7 +80182,7 @@ class CfnDashboard(
80181
80182
  ) -> None:
80182
80183
  '''A box plot.
80183
80184
 
80184
- For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
80185
+ For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
80185
80186
 
80186
80187
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
80187
80188
  :param actions: The list of custom actions that are configured for a visual.
@@ -81079,8 +81080,8 @@ class CfnDashboard(
81079
81080
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
81080
81081
 
81081
81082
  :param custom_filter_configuration: A custom filter that filters based on a single value. This filter can be partially matched.
81082
- :param custom_filter_list_configuration: A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
81083
- :param filter_list_configuration: A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
81083
+ :param custom_filter_list_configuration: A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
81084
+ :param filter_list_configuration: A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
81084
81085
 
81085
81086
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryfilterconfiguration.html
81086
81087
  :exampleMetadata: fixture=_generated
@@ -81151,7 +81152,7 @@ class CfnDashboard(
81151
81152
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CustomFilterListConfigurationProperty"]]:
81152
81153
  '''A list of custom filter values.
81153
81154
 
81154
- In the Amazon QuickSight console, this filter type is called a custom filter list.
81155
+ In the Quick Sight console, this filter type is called a custom filter list.
81155
81156
 
81156
81157
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryfilterconfiguration.html#cfn-quicksight-dashboard-categoryfilterconfiguration-customfilterlistconfiguration
81157
81158
  '''
@@ -81164,7 +81165,7 @@ class CfnDashboard(
81164
81165
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.FilterListConfigurationProperty"]]:
81165
81166
  '''A list of filter configurations.
81166
81167
 
81167
- In the Amazon QuickSight console, this filter type is called a filter list.
81168
+ In the Quick Sight console, this filter type is called a filter list.
81168
81169
 
81169
81170
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-categoryfilterconfiguration.html#cfn-quicksight-dashboard-categoryfilterconfiguration-filterlistconfiguration
81170
81171
  '''
@@ -81203,7 +81204,7 @@ class CfnDashboard(
81203
81204
  ) -> None:
81204
81205
  '''A ``CategoryFilter`` filters text values.
81205
81206
 
81206
- For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
81207
+ For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
81207
81208
 
81208
81209
  :param column: The column that the filter is applied to.
81209
81210
  :param configuration: The configuration for a ``CategoryFilter`` .
@@ -83866,7 +83867,7 @@ class CfnDashboard(
83866
83867
 
83867
83868
  The ``ComboChartVisual`` includes stacked bar combo charts and clustered bar combo charts
83868
83869
 
83869
- For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
83870
+ For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
83870
83871
 
83871
83872
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
83872
83873
  :param actions: The list of custom actions that are configured for a visual.
@@ -85971,7 +85972,7 @@ class CfnDashboard(
85971
85972
  ) -> None:
85972
85973
  '''A visual that contains custom content.
85973
85974
 
85974
- For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
85975
+ For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
85975
85976
 
85976
85977
  :param data_set_identifier: The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
85977
85978
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -86834,12 +86835,12 @@ class CfnDashboard(
86834
86835
  :param data_point_drill_up_down_option: The drill-down options of data points in a dashboard.
86835
86836
  :param data_point_menu_label_option: The data point menu label options of a dashboard.
86836
86837
  :param data_point_tooltip_option: The data point tool tip options of a dashboard.
86837
- :param data_qa_enabled_option: Adds Q&A capabilities to an Amazon QuickSight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
86838
+ :param data_qa_enabled_option: Adds Q&A capabilities to an Quick Sight dashboard. If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
86838
86839
  :param data_stories_sharing_option: Data stories sharing option.
86839
86840
  :param executive_summary_option: Executive summary option.
86840
86841
  :param export_to_csv_option: Export to .csv option.
86841
86842
  :param export_with_hidden_fields_option: Determines if hidden fields are exported with a dashboard.
86842
- :param quick_suite_actions_option:
86843
+ :param quick_suite_actions_option: Determines if Actions in Amazon Quick Suite are enabled in a dashboard.
86843
86844
  :param sheet_controls_option: Sheet controls option.
86844
86845
  :param sheet_layout_element_maximization_option: The sheet layout maximization options of a dashbaord.
86845
86846
  :param visual_axis_sort_option: The axis sort options of a dashboard.
@@ -87002,7 +87003,7 @@ class CfnDashboard(
87002
87003
  def data_qa_enabled_option(
87003
87004
  self,
87004
87005
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DataQAEnabledOptionProperty"]]:
87005
- '''Adds Q&A capabilities to an Amazon QuickSight dashboard.
87006
+ '''Adds Q&A capabilities to an Quick Sight dashboard.
87006
87007
 
87007
87008
  If no topic is linked, Dashboard Q&A uses the data values that are rendered on the dashboard. End users can use Dashboard Q&A to ask for different slices of the data that they see on the dashboard. If a topic is linked, Topic Q&A is used.
87008
87009
 
@@ -87059,7 +87060,8 @@ class CfnDashboard(
87059
87060
  def quick_suite_actions_option(
87060
87061
  self,
87061
87062
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.QuickSuiteActionsOptionProperty"]]:
87062
- '''
87063
+ '''Determines if Actions in Amazon Quick Suite are enabled in a dashboard.
87064
+
87063
87065
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption
87064
87066
  '''
87065
87067
  result = self._values.get("quick_suite_actions_option")
@@ -87305,9 +87307,9 @@ class CfnDashboard(
87305
87307
  :param analysis_defaults:
87306
87308
  :param calculated_fields: An array of calculated field definitions for the dashboard.
87307
87309
  :param column_configurations: An array of dashboard-level column configurations. Column configurations are used to set the default formatting for a column that is used throughout a dashboard.
87308
- :param filter_groups: The filter definitions for a dashboard. For more information, see `Filtering Data in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon QuickSight User Guide* .
87310
+ :param filter_groups: The filter definitions for a dashboard. For more information, see `Filtering Data in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon Quick Suite User Guide* .
87309
87311
  :param options: An array of option definitions for a dashboard.
87310
- :param parameter_declarations: The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
87312
+ :param parameter_declarations: The parameter declarations for a dashboard. Parameters are named variables that can transfer a value for use by an action or an object. For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
87311
87313
  :param sheets: An array of sheet definitions for a dashboard.
87312
87314
  :param static_files: The static files for the definition.
87313
87315
 
@@ -87403,7 +87405,7 @@ class CfnDashboard(
87403
87405
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDashboard.FilterGroupProperty"]]]]:
87404
87406
  '''The filter definitions for a dashboard.
87405
87407
 
87406
- For more information, see `Filtering Data in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon QuickSight User Guide* .
87408
+ For more information, see `Filtering Data in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/adding-a-filter.html>`_ in the *Amazon Quick Suite User Guide* .
87407
87409
 
87408
87410
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardversiondefinition.html#cfn-quicksight-dashboard-dashboardversiondefinition-filtergroups
87409
87411
  '''
@@ -87429,7 +87431,7 @@ class CfnDashboard(
87429
87431
 
87430
87432
  Parameters are named variables that can transfer a value for use by an action or an object.
87431
87433
 
87432
- For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
87434
+ For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
87433
87435
 
87434
87436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardversiondefinition.html#cfn-quicksight-dashboard-dashboardversiondefinition-parameterdeclarations
87435
87437
  '''
@@ -93448,7 +93450,7 @@ class CfnDashboard(
93448
93450
 
93449
93451
  This option isn't available for pie charts.
93450
93452
 
93451
- :param label_visibility: Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called ``'Show total'`` .
93453
+ :param label_visibility: Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called ``'Show total'`` .
93452
93454
 
93453
93455
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-donutcenteroptions.html
93454
93456
  :exampleMetadata: fixture=_generated
@@ -93474,7 +93476,7 @@ class CfnDashboard(
93474
93476
  def label_visibility(self) -> typing.Optional[builtins.str]:
93475
93477
  '''Determines the visibility of the label in a donut chart.
93476
93478
 
93477
- In the Amazon QuickSight console, this option is called ``'Show total'`` .
93479
+ In the Quick Sight console, this option is called ``'Show total'`` .
93478
93480
 
93479
93481
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-donutcenteroptions.html#cfn-quicksight-dashboard-donutcenteroptions-labelvisibility
93480
93482
  '''
@@ -93945,7 +93947,7 @@ class CfnDashboard(
93945
93947
  ) -> None:
93946
93948
  '''An empty visual.
93947
93949
 
93948
- Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an ``EmptyVisual`` until a visual type is selected.
93950
+ Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an ``EmptyVisual`` until a visual type is selected.
93949
93951
 
93950
93952
  :param data_set_identifier: The data set that is used in the empty visual. Every visual requires a dataset to render.
93951
93953
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -95820,7 +95822,7 @@ class CfnDashboard(
95820
95822
  ) -> None:
95821
95823
  '''A filled map.
95822
95824
 
95823
- For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
95825
+ For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
95824
95826
 
95825
95827
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
95826
95828
  :param actions: The list of custom actions that are configured for a visual.
@@ -96941,7 +96943,7 @@ class CfnDashboard(
96941
96943
  ) -> None:
96942
96944
  '''A grouping of individual filters. Filter groups are applied to the same group of visuals.
96943
96945
 
96944
- For more information, see `Adding filter conditions (group filters) with AND and OR operators <https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html>`_ in the *Amazon QuickSight User Guide* .
96946
+ For more information, see `Adding filter conditions (group filters) with AND and OR operators <https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html>`_ in the *Amazon Quick Suite User Guide* .
96945
96947
 
96946
96948
  :param cross_dataset: The filter new feature which can apply filter group to all data sets. Choose one of the following options:. - ``ALL_DATASETS`` - ``SINGLE_DATASET``
96947
96949
  :param filter_group_id: The value that uniquely identifies a ``FilterGroup`` within a dashboard, template, or analysis.
@@ -97555,7 +97557,7 @@ class CfnDashboard(
97555
97557
 
97556
97558
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
97557
97559
 
97558
- :param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
97560
+ :param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
97559
97561
  :param nested_filter: A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
97560
97562
  :param numeric_equality_filter: A ``NumericEqualityFilter`` filters numeric values that equal or do not equal a given numeric value.
97561
97563
  :param numeric_range_filter: A ``NumericRangeFilter`` filters numeric values that are either inside or outside a given numeric range.
@@ -97605,7 +97607,7 @@ class CfnDashboard(
97605
97607
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CategoryFilterProperty"]]:
97606
97608
  '''A ``CategoryFilter`` filters text values.
97607
97609
 
97608
- For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
97610
+ For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
97609
97611
 
97610
97612
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-filter.html#cfn-quicksight-dashboard-filter-categoryfilter
97611
97613
  '''
@@ -100766,7 +100768,7 @@ class CfnDashboard(
100766
100768
  ) -> None:
100767
100769
  '''A funnel chart.
100768
100770
 
100769
- For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
100771
+ For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
100770
100772
 
100771
100773
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
100772
100774
  :param actions: The list of custom actions that are configured for a visual.
@@ -101865,7 +101867,7 @@ class CfnDashboard(
101865
101867
  ) -> None:
101866
101868
  '''A gauge chart.
101867
101869
 
101868
- For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
101870
+ For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
101869
101871
 
101870
101872
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
101871
101873
  :param actions: The list of custom actions that are configured for a visual.
@@ -104816,7 +104818,7 @@ class CfnDashboard(
104816
104818
  ) -> None:
104817
104819
  '''A geospatial map or a points on map visual.
104818
104820
 
104819
- For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
104821
+ For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
104820
104822
 
104821
104823
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
104822
104824
  :param actions: The list of custom actions that are configured for a visual.
@@ -106759,7 +106761,7 @@ class CfnDashboard(
106759
106761
  ) -> None:
106760
106762
  '''The options that determine the sizing of the canvas used in a grid layout.
106761
106763
 
106762
- :param resize_option: This value determines the layout behavior when the viewport is resized. - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called ``Classic`` . - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called ``Tiled`` .
106764
+ :param resize_option: This value determines the layout behavior when the viewport is resized. - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called ``Classic`` . - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called ``Tiled`` .
106763
106765
  :param optimized_view_port_width: The width that the view port will be optimized for when the layout renders.
106764
106766
 
106765
106767
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.html
@@ -106792,8 +106794,8 @@ class CfnDashboard(
106792
106794
  def resize_option(self) -> builtins.str:
106793
106795
  '''This value determines the layout behavior when the viewport is resized.
106794
106796
 
106795
- - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called ``Classic`` .
106796
- - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called ``Tiled`` .
106797
+ - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called ``Classic`` .
106798
+ - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called ``Tiled`` .
106797
106799
 
106798
106800
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-gridlayoutscreencanvassizeoptions.html#cfn-quicksight-dashboard-gridlayoutscreencanvassizeoptions-resizeoption
106799
106801
  '''
@@ -107603,7 +107605,7 @@ class CfnDashboard(
107603
107605
  ) -> None:
107604
107606
  '''A heat map.
107605
107607
 
107606
- For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
107608
+ For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
107607
107609
 
107608
107610
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
107609
107611
  :param actions: The list of custom actions that are configured for a visual.
@@ -108694,7 +108696,7 @@ class CfnDashboard(
108694
108696
  ) -> None:
108695
108697
  '''A histogram.
108696
108698
 
108697
- For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
108699
+ For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
108698
108700
 
108699
108701
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
108700
108702
  :param actions: The list of custom actions that are configured for a visual.
@@ -109724,7 +109726,7 @@ class CfnDashboard(
109724
109726
  ) -> None:
109725
109727
  '''An insight visual.
109726
109728
 
109727
- For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
109729
+ For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
109728
109730
 
109729
109731
  :param data_set_identifier: The dataset that is used in the insight visual.
109730
109732
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -111976,7 +111978,7 @@ class CfnDashboard(
111976
111978
  ) -> None:
111977
111979
  '''A key performance indicator (KPI).
111978
111980
 
111979
- For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
111981
+ For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
111980
111982
 
111981
111983
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
111982
111984
  :param actions: The list of custom actions that are configured for a visual.
@@ -113166,7 +113168,7 @@ class CfnDashboard(
113166
113168
  ) -> None:
113167
113169
  '''A ``Layout`` defines the placement of elements within a sheet.
113168
113170
 
113169
- For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
113171
+ For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
113170
113172
 
113171
113173
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
113172
113174
 
@@ -114891,7 +114893,7 @@ class CfnDashboard(
114891
114893
  ) -> None:
114892
114894
  '''A line chart.
114893
114895
 
114894
- For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
114896
+ For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
114895
114897
 
114896
114898
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
114897
114899
  :param actions: The list of custom actions that are configured for a visual.
@@ -119997,7 +119999,7 @@ class CfnDashboard(
119997
119999
  ) -> None:
119998
120000
  '''The declaration definition of a parameter.
119999
120001
 
120000
- For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
120002
+ For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
120001
120003
 
120002
120004
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
120003
120005
 
@@ -121219,7 +121221,7 @@ class CfnDashboard(
121219
121221
  integer_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.IntegerParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
121220
121222
  string_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.StringParameterProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
121221
121223
  ) -> None:
121222
- '''A list of Amazon QuickSight parameters and the list's override values.
121224
+ '''A list of Quick Sight parameters and the list's override values.
121223
121225
 
121224
121226
  :param date_time_parameters: The parameters that have a data type of date-time.
121225
121227
  :param decimal_parameters: The parameters that have a data type of decimal.
@@ -122425,9 +122427,9 @@ class CfnDashboard(
122425
122427
  - Pie charts
122426
122428
  - Donut charts
122427
122429
 
122428
- For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
122430
+ For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
122429
122431
 
122430
- For more information, see `Using donut charts <https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html>`_ in the *Amazon QuickSight User Guide* .
122432
+ For more information, see `Using donut charts <https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html>`_ in the *Amazon Quick Suite User Guide* .
122431
122433
 
122432
122434
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
122433
122435
  :param actions: The list of custom actions that are configured for a visual.
@@ -124991,7 +124993,7 @@ class CfnDashboard(
124991
124993
  ) -> None:
124992
124994
  '''A pivot table.
124993
124995
 
124994
- For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
124996
+ For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
124995
124997
 
124996
124998
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
124997
124999
  :param actions: The list of custom actions that are configured for a visual.
@@ -125804,7 +125806,7 @@ class CfnDashboard(
125804
125806
  title: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.VisualTitleLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
125805
125807
  visual_content_alt_text: typing.Optional[builtins.str] = None,
125806
125808
  ) -> None:
125807
- '''A flexible visualization type that allows engineers to create new custom charts in Amazon QuickSight.
125809
+ '''A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
125808
125810
 
125809
125811
  :param plugin_arn: The Amazon Resource Name (ARN) that reflects the plugin and version.
125810
125812
  :param visual_id: The ID of the visual that you want to use.
@@ -126366,8 +126368,9 @@ class CfnDashboard(
126366
126368
  *,
126367
126369
  availability_status: typing.Optional[builtins.str] = None,
126368
126370
  ) -> None:
126369
- '''
126370
- :param availability_status:
126371
+ '''Determines if Actions in Amazon Quick Suite are enabled in a dashboard..
126372
+
126373
+ :param availability_status: Availability status.
126371
126374
 
126372
126375
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html
126373
126376
  :exampleMetadata: fixture=_generated
@@ -126391,7 +126394,8 @@ class CfnDashboard(
126391
126394
 
126392
126395
  @builtins.property
126393
126396
  def availability_status(self) -> typing.Optional[builtins.str]:
126394
- '''
126397
+ '''Availability status.
126398
+
126395
126399
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html#cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus
126396
126400
  '''
126397
126401
  result = self._values.get("availability_status")
@@ -128998,7 +129002,7 @@ class CfnDashboard(
128998
129002
  '''Permission for the resource.
128999
129003
 
129000
129004
  :param actions: The IAM action to grant or revoke permissions on.
129001
- :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
129005
+ :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
129002
129006
  :param resource:
129003
129007
 
129004
129008
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-resourcepermission.html
@@ -129044,9 +129048,9 @@ class CfnDashboard(
129044
129048
  def principal(self) -> builtins.str:
129045
129049
  '''The Amazon Resource Name (ARN) of the principal. This can be one of the following:.
129046
129050
 
129047
- - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
129048
- - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
129049
- - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
129051
+ - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
129052
+ - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
129053
+ - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
129050
129054
 
129051
129055
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-resourcepermission.html#cfn-quicksight-dashboard-resourcepermission-principal
129052
129056
  '''
@@ -129715,7 +129719,7 @@ class CfnDashboard(
129715
129719
  ) -> None:
129716
129720
  '''A sankey diagram.
129717
129721
 
129718
- For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
129722
+ For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
129719
129723
 
129720
129724
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
129721
129725
  :param actions: The list of custom actions that are configured for a visual.
@@ -130466,7 +130470,7 @@ class CfnDashboard(
130466
130470
  ) -> None:
130467
130471
  '''A scatter plot.
130468
130472
 
130469
- For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
130473
+ For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
130470
130474
 
130471
130475
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
130472
130476
  :param actions: The list of custom actions that are configured for a visual.
@@ -132207,11 +132211,11 @@ class CfnDashboard(
132207
132211
  :param sheet_id: The unique identifier of a sheet.
132208
132212
  :param content_type: The layout content type of the sheet. Choose one of the following options:. - ``PAGINATED`` : Creates a sheet for a paginated report. - ``INTERACTIVE`` : Creates a sheet for an interactive dashboard.
132209
132213
  :param description: A description of the sheet.
132210
- :param filter_controls: The list of filter controls that are on a sheet. For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon QuickSight User Guide* .
132214
+ :param filter_controls: The list of filter controls that are on a sheet. For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon Quick Suite User Guide* .
132211
132215
  :param images: A list of images on a sheet.
132212
- :param layouts: Layouts define how the components of a sheet are arranged. For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
132216
+ :param layouts: Layouts define how the components of a sheet are arranged. For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
132213
132217
  :param name: The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
132214
- :param parameter_controls: The list of parameter controls that are on a sheet. For more information, see `Using a Control with a Parameter in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon QuickSight User Guide* .
132218
+ :param parameter_controls: The list of parameter controls that are on a sheet. For more information, see `Using a Control with a Parameter in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon Quick Suite User Guide* .
132215
132219
  :param sheet_control_layouts: The control layouts of the sheet.
132216
132220
  :param text_boxes: The text boxes that are on a sheet.
132217
132221
  :param title: The title of the sheet.
@@ -132301,7 +132305,7 @@ class CfnDashboard(
132301
132305
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDashboard.FilterControlProperty"]]]]:
132302
132306
  '''The list of filter controls that are on a sheet.
132303
132307
 
132304
- For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon QuickSight User Guide* .
132308
+ For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon Quick Suite User Guide* .
132305
132309
 
132306
132310
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetdefinition.html#cfn-quicksight-dashboard-sheetdefinition-filtercontrols
132307
132311
  '''
@@ -132325,7 +132329,7 @@ class CfnDashboard(
132325
132329
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDashboard.LayoutProperty"]]]]:
132326
132330
  '''Layouts define how the components of a sheet are arranged.
132327
132331
 
132328
- For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
132332
+ For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
132329
132333
 
132330
132334
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetdefinition.html#cfn-quicksight-dashboard-sheetdefinition-layouts
132331
132335
  '''
@@ -132349,7 +132353,7 @@ class CfnDashboard(
132349
132353
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ParameterControlProperty"]]]]:
132350
132354
  '''The list of parameter controls that are on a sheet.
132351
132355
 
132352
- For more information, see `Using a Control with a Parameter in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon QuickSight User Guide* .
132356
+ For more information, see `Using a Control with a Parameter in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon Quick Suite User Guide* .
132353
132357
 
132354
132358
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheetdefinition.html#cfn-quicksight-dashboard-sheetdefinition-parametercontrols
132355
132359
  '''
@@ -133132,11 +133136,11 @@ class CfnDashboard(
133132
133136
  name: typing.Optional[builtins.str] = None,
133133
133137
  sheet_id: typing.Optional[builtins.str] = None,
133134
133138
  ) -> None:
133135
- '''A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight.
133139
+ '''A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight.
133136
133140
 
133137
133141
  Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
133138
133142
 
133139
- :param name: The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
133143
+ :param name: The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
133140
133144
  :param sheet_id: The unique identifier associated with a sheet.
133141
133145
 
133142
133146
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html
@@ -133167,7 +133171,7 @@ class CfnDashboard(
133167
133171
  def name(self) -> typing.Optional[builtins.str]:
133168
133172
  '''The name of a sheet.
133169
133173
 
133170
- This name is displayed on the sheet's tab in the Amazon QuickSight console.
133174
+ This name is displayed on the sheet's tab in the Quick Sight console.
133171
133175
 
133172
133176
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html#cfn-quicksight-dashboard-sheet-name
133173
133177
  '''
@@ -138464,7 +138468,7 @@ class CfnDashboard(
138464
138468
  ) -> None:
138465
138469
  '''A table visual.
138466
138470
 
138467
- For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
138471
+ For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
138468
138472
 
138469
138473
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
138470
138474
  :param actions: The list of custom actions that are configured for a visual.
@@ -142559,7 +142563,7 @@ class CfnDashboard(
142559
142563
  ) -> None:
142560
142564
  '''A tree map.
142561
142565
 
142562
- For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
142566
+ For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
142563
142567
 
142564
142568
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
142565
142569
  :param actions: The list of custom actions that are configured for a visual.
@@ -144200,31 +144204,31 @@ class CfnDashboard(
144200
144204
 
144201
144205
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
144202
144206
 
144203
- :param bar_chart_visual: A bar chart. For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
144204
- :param box_plot_visual: A box plot. For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
144205
- :param combo_chart_visual: A combo chart. For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
144206
- :param custom_content_visual: A visual that contains custom content. For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
144207
+ :param bar_chart_visual: A bar chart. For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144208
+ :param box_plot_visual: A box plot. For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
144209
+ :param combo_chart_visual: A combo chart. For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144210
+ :param custom_content_visual: A visual that contains custom content. For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
144207
144211
  :param empty_visual: An empty visual.
144208
- :param filled_map_visual: A filled map. For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
144209
- :param funnel_chart_visual: A funnel chart. For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
144210
- :param gauge_chart_visual: A gauge chart. For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
144211
- :param geospatial_map_visual: A geospatial map or a points on map visual. For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
144212
- :param heat_map_visual: A heat map. For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
144213
- :param histogram_visual: A histogram. For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
144214
- :param insight_visual: An insight visual. For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
144215
- :param kpi_visual: A key performance indicator (KPI). For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
144212
+ :param filled_map_visual: A filled map. For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
144213
+ :param funnel_chart_visual: A funnel chart. For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
144214
+ :param gauge_chart_visual: A gauge chart. For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144215
+ :param geospatial_map_visual: A geospatial map or a points on map visual. For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
144216
+ :param heat_map_visual: A heat map. For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
144217
+ :param histogram_visual: A histogram. For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144218
+ :param insight_visual: An insight visual. For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
144219
+ :param kpi_visual: A key performance indicator (KPI). For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
144216
144220
  :param layer_map_visual: The properties for a layer map visual.
144217
- :param line_chart_visual: A line chart. For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
144218
- :param pie_chart_visual: A pie or donut chart. For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
144219
- :param pivot_table_visual: A pivot table. For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
144221
+ :param line_chart_visual: A line chart. For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144222
+ :param pie_chart_visual: A pie or donut chart. For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144223
+ :param pivot_table_visual: A pivot table. For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
144220
144224
  :param plugin_visual: The custom plugin visual type.
144221
- :param radar_chart_visual: A radar chart visual. For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon QuickSight User Guide* .
144222
- :param sankey_diagram_visual: A sankey diagram. For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
144223
- :param scatter_plot_visual: A scatter plot. For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
144224
- :param table_visual: A table visual. For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
144225
- :param tree_map_visual: A tree map. For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
144226
- :param waterfall_visual: A waterfall chart. For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
144227
- :param word_cloud_visual: A word cloud. For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
144225
+ :param radar_chart_visual: A radar chart visual. For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144226
+ :param sankey_diagram_visual: A sankey diagram. For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
144227
+ :param scatter_plot_visual: A scatter plot. For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
144228
+ :param table_visual: A table visual. For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
144229
+ :param tree_map_visual: A tree map. For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
144230
+ :param waterfall_visual: A waterfall chart. For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144231
+ :param word_cloud_visual: A word cloud. For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
144228
144232
 
144229
144233
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html
144230
144234
  :exampleMetadata: fixture=_generated
@@ -144318,7 +144322,7 @@ class CfnDashboard(
144318
144322
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.BarChartVisualProperty"]]:
144319
144323
  '''A bar chart.
144320
144324
 
144321
- For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
144325
+ For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144322
144326
 
144323
144327
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-barchartvisual
144324
144328
  '''
@@ -144331,7 +144335,7 @@ class CfnDashboard(
144331
144335
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.BoxPlotVisualProperty"]]:
144332
144336
  '''A box plot.
144333
144337
 
144334
- For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
144338
+ For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
144335
144339
 
144336
144340
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-boxplotvisual
144337
144341
  '''
@@ -144344,7 +144348,7 @@ class CfnDashboard(
144344
144348
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ComboChartVisualProperty"]]:
144345
144349
  '''A combo chart.
144346
144350
 
144347
- For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
144351
+ For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144348
144352
 
144349
144353
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-combochartvisual
144350
144354
  '''
@@ -144357,7 +144361,7 @@ class CfnDashboard(
144357
144361
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.CustomContentVisualProperty"]]:
144358
144362
  '''A visual that contains custom content.
144359
144363
 
144360
- For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
144364
+ For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
144361
144365
 
144362
144366
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-customcontentvisual
144363
144367
  '''
@@ -144381,7 +144385,7 @@ class CfnDashboard(
144381
144385
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.FilledMapVisualProperty"]]:
144382
144386
  '''A filled map.
144383
144387
 
144384
- For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
144388
+ For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
144385
144389
 
144386
144390
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-filledmapvisual
144387
144391
  '''
@@ -144394,7 +144398,7 @@ class CfnDashboard(
144394
144398
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.FunnelChartVisualProperty"]]:
144395
144399
  '''A funnel chart.
144396
144400
 
144397
- For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
144401
+ For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
144398
144402
 
144399
144403
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-funnelchartvisual
144400
144404
  '''
@@ -144407,7 +144411,7 @@ class CfnDashboard(
144407
144411
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.GaugeChartVisualProperty"]]:
144408
144412
  '''A gauge chart.
144409
144413
 
144410
- For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
144414
+ For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144411
144415
 
144412
144416
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-gaugechartvisual
144413
144417
  '''
@@ -144420,7 +144424,7 @@ class CfnDashboard(
144420
144424
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.GeospatialMapVisualProperty"]]:
144421
144425
  '''A geospatial map or a points on map visual.
144422
144426
 
144423
- For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
144427
+ For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
144424
144428
 
144425
144429
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-geospatialmapvisual
144426
144430
  '''
@@ -144433,7 +144437,7 @@ class CfnDashboard(
144433
144437
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.HeatMapVisualProperty"]]:
144434
144438
  '''A heat map.
144435
144439
 
144436
- For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
144440
+ For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
144437
144441
 
144438
144442
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-heatmapvisual
144439
144443
  '''
@@ -144446,7 +144450,7 @@ class CfnDashboard(
144446
144450
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.HistogramVisualProperty"]]:
144447
144451
  '''A histogram.
144448
144452
 
144449
- For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
144453
+ For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144450
144454
 
144451
144455
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-histogramvisual
144452
144456
  '''
@@ -144459,7 +144463,7 @@ class CfnDashboard(
144459
144463
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.InsightVisualProperty"]]:
144460
144464
  '''An insight visual.
144461
144465
 
144462
- For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
144466
+ For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
144463
144467
 
144464
144468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-insightvisual
144465
144469
  '''
@@ -144472,7 +144476,7 @@ class CfnDashboard(
144472
144476
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.KPIVisualProperty"]]:
144473
144477
  '''A key performance indicator (KPI).
144474
144478
 
144475
- For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
144479
+ For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
144476
144480
 
144477
144481
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-kpivisual
144478
144482
  '''
@@ -144496,7 +144500,7 @@ class CfnDashboard(
144496
144500
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.LineChartVisualProperty"]]:
144497
144501
  '''A line chart.
144498
144502
 
144499
- For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
144503
+ For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
144500
144504
 
144501
144505
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-linechartvisual
144502
144506
  '''
@@ -144509,7 +144513,7 @@ class CfnDashboard(
144509
144513
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.PieChartVisualProperty"]]:
144510
144514
  '''A pie or donut chart.
144511
144515
 
144512
- For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
144516
+ For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144513
144517
 
144514
144518
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-piechartvisual
144515
144519
  '''
@@ -144522,7 +144526,7 @@ class CfnDashboard(
144522
144526
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.PivotTableVisualProperty"]]:
144523
144527
  '''A pivot table.
144524
144528
 
144525
- For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
144529
+ For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
144526
144530
 
144527
144531
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-pivottablevisual
144528
144532
  '''
@@ -144546,7 +144550,7 @@ class CfnDashboard(
144546
144550
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.RadarChartVisualProperty"]]:
144547
144551
  '''A radar chart visual.
144548
144552
 
144549
- For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon QuickSight User Guide* .
144553
+ For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144550
144554
 
144551
144555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-radarchartvisual
144552
144556
  '''
@@ -144559,7 +144563,7 @@ class CfnDashboard(
144559
144563
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.SankeyDiagramVisualProperty"]]:
144560
144564
  '''A sankey diagram.
144561
144565
 
144562
- For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
144566
+ For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
144563
144567
 
144564
144568
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-sankeydiagramvisual
144565
144569
  '''
@@ -144572,7 +144576,7 @@ class CfnDashboard(
144572
144576
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ScatterPlotVisualProperty"]]:
144573
144577
  '''A scatter plot.
144574
144578
 
144575
- For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
144579
+ For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
144576
144580
 
144577
144581
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-scatterplotvisual
144578
144582
  '''
@@ -144585,7 +144589,7 @@ class CfnDashboard(
144585
144589
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.TableVisualProperty"]]:
144586
144590
  '''A table visual.
144587
144591
 
144588
- For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
144592
+ For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
144589
144593
 
144590
144594
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-tablevisual
144591
144595
  '''
@@ -144598,7 +144602,7 @@ class CfnDashboard(
144598
144602
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.TreeMapVisualProperty"]]:
144599
144603
  '''A tree map.
144600
144604
 
144601
- For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
144605
+ For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
144602
144606
 
144603
144607
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-treemapvisual
144604
144608
  '''
@@ -144611,7 +144615,7 @@ class CfnDashboard(
144611
144615
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.WaterfallVisualProperty"]]:
144612
144616
  '''A waterfall chart.
144613
144617
 
144614
- For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
144618
+ For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
144615
144619
 
144616
144620
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-waterfallvisual
144617
144621
  '''
@@ -144624,7 +144628,7 @@ class CfnDashboard(
144624
144628
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.WordCloudVisualProperty"]]:
144625
144629
  '''A word cloud.
144626
144630
 
144627
- For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
144631
+ For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
144628
144632
 
144629
144633
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-visual.html#cfn-quicksight-dashboard-visual-wordcloudvisual
144630
144634
  '''
@@ -145512,7 +145516,7 @@ class CfnDashboard(
145512
145516
  ) -> None:
145513
145517
  '''A waterfall chart.
145514
145518
 
145515
- For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
145519
+ For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
145516
145520
 
145517
145521
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
145518
145522
  :param actions: The list of custom actions that are configured for a visual.
@@ -146320,7 +146324,7 @@ class CfnDashboard(
146320
146324
  ) -> None:
146321
146325
  '''A word cloud.
146322
146326
 
146323
- For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
146327
+ For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
146324
146328
 
146325
146329
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
146326
146330
  :param actions: The list of custom actions that are configured for a visual.
@@ -146817,7 +146821,7 @@ class CfnDataSet(
146817
146821
  :param scope: Scope in which this resource is defined.
146818
146822
  :param id: Construct identifier for this resource (unique in its scope).
146819
146823
  :param aws_account_id: The AWS account ID.
146820
- :param column_groups: Groupings of columns that work together in certain Amazon QuickSight features. Currently, only geospatial hierarchy is supported.
146824
+ :param column_groups: Groupings of columns that work together in certain Amazon Quick Sight features. Currently, only geospatial hierarchy is supported.
146821
146825
  :param column_level_permission_rules: A set of one or more definitions of a ``ColumnLevelPermissionRule`` .
146822
146826
  :param data_set_id: An ID for the dataset that you want to create. This ID is unique per AWS Region for each AWS account.
146823
146827
  :param dataset_parameters: The parameters that are declared in a dataset.
@@ -146980,7 +146984,7 @@ class CfnDataSet(
146980
146984
  def column_groups(
146981
146985
  self,
146982
146986
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.ColumnGroupProperty"]]]]:
146983
- '''Groupings of columns that work together in certain Amazon QuickSight features.'''
146987
+ '''Groupings of columns that work together in certain Amazon Quick Sight features.'''
146984
146988
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnDataSet.ColumnGroupProperty"]]]], jsii.get(self, "columnGroups"))
146985
146989
 
146986
146990
  @column_groups.setter
@@ -147305,7 +147309,7 @@ class CfnDataSet(
147305
147309
  ) -> None:
147306
147310
  '''A calculated column for a dataset.
147307
147311
 
147308
- :param column_id: A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.
147312
+ :param column_id: A unique ID to identify a calculated column. During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Quick Sight preserves the existing calculated column.
147309
147313
  :param column_name: Column name.
147310
147314
  :param expression: An expression that defines the calculated column.
147311
147315
 
@@ -147339,7 +147343,7 @@ class CfnDataSet(
147339
147343
  def column_id(self) -> builtins.str:
147340
147344
  '''A unique ID to identify a calculated column.
147341
147345
 
147342
- During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Amazon QuickSight preserves the existing calculated column.
147346
+ During a dataset update, if the column ID of a calculated column matches that of an existing calculated column, Quick Sight preserves the existing calculated column.
147343
147347
 
147344
147348
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-calculatedcolumn.html#cfn-quicksight-dataset-calculatedcolumn-columnid
147345
147349
  '''
@@ -147401,7 +147405,7 @@ class CfnDataSet(
147401
147405
 
147402
147406
  :param new_column_type: New column data type.
147403
147407
  :param column_name: Column name.
147404
- :param format: When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.
147408
+ :param format: When casting a column from string to datetime type, you can supply a string in a format supported by Quick Sight to denote the source data format.
147405
147409
  :param sub_type: The sub data type of the new column. Sub types are only available for decimal columns that are part of a SPICE dataset.
147406
147410
 
147407
147411
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-castcolumntypeoperation.html
@@ -147459,7 +147463,7 @@ class CfnDataSet(
147459
147463
 
147460
147464
  @builtins.property
147461
147465
  def format(self) -> typing.Optional[builtins.str]:
147462
- '''When casting a column from string to datetime type, you can supply a string in a format supported by Amazon QuickSight to denote the source data format.
147466
+ '''When casting a column from string to datetime type, you can supply a string in a format supported by Quick Sight to denote the source data format.
147463
147467
 
147464
147468
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-castcolumntypeoperation.html#cfn-quicksight-dataset-castcolumntypeoperation-format
147465
147469
  '''
@@ -147550,7 +147554,7 @@ class CfnDataSet(
147550
147554
  *,
147551
147555
  geo_spatial_column_group: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSet.GeoSpatialColumnGroupProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
147552
147556
  ) -> None:
147553
- '''Groupings of columns that work together in certain Amazon QuickSight features.
147557
+ '''Groupings of columns that work together in certain Quick Sight features.
147554
147558
 
147555
147559
  This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
147556
147560
 
@@ -147621,7 +147625,7 @@ class CfnDataSet(
147621
147625
  Each dataset can have multiple rules. To create a restricted column, you add it to one or more rules. Each rule must contain at least one column and at least one user or group. To be able to see a restricted column, a user or group needs to be added to a rule for that column.
147622
147626
 
147623
147627
  :param column_names: An array of column names.
147624
- :param principals: An array of Amazon Resource Names (ARNs) for QuickSight users or groups.
147628
+ :param principals: An array of Amazon Resource Names (ARNs) for Quick Suite users or groups.
147625
147629
 
147626
147630
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columnlevelpermissionrule.html
147627
147631
  :exampleMetadata: fixture=_generated
@@ -147658,7 +147662,7 @@ class CfnDataSet(
147658
147662
 
147659
147663
  @builtins.property
147660
147664
  def principals(self) -> typing.Optional[typing.List[builtins.str]]:
147661
- '''An array of Amazon Resource Names (ARNs) for QuickSight users or groups.
147665
+ '''An array of Amazon Resource Names (ARNs) for Quick Suite users or groups.
147662
147666
 
147663
147667
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-columnlevelpermissionrule.html#cfn-quicksight-dataset-columnlevelpermissionrule-principals
147664
147668
  '''
@@ -148039,7 +148043,7 @@ class CfnDataSet(
148039
148043
  '''The usage configuration to apply to child datasets that reference this dataset as a source.
148040
148044
 
148041
148045
  :param disable_use_as_direct_query_source: An option that controls whether a child dataset of a direct query can use this dataset as a source. Default: - false
148042
- :param disable_use_as_imported_source: An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source. Default: - false
148046
+ :param disable_use_as_imported_source: An option that controls whether a child dataset that's stored in Quick Sight can use this dataset as a source. Default: - false
148043
148047
 
148044
148048
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-datasetusageconfiguration.html
148045
148049
  :exampleMetadata: fixture=_generated
@@ -148082,7 +148086,7 @@ class CfnDataSet(
148082
148086
  def disable_use_as_imported_source(
148083
148087
  self,
148084
148088
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
148085
- '''An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
148089
+ '''An option that controls whether a child dataset that's stored in Quick Sight can use this dataset as a source.
148086
148090
 
148087
148091
  :default: - false
148088
148092
 
@@ -149409,7 +149413,7 @@ class CfnDataSet(
149409
149413
  ) -> None:
149410
149414
  '''Properties associated with the columns participating in a join.
149411
149415
 
149412
- :param unique_key: A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by QuickSight to optimize query performance.
149416
+ :param unique_key: A value that indicates that a row in a table is uniquely identified by the columns in a join key. This is used by Quick Suite to optimize query performance.
149413
149417
 
149414
149418
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinkeyproperties.html
149415
149419
  :exampleMetadata: fixture=_generated
@@ -149437,7 +149441,7 @@ class CfnDataSet(
149437
149441
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
149438
149442
  '''A value that indicates that a row in a table is uniquely identified by the columns in a join key.
149439
149443
 
149440
- This is used by QuickSight to optimize query performance.
149444
+ This is used by Quick Suite to optimize query performance.
149441
149445
 
149442
149446
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-joinkeyproperties.html#cfn-quicksight-dataset-joinkeyproperties-uniquekey
149443
149447
  '''
@@ -150791,7 +150795,7 @@ class CfnDataSet(
150791
150795
  '''Permission for the resource.
150792
150796
 
150793
150797
  :param actions: The IAM action to grant or revoke permisions on.
150794
- :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
150798
+ :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
150795
150799
 
150796
150800
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-resourcepermission.html
150797
150801
  :exampleMetadata: fixture=_generated
@@ -150830,9 +150834,9 @@ class CfnDataSet(
150830
150834
  def principal(self) -> builtins.str:
150831
150835
  '''The Amazon Resource Name (ARN) of the principal. This can be one of the following:.
150832
150836
 
150833
- - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
150834
- - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
150835
- - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
150837
+ - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
150838
+ - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
150839
+ - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
150836
150840
 
150837
150841
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dataset-resourcepermission.html#cfn-quicksight-dataset-resourcepermission-principal
150838
150842
  '''
@@ -150874,7 +150878,7 @@ class CfnDataSet(
150874
150878
  ) -> None:
150875
150879
  '''Information about a dataset that contains permissions for row-level security (RLS).
150876
150880
 
150877
- The permissions dataset maps fields to users or groups. For more information, see `Using Row-Level Security (RLS) to Restrict Access to a Dataset <https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html>`_ in the *Amazon QuickSight User Guide* .
150881
+ The permissions dataset maps fields to users or groups. For more information, see `Using Row-Level Security (RLS) to Restrict Access to a Dataset <https://docs.aws.amazon.com/quicksight/latest/user/restrict-access-to-a-data-set-using-row-level-security.html>`_ in the *Quick Sight User Guide* .
150878
150882
 
150879
150883
  The option to deny permissions by setting ``PermissionPolicy`` to ``DENY_ACCESS`` is not supported for new RLS datasets.
150880
150884
 
@@ -152577,15 +152581,15 @@ class CfnDataSource(
152577
152581
  :param type: The type of the data source. To return a list of all data sources, use ``ListDataSources`` . Use ``AMAZON_ELASTICSEARCH`` for Amazon OpenSearch Service.
152578
152582
  :param alternate_data_source_parameters: A set of alternate data source parameters that you want to share for the credentials stored with this data source. The credentials are applied in tandem with the data source parameters when you copy a data source by using a create or update request. The API operation compares the ``DataSourceParameters`` structure that's in the request with the structures in the ``AlternateDataSourceParameters`` allow list. If the structures are an exact match, the request is allowed to use the credentials from this existing data source. If the ``AlternateDataSourceParameters`` list is null, the ``Credentials`` originally used with this ``DataSourceParameters`` are automatically allowed.
152579
152583
  :param aws_account_id: The AWS account ID.
152580
- :param credentials: The credentials Amazon QuickSight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
152584
+ :param credentials: The credentials Amazon Quick Sight that uses to connect to your underlying source. Currently, only credentials based on user name and password are supported.
152581
152585
  :param data_source_id: An ID for the data source. This ID is unique per AWS Region for each AWS account.
152582
- :param data_source_parameters: The parameters that Amazon QuickSight uses to connect to your underlying source.
152586
+ :param data_source_parameters: The parameters that Amazon Quick Sight uses to connect to your underlying source.
152583
152587
  :param error_info: Error information from the last update or the creation of the data source.
152584
152588
  :param folder_arns:
152585
152589
  :param permissions: A list of resource permissions on the data source.
152586
- :param ssl_properties: Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.
152590
+ :param ssl_properties: Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.
152587
152591
  :param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the data source.
152588
- :param vpc_connection_properties: Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.
152592
+ :param vpc_connection_properties: Use this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.
152589
152593
  '''
152590
152594
  if __debug__:
152591
152595
  type_hints = typing.get_type_hints(_typecheckingstub__374b42679a82ae47079989dc56d79f0d0b7c439a3c9f7e6d2725ab4c7c4ad6fd)
@@ -152757,7 +152761,7 @@ class CfnDataSource(
152757
152761
  def credentials(
152758
152762
  self,
152759
152763
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceCredentialsProperty"]]:
152760
- '''The credentials Amazon QuickSight that uses to connect to your underlying source.'''
152764
+ '''The credentials Amazon Quick Sight that uses to connect to your underlying source.'''
152761
152765
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceCredentialsProperty"]], jsii.get(self, "credentials"))
152762
152766
 
152763
152767
  @credentials.setter
@@ -152788,7 +152792,7 @@ class CfnDataSource(
152788
152792
  def data_source_parameters(
152789
152793
  self,
152790
152794
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceParametersProperty"]]:
152791
- '''The parameters that Amazon QuickSight uses to connect to your underlying source.'''
152795
+ '''The parameters that Amazon Quick Sight uses to connect to your underlying source.'''
152792
152796
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.DataSourceParametersProperty"]], jsii.get(self, "dataSourceParameters"))
152793
152797
 
152794
152798
  @data_source_parameters.setter
@@ -152854,7 +152858,7 @@ class CfnDataSource(
152854
152858
  def ssl_properties(
152855
152859
  self,
152856
152860
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.SslPropertiesProperty"]]:
152857
- '''Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying source.'''
152861
+ '''Secure Socket Layer (SSL) properties that apply when Amazon Quick Sight connects to your underlying source.'''
152858
152862
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.SslPropertiesProperty"]], jsii.get(self, "sslProperties"))
152859
152863
 
152860
152864
  @ssl_properties.setter
@@ -152885,7 +152889,7 @@ class CfnDataSource(
152885
152889
  def vpc_connection_properties(
152886
152890
  self,
152887
152891
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.VpcConnectionPropertiesProperty"]]:
152888
- '''Use this parameter only when you want Amazon QuickSight to use a VPC connection when connecting to your underlying source.'''
152892
+ '''Use this parameter only when you want Amazon Quick Sight to use a VPC connection when connecting to your underlying source.'''
152889
152893
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.VpcConnectionPropertiesProperty"]], jsii.get(self, "vpcConnectionProperties"))
152890
152894
 
152891
152895
  @vpc_connection_properties.setter
@@ -153021,7 +153025,7 @@ class CfnDataSource(
153021
153025
  ) -> None:
153022
153026
  '''Parameters for Amazon Athena.
153023
153027
 
153024
- :param identity_center_configuration: An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup. This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
153028
+ :param identity_center_configuration: An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your workgroup. This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
153025
153029
  :param role_arn: Use the ``RoleArn`` structure to override an account-wide role for a specific Athena data source. For example, say an account administrator has turned off all Athena access with an account-wide role. The administrator can then use ``RoleArn`` to bypass the account-wide role and allow Athena access for the single Athena data source that is specified in the structure, even if the account-wide role forbidding Athena access is still active.
153026
153030
  :param work_group: The workgroup that Amazon Athena uses.
153027
153031
 
@@ -153059,9 +153063,9 @@ class CfnDataSource(
153059
153063
  def identity_center_configuration(
153060
153064
  self,
153061
153065
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.IdentityCenterConfigurationProperty"]]:
153062
- '''An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your workgroup.
153066
+ '''An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your workgroup.
153063
153067
 
153064
- This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
153068
+ This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
153065
153069
 
153066
153070
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-athenaparameters.html#cfn-quicksight-datasource-athenaparameters-identitycenterconfiguration
153067
153071
  '''
@@ -153889,7 +153893,7 @@ class CfnDataSource(
153889
153893
  teradata_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.TeradataParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
153890
153894
  trino_parameters: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDataSource.TrinoParametersProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
153891
153895
  ) -> None:
153892
- '''The parameters that Amazon QuickSight uses to connect to your underlying data source.
153896
+ '''The parameters that Quick Sight uses to connect to your underlying data source.
153893
153897
 
153894
153898
  This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
153895
153899
 
@@ -155253,14 +155257,14 @@ class CfnDataSource(
155253
155257
  database_groups: typing.Optional[typing.Sequence[builtins.str]] = None,
155254
155258
  database_user: typing.Optional[builtins.str] = None,
155255
155259
  ) -> None:
155256
- '''A structure that grants Amazon QuickSight access to your cluster and make a call to the ``redshift:GetClusterCredentials`` API.
155260
+ '''A structure that grants Quick Sight access to your cluster and make a call to the ``redshift:GetClusterCredentials`` API.
155257
155261
 
155258
155262
  For more information on the ``redshift:GetClusterCredentials`` API, see ```GetClusterCredentials`` <https://docs.aws.amazon.com/redshift/latest/APIReference/API_GetClusterCredentials.html>`_ .
155259
155263
 
155260
- :param role_arn: Use the ``RoleArn`` structure to allow Amazon QuickSight to call ``redshift:GetClusterCredentials`` on your cluster. The calling principal must have ``iam:PassRole`` access to pass the role to Amazon QuickSight. The role's trust policy must allow the Amazon QuickSight service principal to assume the role.
155261
- :param auto_create_database_user: Automatically creates a database user. If your database doesn't have a ``DatabaseUser`` , set this parameter to ``True`` . If there is no ``DatabaseUser`` , Amazon QuickSight can't connect to your cluster. The ``RoleArn`` that you use for this operation must grant access to ``redshift:CreateClusterUser`` to successfully create the user. Default: - false
155262
- :param database_groups: A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster. These permissions are combined with the permissions granted to Amazon QuickSight by the ``DatabaseUser`` . If you choose to include this parameter, the ``RoleArn`` must grant access to ``redshift:JoinGroup`` .
155263
- :param database_user: The user whose permissions and group memberships will be used by Amazon QuickSight to access the cluster. If this user already exists in your database, Amazon QuickSight is granted the same permissions that the user has. If the user doesn't exist, set the value of ``AutoCreateDatabaseUser`` to ``True`` to create a new user with PUBLIC permissions.
155264
+ :param role_arn: Use the ``RoleArn`` structure to allow Quick Sight to call ``redshift:GetClusterCredentials`` on your cluster. The calling principal must have ``iam:PassRole`` access to pass the role to Quick Sight. The role's trust policy must allow the Quick Sight service principal to assume the role.
155265
+ :param auto_create_database_user: Automatically creates a database user. If your database doesn't have a ``DatabaseUser`` , set this parameter to ``True`` . If there is no ``DatabaseUser`` , Quick Sight can't connect to your cluster. The ``RoleArn`` that you use for this operation must grant access to ``redshift:CreateClusterUser`` to successfully create the user. Default: - false
155266
+ :param database_groups: A list of groups whose permissions will be granted to Quick Sight to access the cluster. These permissions are combined with the permissions granted to Quick Sight by the ``DatabaseUser`` . If you choose to include this parameter, the ``RoleArn`` must grant access to ``redshift:JoinGroup`` .
155267
+ :param database_user: The user whose permissions and group memberships will be used by Quick Sight to access the cluster. If this user already exists in your database, Amazon Quick Sight is granted the same permissions that the user has. If the user doesn't exist, set the value of ``AutoCreateDatabaseUser`` to ``True`` to create a new user with PUBLIC permissions.
155264
155268
 
155265
155269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-redshiftiamparameters.html
155266
155270
  :exampleMetadata: fixture=_generated
@@ -155298,9 +155302,9 @@ class CfnDataSource(
155298
155302
 
155299
155303
  @builtins.property
155300
155304
  def role_arn(self) -> builtins.str:
155301
- '''Use the ``RoleArn`` structure to allow Amazon QuickSight to call ``redshift:GetClusterCredentials`` on your cluster.
155305
+ '''Use the ``RoleArn`` structure to allow Quick Sight to call ``redshift:GetClusterCredentials`` on your cluster.
155302
155306
 
155303
- The calling principal must have ``iam:PassRole`` access to pass the role to Amazon QuickSight. The role's trust policy must allow the Amazon QuickSight service principal to assume the role.
155307
+ The calling principal must have ``iam:PassRole`` access to pass the role to Quick Sight. The role's trust policy must allow the Quick Sight service principal to assume the role.
155304
155308
 
155305
155309
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-redshiftiamparameters.html#cfn-quicksight-datasource-redshiftiamparameters-rolearn
155306
155310
  '''
@@ -155314,7 +155318,7 @@ class CfnDataSource(
155314
155318
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
155315
155319
  '''Automatically creates a database user.
155316
155320
 
155317
- If your database doesn't have a ``DatabaseUser`` , set this parameter to ``True`` . If there is no ``DatabaseUser`` , Amazon QuickSight can't connect to your cluster. The ``RoleArn`` that you use for this operation must grant access to ``redshift:CreateClusterUser`` to successfully create the user.
155321
+ If your database doesn't have a ``DatabaseUser`` , set this parameter to ``True`` . If there is no ``DatabaseUser`` , Quick Sight can't connect to your cluster. The ``RoleArn`` that you use for this operation must grant access to ``redshift:CreateClusterUser`` to successfully create the user.
155318
155322
 
155319
155323
  :default: - false
155320
155324
 
@@ -155325,9 +155329,9 @@ class CfnDataSource(
155325
155329
 
155326
155330
  @builtins.property
155327
155331
  def database_groups(self) -> typing.Optional[typing.List[builtins.str]]:
155328
- '''A list of groups whose permissions will be granted to Amazon QuickSight to access the cluster.
155332
+ '''A list of groups whose permissions will be granted to Quick Sight to access the cluster.
155329
155333
 
155330
- These permissions are combined with the permissions granted to Amazon QuickSight by the ``DatabaseUser`` . If you choose to include this parameter, the ``RoleArn`` must grant access to ``redshift:JoinGroup`` .
155334
+ These permissions are combined with the permissions granted to Quick Sight by the ``DatabaseUser`` . If you choose to include this parameter, the ``RoleArn`` must grant access to ``redshift:JoinGroup`` .
155331
155335
 
155332
155336
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-redshiftiamparameters.html#cfn-quicksight-datasource-redshiftiamparameters-databasegroups
155333
155337
  '''
@@ -155336,9 +155340,9 @@ class CfnDataSource(
155336
155340
 
155337
155341
  @builtins.property
155338
155342
  def database_user(self) -> typing.Optional[builtins.str]:
155339
- '''The user whose permissions and group memberships will be used by Amazon QuickSight to access the cluster.
155343
+ '''The user whose permissions and group memberships will be used by Quick Sight to access the cluster.
155340
155344
 
155341
- If this user already exists in your database, Amazon QuickSight is granted the same permissions that the user has. If the user doesn't exist, set the value of ``AutoCreateDatabaseUser`` to ``True`` to create a new user with PUBLIC permissions.
155345
+ If this user already exists in your database, Amazon Quick Sight is granted the same permissions that the user has. If the user doesn't exist, set the value of ``AutoCreateDatabaseUser`` to ``True`` to create a new user with PUBLIC permissions.
155342
155346
 
155343
155347
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-redshiftiamparameters.html#cfn-quicksight-datasource-redshiftiamparameters-databaseuser
155344
155348
  '''
@@ -155386,8 +155390,8 @@ class CfnDataSource(
155386
155390
  :param database: Database.
155387
155391
  :param cluster_id: Cluster ID. This field can be blank if the ``Host`` and ``Port`` are provided.
155388
155392
  :param host: Host. This field can be blank if ``ClusterId`` is provided.
155389
- :param iam_parameters: An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster. This parameter can be used instead of `DataSourceCredentials <https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html>`_ .
155390
- :param identity_center_configuration: An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster. This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
155393
+ :param iam_parameters: An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster. This parameter can be used instead of `DataSourceCredentials <https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html>`_ .
155394
+ :param identity_center_configuration: An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster. This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
155391
155395
  :param port: Port. This field can be blank if the ``ClusterId`` is provided. Default: - 0
155392
155396
 
155393
155397
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-redshiftparameters.html
@@ -155477,7 +155481,7 @@ class CfnDataSource(
155477
155481
  def iam_parameters(
155478
155482
  self,
155479
155483
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.RedshiftIAMParametersProperty"]]:
155480
- '''An optional parameter that uses IAM authentication to grant Amazon QuickSight access to your cluster.
155484
+ '''An optional parameter that uses IAM authentication to grant Quick Sight access to your cluster.
155481
155485
 
155482
155486
  This parameter can be used instead of `DataSourceCredentials <https://docs.aws.amazon.com/quicksight/latest/APIReference/API_DataSourceCredentials.html>`_ .
155483
155487
 
@@ -155490,9 +155494,9 @@ class CfnDataSource(
155490
155494
  def identity_center_configuration(
155491
155495
  self,
155492
155496
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.IdentityCenterConfigurationProperty"]]:
155493
- '''An optional parameter that configures IAM Identity Center authentication to grant Amazon QuickSight access to your cluster.
155497
+ '''An optional parameter that configures IAM Identity Center authentication to grant Quick Sight access to your cluster.
155494
155498
 
155495
- This parameter can only be specified if your Amazon QuickSight account is configured with IAM Identity Center.
155499
+ This parameter can only be specified if your Quick Sight account is configured with IAM Identity Center.
155496
155500
 
155497
155501
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-redshiftparameters.html#cfn-quicksight-datasource-redshiftparameters-identitycenterconfiguration
155498
155502
  '''
@@ -155543,7 +155547,7 @@ class CfnDataSource(
155543
155547
  '''Permission for the resource.
155544
155548
 
155545
155549
  :param actions: The IAM action to grant or revoke permissions on.
155546
- :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
155550
+ :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
155547
155551
  :param resource:
155548
155552
 
155549
155553
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-resourcepermission.html
@@ -155589,9 +155593,9 @@ class CfnDataSource(
155589
155593
  def principal(self) -> builtins.str:
155590
155594
  '''The Amazon Resource Name (ARN) of the principal. This can be one of the following:.
155591
155595
 
155592
- - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
155593
- - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
155594
- - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
155596
+ - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
155597
+ - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
155598
+ - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
155595
155599
 
155596
155600
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-resourcepermission.html#cfn-quicksight-datasource-resourcepermission-principal
155597
155601
  '''
@@ -155635,7 +155639,7 @@ class CfnDataSource(
155635
155639
  ) -> None:
155636
155640
  '''The parameters for S3.
155637
155641
 
155638
- :param manifest_file_location: Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Amazon QuickSight.
155642
+ :param manifest_file_location: Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Quick Sight.
155639
155643
  :param role_arn: Use the ``RoleArn`` structure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then use ``RoleArn`` to bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.
155640
155644
 
155641
155645
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-s3parameters.html
@@ -155673,7 +155677,7 @@ class CfnDataSource(
155673
155677
  ) -> typing.Union[_IResolvable_da3f097b, "CfnDataSource.ManifestFileLocationProperty"]:
155674
155678
  '''Location of the Amazon S3 manifest file.
155675
155679
 
155676
- This is NULL if the manifest file was uploaded into Amazon QuickSight.
155680
+ This is NULL if the manifest file was uploaded into Quick Sight.
155677
155681
 
155678
155682
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-s3parameters.html#cfn-quicksight-datasource-s3parameters-manifestfilelocation
155679
155683
  '''
@@ -155733,7 +155737,7 @@ class CfnDataSource(
155733
155737
  :param warehouse: Warehouse.
155734
155738
  :param authentication_type: The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
155735
155739
  :param database_access_control_role: The database access control role.
155736
- :param o_auth_parameters: An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
155740
+ :param o_auth_parameters: An object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.
155737
155741
 
155738
155742
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html
155739
155743
  :exampleMetadata: fixture=_generated
@@ -155838,7 +155842,7 @@ class CfnDataSource(
155838
155842
  def o_auth_parameters(
155839
155843
  self,
155840
155844
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.OAuthParametersProperty"]]:
155841
- '''An object that contains information needed to create a data source connection between an Amazon QuickSight account and Snowflake.
155845
+ '''An object that contains information needed to create a data source connection between an Quick Sight account and Snowflake.
155842
155846
 
155843
155847
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-snowflakeparameters.html#cfn-quicksight-datasource-snowflakeparameters-oauthparameters
155844
155848
  '''
@@ -156023,7 +156027,7 @@ class CfnDataSource(
156023
156027
  *,
156024
156028
  disable_ssl: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
156025
156029
  ) -> None:
156026
- '''Secure Socket Layer (SSL) properties that apply when Amazon QuickSight connects to your underlying data source.
156030
+ '''Secure Socket Layer (SSL) properties that apply when Quick Sight connects to your underlying data source.
156027
156031
 
156028
156032
  :param disable_ssl: A Boolean option to control whether SSL should be disabled. Default: - false
156029
156033
 
@@ -156103,7 +156107,7 @@ class CfnDataSource(
156103
156107
  :param port: The port for the Starburst data source. Default: - 0
156104
156108
  :param authentication_type: The authentication type that you want to use for your connection. This parameter accepts OAuth and non-OAuth authentication types.
156105
156109
  :param database_access_control_role: The database access control role.
156106
- :param o_auth_parameters: An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
156110
+ :param o_auth_parameters: An object that contains information needed to create a data source connection between an Quick Sight account and Starburst.
156107
156111
  :param product_type: The product type for the Starburst data source.
156108
156112
 
156109
156113
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html
@@ -156215,7 +156219,7 @@ class CfnDataSource(
156215
156219
  def o_auth_parameters(
156216
156220
  self,
156217
156221
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDataSource.OAuthParametersProperty"]]:
156218
- '''An object that contains information needed to create a data source connection between an Amazon QuickSight account and Starburst.
156222
+ '''An object that contains information needed to create a data source connection between an Quick Sight account and Starburst.
156219
156223
 
156220
156224
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-datasource-starburstparameters.html#cfn-quicksight-datasource-starburstparameters-oauthparameters
156221
156225
  '''
@@ -156811,7 +156815,7 @@ class CfnRefreshSchedule(
156811
156815
  metaclass=jsii.JSIIMeta,
156812
156816
  jsii_type="aws-cdk-lib.aws_quicksight.CfnRefreshSchedule",
156813
156817
  ):
156814
- '''Creates a refresh schedule for a dataset in QuickSight .
156818
+ '''Creates a refresh schedule for a dataset in Quick Suite .
156815
156819
 
156816
156820
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-refreshschedule.html
156817
156821
  :cloudformationResource: AWS::QuickSight::RefreshSchedule
@@ -157058,7 +157062,7 @@ class CfnRefreshSchedule(
157058
157062
  ) -> None:
157059
157063
  '''A summary of a configured refresh schedule for a dataset.
157060
157064
 
157061
- :param refresh_type: The type of refresh that a dataset undergoes. Valid values are as follows:. - ``FULL_REFRESH`` : A complete refresh of a dataset. - ``INCREMENTAL_REFRESH`` : A partial refresh of some rows of a dataset, based on the time window specified. For more information on full and incremental refreshes, see `Refreshing SPICE data <https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html>`_ in the *QuickSight User Guide* .
157065
+ :param refresh_type: The type of refresh that a dataset undergoes. Valid values are as follows:. - ``FULL_REFRESH`` : A complete refresh of a dataset. - ``INCREMENTAL_REFRESH`` : A partial refresh of some rows of a dataset, based on the time window specified. For more information on full and incremental refreshes, see `Refreshing SPICE data <https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html>`_ in the *Quick Suite User Guide* .
157062
157066
  :param schedule_frequency: The frequency for the refresh schedule.
157063
157067
  :param schedule_id: An identifier for the refresh schedule.
157064
157068
  :param start_after_date_time: Time after which the refresh schedule can be started, expressed in ``YYYY-MM-DDTHH:MM:SS`` format.
@@ -157110,7 +157114,7 @@ class CfnRefreshSchedule(
157110
157114
  - ``FULL_REFRESH`` : A complete refresh of a dataset.
157111
157115
  - ``INCREMENTAL_REFRESH`` : A partial refresh of some rows of a dataset, based on the time window specified.
157112
157116
 
157113
- For more information on full and incremental refreshes, see `Refreshing SPICE data <https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html>`_ in the *QuickSight User Guide* .
157117
+ For more information on full and incremental refreshes, see `Refreshing SPICE data <https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html>`_ in the *Quick Suite User Guide* .
157114
157118
 
157115
157119
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-refreshschedule-refreshschedulemap.html#cfn-quicksight-refreshschedule-refreshschedulemap-refreshtype
157116
157120
  '''
@@ -157287,11 +157291,11 @@ class CfnTemplate(
157287
157291
  metaclass=jsii.JSIIMeta,
157288
157292
  jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate",
157289
157293
  ):
157290
- '''Creates a template from an existing QuickSight analysis or template.
157294
+ '''Creates a template from an existing Quick Suite analysis or template.
157291
157295
 
157292
157296
  You can use the resulting template to create a dashboard.
157293
157297
 
157294
- A *template* is an entity in QuickSight that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.
157298
+ A *template* is an entity in Quick Suite that encapsulates the metadata required to create an analysis and that you can use to create s dashboard. A template adds a layer of abstraction by using placeholders to replace the dataset associated with the analysis. You can use templates to create dashboards by replacing dataset placeholders with datasets that follow the same schema that was used to create the source analysis and template.
157295
157299
 
157296
157300
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-template.html
157297
157301
  :cloudformationResource: AWS::QuickSight::Template
@@ -157320,12 +157324,12 @@ class CfnTemplate(
157320
157324
  '''
157321
157325
  :param scope: Scope in which this resource is defined.
157322
157326
  :param id: Construct identifier for this resource (unique in its scope).
157323
- :param aws_account_id: The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon QuickSight account.
157327
+ :param aws_account_id: The ID for the AWS account that the group is in. You use the ID for the AWS account that contains your Amazon Quick Sight account.
157324
157328
  :param template_id: An ID for the template that you want to create. This template is unique per AWS Region ; in each AWS account.
157325
157329
  :param definition:
157326
157330
  :param name: A display name for the template.
157327
157331
  :param permissions: A list of resource permissions to be set on the template.
157328
- :param source_entity: The entity that you are using as a source when you create the template. In ``SourceEntity`` , you specify the type of object you're using as source: ``SourceTemplate`` for a template or ``SourceAnalysis`` for an analysis. Both of these require an Amazon Resource Name (ARN). For ``SourceTemplate`` , specify the ARN of the source template. For ``SourceAnalysis`` , specify the ARN of the source analysis. The ``SourceTemplate`` ARN can contain any AWS account and any Amazon QuickSight-supported AWS Region . Use the ``DataSetReferences`` entity within ``SourceTemplate`` or ``SourceAnalysis`` to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder. Either a ``SourceEntity`` or a ``Definition`` must be provided in order for the request to be valid.
157332
+ :param source_entity: The entity that you are using as a source when you create the template. In ``SourceEntity`` , you specify the type of object you're using as source: ``SourceTemplate`` for a template or ``SourceAnalysis`` for an analysis. Both of these require an Amazon Resource Name (ARN). For ``SourceTemplate`` , specify the ARN of the source template. For ``SourceAnalysis`` , specify the ARN of the source analysis. The ``SourceTemplate`` ARN can contain any AWS account and any Quick Sight-supported AWS Region . Use the ``DataSetReferences`` entity within ``SourceTemplate`` or ``SourceAnalysis`` to list the replacement datasets for the placeholders listed in the original. The schema in each dataset must match its placeholder. Either a ``SourceEntity`` or a ``Definition`` must be provided in order for the request to be valid.
157329
157333
  :param tags: Contains a map of the key-value pairs for the resource tag or tags assigned to the resource.
157330
157334
  :param validation_strategy: The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to ``LENIENT`` , validation is skipped for specific errors.
157331
157335
  :param version_description: A description of the current template version being created. This API operation creates the first version of the template. Every time ``UpdateTemplate`` is called, a new version is created. Each version of the template maintains a description of the version in the ``VersionDescription`` field.
@@ -160163,7 +160167,7 @@ class CfnTemplate(
160163
160167
  - Horizontal stacked 100% bar chart
160164
160168
  - Vertical stacked 100% bar chart
160165
160169
 
160166
- For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
160170
+ For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
160167
160171
 
160168
160172
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
160169
160173
  :param actions: The list of custom actions that are configured for a visual.
@@ -162006,7 +162010,7 @@ class CfnTemplate(
162006
162010
  ) -> None:
162007
162011
  '''A box plot.
162008
162012
 
162009
- For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
162013
+ For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
162010
162014
 
162011
162015
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
162012
162016
  :param actions: The list of custom actions that are configured for a visual.
@@ -162904,8 +162908,8 @@ class CfnTemplate(
162904
162908
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
162905
162909
 
162906
162910
  :param custom_filter_configuration: A custom filter that filters based on a single value. This filter can be partially matched.
162907
- :param custom_filter_list_configuration: A list of custom filter values. In the Amazon QuickSight console, this filter type is called a custom filter list.
162908
- :param filter_list_configuration: A list of filter configurations. In the Amazon QuickSight console, this filter type is called a filter list.
162911
+ :param custom_filter_list_configuration: A list of custom filter values. In the Quick Sight console, this filter type is called a custom filter list.
162912
+ :param filter_list_configuration: A list of filter configurations. In the Quick Sight console, this filter type is called a filter list.
162909
162913
 
162910
162914
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryfilterconfiguration.html
162911
162915
  :exampleMetadata: fixture=_generated
@@ -162976,7 +162980,7 @@ class CfnTemplate(
162976
162980
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CustomFilterListConfigurationProperty"]]:
162977
162981
  '''A list of custom filter values.
162978
162982
 
162979
- In the Amazon QuickSight console, this filter type is called a custom filter list.
162983
+ In the Quick Sight console, this filter type is called a custom filter list.
162980
162984
 
162981
162985
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryfilterconfiguration.html#cfn-quicksight-template-categoryfilterconfiguration-customfilterlistconfiguration
162982
162986
  '''
@@ -162989,7 +162993,7 @@ class CfnTemplate(
162989
162993
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.FilterListConfigurationProperty"]]:
162990
162994
  '''A list of filter configurations.
162991
162995
 
162992
- In the Amazon QuickSight console, this filter type is called a filter list.
162996
+ In the Quick Sight console, this filter type is called a filter list.
162993
162997
 
162994
162998
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-categoryfilterconfiguration.html#cfn-quicksight-template-categoryfilterconfiguration-filterlistconfiguration
162995
162999
  '''
@@ -163028,7 +163032,7 @@ class CfnTemplate(
163028
163032
  ) -> None:
163029
163033
  '''A ``CategoryFilter`` filters text values.
163030
163034
 
163031
- For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
163035
+ For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
163032
163036
 
163033
163037
  :param column: The column that the filter is applied to.
163034
163038
  :param configuration: The configuration for a ``CategoryFilter`` .
@@ -165914,7 +165918,7 @@ class CfnTemplate(
165914
165918
 
165915
165919
  The ``ComboChartVisual`` includes stacked bar combo charts and clustered bar combo charts
165916
165920
 
165917
- For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
165921
+ For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
165918
165922
 
165919
165923
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
165920
165924
  :param actions: The list of custom actions that are configured for a visual.
@@ -168019,7 +168023,7 @@ class CfnTemplate(
168019
168023
  ) -> None:
168020
168024
  '''A visual that contains custom content.
168021
168025
 
168022
- For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
168026
+ For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
168023
168027
 
168024
168028
  :param data_set_identifier: The dataset that is used to create the custom content visual. You can't create a visual without a dataset.
168025
168029
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -174133,7 +174137,7 @@ class CfnTemplate(
174133
174137
 
174134
174138
  This option isn't available for pie charts.
174135
174139
 
174136
- :param label_visibility: Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called ``'Show total'`` .
174140
+ :param label_visibility: Determines the visibility of the label in a donut chart. In the Quick Sight console, this option is called ``'Show total'`` .
174137
174141
 
174138
174142
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutcenteroptions.html
174139
174143
  :exampleMetadata: fixture=_generated
@@ -174159,7 +174163,7 @@ class CfnTemplate(
174159
174163
  def label_visibility(self) -> typing.Optional[builtins.str]:
174160
174164
  '''Determines the visibility of the label in a donut chart.
174161
174165
 
174162
- In the Amazon QuickSight console, this option is called ``'Show total'`` .
174166
+ In the Quick Sight console, this option is called ``'Show total'`` .
174163
174167
 
174164
174168
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-donutcenteroptions.html#cfn-quicksight-template-donutcenteroptions-labelvisibility
174165
174169
  '''
@@ -174630,7 +174634,7 @@ class CfnTemplate(
174630
174634
  ) -> None:
174631
174635
  '''An empty visual.
174632
174636
 
174633
- Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Amazon QuickSight console is considered an ``EmptyVisual`` until a visual type is selected.
174637
+ Empty visuals are used in layouts but have not been configured to show any data. A new visual created in the Quick Sight console is considered an ``EmptyVisual`` until a visual type is selected.
174634
174638
 
174635
174639
  :param data_set_identifier: The data set that is used in the empty visual. Every visual requires a dataset to render.
174636
174640
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -176285,7 +176289,7 @@ class CfnTemplate(
176285
176289
  ) -> None:
176286
176290
  '''A filled map.
176287
176291
 
176288
- For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
176292
+ For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
176289
176293
 
176290
176294
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
176291
176295
  :param actions: The list of custom actions that are configured for a visual.
@@ -177412,7 +177416,7 @@ class CfnTemplate(
177412
177416
  ) -> None:
177413
177417
  '''A grouping of individual filters. Filter groups are applied to the same group of visuals.
177414
177418
 
177415
- For more information, see `Adding filter conditions (group filters) with AND and OR operators <https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html>`_ in the *Amazon QuickSight User Guide* .
177419
+ For more information, see `Adding filter conditions (group filters) with AND and OR operators <https://docs.aws.amazon.com/quicksight/latest/user/add-a-compound-filter.html>`_ in the *Amazon Quick Suite User Guide* .
177416
177420
 
177417
177421
  :param cross_dataset: The filter new feature which can apply filter group to all data sets. Choose one of the following options:. - ``ALL_DATASETS`` - ``SINGLE_DATASET``
177418
177422
  :param filter_group_id: The value that uniquely identifies a ``FilterGroup`` within a dashboard, template, or analysis.
@@ -178026,7 +178030,7 @@ class CfnTemplate(
178026
178030
 
178027
178031
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
178028
178032
 
178029
- :param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
178033
+ :param category_filter: A ``CategoryFilter`` filters text values. For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
178030
178034
  :param nested_filter: A ``NestedFilter`` filters data with a subset of data that is defined by the nested inner filter.
178031
178035
  :param numeric_equality_filter: A ``NumericEqualityFilter`` filters numeric values that equal or do not equal a given numeric value.
178032
178036
  :param numeric_range_filter: A ``NumericRangeFilter`` filters numeric values that are either inside or outside a given numeric range.
@@ -178076,7 +178080,7 @@ class CfnTemplate(
178076
178080
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CategoryFilterProperty"]]:
178077
178081
  '''A ``CategoryFilter`` filters text values.
178078
178082
 
178079
- For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon QuickSight User Guide* .
178083
+ For more information, see `Adding text filters <https://docs.aws.amazon.com/quicksight/latest/user/add-a-text-filter-data-prep.html>`_ in the *Amazon Quick Suite User Guide* .
178080
178084
 
178081
178085
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filter.html#cfn-quicksight-template-filter-categoryfilter
178082
178086
  '''
@@ -181237,7 +181241,7 @@ class CfnTemplate(
181237
181241
  ) -> None:
181238
181242
  '''A funnel chart.
181239
181243
 
181240
- For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
181244
+ For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
181241
181245
 
181242
181246
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
181243
181247
  :param actions: The list of custom actions that are configured for a visual.
@@ -182336,7 +182340,7 @@ class CfnTemplate(
182336
182340
  ) -> None:
182337
182341
  '''A gauge chart.
182338
182342
 
182339
- For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
182343
+ For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
182340
182344
 
182341
182345
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
182342
182346
  :param actions: The list of custom actions that are configured for a visual.
@@ -183125,7 +183129,7 @@ class CfnTemplate(
183125
183129
  ) -> None:
183126
183130
  '''A geospatial map or a points on map visual.
183127
183131
 
183128
- For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
183132
+ For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
183129
183133
 
183130
183134
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
183131
183135
  :param actions: The list of custom actions that are configured for a visual.
@@ -184021,7 +184025,7 @@ class CfnTemplate(
184021
184025
  ) -> None:
184022
184026
  '''The options that determine the sizing of the canvas used in a grid layout.
184023
184027
 
184024
- :param resize_option: This value determines the layout behavior when the viewport is resized. - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called ``Classic`` . - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called ``Tiled`` .
184028
+ :param resize_option: This value determines the layout behavior when the viewport is resized. - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called ``Classic`` . - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called ``Tiled`` .
184025
184029
  :param optimized_view_port_width: The width that the view port will be optimized for when the layout renders.
184026
184030
 
184027
184031
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gridlayoutscreencanvassizeoptions.html
@@ -184054,8 +184058,8 @@ class CfnTemplate(
184054
184058
  def resize_option(self) -> builtins.str:
184055
184059
  '''This value determines the layout behavior when the viewport is resized.
184056
184060
 
184057
- - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this option is called ``Classic`` .
184058
- - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Amazon QuickSight console, this option is called ``Tiled`` .
184061
+ - ``FIXED`` : A fixed width will be used when optimizing the layout. In the Quick Sight console, this option is called ``Classic`` .
184062
+ - ``RESPONSIVE`` : The width of the canvas will be responsive and optimized to the view port. In the Quick Sight console, this option is called ``Tiled`` .
184059
184063
 
184060
184064
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-gridlayoutscreencanvassizeoptions.html#cfn-quicksight-template-gridlayoutscreencanvassizeoptions-resizeoption
184061
184065
  '''
@@ -184865,7 +184869,7 @@ class CfnTemplate(
184865
184869
  ) -> None:
184866
184870
  '''A heat map.
184867
184871
 
184868
- For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
184872
+ For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
184869
184873
 
184870
184874
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
184871
184875
  :param actions: The list of custom actions that are configured for a visual.
@@ -185956,7 +185960,7 @@ class CfnTemplate(
185956
185960
  ) -> None:
185957
185961
  '''A histogram.
185958
185962
 
185959
- For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
185963
+ For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
185960
185964
 
185961
185965
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
185962
185966
  :param actions: The list of custom actions that are configured for a visual.
@@ -186905,7 +186909,7 @@ class CfnTemplate(
186905
186909
  ) -> None:
186906
186910
  '''An insight visual.
186907
186911
 
186908
- For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
186912
+ For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
186909
186913
 
186910
186914
  :param data_set_identifier: The dataset that is used in the insight visual.
186911
186915
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
@@ -189084,7 +189088,7 @@ class CfnTemplate(
189084
189088
  ) -> None:
189085
189089
  '''A key performance indicator (KPI).
189086
189090
 
189087
- For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
189091
+ For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
189088
189092
 
189089
189093
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
189090
189094
  :param actions: The list of custom actions that are configured for a visual.
@@ -189800,7 +189804,7 @@ class CfnTemplate(
189800
189804
  ) -> None:
189801
189805
  '''A ``Layout`` defines the placement of elements within a sheet.
189802
189806
 
189803
- For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
189807
+ For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
189804
189808
 
189805
189809
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
189806
189810
 
@@ -191525,7 +191529,7 @@ class CfnTemplate(
191525
191529
  ) -> None:
191526
191530
  '''A line chart.
191527
191531
 
191528
- For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
191532
+ For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
191529
191533
 
191530
191534
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
191531
191535
  :param actions: The list of custom actions that are configured for a visual.
@@ -196583,7 +196587,7 @@ class CfnTemplate(
196583
196587
  ) -> None:
196584
196588
  '''The declaration definition of a parameter.
196585
196589
 
196586
- For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
196590
+ For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
196587
196591
 
196588
196592
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
196589
196593
 
@@ -198886,9 +198890,9 @@ class CfnTemplate(
198886
198890
  - Pie charts
198887
198891
  - Donut charts
198888
198892
 
198889
- For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
198893
+ For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
198890
198894
 
198891
- For more information, see `Using donut charts <https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html>`_ in the *Amazon QuickSight User Guide* .
198895
+ For more information, see `Using donut charts <https://docs.aws.amazon.com/quicksight/latest/user/donut-chart.html>`_ in the *Amazon Quick Suite User Guide* .
198892
198896
 
198893
198897
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
198894
198898
  :param actions: The list of custom actions that are configured for a visual.
@@ -201452,7 +201456,7 @@ class CfnTemplate(
201452
201456
  ) -> None:
201453
201457
  '''A pivot table.
201454
201458
 
201455
- For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
201459
+ For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
201456
201460
 
201457
201461
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
201458
201462
  :param actions: The list of custom actions that are configured for a visual.
@@ -202265,7 +202269,7 @@ class CfnTemplate(
202265
202269
  title: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTemplate.VisualTitleLabelOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
202266
202270
  visual_content_alt_text: typing.Optional[builtins.str] = None,
202267
202271
  ) -> None:
202268
- '''A flexible visualization type that allows engineers to create new custom charts in Amazon QuickSight.
202272
+ '''A flexible visualization type that allows engineers to create new custom charts in Quick Sight.
202269
202273
 
202270
202274
  :param plugin_arn: The Amazon Resource Name (ARN) that reflects the plugin and version.
202271
202275
  :param visual_id: The ID of the visual that you want to use.
@@ -205464,7 +205468,7 @@ class CfnTemplate(
205464
205468
  '''Permission for the resource.
205465
205469
 
205466
205470
  :param actions: The IAM action to grant or revoke permissions on.
205467
- :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
205471
+ :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
205468
205472
  :param resource:
205469
205473
 
205470
205474
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-resourcepermission.html
@@ -205510,9 +205514,9 @@ class CfnTemplate(
205510
205514
  def principal(self) -> builtins.str:
205511
205515
  '''The Amazon Resource Name (ARN) of the principal. This can be one of the following:.
205512
205516
 
205513
- - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
205514
- - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
205515
- - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
205517
+ - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
205518
+ - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
205519
+ - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
205516
205520
 
205517
205521
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-resourcepermission.html#cfn-quicksight-template-resourcepermission-principal
205518
205522
  '''
@@ -206181,7 +206185,7 @@ class CfnTemplate(
206181
206185
  ) -> None:
206182
206186
  '''A sankey diagram.
206183
206187
 
206184
- For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
206188
+ For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
206185
206189
 
206186
206190
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
206187
206191
  :param actions: The list of custom actions that are configured for a visual.
@@ -206932,7 +206936,7 @@ class CfnTemplate(
206932
206936
  ) -> None:
206933
206937
  '''A scatter plot.
206934
206938
 
206935
- For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
206939
+ For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
206936
206940
 
206937
206941
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
206938
206942
  :param actions: The list of custom actions that are configured for a visual.
@@ -208618,11 +208622,11 @@ class CfnTemplate(
208618
208622
  :param sheet_id: The unique identifier of a sheet.
208619
208623
  :param content_type: The layout content type of the sheet. Choose one of the following options:. - ``PAGINATED`` : Creates a sheet for a paginated report. - ``INTERACTIVE`` : Creates a sheet for an interactive dashboard.
208620
208624
  :param description: A description of the sheet.
208621
- :param filter_controls: The list of filter controls that are on a sheet. For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon QuickSight User Guide* .
208625
+ :param filter_controls: The list of filter controls that are on a sheet. For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon Quick Suite User Guide* .
208622
208626
  :param images: A list of images on a sheet.
208623
- :param layouts: Layouts define how the components of a sheet are arranged. For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
208627
+ :param layouts: Layouts define how the components of a sheet are arranged. For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
208624
208628
  :param name: The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
208625
- :param parameter_controls: The list of parameter controls that are on a sheet. For more information, see `Using a Control with a Parameter in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon QuickSight User Guide* .
208629
+ :param parameter_controls: The list of parameter controls that are on a sheet. For more information, see `Using a Control with a Parameter in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon Quick Suite User Guide* .
208626
208630
  :param sheet_control_layouts: The control layouts of the sheet.
208627
208631
  :param text_boxes: The text boxes that are on a sheet.
208628
208632
  :param title: The title of the sheet.
@@ -208712,7 +208716,7 @@ class CfnTemplate(
208712
208716
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.FilterControlProperty"]]]]:
208713
208717
  '''The list of filter controls that are on a sheet.
208714
208718
 
208715
- For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon QuickSight User Guide* .
208719
+ For more information, see `Adding filter controls to analysis sheets <https://docs.aws.amazon.com/quicksight/latest/user/filter-controls.html>`_ in the *Amazon Quick Suite User Guide* .
208716
208720
 
208717
208721
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetdefinition.html#cfn-quicksight-template-sheetdefinition-filtercontrols
208718
208722
  '''
@@ -208736,7 +208740,7 @@ class CfnTemplate(
208736
208740
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.LayoutProperty"]]]]:
208737
208741
  '''Layouts define how the components of a sheet are arranged.
208738
208742
 
208739
- For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon QuickSight User Guide* .
208743
+ For more information, see `Types of layout <https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html>`_ in the *Amazon Quick Suite User Guide* .
208740
208744
 
208741
208745
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetdefinition.html#cfn-quicksight-template-sheetdefinition-layouts
208742
208746
  '''
@@ -208760,7 +208764,7 @@ class CfnTemplate(
208760
208764
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.ParameterControlProperty"]]]]:
208761
208765
  '''The list of parameter controls that are on a sheet.
208762
208766
 
208763
- For more information, see `Using a Control with a Parameter in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon QuickSight User Guide* .
208767
+ For more information, see `Using a Control with a Parameter in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html>`_ in the *Amazon Quick Suite User Guide* .
208764
208768
 
208765
208769
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetdefinition.html#cfn-quicksight-template-sheetdefinition-parametercontrols
208766
208770
  '''
@@ -209492,11 +209496,11 @@ class CfnTemplate(
209492
209496
  name: typing.Optional[builtins.str] = None,
209493
209497
  sheet_id: typing.Optional[builtins.str] = None,
209494
209498
  ) -> None:
209495
- '''A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight.
209499
+ '''A *sheet* , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight.
209496
209500
 
209497
209501
  Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
209498
209502
 
209499
- :param name: The name of a sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.
209503
+ :param name: The name of a sheet. This name is displayed on the sheet's tab in the Quick Sight console.
209500
209504
  :param sheet_id: The unique identifier associated with a sheet.
209501
209505
 
209502
209506
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheet.html
@@ -209527,7 +209531,7 @@ class CfnTemplate(
209527
209531
  def name(self) -> typing.Optional[builtins.str]:
209528
209532
  '''The name of a sheet.
209529
209533
 
209530
- This name is displayed on the sheet's tab in the Amazon QuickSight console.
209534
+ This name is displayed on the sheet's tab in the Quick Sight console.
209531
209535
 
209532
209536
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheet.html#cfn-quicksight-template-sheet-name
209533
209537
  '''
@@ -214342,7 +214346,7 @@ class CfnTemplate(
214342
214346
  ) -> None:
214343
214347
  '''A table visual.
214344
214348
 
214345
- For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
214349
+ For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
214346
214350
 
214347
214351
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
214348
214352
  :param actions: The list of custom actions that are configured for a visual.
@@ -214812,9 +214816,9 @@ class CfnTemplate(
214812
214816
  :param analysis_defaults:
214813
214817
  :param calculated_fields: An array of calculated field definitions for the template.
214814
214818
  :param column_configurations: An array of template-level column configurations. Column configurations are used to set default formatting for a column that's used throughout a template.
214815
- :param filter_groups: Filter definitions for a template. For more information, see `Filtering Data <https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html>`_ in the *Amazon QuickSight User Guide* .
214819
+ :param filter_groups: Filter definitions for a template. For more information, see `Filtering Data <https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html>`_ in the *Amazon Quick Suite User Guide* .
214816
214820
  :param options: An array of option definitions for a template.
214817
- :param parameter_declarations: An array of parameter declarations for a template. *Parameters* are named variables that can transfer a value for use by an action or an object. For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
214821
+ :param parameter_declarations: An array of parameter declarations for a template. *Parameters* are named variables that can transfer a value for use by an action or an object. For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
214818
214822
  :param query_execution_options:
214819
214823
  :param sheets: An array of sheet definitions for a template.
214820
214824
 
@@ -214910,7 +214914,7 @@ class CfnTemplate(
214910
214914
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.FilterGroupProperty"]]]]:
214911
214915
  '''Filter definitions for a template.
214912
214916
 
214913
- For more information, see `Filtering Data <https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html>`_ in the *Amazon QuickSight User Guide* .
214917
+ For more information, see `Filtering Data <https://docs.aws.amazon.com/quicksight/latest/user/filtering-visual-data.html>`_ in the *Amazon Quick Suite User Guide* .
214914
214918
 
214915
214919
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversiondefinition.html#cfn-quicksight-template-templateversiondefinition-filtergroups
214916
214920
  '''
@@ -214936,7 +214940,7 @@ class CfnTemplate(
214936
214940
 
214937
214941
  *Parameters* are named variables that can transfer a value for use by an action or an object.
214938
214942
 
214939
- For more information, see `Parameters in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
214943
+ For more information, see `Parameters in Amazon Quick Sight <https://docs.aws.amazon.com/quicksight/latest/user/parameters-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
214940
214944
 
214941
214945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-templateversiondefinition.html#cfn-quicksight-template-templateversiondefinition-parameterdeclarations
214942
214946
  '''
@@ -219175,7 +219179,7 @@ class CfnTemplate(
219175
219179
  ) -> None:
219176
219180
  '''A tree map.
219177
219181
 
219178
- For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
219182
+ For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
219179
219183
 
219180
219184
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
219181
219185
  :param actions: The list of custom actions that are configured for a visual.
@@ -220759,30 +220763,30 @@ class CfnTemplate(
220759
220763
 
220760
220764
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
220761
220765
 
220762
- :param bar_chart_visual: A bar chart. For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
220763
- :param box_plot_visual: A box plot. For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
220764
- :param combo_chart_visual: A combo chart. For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
220765
- :param custom_content_visual: A visual that contains custom content. For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
220766
+ :param bar_chart_visual: A bar chart. For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
220767
+ :param box_plot_visual: A box plot. For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
220768
+ :param combo_chart_visual: A combo chart. For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
220769
+ :param custom_content_visual: A visual that contains custom content. For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
220766
220770
  :param empty_visual: An empty visual.
220767
- :param filled_map_visual: A filled map. For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
220768
- :param funnel_chart_visual: A funnel chart. For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
220769
- :param gauge_chart_visual: A gauge chart. For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
220770
- :param geospatial_map_visual: A geospatial map or a points on map visual. For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
220771
- :param heat_map_visual: A heat map. For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
220772
- :param histogram_visual: A histogram. For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
220773
- :param insight_visual: An insight visual. For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
220774
- :param kpi_visual: A key performance indicator (KPI). For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
220775
- :param line_chart_visual: A line chart. For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
220776
- :param pie_chart_visual: A pie or donut chart. For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
220777
- :param pivot_table_visual: A pivot table. For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
220771
+ :param filled_map_visual: A filled map. For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
220772
+ :param funnel_chart_visual: A funnel chart. For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
220773
+ :param gauge_chart_visual: A gauge chart. For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
220774
+ :param geospatial_map_visual: A geospatial map or a points on map visual. For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
220775
+ :param heat_map_visual: A heat map. For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
220776
+ :param histogram_visual: A histogram. For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
220777
+ :param insight_visual: An insight visual. For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
220778
+ :param kpi_visual: A key performance indicator (KPI). For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
220779
+ :param line_chart_visual: A line chart. For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
220780
+ :param pie_chart_visual: A pie or donut chart. For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
220781
+ :param pivot_table_visual: A pivot table. For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
220778
220782
  :param plugin_visual: The custom plugin visual type.
220779
- :param radar_chart_visual: A radar chart visual. For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon QuickSight User Guide* .
220780
- :param sankey_diagram_visual: A sankey diagram. For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
220781
- :param scatter_plot_visual: A scatter plot. For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
220782
- :param table_visual: A table visual. For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
220783
- :param tree_map_visual: A tree map. For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
220784
- :param waterfall_visual: A waterfall chart. For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
220785
- :param word_cloud_visual: A word cloud. For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
220783
+ :param radar_chart_visual: A radar chart visual. For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon Quick Suite User Guide* .
220784
+ :param sankey_diagram_visual: A sankey diagram. For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
220785
+ :param scatter_plot_visual: A scatter plot. For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
220786
+ :param table_visual: A table visual. For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
220787
+ :param tree_map_visual: A tree map. For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
220788
+ :param waterfall_visual: A waterfall chart. For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
220789
+ :param word_cloud_visual: A word cloud. For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
220786
220790
 
220787
220791
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html
220788
220792
  :exampleMetadata: fixture=_generated
@@ -220873,7 +220877,7 @@ class CfnTemplate(
220873
220877
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.BarChartVisualProperty"]]:
220874
220878
  '''A bar chart.
220875
220879
 
220876
- For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon QuickSight User Guide* .
220880
+ For more information, see `Using bar charts <https://docs.aws.amazon.com/quicksight/latest/user/bar-charts.html>`_ in the *Amazon Quick Suite User Guide* .
220877
220881
 
220878
220882
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-barchartvisual
220879
220883
  '''
@@ -220886,7 +220890,7 @@ class CfnTemplate(
220886
220890
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.BoxPlotVisualProperty"]]:
220887
220891
  '''A box plot.
220888
220892
 
220889
- For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon QuickSight User Guide* .
220893
+ For more information, see `Using box plots <https://docs.aws.amazon.com/quicksight/latest/user/box-plots.html>`_ in the *Amazon Quick Suite User Guide* .
220890
220894
 
220891
220895
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-boxplotvisual
220892
220896
  '''
@@ -220899,7 +220903,7 @@ class CfnTemplate(
220899
220903
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.ComboChartVisualProperty"]]:
220900
220904
  '''A combo chart.
220901
220905
 
220902
- For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon QuickSight User Guide* .
220906
+ For more information, see `Using combo charts <https://docs.aws.amazon.com/quicksight/latest/user/combo-charts.html>`_ in the *Amazon Quick Suite User Guide* .
220903
220907
 
220904
220908
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-combochartvisual
220905
220909
  '''
@@ -220912,7 +220916,7 @@ class CfnTemplate(
220912
220916
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.CustomContentVisualProperty"]]:
220913
220917
  '''A visual that contains custom content.
220914
220918
 
220915
- For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
220919
+ For more information, see `Using custom visual content <https://docs.aws.amazon.com/quicksight/latest/user/custom-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
220916
220920
 
220917
220921
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-customcontentvisual
220918
220922
  '''
@@ -220936,7 +220940,7 @@ class CfnTemplate(
220936
220940
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.FilledMapVisualProperty"]]:
220937
220941
  '''A filled map.
220938
220942
 
220939
- For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon QuickSight User Guide* .
220943
+ For more information, see `Creating filled maps <https://docs.aws.amazon.com/quicksight/latest/user/filled-maps.html>`_ in the *Amazon Quick Suite User Guide* .
220940
220944
 
220941
220945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-filledmapvisual
220942
220946
  '''
@@ -220949,7 +220953,7 @@ class CfnTemplate(
220949
220953
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.FunnelChartVisualProperty"]]:
220950
220954
  '''A funnel chart.
220951
220955
 
220952
- For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon QuickSight User Guide* .
220956
+ For more information, see `Using funnel charts <https://docs.aws.amazon.com/quicksight/latest/user/funnel-visual-content.html>`_ in the *Amazon Quick Suite User Guide* .
220953
220957
 
220954
220958
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-funnelchartvisual
220955
220959
  '''
@@ -220962,7 +220966,7 @@ class CfnTemplate(
220962
220966
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.GaugeChartVisualProperty"]]:
220963
220967
  '''A gauge chart.
220964
220968
 
220965
- For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon QuickSight User Guide* .
220969
+ For more information, see `Using gauge charts <https://docs.aws.amazon.com/quicksight/latest/user/gauge-chart.html>`_ in the *Amazon Quick Suite User Guide* .
220966
220970
 
220967
220971
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-gaugechartvisual
220968
220972
  '''
@@ -220975,7 +220979,7 @@ class CfnTemplate(
220975
220979
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.GeospatialMapVisualProperty"]]:
220976
220980
  '''A geospatial map or a points on map visual.
220977
220981
 
220978
- For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon QuickSight User Guide* .
220982
+ For more information, see `Creating point maps <https://docs.aws.amazon.com/quicksight/latest/user/point-maps.html>`_ in the *Amazon Quick Suite User Guide* .
220979
220983
 
220980
220984
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-geospatialmapvisual
220981
220985
  '''
@@ -220988,7 +220992,7 @@ class CfnTemplate(
220988
220992
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.HeatMapVisualProperty"]]:
220989
220993
  '''A heat map.
220990
220994
 
220991
- For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon QuickSight User Guide* .
220995
+ For more information, see `Using heat maps <https://docs.aws.amazon.com/quicksight/latest/user/heat-map.html>`_ in the *Amazon Quick Suite User Guide* .
220992
220996
 
220993
220997
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-heatmapvisual
220994
220998
  '''
@@ -221001,7 +221005,7 @@ class CfnTemplate(
221001
221005
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.HistogramVisualProperty"]]:
221002
221006
  '''A histogram.
221003
221007
 
221004
- For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon QuickSight User Guide* .
221008
+ For more information, see `Using histograms <https://docs.aws.amazon.com/quicksight/latest/user/histogram-charts.html>`_ in the *Amazon Quick Suite User Guide* .
221005
221009
 
221006
221010
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-histogramvisual
221007
221011
  '''
@@ -221014,7 +221018,7 @@ class CfnTemplate(
221014
221018
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.InsightVisualProperty"]]:
221015
221019
  '''An insight visual.
221016
221020
 
221017
- For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon QuickSight User Guide* .
221021
+ For more information, see `Working with insights <https://docs.aws.amazon.com/quicksight/latest/user/computational-insights.html>`_ in the *Amazon Quick Suite User Guide* .
221018
221022
 
221019
221023
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-insightvisual
221020
221024
  '''
@@ -221027,7 +221031,7 @@ class CfnTemplate(
221027
221031
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.KPIVisualProperty"]]:
221028
221032
  '''A key performance indicator (KPI).
221029
221033
 
221030
- For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon QuickSight User Guide* .
221034
+ For more information, see `Using KPIs <https://docs.aws.amazon.com/quicksight/latest/user/kpi.html>`_ in the *Amazon Quick Suite User Guide* .
221031
221035
 
221032
221036
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-kpivisual
221033
221037
  '''
@@ -221040,7 +221044,7 @@ class CfnTemplate(
221040
221044
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.LineChartVisualProperty"]]:
221041
221045
  '''A line chart.
221042
221046
 
221043
- For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon QuickSight User Guide* .
221047
+ For more information, see `Using line charts <https://docs.aws.amazon.com/quicksight/latest/user/line-charts.html>`_ in the *Amazon Quick Suite User Guide* .
221044
221048
 
221045
221049
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-linechartvisual
221046
221050
  '''
@@ -221053,7 +221057,7 @@ class CfnTemplate(
221053
221057
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.PieChartVisualProperty"]]:
221054
221058
  '''A pie or donut chart.
221055
221059
 
221056
- For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon QuickSight User Guide* .
221060
+ For more information, see `Using pie charts <https://docs.aws.amazon.com/quicksight/latest/user/pie-chart.html>`_ in the *Amazon Quick Suite User Guide* .
221057
221061
 
221058
221062
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-piechartvisual
221059
221063
  '''
@@ -221066,7 +221070,7 @@ class CfnTemplate(
221066
221070
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.PivotTableVisualProperty"]]:
221067
221071
  '''A pivot table.
221068
221072
 
221069
- For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon QuickSight User Guide* .
221073
+ For more information, see `Using pivot tables <https://docs.aws.amazon.com/quicksight/latest/user/pivot-table.html>`_ in the *Amazon Quick Suite User Guide* .
221070
221074
 
221071
221075
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-pivottablevisual
221072
221076
  '''
@@ -221090,7 +221094,7 @@ class CfnTemplate(
221090
221094
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.RadarChartVisualProperty"]]:
221091
221095
  '''A radar chart visual.
221092
221096
 
221093
- For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon QuickSight User Guide* .
221097
+ For more information, see `Using radar charts <https://docs.aws.amazon.com/quicksight/latest/user/radar-chart.html>`_ in the *Amazon Quick Suite User Guide* .
221094
221098
 
221095
221099
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-radarchartvisual
221096
221100
  '''
@@ -221103,7 +221107,7 @@ class CfnTemplate(
221103
221107
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SankeyDiagramVisualProperty"]]:
221104
221108
  '''A sankey diagram.
221105
221109
 
221106
- For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon QuickSight User Guide* .
221110
+ For more information, see `Using Sankey diagrams <https://docs.aws.amazon.com/quicksight/latest/user/sankey-diagram.html>`_ in the *Amazon Quick Suite User Guide* .
221107
221111
 
221108
221112
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-sankeydiagramvisual
221109
221113
  '''
@@ -221116,7 +221120,7 @@ class CfnTemplate(
221116
221120
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.ScatterPlotVisualProperty"]]:
221117
221121
  '''A scatter plot.
221118
221122
 
221119
- For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon QuickSight User Guide* .
221123
+ For more information, see `Using scatter plots <https://docs.aws.amazon.com/quicksight/latest/user/scatter-plot.html>`_ in the *Amazon Quick Suite User Guide* .
221120
221124
 
221121
221125
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-scatterplotvisual
221122
221126
  '''
@@ -221129,7 +221133,7 @@ class CfnTemplate(
221129
221133
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.TableVisualProperty"]]:
221130
221134
  '''A table visual.
221131
221135
 
221132
- For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon QuickSight User Guide* .
221136
+ For more information, see `Using tables as visuals <https://docs.aws.amazon.com/quicksight/latest/user/tabular.html>`_ in the *Amazon Quick Suite User Guide* .
221133
221137
 
221134
221138
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-tablevisual
221135
221139
  '''
@@ -221142,7 +221146,7 @@ class CfnTemplate(
221142
221146
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.TreeMapVisualProperty"]]:
221143
221147
  '''A tree map.
221144
221148
 
221145
- For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon QuickSight User Guide* .
221149
+ For more information, see `Using tree maps <https://docs.aws.amazon.com/quicksight/latest/user/tree-map.html>`_ in the *Amazon Quick Suite User Guide* .
221146
221150
 
221147
221151
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-treemapvisual
221148
221152
  '''
@@ -221155,7 +221159,7 @@ class CfnTemplate(
221155
221159
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.WaterfallVisualProperty"]]:
221156
221160
  '''A waterfall chart.
221157
221161
 
221158
- For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
221162
+ For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
221159
221163
 
221160
221164
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-waterfallvisual
221161
221165
  '''
@@ -221168,7 +221172,7 @@ class CfnTemplate(
221168
221172
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.WordCloudVisualProperty"]]:
221169
221173
  '''A word cloud.
221170
221174
 
221171
- For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
221175
+ For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
221172
221176
 
221173
221177
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-visual.html#cfn-quicksight-template-visual-wordcloudvisual
221174
221178
  '''
@@ -222056,7 +222060,7 @@ class CfnTemplate(
222056
222060
  ) -> None:
222057
222061
  '''A waterfall chart.
222058
222062
 
222059
- For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon QuickSight User Guide* .
222063
+ For more information, see `Using waterfall charts <https://docs.aws.amazon.com/quicksight/latest/user/waterfall-chart.html>`_ in the *Amazon Quick Suite User Guide* .
222060
222064
 
222061
222065
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
222062
222066
  :param actions: The list of custom actions that are configured for a visual.
@@ -222864,7 +222868,7 @@ class CfnTemplate(
222864
222868
  ) -> None:
222865
222869
  '''A word cloud.
222866
222870
 
222867
- For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon QuickSight User Guide* .
222871
+ For more information, see `Using word clouds <https://docs.aws.amazon.com/quicksight/latest/user/word-cloud.html>`_ in the *Amazon Quick Suite User Guide* .
222868
222872
 
222869
222873
  :param visual_id: The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers..
222870
222874
  :param actions: The list of custom actions that are configured for a visual.
@@ -223056,7 +223060,7 @@ class CfnTheme(
223056
223060
  ):
223057
223061
  '''Creates a theme.
223058
223062
 
223059
- A *theme* is set of configuration options for color and layout. Themes apply to analyses and dashboards. For more information, see `Using Themes in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html>`_ in the *Amazon QuickSight User Guide* .
223063
+ A *theme* is set of configuration options for color and layout. Themes apply to analyses and dashboards. For more information, see `Using Themes in Amazon Quick Suite <https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide* .
223060
223064
 
223061
223065
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-theme.html
223062
223066
  :cloudformationResource: AWS::QuickSight::Theme
@@ -223153,7 +223157,7 @@ class CfnTheme(
223153
223157
  :param scope: Scope in which this resource is defined.
223154
223158
  :param id: Construct identifier for this resource (unique in its scope).
223155
223159
  :param aws_account_id: The ID of the AWS account where you want to store the new theme.
223156
- :param base_theme_id: The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon QuickSight. For a list of the starting themes, use ``ListThemes`` or choose *Themes* from within an analysis.
223160
+ :param base_theme_id: The ID of the theme that a custom theme will inherit from. All themes inherit from one of the starting themes defined by Amazon Quick Sight. For a list of the starting themes, use ``ListThemes`` or choose *Themes* from within an analysis.
223157
223161
  :param configuration: The theme configuration, which contains the theme display properties.
223158
223162
  :param name: A display name for the theme.
223159
223163
  :param theme_id: An ID for the theme that you want to create. The theme ID is unique per AWS Region in each AWS account.
@@ -223816,7 +223820,7 @@ class CfnTheme(
223816
223820
  '''Permission for the resource.
223817
223821
 
223818
223822
  :param actions: The IAM action to grant or revoke permissions on.
223819
- :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
223823
+ :param principal: The Amazon Resource Name (ARN) of the principal. This can be one of the following:. - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.) - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.) - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
223820
223824
  :param resource:
223821
223825
 
223822
223826
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-resourcepermission.html
@@ -223862,9 +223866,9 @@ class CfnTheme(
223862
223866
  def principal(self) -> builtins.str:
223863
223867
  '''The Amazon Resource Name (ARN) of the principal. This can be one of the following:.
223864
223868
 
223865
- - The ARN of an Amazon QuickSight user or group associated with a data source or dataset. (This is common.)
223866
- - The ARN of an Amazon QuickSight user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
223867
- - The ARN of an AWS account root: This is an IAM ARN rather than a QuickSight ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
223869
+ - The ARN of an Amazon Quick Suite user or group associated with a data source or dataset. (This is common.)
223870
+ - The ARN of an Amazon Quick Suite user, group, or namespace associated with an analysis, dashboard, template, or theme. (This is common.)
223871
+ - The ARN of an AWS account root: This is an IAM ARN rather than a Quick Suite ARN. Use this option only to share resources (templates) across AWS accounts . (This is less common.)
223868
223872
 
223869
223873
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-resourcepermission.html#cfn-quicksight-theme-resourcepermission-principal
223870
223874
  '''
@@ -224230,7 +224234,7 @@ class CfnTheme(
224230
224234
  '''A version of a theme.
224231
224235
 
224232
224236
  :param arn: The Amazon Resource Name (ARN) of the resource.
224233
- :param base_theme_id: The Amazon QuickSight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Amazon QuickSight theme.
224237
+ :param base_theme_id: The Quick Sight-defined ID of the theme that a custom theme inherits from. All themes initially inherit from a default Quick Sight theme.
224234
224238
  :param configuration: The theme configuration, which contains all the theme display properties.
224235
224239
  :param created_time: The date and time that this theme version was created.
224236
224240
  :param description: The description of the theme.
@@ -224344,9 +224348,9 @@ class CfnTheme(
224344
224348
 
224345
224349
  @builtins.property
224346
224350
  def base_theme_id(self) -> typing.Optional[builtins.str]:
224347
- '''The Amazon QuickSight-defined ID of the theme that a custom theme inherits from.
224351
+ '''The Quick Sight-defined ID of the theme that a custom theme inherits from.
224348
224352
 
224349
- All themes initially inherit from a default Amazon QuickSight theme.
224353
+ All themes initially inherit from a default Quick Sight theme.
224350
224354
 
224351
224355
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-theme-themeversion.html#cfn-quicksight-theme-themeversion-basethemeid
224352
224356
  '''
@@ -224663,7 +224667,7 @@ class CfnTheme(
224663
224667
  ) -> None:
224664
224668
  '''The theme colors that apply to UI and to charts, excluding data colors.
224665
224669
 
224666
- The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with ``#`` , for example #37BFF5. For more information, see `Using Themes in Amazon QuickSight <https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html>`_ in the *Amazon QuickSight User Guide.*
224670
+ The colors description is a hexadecimal color code that consists of six alphanumerical characters, prefixed with ``#`` , for example #37BFF5. For more information, see `Using Themes in Amazon Quick Suite <https://docs.aws.amazon.com/quicksight/latest/user/themes-in-quicksight.html>`_ in the *Amazon Quick Suite User Guide.*
224667
224671
 
224668
224672
  :param accent: This color is that applies to selected states and buttons.
224669
224673
  :param accent_foreground: The foreground color that applies to any text or other elements that appear over the accent color.
@@ -247390,3 +247394,6 @@ def _typecheckingstub__739acf70e62b97a09a7f5c798708670a2c0bc24d04d30df3dac04b1b4
247390
247394
  ) -> None:
247391
247395
  """Type checking stubs"""
247392
247396
  pass
247397
+
247398
+ for cls in [IAnalysisRef, ICustomPermissionsRef, IDashboardRef, IDataSetRef, IDataSourceRef, IFolderRef, IRefreshScheduleRef, ITemplateRef, IThemeRef, ITopicRef, IVPCConnectionRef]:
247399
+ typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])