aws-cdk-lib 2.216.0__py3-none-any.whl → 2.217.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 (58) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.217.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amplify/__init__.py +8 -8
  6. aws_cdk/aws_apigateway/__init__.py +26 -6
  7. aws_cdk/aws_apigatewayv2/__init__.py +2 -2
  8. aws_cdk/aws_appmesh/__init__.py +12 -12
  9. aws_cdk/aws_appstream/__init__.py +14 -4
  10. aws_cdk/aws_appsync/__init__.py +3 -3
  11. aws_cdk/aws_aps/__init__.py +459 -0
  12. aws_cdk/aws_batch/__init__.py +6 -2
  13. aws_cdk/aws_bedrock/__init__.py +132 -0
  14. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  15. aws_cdk/aws_certificatemanager/__init__.py +9 -10
  16. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  17. aws_cdk/aws_cloudformation/__init__.py +14 -14
  18. aws_cdk/aws_cloudfront/__init__.py +12 -8
  19. aws_cdk/aws_cognito/__init__.py +2 -2
  20. aws_cdk/aws_connect/__init__.py +138 -10
  21. aws_cdk/aws_cur/__init__.py +57 -3
  22. aws_cdk/aws_datasync/__init__.py +351 -0
  23. aws_cdk/aws_datazone/__init__.py +675 -2
  24. aws_cdk/aws_dynamodb/__init__.py +123 -0
  25. aws_cdk/aws_ec2/__init__.py +55 -10
  26. aws_cdk/aws_ecs/__init__.py +55 -12
  27. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  28. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  29. aws_cdk/aws_evs/__init__.py +58 -4
  30. aws_cdk/aws_gamelift/__init__.py +72 -56
  31. aws_cdk/aws_iam/__init__.py +1 -1
  32. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +35 -38
  33. aws_cdk/aws_iotsitewise/__init__.py +75 -111
  34. aws_cdk/aws_kms/__init__.py +10 -2
  35. aws_cdk/aws_lambda/__init__.py +46 -0
  36. aws_cdk/aws_medialive/__init__.py +127 -0
  37. aws_cdk/aws_mediapackage/__init__.py +2 -2
  38. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  39. aws_cdk/aws_networkmanager/__init__.py +63 -0
  40. aws_cdk/aws_odb/__init__.py +2082 -195
  41. aws_cdk/aws_omics/__init__.py +1414 -171
  42. aws_cdk/aws_opensearchserverless/__init__.py +164 -21
  43. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  44. aws_cdk/aws_pcs/__init__.py +9 -9
  45. aws_cdk/aws_quicksight/__init__.py +295 -3
  46. aws_cdk/aws_rds/__init__.py +338 -58
  47. aws_cdk/aws_sagemaker/__init__.py +251 -1
  48. aws_cdk/aws_servicecatalog/__init__.py +162 -154
  49. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  50. aws_cdk/aws_transfer/__init__.py +13 -12
  51. aws_cdk/aws_verifiedpermissions/__init__.py +1 -1
  52. aws_cdk/aws_workspacesinstances/__init__.py +641 -2
  53. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/METADATA +1 -1
  54. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/RECORD +58 -56
  55. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/LICENSE +0 -0
  56. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/NOTICE +0 -0
  57. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/WHEEL +0 -0
  58. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.217.0.dist-info}/top_level.txt +0 -0
@@ -613,7 +613,7 @@ class CfnDashboardProps:
613
613
  :param aws_account_id: The ID of the AWS account where you want to create the dashboard.
614
614
  :param dashboard_id: The ID for the dashboard, also added to the IAM policy.
615
615
  :param name: The display name of the dashboard.
616
- :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.
616
+ :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.
617
617
  :param definition:
618
618
  :param folder_arns:
619
619
  :param link_entities: A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
@@ -719,6 +719,8 @@ class CfnDashboardProps:
719
719
  - ``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.
720
720
  - ``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.
721
721
  - ``VisibilityState`` for ``SheetControlsOption`` - This visibility state can be either ``COLLAPSED`` or ``EXPANDED`` . This option is ``COLLAPSED`` by default.
722
+ - ``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.
723
+ - ``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.
722
724
 
723
725
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-quicksight-dashboard.html#cfn-quicksight-dashboard-dashboardpublishoptions
724
726
  '''
@@ -75249,7 +75251,7 @@ class CfnDashboard(
75249
75251
  :param aws_account_id: The ID of the AWS account where you want to create the dashboard.
75250
75252
  :param dashboard_id: The ID for the dashboard, also added to the IAM policy.
75251
75253
  :param name: The display name of the dashboard.
75252
- :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.
75254
+ :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.
75253
75255
  :param definition:
75254
75256
  :param folder_arns:
75255
75257
  :param link_entities: A list of analysis Amazon Resource Names (ARNs) to be linked to the dashboard.
@@ -76429,17 +76431,26 @@ class CfnDashboard(
76429
76431
  @jsii.data_type(
76430
76432
  jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.AssetOptionsProperty",
76431
76433
  jsii_struct_bases=[],
76432
- name_mapping={"timezone": "timezone", "week_start": "weekStart"},
76434
+ name_mapping={
76435
+ "excluded_data_set_arns": "excludedDataSetArns",
76436
+ "q_business_insights_status": "qBusinessInsightsStatus",
76437
+ "timezone": "timezone",
76438
+ "week_start": "weekStart",
76439
+ },
76433
76440
  )
76434
76441
  class AssetOptionsProperty:
76435
76442
  def __init__(
76436
76443
  self,
76437
76444
  *,
76445
+ excluded_data_set_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
76446
+ q_business_insights_status: typing.Optional[builtins.str] = None,
76438
76447
  timezone: typing.Optional[builtins.str] = None,
76439
76448
  week_start: typing.Optional[builtins.str] = None,
76440
76449
  ) -> None:
76441
76450
  '''An array of analysis level configurations.
76442
76451
 
76452
+ :param excluded_data_set_arns: A list of dataset ARNS to exclude from Dashboard Q&A.
76453
+ :param q_business_insights_status: Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
76443
76454
  :param timezone: Determines the timezone for the analysis.
76444
76455
  :param week_start: Determines the week start day for an analysis.
76445
76456
 
@@ -76453,20 +76464,46 @@ class CfnDashboard(
76453
76464
  from aws_cdk import aws_quicksight as quicksight
76454
76465
 
76455
76466
  asset_options_property = quicksight.CfnDashboard.AssetOptionsProperty(
76467
+ excluded_data_set_arns=["excludedDataSetArns"],
76468
+ q_business_insights_status="qBusinessInsightsStatus",
76456
76469
  timezone="timezone",
76457
76470
  week_start="weekStart"
76458
76471
  )
76459
76472
  '''
76460
76473
  if __debug__:
76461
76474
  type_hints = typing.get_type_hints(_typecheckingstub__5ef7224a58786a2e22a434b451d86c92e851f6806306809a88f0fbe39f212105)
76475
+ check_type(argname="argument excluded_data_set_arns", value=excluded_data_set_arns, expected_type=type_hints["excluded_data_set_arns"])
76476
+ check_type(argname="argument q_business_insights_status", value=q_business_insights_status, expected_type=type_hints["q_business_insights_status"])
76462
76477
  check_type(argname="argument timezone", value=timezone, expected_type=type_hints["timezone"])
76463
76478
  check_type(argname="argument week_start", value=week_start, expected_type=type_hints["week_start"])
76464
76479
  self._values: typing.Dict[builtins.str, typing.Any] = {}
76480
+ if excluded_data_set_arns is not None:
76481
+ self._values["excluded_data_set_arns"] = excluded_data_set_arns
76482
+ if q_business_insights_status is not None:
76483
+ self._values["q_business_insights_status"] = q_business_insights_status
76465
76484
  if timezone is not None:
76466
76485
  self._values["timezone"] = timezone
76467
76486
  if week_start is not None:
76468
76487
  self._values["week_start"] = week_start
76469
76488
 
76489
+ @builtins.property
76490
+ def excluded_data_set_arns(self) -> typing.Optional[typing.List[builtins.str]]:
76491
+ '''A list of dataset ARNS to exclude from Dashboard Q&A.
76492
+
76493
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-excludeddatasetarns
76494
+ '''
76495
+ result = self._values.get("excluded_data_set_arns")
76496
+ return typing.cast(typing.Optional[typing.List[builtins.str]], result)
76497
+
76498
+ @builtins.property
76499
+ def q_business_insights_status(self) -> typing.Optional[builtins.str]:
76500
+ '''Determines whether insight summaries from Amazon Q Business are allowed in Dashboard Q&A.
76501
+
76502
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-assetoptions.html#cfn-quicksight-dashboard-assetoptions-qbusinessinsightsstatus
76503
+ '''
76504
+ result = self._values.get("q_business_insights_status")
76505
+ return typing.cast(typing.Optional[builtins.str], result)
76506
+
76470
76507
  @builtins.property
76471
76508
  def timezone(self) -> typing.Optional[builtins.str]:
76472
76509
  '''Determines the timezone for the analysis.
@@ -86722,6 +86759,9 @@ class CfnDashboard(
86722
86759
  "data_point_drill_up_down_option": "dataPointDrillUpDownOption",
86723
86760
  "data_point_menu_label_option": "dataPointMenuLabelOption",
86724
86761
  "data_point_tooltip_option": "dataPointTooltipOption",
86762
+ "data_qa_enabled_option": "dataQaEnabledOption",
86763
+ "data_stories_sharing_option": "dataStoriesSharingOption",
86764
+ "executive_summary_option": "executiveSummaryOption",
86725
86765
  "export_to_csv_option": "exportToCsvOption",
86726
86766
  "export_with_hidden_fields_option": "exportWithHiddenFieldsOption",
86727
86767
  "sheet_controls_option": "sheetControlsOption",
@@ -86739,6 +86779,9 @@ class CfnDashboard(
86739
86779
  data_point_drill_up_down_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DataPointDrillUpDownOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86740
86780
  data_point_menu_label_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DataPointMenuLabelOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86741
86781
  data_point_tooltip_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DataPointTooltipOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86782
+ data_qa_enabled_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DataQAEnabledOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86783
+ data_stories_sharing_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.DataStoriesSharingOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86784
+ executive_summary_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExecutiveSummaryOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86742
86785
  export_to_csv_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExportToCSVOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86743
86786
  export_with_hidden_fields_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExportWithHiddenFieldsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
86744
86787
  sheet_controls_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SheetControlsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -86753,6 +86796,9 @@ class CfnDashboard(
86753
86796
  :param data_point_drill_up_down_option: The drill-down options of data points in a dashboard.
86754
86797
  :param data_point_menu_label_option: The data point menu label options of a dashboard.
86755
86798
  :param data_point_tooltip_option: The data point tool tip options of a dashboard.
86799
+ :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.
86800
+ :param data_stories_sharing_option: Data stories sharing option.
86801
+ :param executive_summary_option: Executive summary option.
86756
86802
  :param export_to_csv_option: Export to .csv option.
86757
86803
  :param export_with_hidden_fields_option: Determines if hidden fields are exported with a dashboard.
86758
86804
  :param sheet_controls_option: Sheet controls option.
@@ -86783,6 +86829,15 @@ class CfnDashboard(
86783
86829
  data_point_tooltip_option=quicksight.CfnDashboard.DataPointTooltipOptionProperty(
86784
86830
  availability_status="availabilityStatus"
86785
86831
  ),
86832
+ data_qa_enabled_option=quicksight.CfnDashboard.DataQAEnabledOptionProperty(
86833
+ availability_status="availabilityStatus"
86834
+ ),
86835
+ data_stories_sharing_option=quicksight.CfnDashboard.DataStoriesSharingOptionProperty(
86836
+ availability_status="availabilityStatus"
86837
+ ),
86838
+ executive_summary_option=quicksight.CfnDashboard.ExecutiveSummaryOptionProperty(
86839
+ availability_status="availabilityStatus"
86840
+ ),
86786
86841
  export_to_csv_option=quicksight.CfnDashboard.ExportToCSVOptionProperty(
86787
86842
  availability_status="availabilityStatus"
86788
86843
  ),
@@ -86814,6 +86869,9 @@ class CfnDashboard(
86814
86869
  check_type(argname="argument data_point_drill_up_down_option", value=data_point_drill_up_down_option, expected_type=type_hints["data_point_drill_up_down_option"])
86815
86870
  check_type(argname="argument data_point_menu_label_option", value=data_point_menu_label_option, expected_type=type_hints["data_point_menu_label_option"])
86816
86871
  check_type(argname="argument data_point_tooltip_option", value=data_point_tooltip_option, expected_type=type_hints["data_point_tooltip_option"])
86872
+ check_type(argname="argument data_qa_enabled_option", value=data_qa_enabled_option, expected_type=type_hints["data_qa_enabled_option"])
86873
+ check_type(argname="argument data_stories_sharing_option", value=data_stories_sharing_option, expected_type=type_hints["data_stories_sharing_option"])
86874
+ check_type(argname="argument executive_summary_option", value=executive_summary_option, expected_type=type_hints["executive_summary_option"])
86817
86875
  check_type(argname="argument export_to_csv_option", value=export_to_csv_option, expected_type=type_hints["export_to_csv_option"])
86818
86876
  check_type(argname="argument export_with_hidden_fields_option", value=export_with_hidden_fields_option, expected_type=type_hints["export_with_hidden_fields_option"])
86819
86877
  check_type(argname="argument sheet_controls_option", value=sheet_controls_option, expected_type=type_hints["sheet_controls_option"])
@@ -86830,6 +86888,12 @@ class CfnDashboard(
86830
86888
  self._values["data_point_menu_label_option"] = data_point_menu_label_option
86831
86889
  if data_point_tooltip_option is not None:
86832
86890
  self._values["data_point_tooltip_option"] = data_point_tooltip_option
86891
+ if data_qa_enabled_option is not None:
86892
+ self._values["data_qa_enabled_option"] = data_qa_enabled_option
86893
+ if data_stories_sharing_option is not None:
86894
+ self._values["data_stories_sharing_option"] = data_stories_sharing_option
86895
+ if executive_summary_option is not None:
86896
+ self._values["executive_summary_option"] = executive_summary_option
86833
86897
  if export_to_csv_option is not None:
86834
86898
  self._values["export_to_csv_option"] = export_to_csv_option
86835
86899
  if export_with_hidden_fields_option is not None:
@@ -86889,6 +86953,41 @@ class CfnDashboard(
86889
86953
  result = self._values.get("data_point_tooltip_option")
86890
86954
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DataPointTooltipOptionProperty"]], result)
86891
86955
 
86956
+ @builtins.property
86957
+ def data_qa_enabled_option(
86958
+ self,
86959
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DataQAEnabledOptionProperty"]]:
86960
+ '''Adds Q&A capabilities to an Amazon QuickSight dashboard.
86961
+
86962
+ 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.
86963
+
86964
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-dataqaenabledoption
86965
+ '''
86966
+ result = self._values.get("data_qa_enabled_option")
86967
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DataQAEnabledOptionProperty"]], result)
86968
+
86969
+ @builtins.property
86970
+ def data_stories_sharing_option(
86971
+ self,
86972
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DataStoriesSharingOptionProperty"]]:
86973
+ '''Data stories sharing option.
86974
+
86975
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-datastoriessharingoption
86976
+ '''
86977
+ result = self._values.get("data_stories_sharing_option")
86978
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.DataStoriesSharingOptionProperty"]], result)
86979
+
86980
+ @builtins.property
86981
+ def executive_summary_option(
86982
+ self,
86983
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ExecutiveSummaryOptionProperty"]]:
86984
+ '''Executive summary option.
86985
+
86986
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-executivesummaryoption
86987
+ '''
86988
+ result = self._values.get("executive_summary_option")
86989
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ExecutiveSummaryOptionProperty"]], result)
86990
+
86892
86991
  @builtins.property
86893
86992
  def export_to_csv_option(
86894
86993
  self,
@@ -88841,6 +88940,63 @@ class CfnDashboard(
88841
88940
  k + "=" + repr(v) for k, v in self._values.items()
88842
88941
  )
88843
88942
 
88943
+ @jsii.data_type(
88944
+ jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DataQAEnabledOptionProperty",
88945
+ jsii_struct_bases=[],
88946
+ name_mapping={"availability_status": "availabilityStatus"},
88947
+ )
88948
+ class DataQAEnabledOptionProperty:
88949
+ def __init__(
88950
+ self,
88951
+ *,
88952
+ availability_status: typing.Optional[builtins.str] = None,
88953
+ ) -> None:
88954
+ '''Adds Q&A capabilities to a dashboard.
88955
+
88956
+ 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 enabled.
88957
+
88958
+ :param availability_status: The status of the Data Q&A option on the dashboard.
88959
+
88960
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html
88961
+ :exampleMetadata: fixture=_generated
88962
+
88963
+ Example::
88964
+
88965
+ # The code below shows an example of how to instantiate this type.
88966
+ # The values are placeholders you should change.
88967
+ from aws_cdk import aws_quicksight as quicksight
88968
+
88969
+ data_qAEnabled_option_property = quicksight.CfnDashboard.DataQAEnabledOptionProperty(
88970
+ availability_status="availabilityStatus"
88971
+ )
88972
+ '''
88973
+ if __debug__:
88974
+ type_hints = typing.get_type_hints(_typecheckingstub__1d133a3651e6aa91f0876aac18bc3d5c59a640a8af90eaeed958640a4dc7987c)
88975
+ check_type(argname="argument availability_status", value=availability_status, expected_type=type_hints["availability_status"])
88976
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
88977
+ if availability_status is not None:
88978
+ self._values["availability_status"] = availability_status
88979
+
88980
+ @builtins.property
88981
+ def availability_status(self) -> typing.Optional[builtins.str]:
88982
+ '''The status of the Data Q&A option on the dashboard.
88983
+
88984
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dataqaenabledoption.html#cfn-quicksight-dashboard-dataqaenabledoption-availabilitystatus
88985
+ '''
88986
+ result = self._values.get("availability_status")
88987
+ return typing.cast(typing.Optional[builtins.str], result)
88988
+
88989
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
88990
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
88991
+
88992
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
88993
+ return not (rhs == self)
88994
+
88995
+ def __repr__(self) -> str:
88996
+ return "DataQAEnabledOptionProperty(%s)" % ", ".join(
88997
+ k + "=" + repr(v) for k, v in self._values.items()
88998
+ )
88999
+
88844
89000
  @jsii.data_type(
88845
89001
  jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty",
88846
89002
  jsii_struct_bases=[],
@@ -88986,6 +89142,61 @@ class CfnDashboard(
88986
89142
  k + "=" + repr(v) for k, v in self._values.items()
88987
89143
  )
88988
89144
 
89145
+ @jsii.data_type(
89146
+ jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DataStoriesSharingOptionProperty",
89147
+ jsii_struct_bases=[],
89148
+ name_mapping={"availability_status": "availabilityStatus"},
89149
+ )
89150
+ class DataStoriesSharingOptionProperty:
89151
+ def __init__(
89152
+ self,
89153
+ *,
89154
+ availability_status: typing.Optional[builtins.str] = None,
89155
+ ) -> None:
89156
+ '''Executive summary option.
89157
+
89158
+ :param availability_status: Availability status.
89159
+
89160
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datastoriessharingoption.html
89161
+ :exampleMetadata: fixture=_generated
89162
+
89163
+ Example::
89164
+
89165
+ # The code below shows an example of how to instantiate this type.
89166
+ # The values are placeholders you should change.
89167
+ from aws_cdk import aws_quicksight as quicksight
89168
+
89169
+ data_stories_sharing_option_property = quicksight.CfnDashboard.DataStoriesSharingOptionProperty(
89170
+ availability_status="availabilityStatus"
89171
+ )
89172
+ '''
89173
+ if __debug__:
89174
+ type_hints = typing.get_type_hints(_typecheckingstub__38e48ade560e1a6fbd616488721c1f65ecf2440882000d36e667417fc4c81f38)
89175
+ check_type(argname="argument availability_status", value=availability_status, expected_type=type_hints["availability_status"])
89176
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
89177
+ if availability_status is not None:
89178
+ self._values["availability_status"] = availability_status
89179
+
89180
+ @builtins.property
89181
+ def availability_status(self) -> typing.Optional[builtins.str]:
89182
+ '''Availability status.
89183
+
89184
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-datastoriessharingoption.html#cfn-quicksight-dashboard-datastoriessharingoption-availabilitystatus
89185
+ '''
89186
+ result = self._values.get("availability_status")
89187
+ return typing.cast(typing.Optional[builtins.str], result)
89188
+
89189
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
89190
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
89191
+
89192
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
89193
+ return not (rhs == self)
89194
+
89195
+ def __repr__(self) -> str:
89196
+ return "DataStoriesSharingOptionProperty(%s)" % ", ".join(
89197
+ k + "=" + repr(v) for k, v in self._values.items()
89198
+ )
89199
+
88989
89200
  @jsii.data_type(
88990
89201
  jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.DateAxisOptionsProperty",
88991
89202
  jsii_struct_bases=[],
@@ -93965,6 +94176,61 @@ class CfnDashboard(
93965
94176
  k + "=" + repr(v) for k, v in self._values.items()
93966
94177
  )
93967
94178
 
94179
+ @jsii.data_type(
94180
+ jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.ExecutiveSummaryOptionProperty",
94181
+ jsii_struct_bases=[],
94182
+ name_mapping={"availability_status": "availabilityStatus"},
94183
+ )
94184
+ class ExecutiveSummaryOptionProperty:
94185
+ def __init__(
94186
+ self,
94187
+ *,
94188
+ availability_status: typing.Optional[builtins.str] = None,
94189
+ ) -> None:
94190
+ '''Data stories sharing option.
94191
+
94192
+ :param availability_status: Availability status.
94193
+
94194
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-executivesummaryoption.html
94195
+ :exampleMetadata: fixture=_generated
94196
+
94197
+ Example::
94198
+
94199
+ # The code below shows an example of how to instantiate this type.
94200
+ # The values are placeholders you should change.
94201
+ from aws_cdk import aws_quicksight as quicksight
94202
+
94203
+ executive_summary_option_property = quicksight.CfnDashboard.ExecutiveSummaryOptionProperty(
94204
+ availability_status="availabilityStatus"
94205
+ )
94206
+ '''
94207
+ if __debug__:
94208
+ type_hints = typing.get_type_hints(_typecheckingstub__e4b1afeab983183bd8820960370455cc979c57e950b15e8ea79bd9be4c5fd401)
94209
+ check_type(argname="argument availability_status", value=availability_status, expected_type=type_hints["availability_status"])
94210
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
94211
+ if availability_status is not None:
94212
+ self._values["availability_status"] = availability_status
94213
+
94214
+ @builtins.property
94215
+ def availability_status(self) -> typing.Optional[builtins.str]:
94216
+ '''Availability status.
94217
+
94218
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-executivesummaryoption.html#cfn-quicksight-dashboard-executivesummaryoption-availabilitystatus
94219
+ '''
94220
+ result = self._values.get("availability_status")
94221
+ return typing.cast(typing.Optional[builtins.str], result)
94222
+
94223
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
94224
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
94225
+
94226
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
94227
+ return not (rhs == self)
94228
+
94229
+ def __repr__(self) -> str:
94230
+ return "ExecutiveSummaryOptionProperty(%s)" % ", ".join(
94231
+ k + "=" + repr(v) for k, v in self._values.items()
94232
+ )
94233
+
93968
94234
  @jsii.data_type(
93969
94235
  jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.ExplicitHierarchyProperty",
93970
94236
  jsii_struct_bases=[],
@@ -235003,6 +235269,8 @@ def _typecheckingstub__481cb554cc890bb96e4eda3f6a02011deec5a79bda05bdb3da22002fe
235003
235269
 
235004
235270
  def _typecheckingstub__5ef7224a58786a2e22a434b451d86c92e851f6806306809a88f0fbe39f212105(
235005
235271
  *,
235272
+ excluded_data_set_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
235273
+ q_business_insights_status: typing.Optional[builtins.str] = None,
235006
235274
  timezone: typing.Optional[builtins.str] = None,
235007
235275
  week_start: typing.Optional[builtins.str] = None,
235008
235276
  ) -> None:
@@ -235798,6 +236066,9 @@ def _typecheckingstub__c9e09587ab720431f5373014612c24f6d414533d5702638a33a14c36c
235798
236066
  data_point_drill_up_down_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DataPointDrillUpDownOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
235799
236067
  data_point_menu_label_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DataPointMenuLabelOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
235800
236068
  data_point_tooltip_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DataPointTooltipOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236069
+ data_qa_enabled_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DataQAEnabledOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236070
+ data_stories_sharing_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DataStoriesSharingOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
236071
+ executive_summary_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExecutiveSummaryOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
235801
236072
  export_to_csv_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExportToCSVOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
235802
236073
  export_with_hidden_fields_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExportWithHiddenFieldsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
235803
236074
  sheet_controls_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SheetControlsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -235979,6 +236250,13 @@ def _typecheckingstub__96c647bd5166be9e741815d6acf00a0fa2522e200ea452f9e7fe12d60
235979
236250
  """Type checking stubs"""
235980
236251
  pass
235981
236252
 
236253
+ def _typecheckingstub__1d133a3651e6aa91f0876aac18bc3d5c59a640a8af90eaeed958640a4dc7987c(
236254
+ *,
236255
+ availability_status: typing.Optional[builtins.str] = None,
236256
+ ) -> None:
236257
+ """Type checking stubs"""
236258
+ pass
236259
+
235982
236260
  def _typecheckingstub__7c2de2aa62a91bb21ddbfe6e508333eb0b4dd2396f8fd30f3899cda7426aaefe(
235983
236261
  *,
235984
236262
  data_set_arn: builtins.str,
@@ -235995,6 +236273,13 @@ def _typecheckingstub__0f916781b7071e5a0e35e8dc0a8b9fae5ff8314c5baaeefb50c0769a3
235995
236273
  """Type checking stubs"""
235996
236274
  pass
235997
236275
 
236276
+ def _typecheckingstub__38e48ade560e1a6fbd616488721c1f65ecf2440882000d36e667417fc4c81f38(
236277
+ *,
236278
+ availability_status: typing.Optional[builtins.str] = None,
236279
+ ) -> None:
236280
+ """Type checking stubs"""
236281
+ pass
236282
+
235998
236283
  def _typecheckingstub__7622ec7beb65b878ece677b0ae426935fe2a72a4581abc480e0157a7eab03a9a(
235999
236284
  *,
236000
236285
  missing_date_visibility: typing.Optional[builtins.str] = None,
@@ -236344,6 +236629,13 @@ def _typecheckingstub__315a64b5a54ec0e4314b4e2461ac459b120f16876aff5304c7d486848
236344
236629
  """Type checking stubs"""
236345
236630
  pass
236346
236631
 
236632
+ def _typecheckingstub__e4b1afeab983183bd8820960370455cc979c57e950b15e8ea79bd9be4c5fd401(
236633
+ *,
236634
+ availability_status: typing.Optional[builtins.str] = None,
236635
+ ) -> None:
236636
+ """Type checking stubs"""
236637
+ pass
236638
+
236347
236639
  def _typecheckingstub__a917725d612aafa12d8d0c1a105a2d73f203127b6a08252afd54f0488fcee902(
236348
236640
  *,
236349
236641
  columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ColumnIdentifierProperty, typing.Dict[builtins.str, typing.Any]]]]],