aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +454 -74
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +493 -0
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53/__init__.py +8 -2
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +319 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.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.
|
|
@@ -235044,6 +235080,7 @@ def _typecheckingstub__2c3791481dfdcd564a45d78c43b58bdd8ec947943a4aa69ad8740ed70
|
|
|
235044
235080
|
def _typecheckingstub__009751171d18f139beacd68aa2642defd546c981229603196499b5afa98ee605(
|
|
235045
235081
|
*,
|
|
235046
235082
|
add_or_run_anomaly_detection_for_analyses: typing.Optional[builtins.str] = None,
|
|
235083
|
+
analysis: typing.Optional[builtins.str] = None,
|
|
235047
235084
|
create_and_update_dashboard_email_reports: typing.Optional[builtins.str] = None,
|
|
235048
235085
|
create_and_update_datasets: typing.Optional[builtins.str] = None,
|
|
235049
235086
|
create_and_update_data_sources: typing.Optional[builtins.str] = None,
|
|
@@ -235051,6 +235088,7 @@ def _typecheckingstub__009751171d18f139beacd68aa2642defd546c981229603196499b5afa
|
|
|
235051
235088
|
create_and_update_threshold_alerts: typing.Optional[builtins.str] = None,
|
|
235052
235089
|
create_shared_folders: typing.Optional[builtins.str] = None,
|
|
235053
235090
|
create_spice_dataset: typing.Optional[builtins.str] = None,
|
|
235091
|
+
dashboard: typing.Optional[builtins.str] = None,
|
|
235054
235092
|
export_to_csv: typing.Optional[builtins.str] = None,
|
|
235055
235093
|
export_to_csv_in_scheduled_reports: typing.Optional[builtins.str] = None,
|
|
235056
235094
|
export_to_excel: typing.Optional[builtins.str] = None,
|
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -5403,7 +5403,7 @@ class CfnDBClusterProps:
|
|
|
5403
5403
|
:param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
|
|
5404
5404
|
:param kms_key_id: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the ``StorageEncrypted`` property but don't specify this property, the default KMS key is used. If you specify this property, you must set the ``StorageEncrypted`` property to ``true`` . If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you create a read replica of an encrypted DB cluster in another AWS Region, make sure to set ``KmsKeyId`` to a KMS key identifier that is valid in the destination AWS Region. This KMS key is used to encrypt the read replica in that AWS Region. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
5405
5405
|
:param manage_master_user_password: Specifies whether to manage the master user password with AWS Secrets Manager. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide* and `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html>`_ in the *Amazon Aurora User Guide.* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: - Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
|
|
5406
|
-
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB cluster. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
5406
|
+
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB cluster. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
5407
5407
|
:param master_username: The name of the master user for the DB cluster. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
5408
5408
|
:param master_user_password: The master password for the DB instance. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
5409
5409
|
:param master_user_secret: The secret managed by RDS in AWS Secrets Manager for the master user password. .. epigraph:: When you restore a DB cluster from a snapshot, Amazon RDS generates a new secret instead of reusing the secret specified in the ``SecretArn`` property. This ensures that the restored DB cluster is securely managed with a dedicated secret. To maintain consistent integration with your application, you might need to update resource configurations to reference the newly created secret. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide* and `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html>`_ in the *Amazon Aurora User Guide.*
|
|
@@ -6297,7 +6297,7 @@ class CfnDBClusterProps:
|
|
|
6297
6297
|
|
|
6298
6298
|
Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters
|
|
6299
6299
|
|
|
6300
|
-
This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
6300
|
+
This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
6301
6301
|
|
|
6302
6302
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-masteruserauthenticationtype
|
|
6303
6303
|
'''
|
|
@@ -7025,7 +7025,7 @@ class CfnDBInstanceProps:
|
|
|
7025
7025
|
:param kms_key_id: The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true. If you specify the ``SourceDBInstanceIdentifier`` or ``SourceDbiResourceId`` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. However, if the source DB instance is in a different AWS Region, you must specify a KMS key ID. If you specify the ``SourceDBInstanceAutomatedBackupsArn`` property, don't specify this property. The value is inherited from the source DB instance automated backup, and if the automated backup is encrypted, the specified ``KmsKeyId`` property is used. If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region. If you specify the ``DBSnapshotIdentifier`` property, don't specify this property. The ``StorageEncrypted`` property value is inherited from the snapshot. If the DB instance is encrypted, the specified ``KmsKeyId`` property is also inherited from the snapshot. If you specify ``DBSecurityGroups`` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see `Using Amazon RDS with Amazon VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. The KMS key identifier is managed by the DB cluster.
|
|
7026
7026
|
:param license_model: License model information for this DB instance. Valid Values: - Aurora MySQL - ``general-public-license`` - Aurora PostgreSQL - ``postgresql-license`` - RDS for Db2 - ``bring-your-own-license`` . For more information about RDS for Db2 licensing, see ` <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html>`_ in the *Amazon RDS User Guide.* - RDS for MariaDB - ``general-public-license`` - RDS for Microsoft SQL Server - ``license-included`` - RDS for MySQL - ``general-public-license`` - RDS for Oracle - ``bring-your-own-license`` or ``license-included`` - RDS for PostgreSQL - ``postgresql-license`` .. epigraph:: If you've specified ``DBSecurityGroups`` and then you update the license model, AWS CloudFormation replaces the underlying DB instance. This will incur some interruptions to database availability.
|
|
7027
7027
|
:param manage_master_user_password: Specifies whether to manage the master user password with AWS Secrets Manager. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide.* Constraints: - Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
|
|
7028
|
-
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB instance. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
7028
|
+
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB instance. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
7029
7029
|
:param master_username: The master user name for the DB instance. .. epigraph:: If you specify the ``SourceDBInstanceIdentifier`` or ``DBSnapshotIdentifier`` property, don't specify this property. The value is inherited from the source DB instance or snapshot. When migrating a self-managed Db2 database, we recommend that you use the same master username as your self-managed Db2 instance name. *Amazon Aurora* Not applicable. The name for the master user is managed by the DB cluster. *RDS for Db2* Constraints: - Must be 1 to 16 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for MariaDB* Constraints: - Must be 1 to 16 letters or numbers. - Can't be a reserved word for the chosen database engine. *RDS for Microsoft SQL Server* Constraints: - Must be 1 to 128 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for MySQL* Constraints: - Must be 1 to 16 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for Oracle* Constraints: - Must be 1 to 30 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for PostgreSQL* Constraints: - Must be 1 to 63 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine.
|
|
7030
7030
|
:param master_user_password: The password for the master user. The password can include any printable ASCII character except "/", """, or "@". *Amazon Aurora* Not applicable. The password for the master user is managed by the DB cluster. *RDS for Db2* Must contain from 8 to 255 characters. *RDS for MariaDB* Constraints: Must contain from 8 to 41 characters. *RDS for Microsoft SQL Server* Constraints: Must contain from 8 to 128 characters. *RDS for MySQL* Constraints: Must contain from 8 to 41 characters. *RDS for Oracle* Constraints: Must contain from 8 to 30 characters. *RDS for PostgreSQL* Constraints: Must contain from 8 to 128 characters.
|
|
7031
7031
|
:param master_user_secret: The secret managed by RDS in AWS Secrets Manager for the master user password. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide.*
|
|
@@ -8385,7 +8385,7 @@ class CfnDBInstanceProps:
|
|
|
8385
8385
|
- ``password`` - Use standard database authentication with a password.
|
|
8386
8386
|
- ``iam-db-auth`` - Use IAM database authentication for the master user.
|
|
8387
8387
|
|
|
8388
|
-
This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
8388
|
+
This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
8389
8389
|
|
|
8390
8390
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbinstance.html#cfn-rds-dbinstance-masteruserauthenticationtype
|
|
8391
8391
|
'''
|
|
@@ -9243,7 +9243,7 @@ class CfnDBProxyEndpointProps:
|
|
|
9243
9243
|
:param db_proxy_endpoint_name: The name of the DB proxy endpoint to create.
|
|
9244
9244
|
:param db_proxy_name: The name of the DB proxy associated with the DB proxy endpoint that you create.
|
|
9245
9245
|
:param vpc_subnet_ids: The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.
|
|
9246
|
-
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
|
|
9246
|
+
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports. Valid values: - ``IPV4`` - The proxy endpoint supports IPv4 only. - ``IPV6`` - The proxy endpoint supports IPv6 only. - ``DUAL`` - The proxy endpoint supports both IPv4 and IPv6.
|
|
9247
9247
|
:param tags: An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
|
9248
9248
|
:param target_role: A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
|
9249
9249
|
:param vpc_security_group_ids: The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
|
|
@@ -9333,6 +9333,12 @@ class CfnDBProxyEndpointProps:
|
|
|
9333
9333
|
|
|
9334
9334
|
The network type determines the IP version that the proxy endpoint supports.
|
|
9335
9335
|
|
|
9336
|
+
Valid values:
|
|
9337
|
+
|
|
9338
|
+
- ``IPV4`` - The proxy endpoint supports IPv4 only.
|
|
9339
|
+
- ``IPV6`` - The proxy endpoint supports IPv6 only.
|
|
9340
|
+
- ``DUAL`` - The proxy endpoint supports both IPv4 and IPv6.
|
|
9341
|
+
|
|
9336
9342
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxyendpoint.html#cfn-rds-dbproxyendpoint-endpointnetworktype
|
|
9337
9343
|
'''
|
|
9338
9344
|
result = self._values.get("endpoint_network_type")
|
|
@@ -9426,12 +9432,12 @@ class CfnDBProxyProps:
|
|
|
9426
9432
|
:param vpc_subnet_ids: One or more VPC subnet IDs to associate with the new proxy.
|
|
9427
9433
|
:param auth: The authorization mechanism that the proxy uses.
|
|
9428
9434
|
:param debug_logging: Specifies whether the proxy logs detailed connection and query information. When you enable ``DebugLogging`` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
|
|
9429
|
-
:param default_auth_scheme: The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
|
|
9430
|
-
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
|
|
9435
|
+
:param default_auth_scheme: The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. Valid values are ``NONE`` and ``IAM_AUTH`` . When set to ``IAM_AUTH`` , the proxy uses end-to-end IAM authentication to connect to the database.
|
|
9436
|
+
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports. Valid values: - ``IPV4`` - The proxy endpoint supports IPv4 only. - ``IPV6`` - The proxy endpoint supports IPv6 only. - ``DUAL`` - The proxy endpoint supports both IPv4 and IPv6.
|
|
9431
9437
|
:param idle_client_timeout: The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.
|
|
9432
9438
|
:param require_tls: Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.
|
|
9433
9439
|
:param tags: An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
|
9434
|
-
:param target_connection_network_type: The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.
|
|
9440
|
+
:param target_connection_network_type: The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database. Valid values: - ``IPV4`` - The proxy connects to the database using IPv4 only. - ``IPV6`` - The proxy connects to the database using IPv6 only.
|
|
9435
9441
|
:param vpc_security_group_ids: One or more VPC security group IDs to associate with the new proxy. If you plan to update the resource, don't specify VPC security groups in a shared VPC.
|
|
9436
9442
|
|
|
9437
9443
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html
|
|
@@ -9582,6 +9588,8 @@ class CfnDBProxyProps:
|
|
|
9582
9588
|
def default_auth_scheme(self) -> typing.Optional[builtins.str]:
|
|
9583
9589
|
'''The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
|
|
9584
9590
|
|
|
9591
|
+
Valid values are ``NONE`` and ``IAM_AUTH`` . When set to ``IAM_AUTH`` , the proxy uses end-to-end IAM authentication to connect to the database.
|
|
9592
|
+
|
|
9585
9593
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-defaultauthscheme
|
|
9586
9594
|
'''
|
|
9587
9595
|
result = self._values.get("default_auth_scheme")
|
|
@@ -9593,6 +9601,12 @@ class CfnDBProxyProps:
|
|
|
9593
9601
|
|
|
9594
9602
|
The network type determines the IP version that the proxy endpoint supports.
|
|
9595
9603
|
|
|
9604
|
+
Valid values:
|
|
9605
|
+
|
|
9606
|
+
- ``IPV4`` - The proxy endpoint supports IPv4 only.
|
|
9607
|
+
- ``IPV6`` - The proxy endpoint supports IPv6 only.
|
|
9608
|
+
- ``DUAL`` - The proxy endpoint supports both IPv4 and IPv6.
|
|
9609
|
+
|
|
9596
9610
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-endpointnetworktype
|
|
9597
9611
|
'''
|
|
9598
9612
|
result = self._values.get("endpoint_network_type")
|
|
@@ -9637,6 +9651,11 @@ class CfnDBProxyProps:
|
|
|
9637
9651
|
|
|
9638
9652
|
The network type determines the IP version that the proxy uses for connections to the database.
|
|
9639
9653
|
|
|
9654
|
+
Valid values:
|
|
9655
|
+
|
|
9656
|
+
- ``IPV4`` - The proxy connects to the database using IPv4 only.
|
|
9657
|
+
- ``IPV6`` - The proxy connects to the database using IPv6 only.
|
|
9658
|
+
|
|
9640
9659
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbproxy.html#cfn-rds-dbproxy-targetconnectionnetworktype
|
|
9641
9660
|
'''
|
|
9642
9661
|
result = self._values.get("target_connection_network_type")
|
|
@@ -27659,6 +27678,12 @@ class MysqlEngineVersion(
|
|
|
27659
27678
|
'''Version "5.7.44-rds.20250508".'''
|
|
27660
27679
|
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_44_RDS_20250508"))
|
|
27661
27680
|
|
|
27681
|
+
@jsii.python.classproperty
|
|
27682
|
+
@jsii.member(jsii_name="VER_5_7_44_RDS_20250818")
|
|
27683
|
+
def VER_5_7_44_RDS_20250818(cls) -> "MysqlEngineVersion":
|
|
27684
|
+
'''Version "5.7.44-RDS.20250818".'''
|
|
27685
|
+
return typing.cast("MysqlEngineVersion", jsii.sget(cls, "VER_5_7_44_RDS_20250818"))
|
|
27686
|
+
|
|
27662
27687
|
@jsii.python.classproperty
|
|
27663
27688
|
@jsii.member(jsii_name="VER_8_0")
|
|
27664
27689
|
def VER_8_0(cls) -> "MysqlEngineVersion":
|
|
@@ -36956,7 +36981,7 @@ class CfnDBCluster(
|
|
|
36956
36981
|
:param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
|
|
36957
36982
|
:param kms_key_id: The Amazon Resource Name (ARN) of the AWS KMS key that is used to encrypt the database instances in the DB cluster, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the ``StorageEncrypted`` property but don't specify this property, the default KMS key is used. If you specify this property, you must set the ``StorageEncrypted`` property to ``true`` . If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB cluster is encrypted, the specified ``KmsKeyId`` property is used. If you create a read replica of an encrypted DB cluster in another AWS Region, make sure to set ``KmsKeyId`` to a KMS key identifier that is valid in the destination AWS Region. This KMS key is used to encrypt the read replica in that AWS Region. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
36958
36983
|
:param manage_master_user_password: Specifies whether to manage the master user password with AWS Secrets Manager. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide* and `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html>`_ in the *Amazon Aurora User Guide.* Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters Constraints: - Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
|
|
36959
|
-
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB cluster. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
36984
|
+
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB cluster. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. Valid for Cluster Type: Aurora DB clusters and Multi-AZ DB clusters This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
36960
36985
|
:param master_username: The name of the master user for the DB cluster. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
36961
36986
|
:param master_user_password: The master password for the DB instance. .. epigraph:: If you specify the ``SourceDBClusterIdentifier`` , ``SnapshotIdentifier`` , or ``GlobalClusterIdentifier`` property, don't specify this property. The value is inherited from the source DB cluster, the snapshot, or the primary DB cluster for the global database cluster, respectively. Valid for: Aurora DB clusters and Multi-AZ DB clusters
|
|
36962
36987
|
:param master_user_secret: The secret managed by RDS in AWS Secrets Manager for the master user password. .. epigraph:: When you restore a DB cluster from a snapshot, Amazon RDS generates a new secret instead of reusing the secret specified in the ``SecretArn`` property. This ensures that the restored DB cluster is securely managed with a dedicated secret. To maintain consistent integration with your application, you might need to update resource configurations to reference the newly created secret. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide* and `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-secrets-manager.html>`_ in the *Amazon Aurora User Guide.*
|
|
@@ -39099,7 +39124,7 @@ class CfnDBInstance(
|
|
|
39099
39124
|
:param kms_key_id: The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true. If you specify the ``SourceDBInstanceIdentifier`` or ``SourceDbiResourceId`` property, don't specify this property. The value is inherited from the source DB instance, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. However, if the source DB instance is in a different AWS Region, you must specify a KMS key ID. If you specify the ``SourceDBInstanceAutomatedBackupsArn`` property, don't specify this property. The value is inherited from the source DB instance automated backup, and if the automated backup is encrypted, the specified ``KmsKeyId`` property is used. If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region. If you specify the ``DBSnapshotIdentifier`` property, don't specify this property. The ``StorageEncrypted`` property value is inherited from the snapshot. If the DB instance is encrypted, the specified ``KmsKeyId`` property is also inherited from the snapshot. If you specify ``DBSecurityGroups`` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see `Using Amazon RDS with Amazon VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. The KMS key identifier is managed by the DB cluster.
|
|
39100
39125
|
:param license_model: License model information for this DB instance. Valid Values: - Aurora MySQL - ``general-public-license`` - Aurora PostgreSQL - ``postgresql-license`` - RDS for Db2 - ``bring-your-own-license`` . For more information about RDS for Db2 licensing, see ` <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/db2-licensing.html>`_ in the *Amazon RDS User Guide.* - RDS for MariaDB - ``general-public-license`` - RDS for Microsoft SQL Server - ``license-included`` - RDS for MySQL - ``general-public-license`` - RDS for Oracle - ``bring-your-own-license`` or ``license-included`` - RDS for PostgreSQL - ``postgresql-license`` .. epigraph:: If you've specified ``DBSecurityGroups`` and then you update the license model, AWS CloudFormation replaces the underlying DB instance. This will incur some interruptions to database availability.
|
|
39101
39126
|
:param manage_master_user_password: Specifies whether to manage the master user password with AWS Secrets Manager. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide.* Constraints: - Can't manage the master user password with AWS Secrets Manager if ``MasterUserPassword`` is specified.
|
|
39102
|
-
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB instance. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. This option is only valid for RDS for PostgreSQL and Aurora PostgreSQL engines.
|
|
39127
|
+
:param master_user_authentication_type: Specifies the authentication type for the master user. With IAM master user authentication, you can configure the master DB user with IAM database authentication when you create a DB instance. You can specify one of the following values: - ``password`` - Use standard database authentication with a password. - ``iam-db-auth`` - Use IAM database authentication for the master user. This option is only valid for RDS for MySQL, RDS for MariaDB, RDS for PostgreSQL, Aurora MySQL, and Aurora PostgreSQL engines.
|
|
39103
39128
|
:param master_username: The master user name for the DB instance. .. epigraph:: If you specify the ``SourceDBInstanceIdentifier`` or ``DBSnapshotIdentifier`` property, don't specify this property. The value is inherited from the source DB instance or snapshot. When migrating a self-managed Db2 database, we recommend that you use the same master username as your self-managed Db2 instance name. *Amazon Aurora* Not applicable. The name for the master user is managed by the DB cluster. *RDS for Db2* Constraints: - Must be 1 to 16 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for MariaDB* Constraints: - Must be 1 to 16 letters or numbers. - Can't be a reserved word for the chosen database engine. *RDS for Microsoft SQL Server* Constraints: - Must be 1 to 128 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for MySQL* Constraints: - Must be 1 to 16 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for Oracle* Constraints: - Must be 1 to 30 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine. *RDS for PostgreSQL* Constraints: - Must be 1 to 63 letters or numbers. - First character must be a letter. - Can't be a reserved word for the chosen database engine.
|
|
39104
39129
|
:param master_user_password: The password for the master user. The password can include any printable ASCII character except "/", """, or "@". *Amazon Aurora* Not applicable. The password for the master user is managed by the DB cluster. *RDS for Db2* Must contain from 8 to 255 characters. *RDS for MariaDB* Constraints: Must contain from 8 to 41 characters. *RDS for Microsoft SQL Server* Constraints: Must contain from 8 to 128 characters. *RDS for MySQL* Constraints: Must contain from 8 to 41 characters. *RDS for Oracle* Constraints: Must contain from 8 to 30 characters. *RDS for PostgreSQL* Constraints: Must contain from 8 to 128 characters.
|
|
39105
39130
|
:param master_user_secret: The secret managed by RDS in AWS Secrets Manager for the master user password. For more information, see `Password management with AWS Secrets Manager <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/rds-secrets-manager.html>`_ in the *Amazon RDS User Guide.*
|
|
@@ -41547,12 +41572,12 @@ class CfnDBProxy(
|
|
|
41547
41572
|
:param vpc_subnet_ids: One or more VPC subnet IDs to associate with the new proxy.
|
|
41548
41573
|
:param auth: The authorization mechanism that the proxy uses.
|
|
41549
41574
|
:param debug_logging: Specifies whether the proxy logs detailed connection and query information. When you enable ``DebugLogging`` , the proxy captures connection details and connection pool behavior from your queries. Debug logging increases CloudWatch costs and can impact proxy performance. Enable this option only when you need to troubleshoot connection or performance issues.
|
|
41550
|
-
:param default_auth_scheme: The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database.
|
|
41551
|
-
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
|
|
41575
|
+
:param default_auth_scheme: The default authentication scheme that the proxy uses for client connections to the proxy and connections from the proxy to the underlying database. Valid values are ``NONE`` and ``IAM_AUTH`` . When set to ``IAM_AUTH`` , the proxy uses end-to-end IAM authentication to connect to the database.
|
|
41576
|
+
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports. Valid values: - ``IPV4`` - The proxy endpoint supports IPv4 only. - ``IPV6`` - The proxy endpoint supports IPv6 only. - ``DUAL`` - The proxy endpoint supports both IPv4 and IPv6.
|
|
41552
41577
|
:param idle_client_timeout: The number of seconds that a connection to the proxy can be inactive before the proxy disconnects it. You can set this value higher or lower than the connection timeout limit for the associated database.
|
|
41553
41578
|
:param require_tls: Specifies whether Transport Layer Security (TLS) encryption is required for connections to the proxy. By enabling this setting, you can enforce encrypted TLS connections to the proxy.
|
|
41554
41579
|
:param tags: An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
|
41555
|
-
:param target_connection_network_type: The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database.
|
|
41580
|
+
:param target_connection_network_type: The network type that the proxy uses to connect to the target database. The network type determines the IP version that the proxy uses for connections to the database. Valid values: - ``IPV4`` - The proxy connects to the database using IPv4 only. - ``IPV6`` - The proxy connects to the database using IPv6 only.
|
|
41556
41581
|
:param vpc_security_group_ids: One or more VPC security group IDs to associate with the new proxy. If you plan to update the resource, don't specify VPC security groups in a shared VPC.
|
|
41557
41582
|
'''
|
|
41558
41583
|
if __debug__:
|
|
@@ -42105,7 +42130,7 @@ class CfnDBProxyEndpoint(
|
|
|
42105
42130
|
:param db_proxy_endpoint_name: The name of the DB proxy endpoint to create.
|
|
42106
42131
|
:param db_proxy_name: The name of the DB proxy associated with the DB proxy endpoint that you create.
|
|
42107
42132
|
:param vpc_subnet_ids: The VPC subnet IDs for the DB proxy endpoint that you create. You can specify a different set of subnet IDs than for the original DB proxy.
|
|
42108
|
-
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports.
|
|
42133
|
+
:param endpoint_network_type: The network type of the DB proxy endpoint. The network type determines the IP version that the proxy endpoint supports. Valid values: - ``IPV4`` - The proxy endpoint supports IPv4 only. - ``IPV6`` - The proxy endpoint supports IPv6 only. - ``DUAL`` - The proxy endpoint supports both IPv4 and IPv6.
|
|
42109
42134
|
:param tags: An optional set of key-value pairs to associate arbitrary data of your choosing with the proxy.
|
|
42110
42135
|
:param target_role: A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
|
42111
42136
|
:param vpc_security_group_ids: The VPC security group IDs for the DB proxy endpoint that you create. You can specify a different set of security group IDs than for the original DB proxy. The default is the default security group for the VPC.
|
|
@@ -43743,6 +43768,27 @@ class CfnEventSubscription(
|
|
|
43743
43768
|
|
|
43744
43769
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
43745
43770
|
|
|
43771
|
+
@jsii.member(jsii_name="fromSubscriptionName")
|
|
43772
|
+
@builtins.classmethod
|
|
43773
|
+
def from_subscription_name(
|
|
43774
|
+
cls,
|
|
43775
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
43776
|
+
id: builtins.str,
|
|
43777
|
+
subscription_name: builtins.str,
|
|
43778
|
+
) -> IEventSubscriptionRef:
|
|
43779
|
+
'''Creates a new IEventSubscriptionRef from a subscriptionName.
|
|
43780
|
+
|
|
43781
|
+
:param scope: -
|
|
43782
|
+
:param id: -
|
|
43783
|
+
:param subscription_name: -
|
|
43784
|
+
'''
|
|
43785
|
+
if __debug__:
|
|
43786
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7bdfa9104a39f2dfe7d880f6e5eebfe1ae057b0ab24bc4fcb634ae8c611941a9)
|
|
43787
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
43788
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
43789
|
+
check_type(argname="argument subscription_name", value=subscription_name, expected_type=type_hints["subscription_name"])
|
|
43790
|
+
return typing.cast(IEventSubscriptionRef, jsii.sinvoke(cls, "fromSubscriptionName", [scope, id, subscription_name]))
|
|
43791
|
+
|
|
43746
43792
|
@jsii.member(jsii_name="inspect")
|
|
43747
43793
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
43748
43794
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -44537,6 +44583,27 @@ class CfnOptionGroup(
|
|
|
44537
44583
|
|
|
44538
44584
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
44539
44585
|
|
|
44586
|
+
@jsii.member(jsii_name="fromOptionGroupName")
|
|
44587
|
+
@builtins.classmethod
|
|
44588
|
+
def from_option_group_name(
|
|
44589
|
+
cls,
|
|
44590
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
44591
|
+
id: builtins.str,
|
|
44592
|
+
option_group_name: builtins.str,
|
|
44593
|
+
) -> IOptionGroupRef:
|
|
44594
|
+
'''Creates a new IOptionGroupRef from a optionGroupName.
|
|
44595
|
+
|
|
44596
|
+
:param scope: -
|
|
44597
|
+
:param id: -
|
|
44598
|
+
:param option_group_name: -
|
|
44599
|
+
'''
|
|
44600
|
+
if __debug__:
|
|
44601
|
+
type_hints = typing.get_type_hints(_typecheckingstub__09473afac0fca649ab82afad01fdeee2e7355a6469089e5d88ea99ee003a79de)
|
|
44602
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
44603
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
44604
|
+
check_type(argname="argument option_group_name", value=option_group_name, expected_type=type_hints["option_group_name"])
|
|
44605
|
+
return typing.cast(IOptionGroupRef, jsii.sinvoke(cls, "fromOptionGroupName", [scope, id, option_group_name]))
|
|
44606
|
+
|
|
44540
44607
|
@jsii.member(jsii_name="inspect")
|
|
44541
44608
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
44542
44609
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -55803,6 +55870,14 @@ def _typecheckingstub__0c5db068cdeb685ae34885c6eea1acaa01b83ca0af2c63429f3a30e0a
|
|
|
55803
55870
|
"""Type checking stubs"""
|
|
55804
55871
|
pass
|
|
55805
55872
|
|
|
55873
|
+
def _typecheckingstub__7bdfa9104a39f2dfe7d880f6e5eebfe1ae057b0ab24bc4fcb634ae8c611941a9(
|
|
55874
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
55875
|
+
id: builtins.str,
|
|
55876
|
+
subscription_name: builtins.str,
|
|
55877
|
+
) -> None:
|
|
55878
|
+
"""Type checking stubs"""
|
|
55879
|
+
pass
|
|
55880
|
+
|
|
55806
55881
|
def _typecheckingstub__31f076db464d46bf940b81eae58c6d887f3b50913e8d41f1e9eaf45eecb21f4a(
|
|
55807
55882
|
inspector: _TreeInspector_488e0dd5,
|
|
55808
55883
|
) -> None:
|
|
@@ -56030,6 +56105,14 @@ def _typecheckingstub__160a45fe55c01086901039aa8bde8bd5ace11ff967acd2154abcc9137
|
|
|
56030
56105
|
"""Type checking stubs"""
|
|
56031
56106
|
pass
|
|
56032
56107
|
|
|
56108
|
+
def _typecheckingstub__09473afac0fca649ab82afad01fdeee2e7355a6469089e5d88ea99ee003a79de(
|
|
56109
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
56110
|
+
id: builtins.str,
|
|
56111
|
+
option_group_name: builtins.str,
|
|
56112
|
+
) -> None:
|
|
56113
|
+
"""Type checking stubs"""
|
|
56114
|
+
pass
|
|
56115
|
+
|
|
56033
56116
|
def _typecheckingstub__695e11a3e4e7e1f79549d5c0920ec62fd0456898c348576c7f6eab74e91d5cd8(
|
|
56034
56117
|
inspector: _TreeInspector_488e0dd5,
|
|
56035
56118
|
) -> None:
|
aws_cdk/aws_redshift/__init__.py
CHANGED
|
@@ -4740,6 +4740,27 @@ class CfnClusterParameterGroup(
|
|
|
4740
4740
|
|
|
4741
4741
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4742
4742
|
|
|
4743
|
+
@jsii.member(jsii_name="fromParameterGroupName")
|
|
4744
|
+
@builtins.classmethod
|
|
4745
|
+
def from_parameter_group_name(
|
|
4746
|
+
cls,
|
|
4747
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4748
|
+
id: builtins.str,
|
|
4749
|
+
parameter_group_name: builtins.str,
|
|
4750
|
+
) -> IClusterParameterGroupRef:
|
|
4751
|
+
'''Creates a new IClusterParameterGroupRef from a parameterGroupName.
|
|
4752
|
+
|
|
4753
|
+
:param scope: -
|
|
4754
|
+
:param id: -
|
|
4755
|
+
:param parameter_group_name: -
|
|
4756
|
+
'''
|
|
4757
|
+
if __debug__:
|
|
4758
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a4fcc0dd642456f37020bcfe38fd9cfd482cbd79750adda84ea8706f1e6df408)
|
|
4759
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4760
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4761
|
+
check_type(argname="argument parameter_group_name", value=parameter_group_name, expected_type=type_hints["parameter_group_name"])
|
|
4762
|
+
return typing.cast(IClusterParameterGroupRef, jsii.sinvoke(cls, "fromParameterGroupName", [scope, id, parameter_group_name]))
|
|
4763
|
+
|
|
4743
4764
|
@jsii.member(jsii_name="inspect")
|
|
4744
4765
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4745
4766
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7985,6 +8006,14 @@ def _typecheckingstub__a4414ca463de61620f73bf7c02eb829639136d7dcc505964ba4d9e961
|
|
|
7985
8006
|
"""Type checking stubs"""
|
|
7986
8007
|
pass
|
|
7987
8008
|
|
|
8009
|
+
def _typecheckingstub__a4fcc0dd642456f37020bcfe38fd9cfd482cbd79750adda84ea8706f1e6df408(
|
|
8010
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8011
|
+
id: builtins.str,
|
|
8012
|
+
parameter_group_name: builtins.str,
|
|
8013
|
+
) -> None:
|
|
8014
|
+
"""Type checking stubs"""
|
|
8015
|
+
pass
|
|
8016
|
+
|
|
7988
8017
|
def _typecheckingstub__33c3f5debe7a54728cc11b0bbd4cd3ef9a8b793416272ffb149cec7294e16c50(
|
|
7989
8018
|
inspector: _TreeInspector_488e0dd5,
|
|
7990
8019
|
) -> None:
|
|
@@ -894,6 +894,48 @@ class CfnCollection(
|
|
|
894
894
|
|
|
895
895
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
896
896
|
|
|
897
|
+
@jsii.member(jsii_name="fromCollectionArn")
|
|
898
|
+
@builtins.classmethod
|
|
899
|
+
def from_collection_arn(
|
|
900
|
+
cls,
|
|
901
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
902
|
+
id: builtins.str,
|
|
903
|
+
arn: builtins.str,
|
|
904
|
+
) -> ICollectionRef:
|
|
905
|
+
'''Creates a new ICollectionRef from an ARN.
|
|
906
|
+
|
|
907
|
+
:param scope: -
|
|
908
|
+
:param id: -
|
|
909
|
+
:param arn: -
|
|
910
|
+
'''
|
|
911
|
+
if __debug__:
|
|
912
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8)
|
|
913
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
914
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
915
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
916
|
+
return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionArn", [scope, id, arn]))
|
|
917
|
+
|
|
918
|
+
@jsii.member(jsii_name="fromCollectionId")
|
|
919
|
+
@builtins.classmethod
|
|
920
|
+
def from_collection_id(
|
|
921
|
+
cls,
|
|
922
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
923
|
+
id: builtins.str,
|
|
924
|
+
collection_id: builtins.str,
|
|
925
|
+
) -> ICollectionRef:
|
|
926
|
+
'''Creates a new ICollectionRef from a collectionId.
|
|
927
|
+
|
|
928
|
+
:param scope: -
|
|
929
|
+
:param id: -
|
|
930
|
+
:param collection_id: -
|
|
931
|
+
'''
|
|
932
|
+
if __debug__:
|
|
933
|
+
type_hints = typing.get_type_hints(_typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2)
|
|
934
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
935
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
936
|
+
check_type(argname="argument collection_id", value=collection_id, expected_type=type_hints["collection_id"])
|
|
937
|
+
return typing.cast(ICollectionRef, jsii.sinvoke(cls, "fromCollectionId", [scope, id, collection_id]))
|
|
938
|
+
|
|
897
939
|
@jsii.member(jsii_name="inspect")
|
|
898
940
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
899
941
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1022,6 +1064,27 @@ class CfnProject(
|
|
|
1022
1064
|
|
|
1023
1065
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1024
1066
|
|
|
1067
|
+
@jsii.member(jsii_name="fromProjectArn")
|
|
1068
|
+
@builtins.classmethod
|
|
1069
|
+
def from_project_arn(
|
|
1070
|
+
cls,
|
|
1071
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1072
|
+
id: builtins.str,
|
|
1073
|
+
arn: builtins.str,
|
|
1074
|
+
) -> IProjectRef:
|
|
1075
|
+
'''Creates a new IProjectRef from an ARN.
|
|
1076
|
+
|
|
1077
|
+
:param scope: -
|
|
1078
|
+
:param id: -
|
|
1079
|
+
:param arn: -
|
|
1080
|
+
'''
|
|
1081
|
+
if __debug__:
|
|
1082
|
+
type_hints = typing.get_type_hints(_typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d)
|
|
1083
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1084
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1085
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1086
|
+
return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
|
|
1087
|
+
|
|
1025
1088
|
@jsii.member(jsii_name="inspect")
|
|
1026
1089
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1027
1090
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2235,6 +2298,22 @@ def _typecheckingstub__001405b167561982ca01f91c85c5f23fd1bfd335896f67495614aef9f
|
|
|
2235
2298
|
"""Type checking stubs"""
|
|
2236
2299
|
pass
|
|
2237
2300
|
|
|
2301
|
+
def _typecheckingstub__7d3242f1abddcc1ee90dcbc46a3d9b120bee7e515a9b64e3c5e40a76de6243d8(
|
|
2302
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2303
|
+
id: builtins.str,
|
|
2304
|
+
arn: builtins.str,
|
|
2305
|
+
) -> None:
|
|
2306
|
+
"""Type checking stubs"""
|
|
2307
|
+
pass
|
|
2308
|
+
|
|
2309
|
+
def _typecheckingstub__89f83cbadab9414e3b2967333d4e4e07e55a46297b44ac738dc482fd7c58c1e2(
|
|
2310
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2311
|
+
id: builtins.str,
|
|
2312
|
+
collection_id: builtins.str,
|
|
2313
|
+
) -> None:
|
|
2314
|
+
"""Type checking stubs"""
|
|
2315
|
+
pass
|
|
2316
|
+
|
|
2238
2317
|
def _typecheckingstub__6b782257f4d64c4abcb4d4415ba27cde118213945920a4b2608a0dc326e124dc(
|
|
2239
2318
|
inspector: _TreeInspector_488e0dd5,
|
|
2240
2319
|
) -> None:
|
|
@@ -2268,6 +2347,14 @@ def _typecheckingstub__14434bd621070d38889fc701fc289b3379981bee9c73fd7502773f1ee
|
|
|
2268
2347
|
"""Type checking stubs"""
|
|
2269
2348
|
pass
|
|
2270
2349
|
|
|
2350
|
+
def _typecheckingstub__47ff058de186dbda01a49e6a1edc4d38fbfae207c99297e978eec7bfb197497d(
|
|
2351
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2352
|
+
id: builtins.str,
|
|
2353
|
+
arn: builtins.str,
|
|
2354
|
+
) -> None:
|
|
2355
|
+
"""Type checking stubs"""
|
|
2356
|
+
pass
|
|
2357
|
+
|
|
2271
2358
|
def _typecheckingstub__0172e641847a31da5e6877581313d2ece51b9650bcb74b1b80ba13e563323cc0(
|
|
2272
2359
|
inspector: _TreeInspector_488e0dd5,
|
|
2273
2360
|
) -> None:
|