aws-cdk-lib 2.95.0__py3-none-any.whl → 2.96.0__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 (42) hide show
  1. aws_cdk/__init__.py +38 -5
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.95.0.jsii.tgz → aws-cdk-lib@2.96.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +4 -4
  5. aws_cdk/aws_backup/__init__.py +3 -3
  6. aws_cdk/aws_batch/__init__.py +15057 -385
  7. aws_cdk/aws_budgets/__init__.py +9 -4
  8. aws_cdk/aws_cloudformation/__init__.py +38 -5
  9. aws_cdk/aws_cloudtrail/__init__.py +25 -3
  10. aws_cdk/aws_codepipeline/__init__.py +2 -2
  11. aws_cdk/aws_codepipeline_actions/__init__.py +3 -3
  12. aws_cdk/aws_config/__init__.py +54 -13
  13. aws_cdk/aws_datasync/__init__.py +104 -45
  14. aws_cdk/aws_dms/__init__.py +3 -3
  15. aws_cdk/aws_dynamodb/__init__.py +2 -2
  16. aws_cdk/aws_ec2/__init__.py +12 -7
  17. aws_cdk/aws_ecs/__init__.py +55 -19
  18. aws_cdk/aws_elasticloadbalancingv2/__init__.py +3 -2
  19. aws_cdk/aws_events_targets/__init__.py +3 -3
  20. aws_cdk/aws_iam/__init__.py +8 -6
  21. aws_cdk/aws_internetmonitor/__init__.py +69 -30
  22. aws_cdk/aws_iotwireless/__init__.py +2 -4
  23. aws_cdk/aws_lambda/__init__.py +8 -8
  24. aws_cdk/aws_lambda_nodejs/__init__.py +1 -1
  25. aws_cdk/aws_managedblockchain/__init__.py +2 -3
  26. aws_cdk/aws_quicksight/__init__.py +185 -103
  27. aws_cdk/aws_rds/__init__.py +7 -7
  28. aws_cdk/aws_rolesanywhere/__init__.py +58 -74
  29. aws_cdk/aws_s3/__init__.py +1 -1
  30. aws_cdk/aws_securityhub/__init__.py +108 -42
  31. aws_cdk/aws_sns/__init__.py +5 -5
  32. aws_cdk/aws_stepfunctions/__init__.py +36 -25
  33. aws_cdk/aws_stepfunctions_tasks/__init__.py +13 -12
  34. aws_cdk/aws_transfer/__init__.py +9 -2
  35. aws_cdk/aws_wafv2/__init__.py +6 -6
  36. aws_cdk/pipelines/__init__.py +1 -1
  37. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/METADATA +1 -1
  38. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/RECORD +42 -42
  39. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/LICENSE +0 -0
  40. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/NOTICE +0 -0
  41. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/WHEEL +0 -0
  42. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/top_level.txt +0 -0
@@ -13246,7 +13246,7 @@ class CfnAnalysis(
13246
13246
  '''The display options of a control.
13247
13247
 
13248
13248
  :param date_time_format: Customize how dates are formatted in controls.
13249
- :param info_icon_label_options:
13249
+ :param info_icon_label_options: The configuration of info icon label options.
13250
13250
  :param title_options: The options to configure the title visibility, name, and font size.
13251
13251
 
13252
13252
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.html
@@ -13307,7 +13307,8 @@ class CfnAnalysis(
13307
13307
  def info_icon_label_options(
13308
13308
  self,
13309
13309
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
13310
- '''
13310
+ '''The configuration of info icon label options.
13311
+
13311
13312
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-datetimepickercontroldisplayoptions.html#cfn-quicksight-analysis-datetimepickercontroldisplayoptions-infoiconlabeloptions
13312
13313
  '''
13313
13314
  result = self._values.get("info_icon_label_options")
@@ -15101,7 +15102,7 @@ class CfnAnalysis(
15101
15102
  ) -> None:
15102
15103
  '''The display options of a control.
15103
15104
 
15104
- :param info_icon_label_options:
15105
+ :param info_icon_label_options: The configuration of info icon label options.
15105
15106
  :param select_all_options: The configuration of the ``Select all`` options in a dropdown control.
15106
15107
  :param title_options: The options to configure the title visibility, name, and font size.
15107
15108
 
@@ -15156,7 +15157,8 @@ class CfnAnalysis(
15156
15157
  def info_icon_label_options(
15157
15158
  self,
15158
15159
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
15159
- '''
15160
+ '''The configuration of info icon label options.
15161
+
15160
15162
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-dropdowncontroldisplayoptions.html#cfn-quicksight-analysis-dropdowncontroldisplayoptions-infoiconlabeloptions
15161
15163
  '''
15162
15164
  result = self._values.get("info_icon_label_options")
@@ -20160,7 +20162,7 @@ class CfnAnalysis(
20160
20162
 
20161
20163
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
20162
20164
 
20163
- :param all_sheets:
20165
+ :param all_sheets: The configuration for applying a filter to all sheets.
20164
20166
  :param selected_sheets: The configuration for applying a filter to specific sheets.
20165
20167
 
20166
20168
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterscopeconfiguration.html
@@ -20199,7 +20201,8 @@ class CfnAnalysis(
20199
20201
 
20200
20202
  @builtins.property
20201
20203
  def all_sheets(self) -> typing.Any:
20202
- '''
20204
+ '''The configuration for applying a filter to all sheets.
20205
+
20203
20206
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-filterscopeconfiguration.html#cfn-quicksight-analysis-filterscopeconfiguration-allsheets
20204
20207
  '''
20205
20208
  result = self._values.get("all_sheets")
@@ -33167,7 +33170,7 @@ class CfnAnalysis(
33167
33170
  ) -> None:
33168
33171
  '''The display options of a control.
33169
33172
 
33170
- :param info_icon_label_options:
33173
+ :param info_icon_label_options: The configuration of info icon label options.
33171
33174
  :param search_options: The configuration of the search options in a list control.
33172
33175
  :param select_all_options: The configuration of the ``Select all`` options in a list control.
33173
33176
  :param title_options: The options to configure the title visibility, name, and font size.
@@ -33229,7 +33232,8 @@ class CfnAnalysis(
33229
33232
  def info_icon_label_options(
33230
33233
  self,
33231
33234
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
33232
- '''
33235
+ '''The configuration of info icon label options.
33236
+
33233
33237
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-listcontroldisplayoptions.html#cfn-quicksight-analysis-listcontroldisplayoptions-infoiconlabeloptions
33234
33238
  '''
33235
33239
  result = self._values.get("info_icon_label_options")
@@ -42461,13 +42465,13 @@ class CfnAnalysis(
42461
42465
  :param collapsed_row_dimensions_visibility: The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is ``HIDDEN`` , all collapsed columns in a pivot table are automatically hidden. The default value is ``VISIBLE`` .
42462
42466
  :param column_header_style: The table cell style of the column header.
42463
42467
  :param column_names_visibility: The visibility of the column names.
42464
- :param default_cell_width:
42468
+ :param default_cell_width: The default cell width of the pivot table.
42465
42469
  :param metric_placement: The metric placement (row, column) options.
42466
42470
  :param row_alternate_color_options: The row alternate color options (widget status, row alternate colors).
42467
42471
  :param row_field_names_style: The table cell style of row field names.
42468
42472
  :param row_header_style: The table cell style of the row headers.
42469
- :param rows_label_options:
42470
- :param rows_layout:
42473
+ :param rows_label_options: The options for the label that is located above the row headers. This option is only applicable when ``RowsLayout`` is set to ``HIERARCHY`` .
42474
+ :param rows_layout: The layout for the row dimension headers of a pivot table. Choose one of the following options. - ``TABULAR`` : (Default) Each row field is displayed in a separate column. - ``HIERARCHY`` : All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.
42471
42475
  :param single_metric_visibility: The visibility of the single metric options.
42472
42476
  :param toggle_buttons_visibility: Determines the visibility of the pivot table.
42473
42477
 
@@ -42818,7 +42822,8 @@ class CfnAnalysis(
42818
42822
 
42819
42823
  @builtins.property
42820
42824
  def default_cell_width(self) -> typing.Optional[builtins.str]:
42821
- '''
42825
+ '''The default cell width of the pivot table.
42826
+
42822
42827
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottableoptions.html#cfn-quicksight-analysis-pivottableoptions-defaultcellwidth
42823
42828
  '''
42824
42829
  result = self._values.get("default_cell_width")
@@ -42870,7 +42875,10 @@ class CfnAnalysis(
42870
42875
  def rows_label_options(
42871
42876
  self,
42872
42877
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.PivotTableRowsLabelOptionsProperty"]]:
42873
- '''
42878
+ '''The options for the label that is located above the row headers.
42879
+
42880
+ This option is only applicable when ``RowsLayout`` is set to ``HIERARCHY`` .
42881
+
42874
42882
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottableoptions.html#cfn-quicksight-analysis-pivottableoptions-rowslabeloptions
42875
42883
  '''
42876
42884
  result = self._values.get("rows_label_options")
@@ -42878,7 +42886,11 @@ class CfnAnalysis(
42878
42886
 
42879
42887
  @builtins.property
42880
42888
  def rows_layout(self) -> typing.Optional[builtins.str]:
42881
- '''
42889
+ '''The layout for the row dimension headers of a pivot table. Choose one of the following options.
42890
+
42891
+ - ``TABULAR`` : (Default) Each row field is displayed in a separate column.
42892
+ - ``HIERARCHY`` : All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.
42893
+
42882
42894
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottableoptions.html#cfn-quicksight-analysis-pivottableoptions-rowslayout
42883
42895
  '''
42884
42896
  result = self._values.get("rows_layout")
@@ -42998,9 +43010,12 @@ class CfnAnalysis(
42998
43010
  custom_label: typing.Optional[builtins.str] = None,
42999
43011
  visibility: typing.Optional[builtins.str] = None,
43000
43012
  ) -> None:
43001
- '''
43002
- :param custom_label:
43003
- :param visibility:
43013
+ '''The options for the label thta is located above the row headers.
43014
+
43015
+ This option is only applicable when ``RowsLayout`` is set to ``HIERARCHY`` .
43016
+
43017
+ :param custom_label: The custom label string for the rows label.
43018
+ :param visibility: The visibility of the rows label.
43004
43019
 
43005
43020
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.html
43006
43021
  :exampleMetadata: fixture=_generated
@@ -43028,7 +43043,8 @@ class CfnAnalysis(
43028
43043
 
43029
43044
  @builtins.property
43030
43045
  def custom_label(self) -> typing.Optional[builtins.str]:
43031
- '''
43046
+ '''The custom label string for the rows label.
43047
+
43032
43048
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.html#cfn-quicksight-analysis-pivottablerowslabeloptions-customlabel
43033
43049
  '''
43034
43050
  result = self._values.get("custom_label")
@@ -43036,7 +43052,8 @@ class CfnAnalysis(
43036
43052
 
43037
43053
  @builtins.property
43038
43054
  def visibility(self) -> typing.Optional[builtins.str]:
43039
- '''
43055
+ '''The visibility of the rows label.
43056
+
43040
43057
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-pivottablerowslabeloptions.html#cfn-quicksight-analysis-pivottablerowslabeloptions-visibility
43041
43058
  '''
43042
43059
  result = self._values.get("visibility")
@@ -45965,7 +45982,7 @@ class CfnAnalysis(
45965
45982
  '''The display options of a control.
45966
45983
 
45967
45984
  :param date_time_format: Customize how dates are formatted in controls.
45968
- :param info_icon_label_options:
45985
+ :param info_icon_label_options: The configuration of info icon label options.
45969
45986
  :param title_options: The options to configure the title visibility, name, and font size.
45970
45987
 
45971
45988
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatetimecontroldisplayoptions.html
@@ -46026,7 +46043,8 @@ class CfnAnalysis(
46026
46043
  def info_icon_label_options(
46027
46044
  self,
46028
46045
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
46029
- '''
46046
+ '''The configuration of info icon label options.
46047
+
46030
46048
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-relativedatetimecontroldisplayoptions.html#cfn-quicksight-analysis-relativedatetimecontroldisplayoptions-infoiconlabeloptions
46031
46049
  '''
46032
46050
  result = self._values.get("info_icon_label_options")
@@ -46478,7 +46496,7 @@ class CfnAnalysis(
46478
46496
 
46479
46497
  :param row_alternate_colors: Determines the list of row alternate colors.
46480
46498
  :param status: Determines the widget status.
46481
- :param use_primary_background_color:
46499
+ :param use_primary_background_color: The primary background color options for alternate rows.
46482
46500
 
46483
46501
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rowalternatecoloroptions.html
46484
46502
  :exampleMetadata: fixture=_generated
@@ -46528,7 +46546,8 @@ class CfnAnalysis(
46528
46546
 
46529
46547
  @builtins.property
46530
46548
  def use_primary_background_color(self) -> typing.Optional[builtins.str]:
46531
- '''
46549
+ '''The primary background color options for alternate rows.
46550
+
46532
46551
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-rowalternatecoloroptions.html#cfn-quicksight-analysis-rowalternatecoloroptions-useprimarybackgroundcolor
46533
46552
  '''
46534
46553
  result = self._values.get("use_primary_background_color")
@@ -48984,9 +49003,10 @@ class CfnAnalysis(
48984
49003
  info_icon_text: typing.Optional[builtins.str] = None,
48985
49004
  visibility: typing.Optional[builtins.str] = None,
48986
49005
  ) -> None:
48987
- '''
48988
- :param info_icon_text:
48989
- :param visibility:
49006
+ '''A control to display info icons for filters and parameters.
49007
+
49008
+ :param info_icon_text: The text content of info icon.
49009
+ :param visibility: The visibility configuration of info icon label options.
48990
49010
 
48991
49011
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetcontrolinfoiconlabeloptions.html
48992
49012
  :exampleMetadata: fixture=_generated
@@ -49014,7 +49034,8 @@ class CfnAnalysis(
49014
49034
 
49015
49035
  @builtins.property
49016
49036
  def info_icon_text(self) -> typing.Optional[builtins.str]:
49017
- '''
49037
+ '''The text content of info icon.
49038
+
49018
49039
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetcontrolinfoiconlabeloptions.html#cfn-quicksight-analysis-sheetcontrolinfoiconlabeloptions-infoicontext
49019
49040
  '''
49020
49041
  result = self._values.get("info_icon_text")
@@ -49022,7 +49043,8 @@ class CfnAnalysis(
49022
49043
 
49023
49044
  @builtins.property
49024
49045
  def visibility(self) -> typing.Optional[builtins.str]:
49025
- '''
49046
+ '''The visibility configuration of info icon label options.
49047
+
49026
49048
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheetcontrolinfoiconlabeloptions.html#cfn-quicksight-analysis-sheetcontrolinfoiconlabeloptions-visibility
49027
49049
  '''
49028
49050
  result = self._values.get("visibility")
@@ -49945,7 +49967,7 @@ class CfnAnalysis(
49945
49967
  ) -> None:
49946
49968
  '''The display options of a control.
49947
49969
 
49948
- :param info_icon_label_options:
49970
+ :param info_icon_label_options: The configuration of info icon label options.
49949
49971
  :param title_options: The options to configure the title visibility, name, and font size.
49950
49972
 
49951
49973
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-slidercontroldisplayoptions.html
@@ -49993,7 +50015,8 @@ class CfnAnalysis(
49993
50015
  def info_icon_label_options(
49994
50016
  self,
49995
50017
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
49996
- '''
50018
+ '''The configuration of info icon label options.
50019
+
49997
50020
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-slidercontroldisplayoptions.html#cfn-quicksight-analysis-slidercontroldisplayoptions-infoiconlabeloptions
49998
50021
  '''
49999
50022
  result = self._values.get("info_icon_label_options")
@@ -50033,9 +50056,10 @@ class CfnAnalysis(
50033
50056
  placement: typing.Optional[builtins.str] = None,
50034
50057
  scale: typing.Optional[builtins.str] = None,
50035
50058
  ) -> None:
50036
- '''
50037
- :param placement:
50038
- :param scale:
50059
+ '''Configures the properties of a chart's axes that are used by small multiples panels.
50060
+
50061
+ :param placement: Defines the placement of the axis. By default, axes are rendered ``OUTSIDE`` of the panels. Axes with ``INDEPENDENT`` scale are rendered ``INSIDE`` the panels.
50062
+ :param scale: Determines whether scale of the axes are shared or independent. The default value is ``SHARED`` .
50039
50063
 
50040
50064
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html
50041
50065
  :exampleMetadata: fixture=_generated
@@ -50063,7 +50087,10 @@ class CfnAnalysis(
50063
50087
 
50064
50088
  @builtins.property
50065
50089
  def placement(self) -> typing.Optional[builtins.str]:
50066
- '''
50090
+ '''Defines the placement of the axis.
50091
+
50092
+ By default, axes are rendered ``OUTSIDE`` of the panels. Axes with ``INDEPENDENT`` scale are rendered ``INSIDE`` the panels.
50093
+
50067
50094
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html#cfn-quicksight-analysis-smallmultiplesaxisproperties-placement
50068
50095
  '''
50069
50096
  result = self._values.get("placement")
@@ -50071,7 +50098,10 @@ class CfnAnalysis(
50071
50098
 
50072
50099
  @builtins.property
50073
50100
  def scale(self) -> typing.Optional[builtins.str]:
50074
- '''
50101
+ '''Determines whether scale of the axes are shared or independent.
50102
+
50103
+ The default value is ``SHARED`` .
50104
+
50075
50105
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesaxisproperties.html#cfn-quicksight-analysis-smallmultiplesaxisproperties-scale
50076
50106
  '''
50077
50107
  result = self._values.get("scale")
@@ -50114,8 +50144,8 @@ class CfnAnalysis(
50114
50144
  :param max_visible_columns: Sets the maximum number of visible columns to display in the grid of small multiples panels. The default is ``Auto`` , which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.
50115
50145
  :param max_visible_rows: Sets the maximum number of visible rows to display in the grid of small multiples panels. The default value is ``Auto`` , which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.
50116
50146
  :param panel_configuration: Configures the display options for each small multiples panel.
50117
- :param x_axis:
50118
- :param y_axis:
50147
+ :param x_axis: The properties of a small multiples X axis.
50148
+ :param y_axis: The properties of a small multiples Y axis.
50119
50149
 
50120
50150
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesoptions.html
50121
50151
  :exampleMetadata: fixture=_generated
@@ -50220,7 +50250,8 @@ class CfnAnalysis(
50220
50250
  def x_axis(
50221
50251
  self,
50222
50252
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SmallMultiplesAxisPropertiesProperty"]]:
50223
- '''
50253
+ '''The properties of a small multiples X axis.
50254
+
50224
50255
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesoptions.html#cfn-quicksight-analysis-smallmultiplesoptions-xaxis
50225
50256
  '''
50226
50257
  result = self._values.get("x_axis")
@@ -50230,7 +50261,8 @@ class CfnAnalysis(
50230
50261
  def y_axis(
50231
50262
  self,
50232
50263
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SmallMultiplesAxisPropertiesProperty"]]:
50233
- '''
50264
+ '''The properties of a small multiples Y axis.
50265
+
50234
50266
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-smallmultiplesoptions.html#cfn-quicksight-analysis-smallmultiplesoptions-yaxis
50235
50267
  '''
50236
50268
  result = self._values.get("y_axis")
@@ -50922,7 +50954,7 @@ class CfnAnalysis(
50922
50954
  :param field_level: The field level (all, custom, last) for the subtotal cells.
50923
50955
  :param field_level_options: The optional configuration of subtotal cells.
50924
50956
  :param metric_header_cell_style: The cell styling options for the subtotals of header cells.
50925
- :param style_targets:
50957
+ :param style_targets: The style targets options for subtotals.
50926
50958
  :param total_cell_style: The cell styling options for the subtotal cells.
50927
50959
  :param totals_visibility: The visibility configuration for the subtotal cells.
50928
50960
  :param value_cell_style: The cell styling options for the subtotals of value cells.
@@ -51194,7 +51226,8 @@ class CfnAnalysis(
51194
51226
  def style_targets(
51195
51227
  self,
51196
51228
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.TableStyleTargetProperty"]]]]:
51197
- '''
51229
+ '''The style targets options for subtotals.
51230
+
51198
51231
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-subtotaloptions.html#cfn-quicksight-analysis-subtotaloptions-styletargets
51199
51232
  '''
51200
51233
  result = self._values.get("style_targets")
@@ -54412,8 +54445,9 @@ class CfnAnalysis(
54412
54445
  )
54413
54446
  class TableStyleTargetProperty:
54414
54447
  def __init__(self, *, cell_type: builtins.str) -> None:
54415
- '''
54416
- :param cell_type:
54448
+ '''The table style target.
54449
+
54450
+ :param cell_type: The cell type of the table style target.
54417
54451
 
54418
54452
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablestyletarget.html
54419
54453
  :exampleMetadata: fixture=_generated
@@ -54437,7 +54471,8 @@ class CfnAnalysis(
54437
54471
 
54438
54472
  @builtins.property
54439
54473
  def cell_type(self) -> builtins.str:
54440
- '''
54474
+ '''The cell type of the table style target.
54475
+
54441
54476
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablestyletarget.html#cfn-quicksight-analysis-tablestyletarget-celltype
54442
54477
  '''
54443
54478
  result = self._values.get("cell_type")
@@ -54892,7 +54927,7 @@ class CfnAnalysis(
54892
54927
  ) -> None:
54893
54928
  '''The display options of a control.
54894
54929
 
54895
- :param info_icon_label_options:
54930
+ :param info_icon_label_options: The configuration of info icon label options.
54896
54931
  :param placeholder_options: The configuration of the placeholder options in a text area control.
54897
54932
  :param title_options: The options to configure the title visibility, name, and font size.
54898
54933
 
@@ -54947,7 +54982,8 @@ class CfnAnalysis(
54947
54982
  def info_icon_label_options(
54948
54983
  self,
54949
54984
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
54950
- '''
54985
+ '''The configuration of info icon label options.
54986
+
54951
54987
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-textareacontroldisplayoptions.html#cfn-quicksight-analysis-textareacontroldisplayoptions-infoiconlabeloptions
54952
54988
  '''
54953
54989
  result = self._values.get("info_icon_label_options")
@@ -55209,7 +55245,7 @@ class CfnAnalysis(
55209
55245
  ) -> None:
55210
55246
  '''The display options of a control.
55211
55247
 
55212
- :param info_icon_label_options:
55248
+ :param info_icon_label_options: The configuration of info icon label options.
55213
55249
  :param placeholder_options: The configuration of the placeholder options in a text field control.
55214
55250
  :param title_options: The options to configure the title visibility, name, and font size.
55215
55251
 
@@ -55264,7 +55300,8 @@ class CfnAnalysis(
55264
55300
  def info_icon_label_options(
55265
55301
  self,
55266
55302
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnAnalysis.SheetControlInfoIconLabelOptionsProperty"]]:
55267
- '''
55303
+ '''The configuration of info icon label options.
55304
+
55268
55305
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-textfieldcontroldisplayoptions.html#cfn-quicksight-analysis-textfieldcontroldisplayoptions-infoiconlabeloptions
55269
55306
  '''
55270
55307
  result = self._values.get("info_icon_label_options")
@@ -62816,7 +62853,7 @@ class CfnDashboard(
62816
62853
 
62817
62854
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
62818
62855
 
62819
- :param attribute_aggregation_function:
62856
+ :param attribute_aggregation_function: Aggregation for attributes.
62820
62857
  :param categorical_aggregation_function: Aggregation for categorical values. - ``COUNT`` : Aggregate by the total number of values, including duplicates. - ``DISTINCT_COUNT`` : Aggregate by the total number of distinct values.
62821
62858
  :param date_aggregation_function: Aggregation for date values. - ``COUNT`` : Aggregate by the total number of values, including duplicates. - ``DISTINCT_COUNT`` : Aggregate by the total number of distinct values. - ``MIN`` : Select the smallest date value. - ``MAX`` : Select the largest date value.
62822
62859
  :param numerical_aggregation_function: Aggregation for numerical values.
@@ -62865,7 +62902,8 @@ class CfnDashboard(
62865
62902
  def attribute_aggregation_function(
62866
62903
  self,
62867
62904
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.AttributeAggregationFunctionProperty"]]:
62868
- '''
62905
+ '''Aggregation for attributes.
62906
+
62869
62907
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-aggregationfunction.html#cfn-quicksight-dashboard-aggregationfunction-attributeaggregationfunction
62870
62908
  '''
62871
62909
  result = self._values.get("attribute_aggregation_function")
@@ -63493,9 +63531,10 @@ class CfnDashboard(
63493
63531
  simple_attribute_aggregation: typing.Optional[builtins.str] = None,
63494
63532
  value_for_multiple_values: typing.Optional[builtins.str] = None,
63495
63533
  ) -> None:
63496
- '''
63497
- :param simple_attribute_aggregation:
63498
- :param value_for_multiple_values:
63534
+ '''Aggregation for attributes.
63535
+
63536
+ :param simple_attribute_aggregation: The built-in aggregation functions for attributes. - ``UNIQUE_VALUE`` : Returns the unique value for a field, aggregated by the dimension fields.
63537
+ :param value_for_multiple_values: Used by the ``UNIQUE_VALUE`` aggregation function. If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
63499
63538
 
63500
63539
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-attributeaggregationfunction.html
63501
63540
  :exampleMetadata: fixture=_generated
@@ -63523,7 +63562,10 @@ class CfnDashboard(
63523
63562
 
63524
63563
  @builtins.property
63525
63564
  def simple_attribute_aggregation(self) -> typing.Optional[builtins.str]:
63526
- '''
63565
+ '''The built-in aggregation functions for attributes.
63566
+
63567
+ - ``UNIQUE_VALUE`` : Returns the unique value for a field, aggregated by the dimension fields.
63568
+
63527
63569
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-attributeaggregationfunction.html#cfn-quicksight-dashboard-attributeaggregationfunction-simpleattributeaggregation
63528
63570
  '''
63529
63571
  result = self._values.get("simple_attribute_aggregation")
@@ -63531,7 +63573,10 @@ class CfnDashboard(
63531
63573
 
63532
63574
  @builtins.property
63533
63575
  def value_for_multiple_values(self) -> typing.Optional[builtins.str]:
63534
- '''
63576
+ '''Used by the ``UNIQUE_VALUE`` aggregation function.
63577
+
63578
+ If there are multiple values for the field used by the aggregation, the value for this property will be returned instead. Defaults to '*'.
63579
+
63535
63580
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-attributeaggregationfunction.html#cfn-quicksight-dashboard-attributeaggregationfunction-valueformultiplevalues
63536
63581
  '''
63537
63582
  result = self._values.get("value_for_multiple_values")
@@ -148163,7 +148208,7 @@ class CfnTemplate(
148163
148208
  '''The display options of a control.
148164
148209
 
148165
148210
  :param date_time_format: Customize how dates are formatted in controls.
148166
- :param info_icon_label_options:
148211
+ :param info_icon_label_options: The configuration of info icon label options.
148167
148212
  :param title_options: The options to configure the title visibility, name, and font size.
148168
148213
 
148169
148214
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datetimepickercontroldisplayoptions.html
@@ -148224,7 +148269,8 @@ class CfnTemplate(
148224
148269
  def info_icon_label_options(
148225
148270
  self,
148226
148271
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
148227
- '''
148272
+ '''The configuration of info icon label options.
148273
+
148228
148274
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-datetimepickercontroldisplayoptions.html#cfn-quicksight-template-datetimepickercontroldisplayoptions-infoiconlabeloptions
148229
148275
  '''
148230
148276
  result = self._values.get("info_icon_label_options")
@@ -149945,7 +149991,7 @@ class CfnTemplate(
149945
149991
  ) -> None:
149946
149992
  '''The display options of a control.
149947
149993
 
149948
- :param info_icon_label_options:
149994
+ :param info_icon_label_options: The configuration of info icon label options.
149949
149995
  :param select_all_options: The configuration of the ``Select all`` options in a dropdown control.
149950
149996
  :param title_options: The options to configure the title visibility, name, and font size.
149951
149997
 
@@ -150000,7 +150046,8 @@ class CfnTemplate(
150000
150046
  def info_icon_label_options(
150001
150047
  self,
150002
150048
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
150003
- '''
150049
+ '''The configuration of info icon label options.
150050
+
150004
150051
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-dropdowncontroldisplayoptions.html#cfn-quicksight-template-dropdowncontroldisplayoptions-infoiconlabeloptions
150005
150052
  '''
150006
150053
  result = self._values.get("info_icon_label_options")
@@ -155004,7 +155051,7 @@ class CfnTemplate(
155004
155051
 
155005
155052
  This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
155006
155053
 
155007
- :param all_sheets:
155054
+ :param all_sheets: The configuration for applying a filter to all sheets.
155008
155055
  :param selected_sheets: The configuration for applying a filter to specific sheets.
155009
155056
 
155010
155057
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterscopeconfiguration.html
@@ -155043,7 +155090,8 @@ class CfnTemplate(
155043
155090
 
155044
155091
  @builtins.property
155045
155092
  def all_sheets(self) -> typing.Any:
155046
- '''
155093
+ '''The configuration for applying a filter to all sheets.
155094
+
155047
155095
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-filterscopeconfiguration.html#cfn-quicksight-template-filterscopeconfiguration-allsheets
155048
155096
  '''
155049
155097
  result = self._values.get("all_sheets")
@@ -167938,7 +167986,7 @@ class CfnTemplate(
167938
167986
  ) -> None:
167939
167987
  '''The display options of a control.
167940
167988
 
167941
- :param info_icon_label_options:
167989
+ :param info_icon_label_options: The configuration of info icon label options.
167942
167990
  :param search_options: The configuration of the search options in a list control.
167943
167991
  :param select_all_options: The configuration of the ``Select all`` options in a list control.
167944
167992
  :param title_options: The options to configure the title visibility, name, and font size.
@@ -168000,7 +168048,8 @@ class CfnTemplate(
168000
168048
  def info_icon_label_options(
168001
168049
  self,
168002
168050
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
168003
- '''
168051
+ '''The configuration of info icon label options.
168052
+
168004
168053
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-listcontroldisplayoptions.html#cfn-quicksight-template-listcontroldisplayoptions-infoiconlabeloptions
168005
168054
  '''
168006
168055
  result = self._values.get("info_icon_label_options")
@@ -177107,13 +177156,13 @@ class CfnTemplate(
177107
177156
  :param collapsed_row_dimensions_visibility: The visibility setting of a pivot table's collapsed row dimension fields. If the value of this structure is ``HIDDEN`` , all collapsed columns in a pivot table are automatically hidden. The default value is ``VISIBLE`` .
177108
177157
  :param column_header_style: The table cell style of the column header.
177109
177158
  :param column_names_visibility: The visibility of the column names.
177110
- :param default_cell_width:
177159
+ :param default_cell_width: The default cell width of the pivot table.
177111
177160
  :param metric_placement: The metric placement (row, column) options.
177112
177161
  :param row_alternate_color_options: The row alternate color options (widget status, row alternate colors).
177113
177162
  :param row_field_names_style: The table cell style of row field names.
177114
177163
  :param row_header_style: The table cell style of the row headers.
177115
- :param rows_label_options:
177116
- :param rows_layout:
177164
+ :param rows_label_options: The options for the label that is located above the row headers. This option is only applicable when ``RowsLayout`` is set to ``HIERARCHY`` .
177165
+ :param rows_layout: The layout for the row dimension headers of a pivot table. Choose one of the following options. - ``TABULAR`` : (Default) Each row field is displayed in a separate column. - ``HIERARCHY`` : All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.
177117
177166
  :param single_metric_visibility: The visibility of the single metric options.
177118
177167
  :param toggle_buttons_visibility: Determines the visibility of the pivot table.
177119
177168
 
@@ -177464,7 +177513,8 @@ class CfnTemplate(
177464
177513
 
177465
177514
  @builtins.property
177466
177515
  def default_cell_width(self) -> typing.Optional[builtins.str]:
177467
- '''
177516
+ '''The default cell width of the pivot table.
177517
+
177468
177518
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottableoptions.html#cfn-quicksight-template-pivottableoptions-defaultcellwidth
177469
177519
  '''
177470
177520
  result = self._values.get("default_cell_width")
@@ -177516,7 +177566,10 @@ class CfnTemplate(
177516
177566
  def rows_label_options(
177517
177567
  self,
177518
177568
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.PivotTableRowsLabelOptionsProperty"]]:
177519
- '''
177569
+ '''The options for the label that is located above the row headers.
177570
+
177571
+ This option is only applicable when ``RowsLayout`` is set to ``HIERARCHY`` .
177572
+
177520
177573
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottableoptions.html#cfn-quicksight-template-pivottableoptions-rowslabeloptions
177521
177574
  '''
177522
177575
  result = self._values.get("rows_label_options")
@@ -177524,7 +177577,11 @@ class CfnTemplate(
177524
177577
 
177525
177578
  @builtins.property
177526
177579
  def rows_layout(self) -> typing.Optional[builtins.str]:
177527
- '''
177580
+ '''The layout for the row dimension headers of a pivot table. Choose one of the following options.
177581
+
177582
+ - ``TABULAR`` : (Default) Each row field is displayed in a separate column.
177583
+ - ``HIERARCHY`` : All row fields are displayed in a single column. Indentation is used to differentiate row headers of different fields.
177584
+
177528
177585
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottableoptions.html#cfn-quicksight-template-pivottableoptions-rowslayout
177529
177586
  '''
177530
177587
  result = self._values.get("rows_layout")
@@ -177644,9 +177701,12 @@ class CfnTemplate(
177644
177701
  custom_label: typing.Optional[builtins.str] = None,
177645
177702
  visibility: typing.Optional[builtins.str] = None,
177646
177703
  ) -> None:
177647
- '''
177648
- :param custom_label:
177649
- :param visibility:
177704
+ '''The options for the label thta is located above the row headers.
177705
+
177706
+ This option is only applicable when ``RowsLayout`` is set to ``HIERARCHY`` .
177707
+
177708
+ :param custom_label: The custom label string for the rows label.
177709
+ :param visibility: The visibility of the rows label.
177650
177710
 
177651
177711
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablerowslabeloptions.html
177652
177712
  :exampleMetadata: fixture=_generated
@@ -177674,7 +177734,8 @@ class CfnTemplate(
177674
177734
 
177675
177735
  @builtins.property
177676
177736
  def custom_label(self) -> typing.Optional[builtins.str]:
177677
- '''
177737
+ '''The custom label string for the rows label.
177738
+
177678
177739
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablerowslabeloptions.html#cfn-quicksight-template-pivottablerowslabeloptions-customlabel
177679
177740
  '''
177680
177741
  result = self._values.get("custom_label")
@@ -177682,7 +177743,8 @@ class CfnTemplate(
177682
177743
 
177683
177744
  @builtins.property
177684
177745
  def visibility(self) -> typing.Optional[builtins.str]:
177685
- '''
177746
+ '''The visibility of the rows label.
177747
+
177686
177748
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-pivottablerowslabeloptions.html#cfn-quicksight-template-pivottablerowslabeloptions-visibility
177687
177749
  '''
177688
177750
  result = self._values.get("visibility")
@@ -180611,7 +180673,7 @@ class CfnTemplate(
180611
180673
  '''The display options of a control.
180612
180674
 
180613
180675
  :param date_time_format: Customize how dates are formatted in controls.
180614
- :param info_icon_label_options:
180676
+ :param info_icon_label_options: The configuration of info icon label options.
180615
180677
  :param title_options: The options to configure the title visibility, name, and font size.
180616
180678
 
180617
180679
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-relativedatetimecontroldisplayoptions.html
@@ -180672,7 +180734,8 @@ class CfnTemplate(
180672
180734
  def info_icon_label_options(
180673
180735
  self,
180674
180736
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
180675
- '''
180737
+ '''The configuration of info icon label options.
180738
+
180676
180739
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-relativedatetimecontroldisplayoptions.html#cfn-quicksight-template-relativedatetimecontroldisplayoptions-infoiconlabeloptions
180677
180740
  '''
180678
180741
  result = self._values.get("info_icon_label_options")
@@ -181124,7 +181187,7 @@ class CfnTemplate(
181124
181187
 
181125
181188
  :param row_alternate_colors: Determines the list of row alternate colors.
181126
181189
  :param status: Determines the widget status.
181127
- :param use_primary_background_color:
181190
+ :param use_primary_background_color: The primary background color options for alternate rows.
181128
181191
 
181129
181192
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rowalternatecoloroptions.html
181130
181193
  :exampleMetadata: fixture=_generated
@@ -181174,7 +181237,8 @@ class CfnTemplate(
181174
181237
 
181175
181238
  @builtins.property
181176
181239
  def use_primary_background_color(self) -> typing.Optional[builtins.str]:
181177
- '''
181240
+ '''The primary background color options for alternate rows.
181241
+
181178
181242
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-rowalternatecoloroptions.html#cfn-quicksight-template-rowalternatecoloroptions-useprimarybackgroundcolor
181179
181243
  '''
181180
181244
  result = self._values.get("use_primary_background_color")
@@ -183630,9 +183694,10 @@ class CfnTemplate(
183630
183694
  info_icon_text: typing.Optional[builtins.str] = None,
183631
183695
  visibility: typing.Optional[builtins.str] = None,
183632
183696
  ) -> None:
183633
- '''
183634
- :param info_icon_text:
183635
- :param visibility:
183697
+ '''A control to display info icons for filters and parameters.
183698
+
183699
+ :param info_icon_text: The text content of info icon.
183700
+ :param visibility: The visibility configuration of info icon label options.
183636
183701
 
183637
183702
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetcontrolinfoiconlabeloptions.html
183638
183703
  :exampleMetadata: fixture=_generated
@@ -183660,7 +183725,8 @@ class CfnTemplate(
183660
183725
 
183661
183726
  @builtins.property
183662
183727
  def info_icon_text(self) -> typing.Optional[builtins.str]:
183663
- '''
183728
+ '''The text content of info icon.
183729
+
183664
183730
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetcontrolinfoiconlabeloptions.html#cfn-quicksight-template-sheetcontrolinfoiconlabeloptions-infoicontext
183665
183731
  '''
183666
183732
  result = self._values.get("info_icon_text")
@@ -183668,7 +183734,8 @@ class CfnTemplate(
183668
183734
 
183669
183735
  @builtins.property
183670
183736
  def visibility(self) -> typing.Optional[builtins.str]:
183671
- '''
183737
+ '''The visibility configuration of info icon label options.
183738
+
183672
183739
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheetcontrolinfoiconlabeloptions.html#cfn-quicksight-template-sheetcontrolinfoiconlabeloptions-visibility
183673
183740
  '''
183674
183741
  result = self._values.get("visibility")
@@ -184591,7 +184658,7 @@ class CfnTemplate(
184591
184658
  ) -> None:
184592
184659
  '''The display options of a control.
184593
184660
 
184594
- :param info_icon_label_options:
184661
+ :param info_icon_label_options: The configuration of info icon label options.
184595
184662
  :param title_options: The options to configure the title visibility, name, and font size.
184596
184663
 
184597
184664
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-slidercontroldisplayoptions.html
@@ -184639,7 +184706,8 @@ class CfnTemplate(
184639
184706
  def info_icon_label_options(
184640
184707
  self,
184641
184708
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
184642
- '''
184709
+ '''The configuration of info icon label options.
184710
+
184643
184711
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-slidercontroldisplayoptions.html#cfn-quicksight-template-slidercontroldisplayoptions-infoiconlabeloptions
184644
184712
  '''
184645
184713
  result = self._values.get("info_icon_label_options")
@@ -184679,9 +184747,10 @@ class CfnTemplate(
184679
184747
  placement: typing.Optional[builtins.str] = None,
184680
184748
  scale: typing.Optional[builtins.str] = None,
184681
184749
  ) -> None:
184682
- '''
184683
- :param placement:
184684
- :param scale:
184750
+ '''Configures the properties of a chart's axes that are used by small multiples panels.
184751
+
184752
+ :param placement: Defines the placement of the axis. By default, axes are rendered ``OUTSIDE`` of the panels. Axes with ``INDEPENDENT`` scale are rendered ``INSIDE`` the panels.
184753
+ :param scale: Determines whether scale of the axes are shared or independent. The default value is ``SHARED`` .
184685
184754
 
184686
184755
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesaxisproperties.html
184687
184756
  :exampleMetadata: fixture=_generated
@@ -184709,7 +184778,10 @@ class CfnTemplate(
184709
184778
 
184710
184779
  @builtins.property
184711
184780
  def placement(self) -> typing.Optional[builtins.str]:
184712
- '''
184781
+ '''Defines the placement of the axis.
184782
+
184783
+ By default, axes are rendered ``OUTSIDE`` of the panels. Axes with ``INDEPENDENT`` scale are rendered ``INSIDE`` the panels.
184784
+
184713
184785
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesaxisproperties.html#cfn-quicksight-template-smallmultiplesaxisproperties-placement
184714
184786
  '''
184715
184787
  result = self._values.get("placement")
@@ -184717,7 +184789,10 @@ class CfnTemplate(
184717
184789
 
184718
184790
  @builtins.property
184719
184791
  def scale(self) -> typing.Optional[builtins.str]:
184720
- '''
184792
+ '''Determines whether scale of the axes are shared or independent.
184793
+
184794
+ The default value is ``SHARED`` .
184795
+
184721
184796
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesaxisproperties.html#cfn-quicksight-template-smallmultiplesaxisproperties-scale
184722
184797
  '''
184723
184798
  result = self._values.get("scale")
@@ -184760,8 +184835,8 @@ class CfnTemplate(
184760
184835
  :param max_visible_columns: Sets the maximum number of visible columns to display in the grid of small multiples panels. The default is ``Auto`` , which automatically adjusts the columns in the grid to fit the overall layout and size of the given chart.
184761
184836
  :param max_visible_rows: Sets the maximum number of visible rows to display in the grid of small multiples panels. The default value is ``Auto`` , which automatically adjusts the rows in the grid to fit the overall layout and size of the given chart.
184762
184837
  :param panel_configuration: Configures the display options for each small multiples panel.
184763
- :param x_axis:
184764
- :param y_axis:
184838
+ :param x_axis: The properties of a small multiples X axis.
184839
+ :param y_axis: The properties of a small multiples Y axis.
184765
184840
 
184766
184841
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesoptions.html
184767
184842
  :exampleMetadata: fixture=_generated
@@ -184866,7 +184941,8 @@ class CfnTemplate(
184866
184941
  def x_axis(
184867
184942
  self,
184868
184943
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SmallMultiplesAxisPropertiesProperty"]]:
184869
- '''
184944
+ '''The properties of a small multiples X axis.
184945
+
184870
184946
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesoptions.html#cfn-quicksight-template-smallmultiplesoptions-xaxis
184871
184947
  '''
184872
184948
  result = self._values.get("x_axis")
@@ -184876,7 +184952,8 @@ class CfnTemplate(
184876
184952
  def y_axis(
184877
184953
  self,
184878
184954
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SmallMultiplesAxisPropertiesProperty"]]:
184879
- '''
184955
+ '''The properties of a small multiples Y axis.
184956
+
184880
184957
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-smallmultiplesoptions.html#cfn-quicksight-template-smallmultiplesoptions-yaxis
184881
184958
  '''
184882
184959
  result = self._values.get("y_axis")
@@ -185497,7 +185574,7 @@ class CfnTemplate(
185497
185574
  :param field_level: The field level (all, custom, last) for the subtotal cells.
185498
185575
  :param field_level_options: The optional configuration of subtotal cells.
185499
185576
  :param metric_header_cell_style: The cell styling options for the subtotals of header cells.
185500
- :param style_targets:
185577
+ :param style_targets: The style targets options for subtotals.
185501
185578
  :param total_cell_style: The cell styling options for the subtotal cells.
185502
185579
  :param totals_visibility: The visibility configuration for the subtotal cells.
185503
185580
  :param value_cell_style: The cell styling options for the subtotals of value cells.
@@ -185769,7 +185846,8 @@ class CfnTemplate(
185769
185846
  def style_targets(
185770
185847
  self,
185771
185848
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnTemplate.TableStyleTargetProperty"]]]]:
185772
- '''
185849
+ '''The style targets options for subtotals.
185850
+
185773
185851
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-subtotaloptions.html#cfn-quicksight-template-subtotaloptions-styletargets
185774
185852
  '''
185775
185853
  result = self._values.get("style_targets")
@@ -188987,8 +189065,9 @@ class CfnTemplate(
188987
189065
  )
188988
189066
  class TableStyleTargetProperty:
188989
189067
  def __init__(self, *, cell_type: builtins.str) -> None:
188990
- '''
188991
- :param cell_type:
189068
+ '''The table style target.
189069
+
189070
+ :param cell_type: The cell type of the table style target.
188992
189071
 
188993
189072
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablestyletarget.html
188994
189073
  :exampleMetadata: fixture=_generated
@@ -189012,7 +189091,8 @@ class CfnTemplate(
189012
189091
 
189013
189092
  @builtins.property
189014
189093
  def cell_type(self) -> builtins.str:
189015
- '''
189094
+ '''The cell type of the table style target.
189095
+
189016
189096
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-tablestyletarget.html#cfn-quicksight-template-tablestyletarget-celltype
189017
189097
  '''
189018
189098
  result = self._values.get("cell_type")
@@ -190163,7 +190243,7 @@ class CfnTemplate(
190163
190243
  ) -> None:
190164
190244
  '''The display options of a control.
190165
190245
 
190166
- :param info_icon_label_options:
190246
+ :param info_icon_label_options: The configuration of info icon label options.
190167
190247
  :param placeholder_options: The configuration of the placeholder options in a text area control.
190168
190248
  :param title_options: The options to configure the title visibility, name, and font size.
190169
190249
 
@@ -190218,7 +190298,8 @@ class CfnTemplate(
190218
190298
  def info_icon_label_options(
190219
190299
  self,
190220
190300
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
190221
- '''
190301
+ '''The configuration of info icon label options.
190302
+
190222
190303
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-textareacontroldisplayoptions.html#cfn-quicksight-template-textareacontroldisplayoptions-infoiconlabeloptions
190223
190304
  '''
190224
190305
  result = self._values.get("info_icon_label_options")
@@ -190480,7 +190561,7 @@ class CfnTemplate(
190480
190561
  ) -> None:
190481
190562
  '''The display options of a control.
190482
190563
 
190483
- :param info_icon_label_options:
190564
+ :param info_icon_label_options: The configuration of info icon label options.
190484
190565
  :param placeholder_options: The configuration of the placeholder options in a text field control.
190485
190566
  :param title_options: The options to configure the title visibility, name, and font size.
190486
190567
 
@@ -190535,7 +190616,8 @@ class CfnTemplate(
190535
190616
  def info_icon_label_options(
190536
190617
  self,
190537
190618
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTemplate.SheetControlInfoIconLabelOptionsProperty"]]:
190538
- '''
190619
+ '''The configuration of info icon label options.
190620
+
190539
190621
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-textfieldcontroldisplayoptions.html#cfn-quicksight-template-textfieldcontroldisplayoptions-infoiconlabeloptions
190540
190622
  '''
190541
190623
  result = self._values.get("info_icon_label_options")