aws-cdk-lib 2.220.0__py3-none-any.whl → 2.221.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 +21 -18
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.220.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +4 -1
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +3 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +3 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +3 -0
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +9 -29
- aws_cdk/aws_bedrockagentcore/__init__.py +782 -169
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +3 -0
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +3 -0
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +3 -0
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +3 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +106 -40
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +87 -48
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +3 -58
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +3 -0
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +499 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +3 -0
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +3 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +14 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +3 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +226 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +3 -0
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +3 -0
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +171 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +3 -0
- aws_cdk/aws_neptune/__init__.py +55 -0
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +3 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +171 -137
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +3 -0
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +3 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +3 -0
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +3 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +418 -411
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +42 -19
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +3 -0
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +18 -18
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +51 -41
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +3 -0
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +136 -124
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +467 -0
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +59 -26
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.220.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.220.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -1188,3 +1188,6 @@ def _typecheckingstub__2caead7a21c70720675b949fc77715602dacb36c26a48d0f8d60fbd06
|
|
|
1188
1188
|
) -> None:
|
|
1189
1189
|
"""Type checking stubs"""
|
|
1190
1190
|
pass
|
|
1191
|
+
|
|
1192
|
+
for cls in [ICampaignRef]:
|
|
1193
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3604,3 +3604,6 @@ def _typecheckingstub__738a8f46b804533de9d82348af38a0b7f7c37f641c9240bef005d4c22
|
|
|
3604
3604
|
) -> None:
|
|
3605
3605
|
"""Type checking stubs"""
|
|
3606
3606
|
pass
|
|
3607
|
+
|
|
3608
|
+
for cls in [ICampaignRef]:
|
|
3609
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1659,3 +1659,6 @@ def _typecheckingstub__74f7c6529f7d31ad5ed3d98ad190f8c0fed87380c25f04fc3e960c88f
|
|
|
1659
1659
|
) -> None:
|
|
1660
1660
|
"""Type checking stubs"""
|
|
1661
1661
|
pass
|
|
1662
|
+
|
|
1663
|
+
for cls in [IEnabledBaselineRef, IEnabledControlRef, ILandingZoneRef]:
|
|
1664
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_cur/__init__.py
CHANGED
|
@@ -926,3 +926,6 @@ def _typecheckingstub__2c3a6bd4b3d8e5bf2caff9ee149924611c25e8417d8ee48a520417fd9
|
|
|
926
926
|
) -> None:
|
|
927
927
|
"""Type checking stubs"""
|
|
928
928
|
pass
|
|
929
|
+
|
|
930
|
+
for cls in [IReportDefinitionRef]:
|
|
931
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -4866,27 +4866,6 @@ class CfnEventStream(
|
|
|
4866
4866
|
|
|
4867
4867
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4868
4868
|
|
|
4869
|
-
@jsii.member(jsii_name="fromEventStreamArn")
|
|
4870
|
-
@builtins.classmethod
|
|
4871
|
-
def from_event_stream_arn(
|
|
4872
|
-
cls,
|
|
4873
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
4874
|
-
id: builtins.str,
|
|
4875
|
-
arn: builtins.str,
|
|
4876
|
-
) -> IEventStreamRef:
|
|
4877
|
-
'''Creates a new IEventStreamRef from an ARN.
|
|
4878
|
-
|
|
4879
|
-
:param scope: -
|
|
4880
|
-
:param id: -
|
|
4881
|
-
:param arn: -
|
|
4882
|
-
'''
|
|
4883
|
-
if __debug__:
|
|
4884
|
-
type_hints = typing.get_type_hints(_typecheckingstub__2912fbac0dc25602737bb6c243466334029e11fcfdf5487fc65c1a0029b6f9e1)
|
|
4885
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4886
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4887
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4888
|
-
return typing.cast(IEventStreamRef, jsii.sinvoke(cls, "fromEventStreamArn", [scope, id, arn]))
|
|
4889
|
-
|
|
4890
4869
|
@jsii.member(jsii_name="inspect")
|
|
4891
4870
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4892
4871
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11673,14 +11652,6 @@ def _typecheckingstub__ab29d0d747428994b84491cb3989a05a67bcb4cf0b84ebeba8fd19114
|
|
|
11673
11652
|
"""Type checking stubs"""
|
|
11674
11653
|
pass
|
|
11675
11654
|
|
|
11676
|
-
def _typecheckingstub__2912fbac0dc25602737bb6c243466334029e11fcfdf5487fc65c1a0029b6f9e1(
|
|
11677
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
11678
|
-
id: builtins.str,
|
|
11679
|
-
arn: builtins.str,
|
|
11680
|
-
) -> None:
|
|
11681
|
-
"""Type checking stubs"""
|
|
11682
|
-
pass
|
|
11683
|
-
|
|
11684
11655
|
def _typecheckingstub__5d37a000675ecf626a3348ff78d7f60db4441f2bb16c208d8dea0d1a4ecbd88f(
|
|
11685
11656
|
inspector: _TreeInspector_488e0dd5,
|
|
11686
11657
|
) -> None:
|
|
@@ -12393,3 +12364,6 @@ def _typecheckingstub__002c938fccce270fc597ae5653583b8a9910031239e0daaf523e0c443
|
|
|
12393
12364
|
) -> None:
|
|
12394
12365
|
"""Type checking stubs"""
|
|
12395
12366
|
pass
|
|
12367
|
+
|
|
12368
|
+
for cls in [ICalculatedAttributeDefinitionRef, IDomainRef, IEventStreamRef, IEventTriggerRef, IIntegrationRef, IObjectTypeRef, ISegmentDefinitionRef]:
|
|
12369
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_databrew/__init__.py
CHANGED
|
@@ -10847,3 +10847,6 @@ def _typecheckingstub__79383c848799327224f349abb72f78809321fc76317868c24f428dde9
|
|
|
10847
10847
|
) -> None:
|
|
10848
10848
|
"""Type checking stubs"""
|
|
10849
10849
|
pass
|
|
10850
|
+
|
|
10851
|
+
for cls in [IDatasetRef, IJobRef, IProjectRef, IRecipeRef, IRulesetRef, IScheduleRef]:
|
|
10852
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1300,3 +1300,6 @@ def _typecheckingstub__445b91581e162e2c2638846762c867c6d5bec83c9fbac97aae20129ef
|
|
|
1300
1300
|
) -> None:
|
|
1301
1301
|
"""Type checking stubs"""
|
|
1302
1302
|
pass
|
|
1303
|
+
|
|
1304
|
+
for cls in [IPipelineRef]:
|
|
1305
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_datasync/__init__.py
CHANGED
|
@@ -12490,3 +12490,6 @@ def _typecheckingstub__85b602e4eeecb093e03804ba0a072531ddddf4c7a2a1bbcf685fd0ff2
|
|
|
12490
12490
|
) -> None:
|
|
12491
12491
|
"""Type checking stubs"""
|
|
12492
12492
|
pass
|
|
12493
|
+
|
|
12494
|
+
for cls in [IAgentRef, ILocationAzureBlobRef, ILocationEFSRef, ILocationFSxLustreRef, ILocationFSxONTAPRef, ILocationFSxOpenZFSRef, ILocationFSxWindowsRef, ILocationHDFSRef, ILocationNFSRef, ILocationObjectStorageRef, ILocationS3Ref, ILocationSMBRef, ITaskRef]:
|
|
12495
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_datazone/__init__.py
CHANGED
|
@@ -2436,7 +2436,7 @@ class CfnProjectProfileProps:
|
|
|
2436
2436
|
deployment_mode="deploymentMode",
|
|
2437
2437
|
deployment_order=123,
|
|
2438
2438
|
description="description",
|
|
2439
|
-
|
|
2439
|
+
environment_configuration_id="environmentConfigurationId"
|
|
2440
2440
|
)],
|
|
2441
2441
|
status="status"
|
|
2442
2442
|
)
|
|
@@ -15152,7 +15152,7 @@ class CfnProjectProfile(
|
|
|
15152
15152
|
deployment_mode="deploymentMode",
|
|
15153
15153
|
deployment_order=123,
|
|
15154
15154
|
description="description",
|
|
15155
|
-
|
|
15155
|
+
environment_configuration_id="environmentConfigurationId"
|
|
15156
15156
|
)],
|
|
15157
15157
|
status="status"
|
|
15158
15158
|
)
|
|
@@ -15634,7 +15634,7 @@ class CfnProjectProfile(
|
|
|
15634
15634
|
"deployment_mode": "deploymentMode",
|
|
15635
15635
|
"deployment_order": "deploymentOrder",
|
|
15636
15636
|
"description": "description",
|
|
15637
|
-
"
|
|
15637
|
+
"environment_configuration_id": "environmentConfigurationId",
|
|
15638
15638
|
},
|
|
15639
15639
|
)
|
|
15640
15640
|
class EnvironmentConfigurationProperty:
|
|
@@ -15649,7 +15649,7 @@ class CfnProjectProfile(
|
|
|
15649
15649
|
deployment_mode: typing.Optional[builtins.str] = None,
|
|
15650
15650
|
deployment_order: typing.Optional[jsii.Number] = None,
|
|
15651
15651
|
description: typing.Optional[builtins.str] = None,
|
|
15652
|
-
|
|
15652
|
+
environment_configuration_id: typing.Optional[builtins.str] = None,
|
|
15653
15653
|
) -> None:
|
|
15654
15654
|
'''The configuration of an environment.
|
|
15655
15655
|
|
|
@@ -15661,7 +15661,7 @@ class CfnProjectProfile(
|
|
|
15661
15661
|
:param deployment_mode: The deployment mode of the environment.
|
|
15662
15662
|
:param deployment_order: The deployment order of the environment.
|
|
15663
15663
|
:param description: The environment description.
|
|
15664
|
-
:param
|
|
15664
|
+
:param environment_configuration_id:
|
|
15665
15665
|
|
|
15666
15666
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html
|
|
15667
15667
|
:exampleMetadata: fixture=_generated
|
|
@@ -15699,7 +15699,7 @@ class CfnProjectProfile(
|
|
|
15699
15699
|
deployment_mode="deploymentMode",
|
|
15700
15700
|
deployment_order=123,
|
|
15701
15701
|
description="description",
|
|
15702
|
-
|
|
15702
|
+
environment_configuration_id="environmentConfigurationId"
|
|
15703
15703
|
)
|
|
15704
15704
|
'''
|
|
15705
15705
|
if __debug__:
|
|
@@ -15712,7 +15712,7 @@ class CfnProjectProfile(
|
|
|
15712
15712
|
check_type(argname="argument deployment_mode", value=deployment_mode, expected_type=type_hints["deployment_mode"])
|
|
15713
15713
|
check_type(argname="argument deployment_order", value=deployment_order, expected_type=type_hints["deployment_order"])
|
|
15714
15714
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
15715
|
-
check_type(argname="argument
|
|
15715
|
+
check_type(argname="argument environment_configuration_id", value=environment_configuration_id, expected_type=type_hints["environment_configuration_id"])
|
|
15716
15716
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
15717
15717
|
"aws_region": aws_region,
|
|
15718
15718
|
"environment_blueprint_id": environment_blueprint_id,
|
|
@@ -15728,8 +15728,8 @@ class CfnProjectProfile(
|
|
|
15728
15728
|
self._values["deployment_order"] = deployment_order
|
|
15729
15729
|
if description is not None:
|
|
15730
15730
|
self._values["description"] = description
|
|
15731
|
-
if
|
|
15732
|
-
self._values["
|
|
15731
|
+
if environment_configuration_id is not None:
|
|
15732
|
+
self._values["environment_configuration_id"] = environment_configuration_id
|
|
15733
15733
|
|
|
15734
15734
|
@builtins.property
|
|
15735
15735
|
def aws_region(
|
|
@@ -15813,12 +15813,11 @@ class CfnProjectProfile(
|
|
|
15813
15813
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
15814
15814
|
|
|
15815
15815
|
@builtins.property
|
|
15816
|
-
def
|
|
15817
|
-
'''
|
|
15818
|
-
|
|
15819
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-id
|
|
15816
|
+
def environment_configuration_id(self) -> typing.Optional[builtins.str]:
|
|
15817
|
+
'''
|
|
15818
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-projectprofile-environmentconfiguration.html#cfn-datazone-projectprofile-environmentconfiguration-environmentconfigurationid
|
|
15820
15819
|
'''
|
|
15821
|
-
result = self._values.get("
|
|
15820
|
+
result = self._values.get("environment_configuration_id")
|
|
15822
15821
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
15823
15822
|
|
|
15824
15823
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
@@ -18757,7 +18756,7 @@ def _typecheckingstub__8addc3ada6a67b6cbb6b275c952d4659afeea35b806096cdb6322e14e
|
|
|
18757
18756
|
deployment_mode: typing.Optional[builtins.str] = None,
|
|
18758
18757
|
deployment_order: typing.Optional[jsii.Number] = None,
|
|
18759
18758
|
description: typing.Optional[builtins.str] = None,
|
|
18760
|
-
|
|
18759
|
+
environment_configuration_id: typing.Optional[builtins.str] = None,
|
|
18761
18760
|
) -> None:
|
|
18762
18761
|
"""Type checking stubs"""
|
|
18763
18762
|
pass
|
|
@@ -18931,3 +18930,6 @@ def _typecheckingstub__1a1351a79d8a8cf0246c7e7591c1c0736de90dfd896392c833f9cb353
|
|
|
18931
18930
|
) -> None:
|
|
18932
18931
|
"""Type checking stubs"""
|
|
18933
18932
|
pass
|
|
18933
|
+
|
|
18934
|
+
for cls in [IConnectionRef, IDataSourceRef, IDomainRef, IDomainUnitRef, IEnvironmentActionsRef, IEnvironmentBlueprintConfigurationRef, IEnvironmentProfileRef, IEnvironmentRef, IFormTypeRef, IGroupProfileRef, IOwnerRef, IPolicyGrantRef, IProjectMembershipRef, IProjectProfileRef, IProjectRef, ISubscriptionTargetRef, IUserProfileRef]:
|
|
18935
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_dax/__init__.py
CHANGED
|
@@ -1919,3 +1919,6 @@ def _typecheckingstub__7f155103d3d1c304714ba9aeac35a7b6fa637436e6c85878763b22c64
|
|
|
1919
1919
|
) -> None:
|
|
1920
1920
|
"""Type checking stubs"""
|
|
1921
1921
|
pass
|
|
1922
|
+
|
|
1923
|
+
for cls in [IClusterRef, IParameterGroupRef, ISubnetGroupRef]:
|
|
1924
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_deadline/__init__.py
CHANGED
|
@@ -8534,3 +8534,6 @@ def _typecheckingstub__30accc33e266fd187349c32faa815a79744e919f16060567a73b75c87
|
|
|
8534
8534
|
) -> None:
|
|
8535
8535
|
"""Type checking stubs"""
|
|
8536
8536
|
pass
|
|
8537
|
+
|
|
8538
|
+
for cls in [IFarmRef, IFleetRef, ILicenseEndpointRef, ILimitRef, IMeteredProductRef, IMonitorRef, IQueueEnvironmentRef, IQueueFleetAssociationRef, IQueueLimitAssociationRef, IQueueRef, IStorageProfileRef]:
|
|
8539
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1221,3 +1221,6 @@ def _typecheckingstub__c8b3ebd6ff4fb0708cfa2cc5ee080b09356c9175b7e842ebce16ec9cb
|
|
|
1221
1221
|
) -> None:
|
|
1222
1222
|
"""Type checking stubs"""
|
|
1223
1223
|
pass
|
|
1224
|
+
|
|
1225
|
+
for cls in [IGraphRef, IMemberInvitationRef, IOrganizationAdminRef]:
|
|
1226
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3727,3 +3727,6 @@ def _typecheckingstub__ad8666cad9848e46a023b0491b1f108be17c542f79bd3b15e1249ec20
|
|
|
3727
3727
|
) -> None:
|
|
3728
3728
|
"""Type checking stubs"""
|
|
3729
3729
|
pass
|
|
3730
|
+
|
|
3731
|
+
for cls in [IDevicePoolRef, IInstanceProfileRef, INetworkProfileRef, IProjectRef, ITestGridProjectRef, IVPCEConfigurationRef]:
|
|
3732
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1482,3 +1482,6 @@ def _typecheckingstub__0b4f37d65023f55182ed11e895b64bf88216adbee73234d0310a2bd1c
|
|
|
1482
1482
|
) -> None:
|
|
1483
1483
|
"""Type checking stubs"""
|
|
1484
1484
|
pass
|
|
1485
|
+
|
|
1486
|
+
for cls in [ILogAnomalyDetectionIntegrationRef, INotificationChannelRef, IResourceCollectionRef]:
|
|
1487
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1542,3 +1542,6 @@ def _typecheckingstub__c8735fadd5f261261242f08594a8935a9e3119659f4d14301a33cd4a4
|
|
|
1542
1542
|
) -> None:
|
|
1543
1543
|
"""Type checking stubs"""
|
|
1544
1544
|
pass
|
|
1545
|
+
|
|
1546
|
+
for cls in [IMicrosoftADRef, ISimpleADRef]:
|
|
1547
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_dlm/__init__.py
CHANGED
|
@@ -4210,3 +4210,6 @@ def _typecheckingstub__17018411aa866dc818102e8981736b177dd1a23646009ebb8d8cbe6a3
|
|
|
4210
4210
|
) -> None:
|
|
4211
4211
|
"""Type checking stubs"""
|
|
4212
4212
|
pass
|
|
4213
|
+
|
|
4214
|
+
for cls in [ILifecyclePolicyRef]:
|
|
4215
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_dms/__init__.py
CHANGED
|
@@ -17361,3 +17361,6 @@ def _typecheckingstub__22dc69cf7eb1071bfc83826615b45d1eff66b8eccd5636322983df53e
|
|
|
17361
17361
|
) -> None:
|
|
17362
17362
|
"""Type checking stubs"""
|
|
17363
17363
|
pass
|
|
17364
|
+
|
|
17365
|
+
for cls in [ICertificateRef, IDataMigrationRef, IDataProviderRef, IEndpointRef, IEventSubscriptionRef, IInstanceProfileRef, IMigrationProjectRef, IReplicationConfigRef, IReplicationInstanceRef, IReplicationSubnetGroupRef, IReplicationTaskRef]:
|
|
17366
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_docdb/__init__.py
CHANGED
|
@@ -787,7 +787,7 @@ class CfnDBClusterProps:
|
|
|
787
787
|
:param master_username: The name of the master user for the cluster. Constraints: - Must be from 1 to 63 letters or numbers. - The first character must be a letter. - Cannot be a reserved word for the chosen database engine.
|
|
788
788
|
:param master_user_password: The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@). Constraints: Must contain from 8 to 100 characters.
|
|
789
789
|
:param master_user_secret_kms_key_id: The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify ``MasterUserSecretKmsKeyId`` , then the ``aws/secretsmanager`` KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the ``aws/secretsmanager`` KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
|
|
790
|
-
:param network_type:
|
|
790
|
+
:param network_type: The network type of the cluster. The network type is determined by the ``DBSubnetGroup`` specified for the cluster. A ``DBSubnetGroup`` can support only the IPv4 protocol or the IPv4 and the IPv6 protocols ( ``DUAL`` ). For more information, see `DocumentDB clusters in a VPC <https://docs.aws.amazon.com/documentdb/latest/developerguide/vpc-clusters.html>`_ in the Amazon DocumentDB Developer Guide. Valid Values: ``IPV4`` | ``DUAL``
|
|
791
791
|
:param port: Specifies the port that the database engine is listening on.
|
|
792
792
|
:param preferred_backup_window: The daily time range during which automated backups are created if automated backups are enabled using the ``BackupRetentionPeriod`` parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region . Constraints: - Must be in the format ``hh24:mi-hh24:mi`` . - Must be in Universal Coordinated Time (UTC). - Must not conflict with the preferred maintenance window. - Must be at least 30 minutes.
|
|
793
793
|
:param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region , occurring on a random day of the week. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun Constraints: Minimum 30-minute window.
|
|
@@ -1146,7 +1146,14 @@ class CfnDBClusterProps:
|
|
|
1146
1146
|
|
|
1147
1147
|
@builtins.property
|
|
1148
1148
|
def network_type(self) -> typing.Optional[builtins.str]:
|
|
1149
|
-
'''
|
|
1149
|
+
'''The network type of the cluster.
|
|
1150
|
+
|
|
1151
|
+
The network type is determined by the ``DBSubnetGroup`` specified for the cluster. A ``DBSubnetGroup`` can support only the IPv4 protocol or the IPv4 and the IPv6 protocols ( ``DUAL`` ).
|
|
1152
|
+
|
|
1153
|
+
For more information, see `DocumentDB clusters in a VPC <https://docs.aws.amazon.com/documentdb/latest/developerguide/vpc-clusters.html>`_ in the Amazon DocumentDB Developer Guide.
|
|
1154
|
+
|
|
1155
|
+
Valid Values: ``IPV4`` | ``DUAL``
|
|
1156
|
+
|
|
1150
1157
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-docdb-dbcluster.html#cfn-docdb-dbcluster-networktype
|
|
1151
1158
|
'''
|
|
1152
1159
|
result = self._values.get("network_type")
|
|
@@ -4312,7 +4319,7 @@ class CfnDBCluster(
|
|
|
4312
4319
|
:param master_username: The name of the master user for the cluster. Constraints: - Must be from 1 to 63 letters or numbers. - The first character must be a letter. - Cannot be a reserved word for the chosen database engine.
|
|
4313
4320
|
:param master_user_password: The password for the master database user. This password can contain any printable ASCII character except forward slash (/), double quote ("), or the "at" symbol (@). Constraints: Must contain from 8 to 100 characters.
|
|
4314
4321
|
:param master_user_secret_kms_key_id: The Amazon Web Services KMS key identifier to encrypt a secret that is automatically generated and managed in Amazon Web Services Secrets Manager. This setting is valid only if the master user password is managed by Amazon DocumentDB in Amazon Web Services Secrets Manager for the DB cluster. The Amazon Web Services KMS key identifier is the key ARN, key ID, alias ARN, or alias name for the KMS key. To use a KMS key in a different Amazon Web Services account, specify the key ARN or alias ARN. If you don't specify ``MasterUserSecretKmsKeyId`` , then the ``aws/secretsmanager`` KMS key is used to encrypt the secret. If the secret is in a different Amazon Web Services account, then you can't use the ``aws/secretsmanager`` KMS key to encrypt the secret, and you must use a customer managed KMS key. There is a default KMS key for your Amazon Web Services account. Your Amazon Web Services account has a different default KMS key for each Amazon Web Services Region.
|
|
4315
|
-
:param network_type:
|
|
4322
|
+
:param network_type: The network type of the cluster. The network type is determined by the ``DBSubnetGroup`` specified for the cluster. A ``DBSubnetGroup`` can support only the IPv4 protocol or the IPv4 and the IPv6 protocols ( ``DUAL`` ). For more information, see `DocumentDB clusters in a VPC <https://docs.aws.amazon.com/documentdb/latest/developerguide/vpc-clusters.html>`_ in the Amazon DocumentDB Developer Guide. Valid Values: ``IPV4`` | ``DUAL``
|
|
4316
4323
|
:param port: Specifies the port that the database engine is listening on.
|
|
4317
4324
|
:param preferred_backup_window: The daily time range during which automated backups are created if automated backups are enabled using the ``BackupRetentionPeriod`` parameter. The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region . Constraints: - Must be in the format ``hh24:mi-hh24:mi`` . - Must be in Universal Coordinated Time (UTC). - Must not conflict with the preferred maintenance window. - Must be at least 30 minutes.
|
|
4318
4325
|
:param preferred_maintenance_window: The weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC). Format: ``ddd:hh24:mi-ddd:hh24:mi`` The default is a 30-minute window selected at random from an 8-hour block of time for each AWS Region , occurring on a random day of the week. Valid days: Mon, Tue, Wed, Thu, Fri, Sat, Sun Constraints: Minimum 30-minute window.
|
|
@@ -4697,6 +4704,7 @@ class CfnDBCluster(
|
|
|
4697
4704
|
@builtins.property
|
|
4698
4705
|
@jsii.member(jsii_name="networkType")
|
|
4699
4706
|
def network_type(self) -> typing.Optional[builtins.str]:
|
|
4707
|
+
'''The network type of the cluster.'''
|
|
4700
4708
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkType"))
|
|
4701
4709
|
|
|
4702
4710
|
@network_type.setter
|
|
@@ -7394,3 +7402,6 @@ def _typecheckingstub__5af197dfd9513994e6eb32cf7bee6ff17fef900a5adb40b20b62ef897
|
|
|
7394
7402
|
) -> None:
|
|
7395
7403
|
"""Type checking stubs"""
|
|
7396
7404
|
pass
|
|
7405
|
+
|
|
7406
|
+
for cls in [IClusterParameterGroup, IDBClusterParameterGroupRef, IDBClusterRef, IDBInstanceRef, IDBSubnetGroupRef, IDatabaseCluster, IDatabaseInstance, IEventSubscriptionRef]:
|
|
7407
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -980,3 +980,6 @@ def _typecheckingstub__712dc02a5b00741b7b19719e7c7ce31507c5058d6a956dc9dd8e9d609
|
|
|
980
980
|
) -> None:
|
|
981
981
|
"""Type checking stubs"""
|
|
982
982
|
pass
|
|
983
|
+
|
|
984
|
+
for cls in [IClusterRef]:
|
|
985
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_dsql/__init__.py
CHANGED
|
@@ -836,3 +836,6 @@ def _typecheckingstub__b9a11b947e8fa036630c80e949e1619ff609036ee5de58658c8157988
|
|
|
836
836
|
) -> None:
|
|
837
837
|
"""Type checking stubs"""
|
|
838
838
|
pass
|
|
839
|
+
|
|
840
|
+
for cls in [IClusterRef]:
|
|
841
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_dynamodb/__init__.py
CHANGED
|
@@ -19099,3 +19099,6 @@ def _typecheckingstub__b85333b9f4a3ca55431a35f4006c1aeb1fcd34f68dee45d5355498d8a
|
|
|
19099
19099
|
) -> None:
|
|
19100
19100
|
"""Type checking stubs"""
|
|
19101
19101
|
pass
|
|
19102
|
+
|
|
19103
|
+
for cls in [IGlobalTableRef, IScalableTableAttribute, ITable, ITableRef, ITableV2]:
|
|
19104
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|