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
|
@@ -471,27 +471,6 @@ class CfnInferenceScheduler(
|
|
|
471
471
|
|
|
472
472
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
473
473
|
|
|
474
|
-
@jsii.member(jsii_name="fromInferenceSchedulerArn")
|
|
475
|
-
@builtins.classmethod
|
|
476
|
-
def from_inference_scheduler_arn(
|
|
477
|
-
cls,
|
|
478
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
479
|
-
id: builtins.str,
|
|
480
|
-
arn: builtins.str,
|
|
481
|
-
) -> IInferenceSchedulerRef:
|
|
482
|
-
'''Creates a new IInferenceSchedulerRef from an ARN.
|
|
483
|
-
|
|
484
|
-
:param scope: -
|
|
485
|
-
:param id: -
|
|
486
|
-
:param arn: -
|
|
487
|
-
'''
|
|
488
|
-
if __debug__:
|
|
489
|
-
type_hints = typing.get_type_hints(_typecheckingstub__39beab2fec8994633590fe702cc2df5275e7a7f2455f97bd05355c0fb9066377)
|
|
490
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
491
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
492
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
493
|
-
return typing.cast(IInferenceSchedulerRef, jsii.sinvoke(cls, "fromInferenceSchedulerArn", [scope, id, arn]))
|
|
494
|
-
|
|
495
474
|
@jsii.member(jsii_name="inspect")
|
|
496
475
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
497
476
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1117,14 +1096,6 @@ def _typecheckingstub__28ccba613c6dd6bc7182eb74423ae99fe0414b38931a2a99663f06223
|
|
|
1117
1096
|
"""Type checking stubs"""
|
|
1118
1097
|
pass
|
|
1119
1098
|
|
|
1120
|
-
def _typecheckingstub__39beab2fec8994633590fe702cc2df5275e7a7f2455f97bd05355c0fb9066377(
|
|
1121
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
1122
|
-
id: builtins.str,
|
|
1123
|
-
arn: builtins.str,
|
|
1124
|
-
) -> None:
|
|
1125
|
-
"""Type checking stubs"""
|
|
1126
|
-
pass
|
|
1127
|
-
|
|
1128
1099
|
def _typecheckingstub__7167477c3b30b5c0c05007b3e6a0e9c319ace9e6a36c4ad6090f5287a068261b(
|
|
1129
1100
|
inspector: _TreeInspector_488e0dd5,
|
|
1130
1101
|
) -> None:
|
|
@@ -1231,3 +1202,6 @@ def _typecheckingstub__fb0d81a8f7d08eb09064e590d12abb5c157e04a91342de057e7389f26
|
|
|
1231
1202
|
) -> None:
|
|
1232
1203
|
"""Type checking stubs"""
|
|
1233
1204
|
pass
|
|
1205
|
+
|
|
1206
|
+
for cls in [IInferenceSchedulerRef]:
|
|
1207
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -591,7 +591,13 @@ class CfnAlert(
|
|
|
591
591
|
metaclass=jsii.JSIIMeta,
|
|
592
592
|
jsii_type="aws-cdk-lib.aws_lookoutmetrics.CfnAlert",
|
|
593
593
|
):
|
|
594
|
-
'''
|
|
594
|
+
'''.. epigraph::
|
|
595
|
+
|
|
596
|
+
End of support notice: On Oct 9, 2025, AWS will end support for Amazon Lookout for Metrics.
|
|
597
|
+
|
|
598
|
+
After Oct 9, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see `Amazon Lookout for Metrics end of support <https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/>`_ .
|
|
599
|
+
|
|
600
|
+
The ``AWS::LookoutMetrics::Alert`` type creates an alert for an anomaly detector.
|
|
595
601
|
|
|
596
602
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-alert.html
|
|
597
603
|
:cloudformationResource: AWS::LookoutMetrics::Alert
|
|
@@ -1004,7 +1010,13 @@ class CfnAnomalyDetector(
|
|
|
1004
1010
|
metaclass=jsii.JSIIMeta,
|
|
1005
1011
|
jsii_type="aws-cdk-lib.aws_lookoutmetrics.CfnAnomalyDetector",
|
|
1006
1012
|
):
|
|
1007
|
-
'''
|
|
1013
|
+
'''.. epigraph::
|
|
1014
|
+
|
|
1015
|
+
End of support notice: On Oct 9, 2025, AWS will end support for Amazon Lookout for Metrics.
|
|
1016
|
+
|
|
1017
|
+
After Oct 9, 2025, you will no longer be able to access the Amazon Lookout for Metrics console or Amazon Lookout for Metrics resources. For more information, see `Amazon Lookout for Metrics end of support <https://docs.aws.amazon.com//blogs/machine-learning/transitioning-off-amazon-lookout-for-metrics/>`_ .
|
|
1018
|
+
|
|
1019
|
+
The ``AWS::LookoutMetrics::AnomalyDetector`` type creates an anomaly detector.
|
|
1008
1020
|
|
|
1009
1021
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lookoutmetrics-anomalydetector.html
|
|
1010
1022
|
:cloudformationResource: AWS::LookoutMetrics::AnomalyDetector
|
|
@@ -3208,3 +3220,6 @@ def _typecheckingstub__b0e193c483b7f0f4ee9e4f34c456400f9886edb4320e33f47274503e4
|
|
|
3208
3220
|
) -> None:
|
|
3209
3221
|
"""Type checking stubs"""
|
|
3210
3222
|
pass
|
|
3223
|
+
|
|
3224
|
+
for cls in [IAlertRef, IAnomalyDetectorRef]:
|
|
3225
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -440,3 +440,6 @@ def _typecheckingstub__e1f4170a767549b8248365a6b8ae0370362abd74419aadf2a50d24ecc
|
|
|
440
440
|
) -> None:
|
|
441
441
|
"""Type checking stubs"""
|
|
442
442
|
pass
|
|
443
|
+
|
|
444
|
+
for cls in [IProjectRef]:
|
|
445
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_m2/__init__.py
CHANGED
|
@@ -422,13 +422,13 @@ class CfnEnvironmentProps:
|
|
|
422
422
|
:param name: The name of the runtime environment.
|
|
423
423
|
:param description: The description of the runtime environment.
|
|
424
424
|
:param engine_version: The version of the runtime engine.
|
|
425
|
-
:param high_availability_config: Defines the details of a high availability configuration.
|
|
425
|
+
:param high_availability_config: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the details of a high availability configuration.
|
|
426
426
|
:param kms_key_id: The identifier of a customer managed key.
|
|
427
427
|
:param network_type: The network type supported by the runtime environment.
|
|
428
428
|
:param preferred_maintenance_window: Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ``ddd:hh24:mi-ddd:hh24:mi`` and must be less than 24 hours. The following two examples are valid maintenance windows: ``sun:23:45-mon:00:15`` or ``sat:01:00-sat:03:00`` . If you do not provide a value, a random system-generated value will be assigned.
|
|
429
429
|
:param publicly_accessible: Specifies whether the runtime environment is publicly accessible.
|
|
430
430
|
:param security_group_ids: The list of security groups for the VPC associated with this runtime environment.
|
|
431
|
-
:param storage_configurations: Defines the storage configuration for a runtime environment.
|
|
431
|
+
:param storage_configurations: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the storage configuration for a runtime environment.
|
|
432
432
|
:param subnet_ids: The list of subnets associated with the VPC for this runtime environment.
|
|
433
433
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
434
434
|
|
|
@@ -569,7 +569,13 @@ class CfnEnvironmentProps:
|
|
|
569
569
|
def high_availability_config(
|
|
570
570
|
self,
|
|
571
571
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.HighAvailabilityConfigProperty"]]:
|
|
572
|
-
'''
|
|
572
|
+
'''.. epigraph::
|
|
573
|
+
|
|
574
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
575
|
+
|
|
576
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
577
|
+
|
|
578
|
+
Defines the details of a high availability configuration.
|
|
573
579
|
|
|
574
580
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-highavailabilityconfig
|
|
575
581
|
'''
|
|
@@ -631,7 +637,13 @@ class CfnEnvironmentProps:
|
|
|
631
637
|
def storage_configurations(
|
|
632
638
|
self,
|
|
633
639
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.StorageConfigurationProperty"]]]]:
|
|
634
|
-
'''
|
|
640
|
+
'''.. epigraph::
|
|
641
|
+
|
|
642
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
643
|
+
|
|
644
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
645
|
+
|
|
646
|
+
Defines the storage configuration for a runtime environment.
|
|
635
647
|
|
|
636
648
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-storageconfigurations
|
|
637
649
|
'''
|
|
@@ -1214,7 +1226,13 @@ class CfnDeployment(
|
|
|
1214
1226
|
metaclass=jsii.JSIIMeta,
|
|
1215
1227
|
jsii_type="aws-cdk-lib.aws_m2.CfnDeployment",
|
|
1216
1228
|
):
|
|
1217
|
-
'''
|
|
1229
|
+
'''.. epigraph::
|
|
1230
|
+
|
|
1231
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
1232
|
+
|
|
1233
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
1234
|
+
|
|
1235
|
+
Creates and starts a deployment to deploy an application into a runtime environment.
|
|
1218
1236
|
|
|
1219
1237
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html
|
|
1220
1238
|
:cloudformationResource: AWS::M2::Deployment
|
|
@@ -1439,13 +1457,13 @@ class CfnEnvironment(
|
|
|
1439
1457
|
:param name: The name of the runtime environment.
|
|
1440
1458
|
:param description: The description of the runtime environment.
|
|
1441
1459
|
:param engine_version: The version of the runtime engine.
|
|
1442
|
-
:param high_availability_config: Defines the details of a high availability configuration.
|
|
1460
|
+
:param high_availability_config: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the details of a high availability configuration.
|
|
1443
1461
|
:param kms_key_id: The identifier of a customer managed key.
|
|
1444
1462
|
:param network_type: The network type supported by the runtime environment.
|
|
1445
1463
|
:param preferred_maintenance_window: Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ``ddd:hh24:mi-ddd:hh24:mi`` and must be less than 24 hours. The following two examples are valid maintenance windows: ``sun:23:45-mon:00:15`` or ``sat:01:00-sat:03:00`` . If you do not provide a value, a random system-generated value will be assigned.
|
|
1446
1464
|
:param publicly_accessible: Specifies whether the runtime environment is publicly accessible.
|
|
1447
1465
|
:param security_group_ids: The list of security groups for the VPC associated with this runtime environment.
|
|
1448
|
-
:param storage_configurations: Defines the storage configuration for a runtime environment.
|
|
1466
|
+
:param storage_configurations: .. epigraph:: AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ . Defines the storage configuration for a runtime environment.
|
|
1449
1467
|
:param subnet_ids: The list of subnets associated with the VPC for this runtime environment.
|
|
1450
1468
|
:param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
|
|
1451
1469
|
'''
|
|
@@ -1607,7 +1625,9 @@ class CfnEnvironment(
|
|
|
1607
1625
|
def high_availability_config(
|
|
1608
1626
|
self,
|
|
1609
1627
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.HighAvailabilityConfigProperty"]]:
|
|
1610
|
-
'''
|
|
1628
|
+
'''.. epigraph::
|
|
1629
|
+
|
|
1630
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.'''
|
|
1611
1631
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.HighAvailabilityConfigProperty"]], jsii.get(self, "highAvailabilityConfig"))
|
|
1612
1632
|
|
|
1613
1633
|
@high_availability_config.setter
|
|
@@ -1701,7 +1721,9 @@ class CfnEnvironment(
|
|
|
1701
1721
|
def storage_configurations(
|
|
1702
1722
|
self,
|
|
1703
1723
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.StorageConfigurationProperty"]]]]:
|
|
1704
|
-
'''
|
|
1724
|
+
'''.. epigraph::
|
|
1725
|
+
|
|
1726
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.'''
|
|
1705
1727
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnEnvironment.StorageConfigurationProperty"]]]], jsii.get(self, "storageConfigurations"))
|
|
1706
1728
|
|
|
1707
1729
|
@storage_configurations.setter
|
|
@@ -1755,7 +1777,13 @@ class CfnEnvironment(
|
|
|
1755
1777
|
file_system_id: builtins.str,
|
|
1756
1778
|
mount_point: builtins.str,
|
|
1757
1779
|
) -> None:
|
|
1758
|
-
'''
|
|
1780
|
+
'''.. epigraph::
|
|
1781
|
+
|
|
1782
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
1783
|
+
|
|
1784
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
1785
|
+
|
|
1786
|
+
Defines the storage configuration for an Amazon EFS file system.
|
|
1759
1787
|
|
|
1760
1788
|
:param file_system_id: The file system identifier.
|
|
1761
1789
|
:param mount_point: The mount point for the file system.
|
|
@@ -1826,7 +1854,13 @@ class CfnEnvironment(
|
|
|
1826
1854
|
file_system_id: builtins.str,
|
|
1827
1855
|
mount_point: builtins.str,
|
|
1828
1856
|
) -> None:
|
|
1829
|
-
'''
|
|
1857
|
+
'''.. epigraph::
|
|
1858
|
+
|
|
1859
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
1860
|
+
|
|
1861
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
1862
|
+
|
|
1863
|
+
Defines the storage configuration for an Amazon FSx file system.
|
|
1830
1864
|
|
|
1831
1865
|
:param file_system_id: The file system identifier.
|
|
1832
1866
|
:param mount_point: The mount point for the file system.
|
|
@@ -1892,7 +1926,13 @@ class CfnEnvironment(
|
|
|
1892
1926
|
)
|
|
1893
1927
|
class HighAvailabilityConfigProperty:
|
|
1894
1928
|
def __init__(self, *, desired_capacity: jsii.Number) -> None:
|
|
1895
|
-
'''
|
|
1929
|
+
'''.. epigraph::
|
|
1930
|
+
|
|
1931
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
1932
|
+
|
|
1933
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
1934
|
+
|
|
1935
|
+
Defines the details of a high availability configuration.
|
|
1896
1936
|
|
|
1897
1937
|
:param desired_capacity: The number of instances in a high availability configuration. The minimum possible value is 1 and the maximum is 100.
|
|
1898
1938
|
|
|
@@ -1951,7 +1991,13 @@ class CfnEnvironment(
|
|
|
1951
1991
|
efs: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.EfsStorageConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1952
1992
|
fsx: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.FsxStorageConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1953
1993
|
) -> None:
|
|
1954
|
-
'''
|
|
1994
|
+
'''.. epigraph::
|
|
1995
|
+
|
|
1996
|
+
AWS Mainframe Modernization Service (Managed Runtime Environment experience) will no longer be open to new customers starting on November 7, 2025.
|
|
1997
|
+
|
|
1998
|
+
If you would like to use the service, please sign up prior to November 7, 2025. For capabilities similar to AWS Mainframe Modernization Service (Managed Runtime Environment experience) explore AWS Mainframe Modernization Service (Self-Managed Experience). Existing customers can continue to use the service as normal. For more information, see `AWS Mainframe Modernization availability change <https://docs.aws.amazon.com/m2/latest/userguide/mainframe-modernization-availability-change.html>`_ .
|
|
1999
|
+
|
|
2000
|
+
Defines the storage configuration for a runtime environment.
|
|
1955
2001
|
|
|
1956
2002
|
:param efs: Defines the storage configuration for an Amazon EFS file system.
|
|
1957
2003
|
:param fsx: Defines the storage configuration for an Amazon FSx file system.
|
|
@@ -2366,3 +2412,6 @@ def _typecheckingstub__be54682f3b71055b15a50a83ac3cb959dac840823bb036ddd8f40b086
|
|
|
2366
2412
|
) -> None:
|
|
2367
2413
|
"""Type checking stubs"""
|
|
2368
2414
|
pass
|
|
2415
|
+
|
|
2416
|
+
for cls in [IApplicationRef, IDeploymentRef, IEnvironmentRef]:
|
|
2417
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
aws_cdk/aws_macie/__init__.py
CHANGED
|
@@ -2709,3 +2709,6 @@ def _typecheckingstub__8e25551195a36935d5b88ee54046aee0f17d2de93fdfb0eaa1a2571fd
|
|
|
2709
2709
|
) -> None:
|
|
2710
2710
|
"""Type checking stubs"""
|
|
2711
2711
|
pass
|
|
2712
|
+
|
|
2713
|
+
for cls in [IAllowListRef, ICustomDataIdentifierRef, IFindingsFilterRef, ISessionRef]:
|
|
2714
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2471,3 +2471,6 @@ def _typecheckingstub__17aa04ca4abfb63493c324177d7e99bb4c80136ba0c4e225db7ff9fd5
|
|
|
2471
2471
|
) -> None:
|
|
2472
2472
|
"""Type checking stubs"""
|
|
2473
2473
|
pass
|
|
2474
|
+
|
|
2475
|
+
for cls in [IAccessorRef, IMemberRef, INodeRef]:
|
|
2476
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -11942,3 +11942,6 @@ def _typecheckingstub__f67f020f764410bf45106fcabf15d8329d4bbbd3768cac4cd170ba103
|
|
|
11942
11942
|
) -> None:
|
|
11943
11943
|
"""Type checking stubs"""
|
|
11944
11944
|
pass
|
|
11945
|
+
|
|
11946
|
+
for cls in [IBridgeOutputRef, IBridgeRef, IBridgeSourceRef, IFlowEntitlementRef, IFlowOutputRef, IFlowRef, IFlowSourceRef, IFlowVpcInterfaceRef, IGatewayRef]:
|
|
11947
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|
|
@@ -2125,3 +2125,6 @@ def _typecheckingstub__0f40a2466cbcd54418fd8402f9b79ae297cbdc53819c461dd9bde5aa9
|
|
|
2125
2125
|
) -> None:
|
|
2126
2126
|
"""Type checking stubs"""
|
|
2127
2127
|
pass
|
|
2128
|
+
|
|
2129
|
+
for cls in [IJobTemplateRef, IPresetRef, IQueueRef]:
|
|
2130
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|