aws-cdk-lib 2.219.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 +33 -35
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.219.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 +453 -2
- 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 +11 -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 +32 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +112 -7
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +53 -45
- aws_cdk/aws_bedrockagentcore/__init__.py +8499 -1732
- 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_cloudfront/experimental/__init__.py +4 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +8 -5
- 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 +9 -4
- 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 +15 -3
- 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 +32 -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 +205 -48
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +429 -182
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +117 -67
- 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 +7 -4
- 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 +896 -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 +139 -80
- 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 +98 -4
- 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 +57 -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 +587 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +283 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +17 -2
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +62 -13
- 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 +279 -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 +8 -5
- aws_cdk/aws_neptune/__init__.py +188 -70
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +32 -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 +1365 -187
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +10 -1
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +9 -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 +227 -33
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +61 -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 +493 -406
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +71 -42
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +21 -6
- 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 +148 -24
- 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 +80 -43
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +47 -12
- 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 +161 -144
- 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 +470 -3
- 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 +80 -27
- 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.219.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.219.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -3343,3 +3343,6 @@ def _typecheckingstub__0f3be0f4100fb92bfec0156ed2357fb7eb28b01d7081db0419a1583b1
|
|
|
3343
3343
|
) -> None:
|
|
3344
3344
|
"""Type checking stubs"""
|
|
3345
3345
|
pass
|
|
3346
|
+
|
|
3347
|
+
for cls in [IBillingGroupRef, ICustomLineItemRef, IPricingPlanRef, IPricingRuleRef]:
|
|
3348
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_budgets/__init__.py
CHANGED
|
@@ -3873,3 +3873,6 @@ def _typecheckingstub__53b54f7e3522aacd600ff090e6221f615565664782c185bdcb801f95f
|
|
|
3873
3873
|
) -> None:
|
|
3874
3874
|
"""Type checking stubs"""
|
|
3875
3875
|
pass
|
|
3876
|
+
|
|
3877
|
+
for cls in [IBudgetRef, IBudgetsActionRef]:
|
|
3878
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3529,3 +3529,6 @@ def _typecheckingstub__54b1c8332ddb6073a9eb0924c6e34b60d337092a8c288e7dba5abbe35
|
|
|
3529
3529
|
) -> None:
|
|
3530
3530
|
"""Type checking stubs"""
|
|
3531
3531
|
pass
|
|
3532
|
+
|
|
3533
|
+
for cls in [IKeyspaceRef, ITableRef, ITypeRef]:
|
|
3534
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_ce/__init__.py
CHANGED
|
@@ -2097,3 +2097,6 @@ def _typecheckingstub__8ebb0ce3955d4416c7a704b1a825b845e02eef926e8c0da3592ea7cce
|
|
|
2097
2097
|
) -> None:
|
|
2098
2098
|
"""Type checking stubs"""
|
|
2099
2099
|
pass
|
|
2100
|
+
|
|
2101
|
+
for cls in [IAnomalyMonitorRef, IAnomalySubscriptionRef, ICostCategoryRef]:
|
|
2102
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3241,3 +3241,6 @@ def _typecheckingstub__ba22afa55d26d44bc7ab216beab4c3cde2bb1d3e614622e603aa02f7a
|
|
|
3241
3241
|
) -> None:
|
|
3242
3242
|
"""Type checking stubs"""
|
|
3243
3243
|
pass
|
|
3244
|
+
|
|
3245
|
+
for cls in [IAccountRef, ICertificate, ICertificateRef]:
|
|
3246
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_chatbot/__init__.py
CHANGED
|
@@ -3361,3 +3361,6 @@ def _typecheckingstub__4fdcebb1f70802057ca456714a5cc7c631ffe294962d8635781dfb0f0
|
|
|
3361
3361
|
) -> None:
|
|
3362
3362
|
"""Type checking stubs"""
|
|
3363
3363
|
pass
|
|
3364
|
+
|
|
3365
|
+
for cls in [ICustomActionRef, IMicrosoftTeamsChannelConfigurationRef, ISlackChannelConfiguration, ISlackChannelConfigurationRef]:
|
|
3366
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11544,3 +11544,6 @@ def _typecheckingstub__1938eceb4a5ecd53da864bdcbc38554516e8fa365c0dec957d0fe1a8b
|
|
|
11544
11544
|
) -> None:
|
|
11545
11545
|
"""Type checking stubs"""
|
|
11546
11546
|
pass
|
|
11547
|
+
|
|
11548
|
+
for cls in [IAnalysisTemplateRef, ICollaborationRef, IConfiguredTableAssociationRef, IConfiguredTableRef, IIdMappingTableRef, IIdNamespaceAssociationRef, IMembershipRef, IPrivacyBudgetTemplateRef]:
|
|
11549
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -1077,3 +1077,6 @@ def _typecheckingstub__960bc53c7c406ea248f393051fd58abbf5074d22e0eb6439f849d7558
|
|
|
1077
1077
|
) -> None:
|
|
1078
1078
|
"""Type checking stubs"""
|
|
1079
1079
|
pass
|
|
1080
|
+
|
|
1081
|
+
for cls in [ITrainingDatasetRef]:
|
|
1082
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_cloud9/__init__.py
CHANGED
|
@@ -927,3 +927,6 @@ def _typecheckingstub__1f170b124bae07e704d39551c1b3c66810f3a968e777ec40f4c806bb7
|
|
|
927
927
|
) -> None:
|
|
928
928
|
"""Type checking stubs"""
|
|
929
929
|
pass
|
|
930
|
+
|
|
931
|
+
for cls in [IEnvironmentEC2Ref]:
|
|
932
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11647,3 +11647,6 @@ def _typecheckingstub__fac51adf50f1e69f50b22b703890060df479a7e66c5118fead502297e
|
|
|
11647
11647
|
) -> None:
|
|
11648
11648
|
"""Type checking stubs"""
|
|
11649
11649
|
pass
|
|
11650
|
+
|
|
11651
|
+
for cls in [ICustomResourceRef, IGuardHookRef, IHookDefaultVersionRef, IHookTypeConfigRef, IHookVersionRef, ILambdaHookRef, IMacroRef, IModuleDefaultVersionRef, IModuleVersionRef, IPublicTypeVersionRef, IPublisherRef, IResourceDefaultVersionRef, IResourceVersionRef, IStackRef, IStackSetRef, ITypeActivationRef, IWaitConditionHandleRef, IWaitConditionRef]:
|
|
11652
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -3265,7 +3265,12 @@ class CachedMethods(
|
|
|
3265
3265
|
@jsii.data_type(
|
|
3266
3266
|
jsii_type="aws-cdk-lib.aws_cloudfront.CfnAnycastIpListProps",
|
|
3267
3267
|
jsii_struct_bases=[],
|
|
3268
|
-
name_mapping={
|
|
3268
|
+
name_mapping={
|
|
3269
|
+
"ip_count": "ipCount",
|
|
3270
|
+
"name": "name",
|
|
3271
|
+
"ip_address_type": "ipAddressType",
|
|
3272
|
+
"tags": "tags",
|
|
3273
|
+
},
|
|
3269
3274
|
)
|
|
3270
3275
|
class CfnAnycastIpListProps:
|
|
3271
3276
|
def __init__(
|
|
@@ -3273,12 +3278,14 @@ class CfnAnycastIpListProps:
|
|
|
3273
3278
|
*,
|
|
3274
3279
|
ip_count: jsii.Number,
|
|
3275
3280
|
name: builtins.str,
|
|
3281
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
3276
3282
|
tags: typing.Optional[typing.Union["CfnAnycastIpList.TagsProperty", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
3277
3283
|
) -> None:
|
|
3278
3284
|
'''Properties for defining a ``CfnAnycastIpList``.
|
|
3279
3285
|
|
|
3280
3286
|
:param ip_count: The number of IP addresses in the Anycast static IP list.
|
|
3281
3287
|
:param name: The name of the Anycast static IP list.
|
|
3288
|
+
:param ip_address_type:
|
|
3282
3289
|
:param tags: A complex type that contains zero or more ``Tag`` elements.
|
|
3283
3290
|
|
|
3284
3291
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html
|
|
@@ -3295,6 +3302,7 @@ class CfnAnycastIpListProps:
|
|
|
3295
3302
|
name="name",
|
|
3296
3303
|
|
|
3297
3304
|
# the properties below are optional
|
|
3305
|
+
ip_address_type="ipAddressType",
|
|
3298
3306
|
tags=cloudfront.CfnAnycastIpList.TagsProperty(
|
|
3299
3307
|
items=[CfnTag(
|
|
3300
3308
|
key="key",
|
|
@@ -3309,11 +3317,14 @@ class CfnAnycastIpListProps:
|
|
|
3309
3317
|
type_hints = typing.get_type_hints(_typecheckingstub__0531888e60306e7fdb982a8f30e2606d9c2f13802b9db82d7dcaa3a2728264ee)
|
|
3310
3318
|
check_type(argname="argument ip_count", value=ip_count, expected_type=type_hints["ip_count"])
|
|
3311
3319
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
3320
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
3312
3321
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
3313
3322
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3314
3323
|
"ip_count": ip_count,
|
|
3315
3324
|
"name": name,
|
|
3316
3325
|
}
|
|
3326
|
+
if ip_address_type is not None:
|
|
3327
|
+
self._values["ip_address_type"] = ip_address_type
|
|
3317
3328
|
if tags is not None:
|
|
3318
3329
|
self._values["tags"] = tags
|
|
3319
3330
|
|
|
@@ -3337,6 +3348,14 @@ class CfnAnycastIpListProps:
|
|
|
3337
3348
|
assert result is not None, "Required property 'name' is missing"
|
|
3338
3349
|
return typing.cast(builtins.str, result)
|
|
3339
3350
|
|
|
3351
|
+
@builtins.property
|
|
3352
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
3353
|
+
'''
|
|
3354
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudfront-anycastiplist.html#cfn-cloudfront-anycastiplist-ipaddresstype
|
|
3355
|
+
'''
|
|
3356
|
+
result = self._values.get("ip_address_type")
|
|
3357
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3358
|
+
|
|
3340
3359
|
@builtins.property
|
|
3341
3360
|
def tags(self) -> typing.Optional["CfnAnycastIpList.TagsProperty"]:
|
|
3342
3361
|
'''A complex type that contains zero or more ``Tag`` elements.
|
|
@@ -13457,6 +13476,7 @@ class SecurityPolicyProtocol(enum.Enum):
|
|
|
13457
13476
|
TLS_V1_2_2018 = "TLS_V1_2_2018"
|
|
13458
13477
|
TLS_V1_2_2019 = "TLS_V1_2_2019"
|
|
13459
13478
|
TLS_V1_2_2021 = "TLS_V1_2_2021"
|
|
13479
|
+
TLS_V1_2_2025 = "TLS_V1_2_2025"
|
|
13460
13480
|
TLS_V1_3_2025 = "TLS_V1_3_2025"
|
|
13461
13481
|
|
|
13462
13482
|
|
|
@@ -14790,6 +14810,7 @@ class CfnAnycastIpList(
|
|
|
14790
14810
|
name="name",
|
|
14791
14811
|
|
|
14792
14812
|
# the properties below are optional
|
|
14813
|
+
ip_address_type="ipAddressType",
|
|
14793
14814
|
tags=cloudfront.CfnAnycastIpList.TagsProperty(
|
|
14794
14815
|
items=[CfnTag(
|
|
14795
14816
|
key="key",
|
|
@@ -14806,6 +14827,7 @@ class CfnAnycastIpList(
|
|
|
14806
14827
|
*,
|
|
14807
14828
|
ip_count: jsii.Number,
|
|
14808
14829
|
name: builtins.str,
|
|
14830
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
14809
14831
|
tags: typing.Optional[typing.Union["CfnAnycastIpList.TagsProperty", typing.Dict[builtins.str, typing.Any]]] = None,
|
|
14810
14832
|
) -> None:
|
|
14811
14833
|
'''
|
|
@@ -14813,13 +14835,16 @@ class CfnAnycastIpList(
|
|
|
14813
14835
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
14814
14836
|
:param ip_count: The number of IP addresses in the Anycast static IP list.
|
|
14815
14837
|
:param name: The name of the Anycast static IP list.
|
|
14838
|
+
:param ip_address_type:
|
|
14816
14839
|
:param tags: A complex type that contains zero or more ``Tag`` elements.
|
|
14817
14840
|
'''
|
|
14818
14841
|
if __debug__:
|
|
14819
14842
|
type_hints = typing.get_type_hints(_typecheckingstub__2b13827b228b7c298a17121364286edab0de8f14fd459f83803e07a1c878948b)
|
|
14820
14843
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14821
14844
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14822
|
-
props = CfnAnycastIpListProps(
|
|
14845
|
+
props = CfnAnycastIpListProps(
|
|
14846
|
+
ip_count=ip_count, name=name, ip_address_type=ip_address_type, tags=tags
|
|
14847
|
+
)
|
|
14823
14848
|
|
|
14824
14849
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
14825
14850
|
|
|
@@ -14925,6 +14950,18 @@ class CfnAnycastIpList(
|
|
|
14925
14950
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14926
14951
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
14927
14952
|
|
|
14953
|
+
@builtins.property
|
|
14954
|
+
@jsii.member(jsii_name="ipAddressType")
|
|
14955
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
14956
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressType"))
|
|
14957
|
+
|
|
14958
|
+
@ip_address_type.setter
|
|
14959
|
+
def ip_address_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
14960
|
+
if __debug__:
|
|
14961
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bdda08ac166df373a10568e7cb5f553dce85744030b95b9b2c0b38cd83c4b095)
|
|
14962
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
14963
|
+
jsii.set(self, "ipAddressType", value) # pyright: ignore[reportArgumentType]
|
|
14964
|
+
|
|
14928
14965
|
@builtins.property
|
|
14929
14966
|
@jsii.member(jsii_name="tags")
|
|
14930
14967
|
def tags(self) -> typing.Optional["CfnAnycastIpList.TagsProperty"]:
|
|
@@ -14949,6 +14986,7 @@ class CfnAnycastIpList(
|
|
|
14949
14986
|
"last_modified_time": "lastModifiedTime",
|
|
14950
14987
|
"name": "name",
|
|
14951
14988
|
"status": "status",
|
|
14989
|
+
"ip_address_type": "ipAddressType",
|
|
14952
14990
|
},
|
|
14953
14991
|
)
|
|
14954
14992
|
class AnycastIpListProperty:
|
|
@@ -14962,6 +15000,7 @@ class CfnAnycastIpList(
|
|
|
14962
15000
|
last_modified_time: builtins.str,
|
|
14963
15001
|
name: builtins.str,
|
|
14964
15002
|
status: builtins.str,
|
|
15003
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
14965
15004
|
) -> None:
|
|
14966
15005
|
'''An Anycast static IP list.
|
|
14967
15006
|
|
|
@@ -14974,6 +15013,7 @@ class CfnAnycastIpList(
|
|
|
14974
15013
|
:param last_modified_time: The last time the Anycast static IP list was modified.
|
|
14975
15014
|
:param name: The name of the Anycast static IP list.
|
|
14976
15015
|
:param status: The status of the Anycast static IP list. Valid values: ``Deployed`` , ``Deploying`` , or ``Failed`` .
|
|
15016
|
+
:param ip_address_type:
|
|
14977
15017
|
|
|
14978
15018
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-anycastiplist.html
|
|
14979
15019
|
:exampleMetadata: fixture=_generated
|
|
@@ -14991,7 +15031,10 @@ class CfnAnycastIpList(
|
|
|
14991
15031
|
ip_count=123,
|
|
14992
15032
|
last_modified_time="lastModifiedTime",
|
|
14993
15033
|
name="name",
|
|
14994
|
-
status="status"
|
|
15034
|
+
status="status",
|
|
15035
|
+
|
|
15036
|
+
# the properties below are optional
|
|
15037
|
+
ip_address_type="ipAddressType"
|
|
14995
15038
|
)
|
|
14996
15039
|
'''
|
|
14997
15040
|
if __debug__:
|
|
@@ -15003,6 +15046,7 @@ class CfnAnycastIpList(
|
|
|
15003
15046
|
check_type(argname="argument last_modified_time", value=last_modified_time, expected_type=type_hints["last_modified_time"])
|
|
15004
15047
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
15005
15048
|
check_type(argname="argument status", value=status, expected_type=type_hints["status"])
|
|
15049
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
15006
15050
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
15007
15051
|
"anycast_ips": anycast_ips,
|
|
15008
15052
|
"arn": arn,
|
|
@@ -15012,6 +15056,8 @@ class CfnAnycastIpList(
|
|
|
15012
15056
|
"name": name,
|
|
15013
15057
|
"status": status,
|
|
15014
15058
|
}
|
|
15059
|
+
if ip_address_type is not None:
|
|
15060
|
+
self._values["ip_address_type"] = ip_address_type
|
|
15015
15061
|
|
|
15016
15062
|
@builtins.property
|
|
15017
15063
|
def anycast_ips(self) -> typing.List[builtins.str]:
|
|
@@ -15085,6 +15131,14 @@ class CfnAnycastIpList(
|
|
|
15085
15131
|
assert result is not None, "Required property 'status' is missing"
|
|
15086
15132
|
return typing.cast(builtins.str, result)
|
|
15087
15133
|
|
|
15134
|
+
@builtins.property
|
|
15135
|
+
def ip_address_type(self) -> typing.Optional[builtins.str]:
|
|
15136
|
+
'''
|
|
15137
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-anycastiplist-anycastiplist.html#cfn-cloudfront-anycastiplist-anycastiplist-ipaddresstype
|
|
15138
|
+
'''
|
|
15139
|
+
result = self._values.get("ip_address_type")
|
|
15140
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15141
|
+
|
|
15088
15142
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
15089
15143
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
15090
15144
|
|
|
@@ -32141,6 +32195,7 @@ def _typecheckingstub__0531888e60306e7fdb982a8f30e2606d9c2f13802b9db82d7dcaa3a27
|
|
|
32141
32195
|
*,
|
|
32142
32196
|
ip_count: jsii.Number,
|
|
32143
32197
|
name: builtins.str,
|
|
32198
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
32144
32199
|
tags: typing.Optional[typing.Union[CfnAnycastIpList.TagsProperty, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
32145
32200
|
) -> None:
|
|
32146
32201
|
"""Type checking stubs"""
|
|
@@ -33130,6 +33185,7 @@ def _typecheckingstub__2b13827b228b7c298a17121364286edab0de8f14fd459f83803e07a1c
|
|
|
33130
33185
|
*,
|
|
33131
33186
|
ip_count: jsii.Number,
|
|
33132
33187
|
name: builtins.str,
|
|
33188
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
33133
33189
|
tags: typing.Optional[typing.Union[CfnAnycastIpList.TagsProperty, typing.Dict[builtins.str, typing.Any]]] = None,
|
|
33134
33190
|
) -> None:
|
|
33135
33191
|
"""Type checking stubs"""
|
|
@@ -33159,6 +33215,12 @@ def _typecheckingstub__ac37e78a6ea86b3ef0227ef8ab78147385ce1b63a99049def4d84be02
|
|
|
33159
33215
|
"""Type checking stubs"""
|
|
33160
33216
|
pass
|
|
33161
33217
|
|
|
33218
|
+
def _typecheckingstub__bdda08ac166df373a10568e7cb5f553dce85744030b95b9b2c0b38cd83c4b095(
|
|
33219
|
+
value: typing.Optional[builtins.str],
|
|
33220
|
+
) -> None:
|
|
33221
|
+
"""Type checking stubs"""
|
|
33222
|
+
pass
|
|
33223
|
+
|
|
33162
33224
|
def _typecheckingstub__b1d1dfdc7936ba000dfdec659315150c3bf594d4b2b99b2d3b37e510f78d7e57(
|
|
33163
33225
|
value: typing.Optional[CfnAnycastIpList.TagsProperty],
|
|
33164
33226
|
) -> None:
|
|
@@ -33174,6 +33236,7 @@ def _typecheckingstub__52438d74e9c64ccb0851ad4bbbcc3d1dab9c3fa5daeefa73f0df7ada7
|
|
|
33174
33236
|
last_modified_time: builtins.str,
|
|
33175
33237
|
name: builtins.str,
|
|
33176
33238
|
status: builtins.str,
|
|
33239
|
+
ip_address_type: typing.Optional[builtins.str] = None,
|
|
33177
33240
|
) -> None:
|
|
33178
33241
|
"""Type checking stubs"""
|
|
33179
33242
|
pass
|
|
@@ -35048,3 +35111,6 @@ def _typecheckingstub__5989cbf7079014eacde0ab3a45d42fc3fb56a2cf17ecfbacd7bc46da0
|
|
|
35048
35111
|
) -> None:
|
|
35049
35112
|
"""Type checking stubs"""
|
|
35050
35113
|
pass
|
|
35114
|
+
|
|
35115
|
+
for cls in [IAnycastIpListRef, ICachePolicy, ICachePolicyRef, ICloudFrontOriginAccessIdentityRef, IConnectionGroupRef, IContinuousDeploymentPolicyRef, IDistribution, IDistributionRef, IDistributionTenantRef, IFunction, IFunctionRef, IKeyGroup, IKeyGroupRef, IKeyValueStore, IKeyValueStoreRef, IMonitoringSubscriptionRef, IOrigin, IOriginAccessControl, IOriginAccessControlRef, IOriginAccessIdentity, IOriginRequestPolicy, IOriginRequestPolicyRef, IPublicKey, IPublicKeyRef, IRealtimeLogConfig, IRealtimeLogConfigRef, IResponseHeadersPolicy, IResponseHeadersPolicyRef, IStreamingDistributionRef, IVpcOrigin, IVpcOriginRef]:
|
|
35116
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -499,6 +499,7 @@ class EdgeFunction(
|
|
|
499
499
|
action: typing.Optional[builtins.str] = None,
|
|
500
500
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
501
501
|
function_url_auth_type: typing.Optional[_FunctionUrlAuthType_9c7b2c86] = None,
|
|
502
|
+
invoked_via_function_url: typing.Optional[builtins.bool] = None,
|
|
502
503
|
organization_id: typing.Optional[builtins.str] = None,
|
|
503
504
|
scope: typing.Optional[_constructs_77d1e7e8.Construct] = None,
|
|
504
505
|
source_account: typing.Optional[builtins.str] = None,
|
|
@@ -511,6 +512,7 @@ class EdgeFunction(
|
|
|
511
512
|
:param action: The Lambda actions that you want to allow in this statement. For example, you can specify lambda:CreateFunction to specify a certain action, or use a wildcard (``lambda:*``) to grant permission to all Lambda actions. For a list of actions, see Actions and Condition Context Keys for AWS Lambda in the IAM User Guide. Default: 'lambda:InvokeFunction'
|
|
512
513
|
:param event_source_token: A unique token that must be supplied by the principal invoking the function. Default: - The caller would not need to present a token.
|
|
513
514
|
:param function_url_auth_type: The authType for the function URL that you are granting permissions for. Default: - No functionUrlAuthType
|
|
515
|
+
:param invoked_via_function_url: The condition key for limiting the scope of lambda:InvokeFunction action to Function URL only. When set to true, it restricts the principal in this policy to perform invokes for the resource only via Function URLs. Default: - false
|
|
514
516
|
:param organization_id: The organization you want to grant permissions to. Use this ONLY if you need to grant permissions to a subset of the organization. If you want to grant permissions to the entire organization, sending the organization principal through the ``principal`` property will suffice. You can use this property to ensure that all source principals are owned by a specific organization. Default: - No organizationId
|
|
515
517
|
:param scope: The scope to which the permission constructs be attached. The default is the Lambda function construct itself, but this would need to be different in cases such as cross-stack references where the Permissions would need to sit closer to the consumer of this permission (i.e., the caller). Default: - The instance of lambda.IFunction
|
|
516
518
|
:param source_account: The AWS account ID (without hyphens) of the source owner. For example, if you specify an S3 bucket in the SourceArn property, this value is the bucket owner's account ID. You can use this property to ensure that all source principals are owned by a specific account.
|
|
@@ -524,6 +526,7 @@ class EdgeFunction(
|
|
|
524
526
|
action=action,
|
|
525
527
|
event_source_token=event_source_token,
|
|
526
528
|
function_url_auth_type=function_url_auth_type,
|
|
529
|
+
invoked_via_function_url=invoked_via_function_url,
|
|
527
530
|
organization_id=organization_id,
|
|
528
531
|
scope=scope,
|
|
529
532
|
source_account=source_account,
|
|
@@ -2196,6 +2199,7 @@ def _typecheckingstub__2eb22d84593be3f12d95da9b201a03a4c5bc3b744aa1e4ce7f555d5cd
|
|
|
2196
2199
|
action: typing.Optional[builtins.str] = None,
|
|
2197
2200
|
event_source_token: typing.Optional[builtins.str] = None,
|
|
2198
2201
|
function_url_auth_type: typing.Optional[_FunctionUrlAuthType_9c7b2c86] = None,
|
|
2202
|
+
invoked_via_function_url: typing.Optional[builtins.bool] = None,
|
|
2199
2203
|
organization_id: typing.Optional[builtins.str] = None,
|
|
2200
2204
|
scope: typing.Optional[_constructs_77d1e7e8.Construct] = None,
|
|
2201
2205
|
source_account: typing.Optional[builtins.str] = None,
|
|
@@ -851,6 +851,41 @@ cloudfront.Distribution(self, "Distribution",
|
|
|
851
851
|
)
|
|
852
852
|
```
|
|
853
853
|
|
|
854
|
+
### Configuring IP Address Type
|
|
855
|
+
|
|
856
|
+
You can specify which IP protocol CloudFront uses when connecting to your Lambda Function URL origin. By default, CloudFront uses IPv4 only.
|
|
857
|
+
|
|
858
|
+
```python
|
|
859
|
+
import aws_cdk.aws_lambda as lambda_
|
|
860
|
+
from aws_cdk.aws_cloudfront import OriginIpAddressType
|
|
861
|
+
|
|
862
|
+
# fn: lambda.Function
|
|
863
|
+
|
|
864
|
+
fn_url = fn.add_function_url(auth_type=lambda_.FunctionUrlAuthType.NONE)
|
|
865
|
+
|
|
866
|
+
# Uses default IPv4 only
|
|
867
|
+
cloudfront.Distribution(self, "Distribution",
|
|
868
|
+
default_behavior=cloudfront.BehaviorOptions(
|
|
869
|
+
origin=origins.FunctionUrlOrigin(fn_url)
|
|
870
|
+
)
|
|
871
|
+
)
|
|
872
|
+
|
|
873
|
+
# Explicitly specify IP address type
|
|
874
|
+
cloudfront.Distribution(self, "Distribution",
|
|
875
|
+
default_behavior=cloudfront.BehaviorOptions(
|
|
876
|
+
origin=origins.FunctionUrlOrigin(fn_url,
|
|
877
|
+
ip_address_type=OriginIpAddressType.DUALSTACK
|
|
878
|
+
)
|
|
879
|
+
)
|
|
880
|
+
)
|
|
881
|
+
```
|
|
882
|
+
|
|
883
|
+
Supported values for `ipAddressType`:
|
|
884
|
+
|
|
885
|
+
* `OriginIpAddressType.IPV4` - CloudFront uses IPv4 only to connect to the origin (default)
|
|
886
|
+
* `OriginIpAddressType.IPV6` - CloudFront uses IPv6 only to connect to the origin
|
|
887
|
+
* `OriginIpAddressType.DUALSTACK` - CloudFront uses both IPv4 and IPv6 to connect to the origin
|
|
888
|
+
|
|
854
889
|
### Lambda Function URL with Origin Access Control (OAC)
|
|
855
890
|
|
|
856
891
|
You can configure the Lambda Function URL with Origin Access Control (OAC) for enhanced security. When using OAC with Signing SIGV4_ALWAYS, it is recommended to set the Lambda Function URL authType to AWS_IAM to ensure proper authorization.
|
|
@@ -972,16 +1007,18 @@ class FunctionUrlOrigin(
|
|
|
972
1007
|
Example::
|
|
973
1008
|
|
|
974
1009
|
import aws_cdk.aws_lambda as lambda_
|
|
1010
|
+
|
|
975
1011
|
# fn: lambda.Function
|
|
976
1012
|
|
|
1013
|
+
fn_url = fn.add_function_url(auth_type=lambda_.FunctionUrlAuthType.NONE)
|
|
977
1014
|
|
|
978
|
-
|
|
979
|
-
auth_type=lambda_.FunctionUrlAuthType.AWS_IAM
|
|
980
|
-
)
|
|
981
|
-
|
|
982
|
-
cloudfront.Distribution(self, "MyDistribution",
|
|
1015
|
+
cloudfront.Distribution(self, "Distribution",
|
|
983
1016
|
default_behavior=cloudfront.BehaviorOptions(
|
|
984
|
-
origin=origins.FunctionUrlOrigin
|
|
1017
|
+
origin=origins.FunctionUrlOrigin(fn_url,
|
|
1018
|
+
read_timeout=Duration.seconds(30),
|
|
1019
|
+
response_completion_timeout=Duration.seconds(90),
|
|
1020
|
+
keepalive_timeout=Duration.seconds(45)
|
|
1021
|
+
)
|
|
985
1022
|
)
|
|
986
1023
|
)
|
|
987
1024
|
'''
|
|
@@ -990,6 +1027,7 @@ class FunctionUrlOrigin(
|
|
|
990
1027
|
self,
|
|
991
1028
|
lambda_function_url: _IFunctionUrl_1a74cd94,
|
|
992
1029
|
*,
|
|
1030
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
993
1031
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
994
1032
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
995
1033
|
origin_path: typing.Optional[builtins.str] = None,
|
|
@@ -1004,6 +1042,7 @@ class FunctionUrlOrigin(
|
|
|
1004
1042
|
) -> None:
|
|
1005
1043
|
'''
|
|
1006
1044
|
:param lambda_function_url: -
|
|
1045
|
+
:param ip_address_type: Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack to help optimize reliability. Default: OriginIpAddressType.IPV4
|
|
1007
1046
|
:param keepalive_timeout: Specifies how long, in seconds, CloudFront persists its connection to the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(5)
|
|
1008
1047
|
:param read_timeout: Specifies how long, in seconds, CloudFront waits for a response from the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(30)
|
|
1009
1048
|
:param origin_path: An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin. Must begin, but not end, with '/' (e.g., '/production/images'). Default: '/'
|
|
@@ -1020,6 +1059,7 @@ class FunctionUrlOrigin(
|
|
|
1020
1059
|
type_hints = typing.get_type_hints(_typecheckingstub__fcda903697b26acfe2149a285d5a64619682b675affb52f4ae2d1aca46c8f1c3)
|
|
1021
1060
|
check_type(argname="argument lambda_function_url", value=lambda_function_url, expected_type=type_hints["lambda_function_url"])
|
|
1022
1061
|
props = FunctionUrlOriginProps(
|
|
1062
|
+
ip_address_type=ip_address_type,
|
|
1023
1063
|
keepalive_timeout=keepalive_timeout,
|
|
1024
1064
|
read_timeout=read_timeout,
|
|
1025
1065
|
origin_path=origin_path,
|
|
@@ -1042,6 +1082,7 @@ class FunctionUrlOrigin(
|
|
|
1042
1082
|
lambda_function_url: _IFunctionUrl_1a74cd94,
|
|
1043
1083
|
*,
|
|
1044
1084
|
origin_access_control: typing.Optional[_IOriginAccessControl_82a6fe5a] = None,
|
|
1085
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
1045
1086
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1046
1087
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1047
1088
|
origin_path: typing.Optional[builtins.str] = None,
|
|
@@ -1058,6 +1099,7 @@ class FunctionUrlOrigin(
|
|
|
1058
1099
|
|
|
1059
1100
|
:param lambda_function_url: -
|
|
1060
1101
|
:param origin_access_control: An optional Origin Access Control. Default: - an Origin Access Control will be created.
|
|
1102
|
+
:param ip_address_type: Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack to help optimize reliability. Default: OriginIpAddressType.IPV4
|
|
1061
1103
|
:param keepalive_timeout: Specifies how long, in seconds, CloudFront persists its connection to the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(5)
|
|
1062
1104
|
:param read_timeout: Specifies how long, in seconds, CloudFront waits for a response from the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(30)
|
|
1063
1105
|
:param origin_path: An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin. Must begin, but not end, with '/' (e.g., '/production/images'). Default: '/'
|
|
@@ -1075,6 +1117,7 @@ class FunctionUrlOrigin(
|
|
|
1075
1117
|
check_type(argname="argument lambda_function_url", value=lambda_function_url, expected_type=type_hints["lambda_function_url"])
|
|
1076
1118
|
props = FunctionUrlOriginWithOACProps(
|
|
1077
1119
|
origin_access_control=origin_access_control,
|
|
1120
|
+
ip_address_type=ip_address_type,
|
|
1078
1121
|
keepalive_timeout=keepalive_timeout,
|
|
1079
1122
|
read_timeout=read_timeout,
|
|
1080
1123
|
origin_path=origin_path,
|
|
@@ -1316,6 +1359,7 @@ class FunctionUrlOriginBaseProps(_OriginProps_0675928d):
|
|
|
1316
1359
|
"origin_shield_region": "originShieldRegion",
|
|
1317
1360
|
"response_completion_timeout": "responseCompletionTimeout",
|
|
1318
1361
|
"origin_path": "originPath",
|
|
1362
|
+
"ip_address_type": "ipAddressType",
|
|
1319
1363
|
"keepalive_timeout": "keepaliveTimeout",
|
|
1320
1364
|
"read_timeout": "readTimeout",
|
|
1321
1365
|
},
|
|
@@ -1333,6 +1377,7 @@ class FunctionUrlOriginProps(_OriginProps_0675928d):
|
|
|
1333
1377
|
origin_shield_region: typing.Optional[builtins.str] = None,
|
|
1334
1378
|
response_completion_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1335
1379
|
origin_path: typing.Optional[builtins.str] = None,
|
|
1380
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
1336
1381
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1337
1382
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1338
1383
|
) -> None:
|
|
@@ -1347,6 +1392,7 @@ class FunctionUrlOriginProps(_OriginProps_0675928d):
|
|
|
1347
1392
|
:param origin_shield_region: When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance. Default: - origin shield not enabled
|
|
1348
1393
|
:param response_completion_timeout: The time that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection. Valid values are 1-3600 seconds, inclusive. Default: undefined - AWS CloudFront default is not enforcing a maximum value
|
|
1349
1394
|
:param origin_path: An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin. Must begin, but not end, with '/' (e.g., '/production/images'). Default: '/'
|
|
1395
|
+
:param ip_address_type: Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack to help optimize reliability. Default: OriginIpAddressType.IPV4
|
|
1350
1396
|
:param keepalive_timeout: Specifies how long, in seconds, CloudFront persists its connection to the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(5)
|
|
1351
1397
|
:param read_timeout: Specifies how long, in seconds, CloudFront waits for a response from the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(30)
|
|
1352
1398
|
|
|
@@ -1381,6 +1427,7 @@ class FunctionUrlOriginProps(_OriginProps_0675928d):
|
|
|
1381
1427
|
check_type(argname="argument origin_shield_region", value=origin_shield_region, expected_type=type_hints["origin_shield_region"])
|
|
1382
1428
|
check_type(argname="argument response_completion_timeout", value=response_completion_timeout, expected_type=type_hints["response_completion_timeout"])
|
|
1383
1429
|
check_type(argname="argument origin_path", value=origin_path, expected_type=type_hints["origin_path"])
|
|
1430
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
1384
1431
|
check_type(argname="argument keepalive_timeout", value=keepalive_timeout, expected_type=type_hints["keepalive_timeout"])
|
|
1385
1432
|
check_type(argname="argument read_timeout", value=read_timeout, expected_type=type_hints["read_timeout"])
|
|
1386
1433
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
@@ -1402,6 +1449,8 @@ class FunctionUrlOriginProps(_OriginProps_0675928d):
|
|
|
1402
1449
|
self._values["response_completion_timeout"] = response_completion_timeout
|
|
1403
1450
|
if origin_path is not None:
|
|
1404
1451
|
self._values["origin_path"] = origin_path
|
|
1452
|
+
if ip_address_type is not None:
|
|
1453
|
+
self._values["ip_address_type"] = ip_address_type
|
|
1405
1454
|
if keepalive_timeout is not None:
|
|
1406
1455
|
self._values["keepalive_timeout"] = keepalive_timeout
|
|
1407
1456
|
if read_timeout is not None:
|
|
@@ -1506,6 +1555,17 @@ class FunctionUrlOriginProps(_OriginProps_0675928d):
|
|
|
1506
1555
|
result = self._values.get("origin_path")
|
|
1507
1556
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1508
1557
|
|
|
1558
|
+
@builtins.property
|
|
1559
|
+
def ip_address_type(self) -> typing.Optional[_OriginIpAddressType_1c01e1a0]:
|
|
1560
|
+
'''Specifies which IP protocol CloudFront uses when connecting to your origin.
|
|
1561
|
+
|
|
1562
|
+
If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack to help optimize reliability.
|
|
1563
|
+
|
|
1564
|
+
:default: OriginIpAddressType.IPV4
|
|
1565
|
+
'''
|
|
1566
|
+
result = self._values.get("ip_address_type")
|
|
1567
|
+
return typing.cast(typing.Optional[_OriginIpAddressType_1c01e1a0], result)
|
|
1568
|
+
|
|
1509
1569
|
@builtins.property
|
|
1510
1570
|
def keepalive_timeout(self) -> typing.Optional[_Duration_4839e8c3]:
|
|
1511
1571
|
'''Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
|
@@ -1559,6 +1619,7 @@ class FunctionUrlOriginProps(_OriginProps_0675928d):
|
|
|
1559
1619
|
"origin_shield_region": "originShieldRegion",
|
|
1560
1620
|
"response_completion_timeout": "responseCompletionTimeout",
|
|
1561
1621
|
"origin_path": "originPath",
|
|
1622
|
+
"ip_address_type": "ipAddressType",
|
|
1562
1623
|
"keepalive_timeout": "keepaliveTimeout",
|
|
1563
1624
|
"read_timeout": "readTimeout",
|
|
1564
1625
|
"origin_access_control": "originAccessControl",
|
|
@@ -1577,6 +1638,7 @@ class FunctionUrlOriginWithOACProps(FunctionUrlOriginProps):
|
|
|
1577
1638
|
origin_shield_region: typing.Optional[builtins.str] = None,
|
|
1578
1639
|
response_completion_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1579
1640
|
origin_path: typing.Optional[builtins.str] = None,
|
|
1641
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
1580
1642
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1581
1643
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
1582
1644
|
origin_access_control: typing.Optional[_IOriginAccessControl_82a6fe5a] = None,
|
|
@@ -1592,6 +1654,7 @@ class FunctionUrlOriginWithOACProps(FunctionUrlOriginProps):
|
|
|
1592
1654
|
:param origin_shield_region: When you enable Origin Shield in the AWS Region that has the lowest latency to your origin, you can get better network performance. Default: - origin shield not enabled
|
|
1593
1655
|
:param response_completion_timeout: The time that a request from CloudFront to the origin can stay open and wait for a response. If the complete response isn't received from the origin by this time, CloudFront ends the connection. Valid values are 1-3600 seconds, inclusive. Default: undefined - AWS CloudFront default is not enforcing a maximum value
|
|
1594
1656
|
:param origin_path: An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the origin. Must begin, but not end, with '/' (e.g., '/production/images'). Default: '/'
|
|
1657
|
+
:param ip_address_type: Specifies which IP protocol CloudFront uses when connecting to your origin. If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack to help optimize reliability. Default: OriginIpAddressType.IPV4
|
|
1595
1658
|
:param keepalive_timeout: Specifies how long, in seconds, CloudFront persists its connection to the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(5)
|
|
1596
1659
|
:param read_timeout: Specifies how long, in seconds, CloudFront waits for a response from the origin. The valid range is from 1 to 180 seconds, inclusive. Note that values over 60 seconds are possible only after a limit increase request for the origin response timeout quota has been approved in the target account; otherwise, values over 60 seconds will produce an error at deploy time. Default: Duration.seconds(30)
|
|
1597
1660
|
:param origin_access_control: An optional Origin Access Control. Default: - an Origin Access Control will be created.
|
|
@@ -1634,6 +1697,7 @@ class FunctionUrlOriginWithOACProps(FunctionUrlOriginProps):
|
|
|
1634
1697
|
check_type(argname="argument origin_shield_region", value=origin_shield_region, expected_type=type_hints["origin_shield_region"])
|
|
1635
1698
|
check_type(argname="argument response_completion_timeout", value=response_completion_timeout, expected_type=type_hints["response_completion_timeout"])
|
|
1636
1699
|
check_type(argname="argument origin_path", value=origin_path, expected_type=type_hints["origin_path"])
|
|
1700
|
+
check_type(argname="argument ip_address_type", value=ip_address_type, expected_type=type_hints["ip_address_type"])
|
|
1637
1701
|
check_type(argname="argument keepalive_timeout", value=keepalive_timeout, expected_type=type_hints["keepalive_timeout"])
|
|
1638
1702
|
check_type(argname="argument read_timeout", value=read_timeout, expected_type=type_hints["read_timeout"])
|
|
1639
1703
|
check_type(argname="argument origin_access_control", value=origin_access_control, expected_type=type_hints["origin_access_control"])
|
|
@@ -1656,6 +1720,8 @@ class FunctionUrlOriginWithOACProps(FunctionUrlOriginProps):
|
|
|
1656
1720
|
self._values["response_completion_timeout"] = response_completion_timeout
|
|
1657
1721
|
if origin_path is not None:
|
|
1658
1722
|
self._values["origin_path"] = origin_path
|
|
1723
|
+
if ip_address_type is not None:
|
|
1724
|
+
self._values["ip_address_type"] = ip_address_type
|
|
1659
1725
|
if keepalive_timeout is not None:
|
|
1660
1726
|
self._values["keepalive_timeout"] = keepalive_timeout
|
|
1661
1727
|
if read_timeout is not None:
|
|
@@ -1762,6 +1828,17 @@ class FunctionUrlOriginWithOACProps(FunctionUrlOriginProps):
|
|
|
1762
1828
|
result = self._values.get("origin_path")
|
|
1763
1829
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1764
1830
|
|
|
1831
|
+
@builtins.property
|
|
1832
|
+
def ip_address_type(self) -> typing.Optional[_OriginIpAddressType_1c01e1a0]:
|
|
1833
|
+
'''Specifies which IP protocol CloudFront uses when connecting to your origin.
|
|
1834
|
+
|
|
1835
|
+
If your origin uses both IPv4 and IPv6 protocols, you can choose dualstack to help optimize reliability.
|
|
1836
|
+
|
|
1837
|
+
:default: OriginIpAddressType.IPV4
|
|
1838
|
+
'''
|
|
1839
|
+
result = self._values.get("ip_address_type")
|
|
1840
|
+
return typing.cast(typing.Optional[_OriginIpAddressType_1c01e1a0], result)
|
|
1841
|
+
|
|
1765
1842
|
@builtins.property
|
|
1766
1843
|
def keepalive_timeout(self) -> typing.Optional[_Duration_4839e8c3]:
|
|
1767
1844
|
'''Specifies how long, in seconds, CloudFront persists its connection to the origin.
|
|
@@ -5770,6 +5847,7 @@ publication.publish()
|
|
|
5770
5847
|
def _typecheckingstub__fcda903697b26acfe2149a285d5a64619682b675affb52f4ae2d1aca46c8f1c3(
|
|
5771
5848
|
lambda_function_url: _IFunctionUrl_1a74cd94,
|
|
5772
5849
|
*,
|
|
5850
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
5773
5851
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5774
5852
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5775
5853
|
origin_path: typing.Optional[builtins.str] = None,
|
|
@@ -5789,6 +5867,7 @@ def _typecheckingstub__b4d59b7721f41be7903dbcffeddd34d596392d2c8d2a4110f31a4dacd
|
|
|
5789
5867
|
lambda_function_url: _IFunctionUrl_1a74cd94,
|
|
5790
5868
|
*,
|
|
5791
5869
|
origin_access_control: typing.Optional[_IOriginAccessControl_82a6fe5a] = None,
|
|
5870
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
5792
5871
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5793
5872
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5794
5873
|
origin_path: typing.Optional[builtins.str] = None,
|
|
@@ -5830,6 +5909,7 @@ def _typecheckingstub__56d340a9ac5dd93c6aa22cb98bcbc860fb23f8d247b53c2cd1a51ecd8
|
|
|
5830
5909
|
origin_shield_region: typing.Optional[builtins.str] = None,
|
|
5831
5910
|
response_completion_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5832
5911
|
origin_path: typing.Optional[builtins.str] = None,
|
|
5912
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
5833
5913
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5834
5914
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5835
5915
|
) -> None:
|
|
@@ -5847,6 +5927,7 @@ def _typecheckingstub__56968af993436ccfcac0aa6a57169f1a033078c10740d435d086816ad
|
|
|
5847
5927
|
origin_shield_region: typing.Optional[builtins.str] = None,
|
|
5848
5928
|
response_completion_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5849
5929
|
origin_path: typing.Optional[builtins.str] = None,
|
|
5930
|
+
ip_address_type: typing.Optional[_OriginIpAddressType_1c01e1a0] = None,
|
|
5850
5931
|
keepalive_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5851
5932
|
read_timeout: typing.Optional[_Duration_4839e8c3] = None,
|
|
5852
5933
|
origin_access_control: typing.Optional[_IOriginAccessControl_82a6fe5a] = None,
|
|
@@ -6556,3 +6556,6 @@ def _typecheckingstub__c36e7d325732c46967fd652ce7b5b56b5b548efaa4c260b4d0918a84e
|
|
|
6556
6556
|
) -> None:
|
|
6557
6557
|
"""Type checking stubs"""
|
|
6558
6558
|
pass
|
|
6559
|
+
|
|
6560
|
+
for cls in [IChannelRef, IDashboardRef, IEventDataStoreRef, IResourcePolicyRef, ITrailRef]:
|
|
6561
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|