aws-cdk-lib 2.218.0__py3-none-any.whl → 2.220.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.
- aws_cdk/__init__.py +31 -36
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.218.0.jsii.tgz → aws-cdk-lib@2.220.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +98 -87
- aws_cdk/aws_apigateway/__init__.py +39 -0
- aws_cdk/aws_applicationsignals/__init__.py +450 -2
- aws_cdk/aws_arcregionswitch/__init__.py +8 -0
- aws_cdk/aws_backup/__init__.py +29 -0
- aws_cdk/aws_batch/__init__.py +109 -7
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +384 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +7862 -1568
- aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
- aws_cdk/aws_cloudwatch/__init__.py +5 -5
- aws_cdk/aws_codebuild/__init__.py +339 -62
- aws_cdk/aws_cognito/__init__.py +6 -4
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +5 -3
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +35 -33
- aws_cdk/aws_dax/__init__.py +12 -3
- aws_cdk/aws_dms/__init__.py +3 -5
- aws_cdk/aws_ec2/__init__.py +2721 -30
- aws_cdk/aws_ecs/__init__.py +2900 -90
- aws_cdk/aws_eks/__init__.py +114 -9
- aws_cdk/aws_entityresolution/__init__.py +18 -0
- aws_cdk/aws_fsx/__init__.py +4 -4
- aws_cdk/aws_greengrassv2/__init__.py +29 -0
- aws_cdk/aws_imagebuilder/__init__.py +397 -0
- aws_cdk/aws_iotsitewise/__init__.py +136 -80
- aws_cdk/aws_kinesis/__init__.py +95 -4
- aws_cdk/aws_lambda/__init__.py +43 -0
- aws_cdk/aws_lightsail/__init__.py +584 -0
- aws_cdk/aws_logs/__init__.py +57 -0
- aws_cdk/aws_lookoutmetrics/__init__.py +14 -2
- aws_cdk/aws_m2/__init__.py +59 -13
- aws_cdk/aws_medialive/__init__.py +108 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +5 -5
- aws_cdk/aws_neptune/__init__.py +133 -70
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_observabilityadmin/__init__.py +1227 -83
- aws_cdk/aws_omics/__init__.py +7 -1
- aws_cdk/aws_opensearchservice/__init__.py +64 -0
- aws_cdk/aws_opsworkscm/__init__.py +0 -29
- aws_cdk/aws_pcs/__init__.py +224 -33
- aws_cdk/aws_pinpoint/__init__.py +58 -0
- aws_cdk/aws_quicksight/__init__.py +118 -0
- aws_cdk/aws_rds/__init__.py +62 -37
- aws_cdk/aws_refactorspaces/__init__.py +18 -6
- aws_cdk/aws_route53/__init__.py +138 -8
- aws_cdk/aws_s3/__init__.py +29 -2
- aws_cdk/aws_s3objectlambda/__init__.py +44 -12
- aws_cdk/aws_servicecatalog/__init__.py +103 -106
- aws_cdk/aws_smsvoice/__init__.py +319 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +3 -3
- aws_cdk/aws_synthetics/__init__.py +21 -1
- {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/RECORD +65 -65
- {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.218.0.dist-info → aws_cdk_lib-2.220.0.dist-info}/top_level.txt +0 -0
|
@@ -471,6 +471,7 @@ class CfnCustomPermissionsProps:
|
|
|
471
471
|
# the properties below are optional
|
|
472
472
|
capabilities=quicksight.CfnCustomPermissions.CapabilitiesProperty(
|
|
473
473
|
add_or_run_anomaly_detection_for_analyses="addOrRunAnomalyDetectionForAnalyses",
|
|
474
|
+
analysis="analysis",
|
|
474
475
|
create_and_update_dashboard_email_reports="createAndUpdateDashboardEmailReports",
|
|
475
476
|
create_and_update_datasets="createAndUpdateDatasets",
|
|
476
477
|
create_and_update_data_sources="createAndUpdateDataSources",
|
|
@@ -478,6 +479,7 @@ class CfnCustomPermissionsProps:
|
|
|
478
479
|
create_and_update_threshold_alerts="createAndUpdateThresholdAlerts",
|
|
479
480
|
create_shared_folders="createSharedFolders",
|
|
480
481
|
create_spice_dataset="createSpiceDataset",
|
|
482
|
+
dashboard="dashboard",
|
|
481
483
|
export_to_csv="exportToCsv",
|
|
482
484
|
export_to_csv_in_scheduled_reports="exportToCsvInScheduledReports",
|
|
483
485
|
export_to_excel="exportToExcel",
|
|
@@ -74615,6 +74617,7 @@ class CfnCustomPermissions(
|
|
|
74615
74617
|
# the properties below are optional
|
|
74616
74618
|
capabilities=quicksight.CfnCustomPermissions.CapabilitiesProperty(
|
|
74617
74619
|
add_or_run_anomaly_detection_for_analyses="addOrRunAnomalyDetectionForAnalyses",
|
|
74620
|
+
analysis="analysis",
|
|
74618
74621
|
create_and_update_dashboard_email_reports="createAndUpdateDashboardEmailReports",
|
|
74619
74622
|
create_and_update_datasets="createAndUpdateDatasets",
|
|
74620
74623
|
create_and_update_data_sources="createAndUpdateDataSources",
|
|
@@ -74622,6 +74625,7 @@ class CfnCustomPermissions(
|
|
|
74622
74625
|
create_and_update_threshold_alerts="createAndUpdateThresholdAlerts",
|
|
74623
74626
|
create_shared_folders="createSharedFolders",
|
|
74624
74627
|
create_spice_dataset="createSpiceDataset",
|
|
74628
|
+
dashboard="dashboard",
|
|
74625
74629
|
export_to_csv="exportToCsv",
|
|
74626
74630
|
export_to_csv_in_scheduled_reports="exportToCsvInScheduledReports",
|
|
74627
74631
|
export_to_excel="exportToExcel",
|
|
@@ -74794,6 +74798,7 @@ class CfnCustomPermissions(
|
|
|
74794
74798
|
jsii_struct_bases=[],
|
|
74795
74799
|
name_mapping={
|
|
74796
74800
|
"add_or_run_anomaly_detection_for_analyses": "addOrRunAnomalyDetectionForAnalyses",
|
|
74801
|
+
"analysis": "analysis",
|
|
74797
74802
|
"create_and_update_dashboard_email_reports": "createAndUpdateDashboardEmailReports",
|
|
74798
74803
|
"create_and_update_datasets": "createAndUpdateDatasets",
|
|
74799
74804
|
"create_and_update_data_sources": "createAndUpdateDataSources",
|
|
@@ -74801,6 +74806,7 @@ class CfnCustomPermissions(
|
|
|
74801
74806
|
"create_and_update_threshold_alerts": "createAndUpdateThresholdAlerts",
|
|
74802
74807
|
"create_shared_folders": "createSharedFolders",
|
|
74803
74808
|
"create_spice_dataset": "createSpiceDataset",
|
|
74809
|
+
"dashboard": "dashboard",
|
|
74804
74810
|
"export_to_csv": "exportToCsv",
|
|
74805
74811
|
"export_to_csv_in_scheduled_reports": "exportToCsvInScheduledReports",
|
|
74806
74812
|
"export_to_excel": "exportToExcel",
|
|
@@ -74823,6 +74829,7 @@ class CfnCustomPermissions(
|
|
|
74823
74829
|
self,
|
|
74824
74830
|
*,
|
|
74825
74831
|
add_or_run_anomaly_detection_for_analyses: typing.Optional[builtins.str] = None,
|
|
74832
|
+
analysis: typing.Optional[builtins.str] = None,
|
|
74826
74833
|
create_and_update_dashboard_email_reports: typing.Optional[builtins.str] = None,
|
|
74827
74834
|
create_and_update_datasets: typing.Optional[builtins.str] = None,
|
|
74828
74835
|
create_and_update_data_sources: typing.Optional[builtins.str] = None,
|
|
@@ -74830,6 +74837,7 @@ class CfnCustomPermissions(
|
|
|
74830
74837
|
create_and_update_threshold_alerts: typing.Optional[builtins.str] = None,
|
|
74831
74838
|
create_shared_folders: typing.Optional[builtins.str] = None,
|
|
74832
74839
|
create_spice_dataset: typing.Optional[builtins.str] = None,
|
|
74840
|
+
dashboard: typing.Optional[builtins.str] = None,
|
|
74833
74841
|
export_to_csv: typing.Optional[builtins.str] = None,
|
|
74834
74842
|
export_to_csv_in_scheduled_reports: typing.Optional[builtins.str] = None,
|
|
74835
74843
|
export_to_excel: typing.Optional[builtins.str] = None,
|
|
@@ -74849,6 +74857,7 @@ class CfnCustomPermissions(
|
|
|
74849
74857
|
'''A set of actions that correspond to Amazon QuickSight permissions.
|
|
74850
74858
|
|
|
74851
74859
|
:param add_or_run_anomaly_detection_for_analyses: The ability to add or run anomaly detection.
|
|
74860
|
+
:param analysis: The ability to perform analysis-related actions.
|
|
74852
74861
|
:param create_and_update_dashboard_email_reports: The ability to create and update email reports.
|
|
74853
74862
|
:param create_and_update_datasets: The ability to create and update datasets.
|
|
74854
74863
|
:param create_and_update_data_sources: The ability to create and update data sources.
|
|
@@ -74856,6 +74865,7 @@ class CfnCustomPermissions(
|
|
|
74856
74865
|
:param create_and_update_threshold_alerts: The ability to create and update threshold alerts.
|
|
74857
74866
|
:param create_shared_folders: The ability to create shared folders.
|
|
74858
74867
|
:param create_spice_dataset: The ability to create a SPICE dataset.
|
|
74868
|
+
:param dashboard: The ability to perform dashboard-related actions.
|
|
74859
74869
|
:param export_to_csv: The ability to export to CSV files from the UI.
|
|
74860
74870
|
:param export_to_csv_in_scheduled_reports: The ability to export to CSV files in scheduled email reports.
|
|
74861
74871
|
:param export_to_excel: The ability to export to Excel files from the UI.
|
|
@@ -74883,6 +74893,7 @@ class CfnCustomPermissions(
|
|
|
74883
74893
|
|
|
74884
74894
|
capabilities_property = quicksight.CfnCustomPermissions.CapabilitiesProperty(
|
|
74885
74895
|
add_or_run_anomaly_detection_for_analyses="addOrRunAnomalyDetectionForAnalyses",
|
|
74896
|
+
analysis="analysis",
|
|
74886
74897
|
create_and_update_dashboard_email_reports="createAndUpdateDashboardEmailReports",
|
|
74887
74898
|
create_and_update_datasets="createAndUpdateDatasets",
|
|
74888
74899
|
create_and_update_data_sources="createAndUpdateDataSources",
|
|
@@ -74890,6 +74901,7 @@ class CfnCustomPermissions(
|
|
|
74890
74901
|
create_and_update_threshold_alerts="createAndUpdateThresholdAlerts",
|
|
74891
74902
|
create_shared_folders="createSharedFolders",
|
|
74892
74903
|
create_spice_dataset="createSpiceDataset",
|
|
74904
|
+
dashboard="dashboard",
|
|
74893
74905
|
export_to_csv="exportToCsv",
|
|
74894
74906
|
export_to_csv_in_scheduled_reports="exportToCsvInScheduledReports",
|
|
74895
74907
|
export_to_excel="exportToExcel",
|
|
@@ -74910,6 +74922,7 @@ class CfnCustomPermissions(
|
|
|
74910
74922
|
if __debug__:
|
|
74911
74923
|
type_hints = typing.get_type_hints(_typecheckingstub__009751171d18f139beacd68aa2642defd546c981229603196499b5afa98ee605)
|
|
74912
74924
|
check_type(argname="argument add_or_run_anomaly_detection_for_analyses", value=add_or_run_anomaly_detection_for_analyses, expected_type=type_hints["add_or_run_anomaly_detection_for_analyses"])
|
|
74925
|
+
check_type(argname="argument analysis", value=analysis, expected_type=type_hints["analysis"])
|
|
74913
74926
|
check_type(argname="argument create_and_update_dashboard_email_reports", value=create_and_update_dashboard_email_reports, expected_type=type_hints["create_and_update_dashboard_email_reports"])
|
|
74914
74927
|
check_type(argname="argument create_and_update_datasets", value=create_and_update_datasets, expected_type=type_hints["create_and_update_datasets"])
|
|
74915
74928
|
check_type(argname="argument create_and_update_data_sources", value=create_and_update_data_sources, expected_type=type_hints["create_and_update_data_sources"])
|
|
@@ -74917,6 +74930,7 @@ class CfnCustomPermissions(
|
|
|
74917
74930
|
check_type(argname="argument create_and_update_threshold_alerts", value=create_and_update_threshold_alerts, expected_type=type_hints["create_and_update_threshold_alerts"])
|
|
74918
74931
|
check_type(argname="argument create_shared_folders", value=create_shared_folders, expected_type=type_hints["create_shared_folders"])
|
|
74919
74932
|
check_type(argname="argument create_spice_dataset", value=create_spice_dataset, expected_type=type_hints["create_spice_dataset"])
|
|
74933
|
+
check_type(argname="argument dashboard", value=dashboard, expected_type=type_hints["dashboard"])
|
|
74920
74934
|
check_type(argname="argument export_to_csv", value=export_to_csv, expected_type=type_hints["export_to_csv"])
|
|
74921
74935
|
check_type(argname="argument export_to_csv_in_scheduled_reports", value=export_to_csv_in_scheduled_reports, expected_type=type_hints["export_to_csv_in_scheduled_reports"])
|
|
74922
74936
|
check_type(argname="argument export_to_excel", value=export_to_excel, expected_type=type_hints["export_to_excel"])
|
|
@@ -74935,6 +74949,8 @@ class CfnCustomPermissions(
|
|
|
74935
74949
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
74936
74950
|
if add_or_run_anomaly_detection_for_analyses is not None:
|
|
74937
74951
|
self._values["add_or_run_anomaly_detection_for_analyses"] = add_or_run_anomaly_detection_for_analyses
|
|
74952
|
+
if analysis is not None:
|
|
74953
|
+
self._values["analysis"] = analysis
|
|
74938
74954
|
if create_and_update_dashboard_email_reports is not None:
|
|
74939
74955
|
self._values["create_and_update_dashboard_email_reports"] = create_and_update_dashboard_email_reports
|
|
74940
74956
|
if create_and_update_datasets is not None:
|
|
@@ -74949,6 +74965,8 @@ class CfnCustomPermissions(
|
|
|
74949
74965
|
self._values["create_shared_folders"] = create_shared_folders
|
|
74950
74966
|
if create_spice_dataset is not None:
|
|
74951
74967
|
self._values["create_spice_dataset"] = create_spice_dataset
|
|
74968
|
+
if dashboard is not None:
|
|
74969
|
+
self._values["dashboard"] = dashboard
|
|
74952
74970
|
if export_to_csv is not None:
|
|
74953
74971
|
self._values["export_to_csv"] = export_to_csv
|
|
74954
74972
|
if export_to_csv_in_scheduled_reports is not None:
|
|
@@ -74991,6 +75009,15 @@ class CfnCustomPermissions(
|
|
|
74991
75009
|
result = self._values.get("add_or_run_anomaly_detection_for_analyses")
|
|
74992
75010
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
74993
75011
|
|
|
75012
|
+
@builtins.property
|
|
75013
|
+
def analysis(self) -> typing.Optional[builtins.str]:
|
|
75014
|
+
'''The ability to perform analysis-related actions.
|
|
75015
|
+
|
|
75016
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-analysis
|
|
75017
|
+
'''
|
|
75018
|
+
result = self._values.get("analysis")
|
|
75019
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
75020
|
+
|
|
74994
75021
|
@builtins.property
|
|
74995
75022
|
def create_and_update_dashboard_email_reports(
|
|
74996
75023
|
self,
|
|
@@ -75056,6 +75083,15 @@ class CfnCustomPermissions(
|
|
|
75056
75083
|
result = self._values.get("create_spice_dataset")
|
|
75057
75084
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
75058
75085
|
|
|
75086
|
+
@builtins.property
|
|
75087
|
+
def dashboard(self) -> typing.Optional[builtins.str]:
|
|
75088
|
+
'''The ability to perform dashboard-related actions.
|
|
75089
|
+
|
|
75090
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-custompermissions-capabilities.html#cfn-quicksight-custompermissions-capabilities-dashboard
|
|
75091
|
+
'''
|
|
75092
|
+
result = self._values.get("dashboard")
|
|
75093
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
75094
|
+
|
|
75059
75095
|
@builtins.property
|
|
75060
75096
|
def export_to_csv(self) -> typing.Optional[builtins.str]:
|
|
75061
75097
|
'''The ability to export to CSV files from the UI.
|
|
@@ -86764,6 +86800,7 @@ class CfnDashboard(
|
|
|
86764
86800
|
"executive_summary_option": "executiveSummaryOption",
|
|
86765
86801
|
"export_to_csv_option": "exportToCsvOption",
|
|
86766
86802
|
"export_with_hidden_fields_option": "exportWithHiddenFieldsOption",
|
|
86803
|
+
"quick_suite_actions_option": "quickSuiteActionsOption",
|
|
86767
86804
|
"sheet_controls_option": "sheetControlsOption",
|
|
86768
86805
|
"sheet_layout_element_maximization_option": "sheetLayoutElementMaximizationOption",
|
|
86769
86806
|
"visual_axis_sort_option": "visualAxisSortOption",
|
|
@@ -86784,6 +86821,7 @@ class CfnDashboard(
|
|
|
86784
86821
|
executive_summary_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExecutiveSummaryOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
86785
86822
|
export_to_csv_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExportToCSVOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
86786
86823
|
export_with_hidden_fields_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.ExportWithHiddenFieldsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
86824
|
+
quick_suite_actions_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.QuickSuiteActionsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
86787
86825
|
sheet_controls_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SheetControlsOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
86788
86826
|
sheet_layout_element_maximization_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.SheetLayoutElementMaximizationOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
86789
86827
|
visual_axis_sort_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDashboard.VisualAxisSortOptionProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -86801,6 +86839,7 @@ class CfnDashboard(
|
|
|
86801
86839
|
:param executive_summary_option: Executive summary option.
|
|
86802
86840
|
:param export_to_csv_option: Export to .csv option.
|
|
86803
86841
|
:param export_with_hidden_fields_option: Determines if hidden fields are exported with a dashboard.
|
|
86842
|
+
:param quick_suite_actions_option:
|
|
86804
86843
|
:param sheet_controls_option: Sheet controls option.
|
|
86805
86844
|
:param sheet_layout_element_maximization_option: The sheet layout maximization options of a dashbaord.
|
|
86806
86845
|
:param visual_axis_sort_option: The axis sort options of a dashboard.
|
|
@@ -86844,6 +86883,9 @@ class CfnDashboard(
|
|
|
86844
86883
|
export_with_hidden_fields_option=quicksight.CfnDashboard.ExportWithHiddenFieldsOptionProperty(
|
|
86845
86884
|
availability_status="availabilityStatus"
|
|
86846
86885
|
),
|
|
86886
|
+
quick_suite_actions_option=quicksight.CfnDashboard.QuickSuiteActionsOptionProperty(
|
|
86887
|
+
availability_status="availabilityStatus"
|
|
86888
|
+
),
|
|
86847
86889
|
sheet_controls_option=quicksight.CfnDashboard.SheetControlsOptionProperty(
|
|
86848
86890
|
visibility_state="visibilityState"
|
|
86849
86891
|
),
|
|
@@ -86874,6 +86916,7 @@ class CfnDashboard(
|
|
|
86874
86916
|
check_type(argname="argument executive_summary_option", value=executive_summary_option, expected_type=type_hints["executive_summary_option"])
|
|
86875
86917
|
check_type(argname="argument export_to_csv_option", value=export_to_csv_option, expected_type=type_hints["export_to_csv_option"])
|
|
86876
86918
|
check_type(argname="argument export_with_hidden_fields_option", value=export_with_hidden_fields_option, expected_type=type_hints["export_with_hidden_fields_option"])
|
|
86919
|
+
check_type(argname="argument quick_suite_actions_option", value=quick_suite_actions_option, expected_type=type_hints["quick_suite_actions_option"])
|
|
86877
86920
|
check_type(argname="argument sheet_controls_option", value=sheet_controls_option, expected_type=type_hints["sheet_controls_option"])
|
|
86878
86921
|
check_type(argname="argument sheet_layout_element_maximization_option", value=sheet_layout_element_maximization_option, expected_type=type_hints["sheet_layout_element_maximization_option"])
|
|
86879
86922
|
check_type(argname="argument visual_axis_sort_option", value=visual_axis_sort_option, expected_type=type_hints["visual_axis_sort_option"])
|
|
@@ -86898,6 +86941,8 @@ class CfnDashboard(
|
|
|
86898
86941
|
self._values["export_to_csv_option"] = export_to_csv_option
|
|
86899
86942
|
if export_with_hidden_fields_option is not None:
|
|
86900
86943
|
self._values["export_with_hidden_fields_option"] = export_with_hidden_fields_option
|
|
86944
|
+
if quick_suite_actions_option is not None:
|
|
86945
|
+
self._values["quick_suite_actions_option"] = quick_suite_actions_option
|
|
86901
86946
|
if sheet_controls_option is not None:
|
|
86902
86947
|
self._values["sheet_controls_option"] = sheet_controls_option
|
|
86903
86948
|
if sheet_layout_element_maximization_option is not None:
|
|
@@ -87010,6 +87055,16 @@ class CfnDashboard(
|
|
|
87010
87055
|
result = self._values.get("export_with_hidden_fields_option")
|
|
87011
87056
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.ExportWithHiddenFieldsOptionProperty"]], result)
|
|
87012
87057
|
|
|
87058
|
+
@builtins.property
|
|
87059
|
+
def quick_suite_actions_option(
|
|
87060
|
+
self,
|
|
87061
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.QuickSuiteActionsOptionProperty"]]:
|
|
87062
|
+
'''
|
|
87063
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-dashboardpublishoptions.html#cfn-quicksight-dashboard-dashboardpublishoptions-quicksuiteactionsoption
|
|
87064
|
+
'''
|
|
87065
|
+
result = self._values.get("quick_suite_actions_option")
|
|
87066
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDashboard.QuickSuiteActionsOptionProperty"]], result)
|
|
87067
|
+
|
|
87013
87068
|
@builtins.property
|
|
87014
87069
|
def sheet_controls_option(
|
|
87015
87070
|
self,
|
|
@@ -126300,6 +126355,59 @@ class CfnDashboard(
|
|
|
126300
126355
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
126301
126356
|
)
|
|
126302
126357
|
|
|
126358
|
+
@jsii.data_type(
|
|
126359
|
+
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.QuickSuiteActionsOptionProperty",
|
|
126360
|
+
jsii_struct_bases=[],
|
|
126361
|
+
name_mapping={"availability_status": "availabilityStatus"},
|
|
126362
|
+
)
|
|
126363
|
+
class QuickSuiteActionsOptionProperty:
|
|
126364
|
+
def __init__(
|
|
126365
|
+
self,
|
|
126366
|
+
*,
|
|
126367
|
+
availability_status: typing.Optional[builtins.str] = None,
|
|
126368
|
+
) -> None:
|
|
126369
|
+
'''
|
|
126370
|
+
:param availability_status:
|
|
126371
|
+
|
|
126372
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html
|
|
126373
|
+
:exampleMetadata: fixture=_generated
|
|
126374
|
+
|
|
126375
|
+
Example::
|
|
126376
|
+
|
|
126377
|
+
# The code below shows an example of how to instantiate this type.
|
|
126378
|
+
# The values are placeholders you should change.
|
|
126379
|
+
from aws_cdk import aws_quicksight as quicksight
|
|
126380
|
+
|
|
126381
|
+
quick_suite_actions_option_property = quicksight.CfnDashboard.QuickSuiteActionsOptionProperty(
|
|
126382
|
+
availability_status="availabilityStatus"
|
|
126383
|
+
)
|
|
126384
|
+
'''
|
|
126385
|
+
if __debug__:
|
|
126386
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c8b3e1bc413fb8347a340dd8ee206f937d0c39bdda82fbb3961908543f7b81c)
|
|
126387
|
+
check_type(argname="argument availability_status", value=availability_status, expected_type=type_hints["availability_status"])
|
|
126388
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
126389
|
+
if availability_status is not None:
|
|
126390
|
+
self._values["availability_status"] = availability_status
|
|
126391
|
+
|
|
126392
|
+
@builtins.property
|
|
126393
|
+
def availability_status(self) -> typing.Optional[builtins.str]:
|
|
126394
|
+
'''
|
|
126395
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-quicksuiteactionsoption.html#cfn-quicksight-dashboard-quicksuiteactionsoption-availabilitystatus
|
|
126396
|
+
'''
|
|
126397
|
+
result = self._values.get("availability_status")
|
|
126398
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
126399
|
+
|
|
126400
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
126401
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
126402
|
+
|
|
126403
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
126404
|
+
return not (rhs == self)
|
|
126405
|
+
|
|
126406
|
+
def __repr__(self) -> str:
|
|
126407
|
+
return "QuickSuiteActionsOptionProperty(%s)" % ", ".join(
|
|
126408
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
126409
|
+
)
|
|
126410
|
+
|
|
126303
126411
|
@jsii.data_type(
|
|
126304
126412
|
jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.RadarChartAggregatedFieldWellsProperty",
|
|
126305
126413
|
jsii_struct_bases=[],
|
|
@@ -235044,6 +235152,7 @@ def _typecheckingstub__2c3791481dfdcd564a45d78c43b58bdd8ec947943a4aa69ad8740ed70
|
|
|
235044
235152
|
def _typecheckingstub__009751171d18f139beacd68aa2642defd546c981229603196499b5afa98ee605(
|
|
235045
235153
|
*,
|
|
235046
235154
|
add_or_run_anomaly_detection_for_analyses: typing.Optional[builtins.str] = None,
|
|
235155
|
+
analysis: typing.Optional[builtins.str] = None,
|
|
235047
235156
|
create_and_update_dashboard_email_reports: typing.Optional[builtins.str] = None,
|
|
235048
235157
|
create_and_update_datasets: typing.Optional[builtins.str] = None,
|
|
235049
235158
|
create_and_update_data_sources: typing.Optional[builtins.str] = None,
|
|
@@ -235051,6 +235160,7 @@ def _typecheckingstub__009751171d18f139beacd68aa2642defd546c981229603196499b5afa
|
|
|
235051
235160
|
create_and_update_threshold_alerts: typing.Optional[builtins.str] = None,
|
|
235052
235161
|
create_shared_folders: typing.Optional[builtins.str] = None,
|
|
235053
235162
|
create_spice_dataset: typing.Optional[builtins.str] = None,
|
|
235163
|
+
dashboard: typing.Optional[builtins.str] = None,
|
|
235054
235164
|
export_to_csv: typing.Optional[builtins.str] = None,
|
|
235055
235165
|
export_to_csv_in_scheduled_reports: typing.Optional[builtins.str] = None,
|
|
235056
235166
|
export_to_excel: typing.Optional[builtins.str] = None,
|
|
@@ -236071,6 +236181,7 @@ def _typecheckingstub__c9e09587ab720431f5373014612c24f6d414533d5702638a33a14c36c
|
|
|
236071
236181
|
executive_summary_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExecutiveSummaryOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236072
236182
|
export_to_csv_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExportToCSVOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236073
236183
|
export_with_hidden_fields_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.ExportWithHiddenFieldsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236184
|
+
quick_suite_actions_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.QuickSuiteActionsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236074
236185
|
sheet_controls_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SheetControlsOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236075
236186
|
sheet_layout_element_maximization_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.SheetLayoutElementMaximizationOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
236076
236187
|
visual_axis_sort_option: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.VisualAxisSortOptionProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -238977,6 +239088,13 @@ def _typecheckingstub__7b749fd545ef26437f40040ce3d66eb5fc1f74dd885bdbd215d96299a
|
|
|
238977
239088
|
"""Type checking stubs"""
|
|
238978
239089
|
pass
|
|
238979
239090
|
|
|
239091
|
+
def _typecheckingstub__9c8b3e1bc413fb8347a340dd8ee206f937d0c39bdda82fbb3961908543f7b81c(
|
|
239092
|
+
*,
|
|
239093
|
+
availability_status: typing.Optional[builtins.str] = None,
|
|
239094
|
+
) -> None:
|
|
239095
|
+
"""Type checking stubs"""
|
|
239096
|
+
pass
|
|
239097
|
+
|
|
238980
239098
|
def _typecheckingstub__62e03423d11f9d7c54d2dbabdc23b969f7868353b929e4d5ed40a4a2e3caac79(
|
|
238981
239099
|
*,
|
|
238982
239100
|
category: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnDashboard.DimensionFieldProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|