aws-cdk-lib 2.132.1__py3-none-any.whl → 2.134.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 +9 -1
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.132.1.jsii.tgz → aws-cdk-lib@2.134.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +12 -10
- aws_cdk/aws_apigatewayv2/__init__.py +112 -6
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +155 -3
- aws_cdk/aws_appconfig/__init__.py +186 -8
- aws_cdk/aws_appintegrations/__init__.py +551 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +6 -6
- aws_cdk/aws_appsync/__init__.py +71 -0
- aws_cdk/aws_autoscaling/__init__.py +10 -14
- aws_cdk/aws_b2bi/__init__.py +2 -42
- aws_cdk/aws_backup/__init__.py +23 -12
- aws_cdk/aws_batch/__init__.py +2150 -1078
- aws_cdk/aws_bedrock/__init__.py +197 -2
- aws_cdk/aws_cloudformation/__init__.py +1 -1
- aws_cdk/aws_cloudfront/__init__.py +4 -4
- aws_cdk/aws_cloudtrail/__init__.py +44 -14
- aws_cdk/aws_cloudwatch/__init__.py +20 -4
- aws_cdk/aws_codeartifact/__init__.py +812 -2
- aws_cdk/aws_codebuild/__init__.py +32 -10
- aws_cdk/aws_codepipeline/__init__.py +33 -11
- aws_cdk/aws_cognito/__init__.py +49 -44
- aws_cdk/aws_connect/__init__.py +256 -0
- aws_cdk/aws_controltower/__init__.py +4 -4
- aws_cdk/aws_datasync/__init__.py +393 -13
- aws_cdk/aws_dlm/__init__.py +2 -2
- aws_cdk/aws_docdbelastic/__init__.py +117 -0
- aws_cdk/aws_dynamodb/__init__.py +416 -5
- aws_cdk/aws_ec2/__init__.py +590 -134
- aws_cdk/aws_ecs/__init__.py +29 -20
- aws_cdk/aws_ecs_patterns/__init__.py +52 -12
- aws_cdk/aws_eks/__init__.py +27 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +6 -9
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +363 -62
- aws_cdk/aws_emr/__init__.py +7 -4
- aws_cdk/aws_entityresolution/__init__.py +91 -64
- aws_cdk/aws_fsx/__init__.py +7 -7
- aws_cdk/aws_glue/__init__.py +137 -3
- aws_cdk/aws_iam/__init__.py +9 -10
- aws_cdk/aws_internetmonitor/__init__.py +85 -0
- aws_cdk/aws_iotsitewise/__init__.py +208 -198
- aws_cdk/aws_iotwireless/__init__.py +6 -5
- aws_cdk/aws_kafkaconnect/__init__.py +1237 -162
- aws_cdk/aws_kendra/__init__.py +34 -24
- aws_cdk/aws_kinesisanalytics/__init__.py +37 -37
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +37 -37
- aws_cdk/aws_kinesisfirehose/__init__.py +6 -2
- aws_cdk/aws_lambda/__init__.py +16 -16
- aws_cdk/aws_msk/__init__.py +88 -0
- aws_cdk/aws_opensearchservice/__init__.py +61 -18
- aws_cdk/aws_pinpoint/__init__.py +42 -0
- aws_cdk/aws_rds/__init__.py +1292 -216
- aws_cdk/aws_redshift/__init__.py +6 -3
- aws_cdk/aws_redshiftserverless/__init__.py +0 -157
- aws_cdk/aws_sagemaker/__init__.py +29 -9
- aws_cdk/aws_shield/__init__.py +7 -8
- aws_cdk/aws_ssm/__init__.py +15 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +476 -0
- aws_cdk/aws_synthetics/__init__.py +74 -14
- aws_cdk/aws_transfer/__init__.py +4 -3
- aws_cdk/aws_wafv2/__init__.py +516 -42
- aws_cdk/cx_api/__init__.py +34 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/RECORD +69 -69
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_backup/__init__.py
CHANGED
|
@@ -2465,7 +2465,7 @@ class CfnBackupPlan(
|
|
|
2465
2465
|
|
|
2466
2466
|
:param delete_after_days: Specifies the number of days after creation that a recovery point is deleted. Must be greater than ``MoveToColdStorageAfterDays`` .
|
|
2467
2467
|
:param move_to_cold_storage_after_days: Specifies the number of days after creation that a recovery point is moved to cold storage.
|
|
2468
|
-
:param opt_in_to_archive_for_supported_resources:
|
|
2468
|
+
:param opt_in_to_archive_for_supported_resources: Optional Boolean. If this is true, this setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.
|
|
2469
2469
|
|
|
2470
2470
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-lifecycleresourcetype.html
|
|
2471
2471
|
:exampleMetadata: fixture=_generated
|
|
@@ -2519,7 +2519,10 @@ class CfnBackupPlan(
|
|
|
2519
2519
|
def opt_in_to_archive_for_supported_resources(
|
|
2520
2520
|
self,
|
|
2521
2521
|
) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
|
|
2522
|
-
'''
|
|
2522
|
+
'''Optional Boolean.
|
|
2523
|
+
|
|
2524
|
+
If this is true, this setting will instruct your backup plan to transition supported resources to archive (cold) storage tier in accordance with your lifecycle settings.
|
|
2525
|
+
|
|
2523
2526
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-lifecycleresourcetype.html#cfn-backup-backupplan-lifecycleresourcetype-optintoarchiveforsupportedresources
|
|
2524
2527
|
'''
|
|
2525
2528
|
result = self._values.get("opt_in_to_archive_for_supported_resources")
|
|
@@ -4936,10 +4939,10 @@ class CfnReportPlan(
|
|
|
4936
4939
|
'''Contains detailed information about a report setting.
|
|
4937
4940
|
|
|
4938
4941
|
:param report_template: Identifies the report template for the report. Reports are built using a report template. The report templates are:. ``RESOURCE_COMPLIANCE_REPORT | CONTROL_COMPLIANCE_REPORT | BACKUP_JOB_REPORT | COPY_JOB_REPORT | RESTORE_JOB_REPORT``
|
|
4939
|
-
:param accounts: These are the accounts to be included in the report.
|
|
4942
|
+
:param accounts: These are the accounts to be included in the report. Use string value of ``ROOT`` to include all organizational units.
|
|
4940
4943
|
:param framework_arns: The Amazon Resource Names (ARNs) of the frameworks a report covers.
|
|
4941
4944
|
:param organization_units: These are the Organizational Units to be included in the report.
|
|
4942
|
-
:param regions: These are the Regions to be included in the report.
|
|
4945
|
+
:param regions: These are the Regions to be included in the report. Use the wildcard as the string value to include all Regions.
|
|
4943
4946
|
|
|
4944
4947
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-reportplan-reportsetting.html
|
|
4945
4948
|
:exampleMetadata: fixture=_generated
|
|
@@ -4995,6 +4998,8 @@ class CfnReportPlan(
|
|
|
4995
4998
|
def accounts(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
4996
4999
|
'''These are the accounts to be included in the report.
|
|
4997
5000
|
|
|
5001
|
+
Use string value of ``ROOT`` to include all organizational units.
|
|
5002
|
+
|
|
4998
5003
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-reportplan-reportsetting.html#cfn-backup-reportplan-reportsetting-accounts
|
|
4999
5004
|
'''
|
|
5000
5005
|
result = self._values.get("accounts")
|
|
@@ -5022,6 +5027,8 @@ class CfnReportPlan(
|
|
|
5022
5027
|
def regions(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5023
5028
|
'''These are the Regions to be included in the report.
|
|
5024
5029
|
|
|
5030
|
+
Use the wildcard as the string value to include all Regions.
|
|
5031
|
+
|
|
5025
5032
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-reportplan-reportsetting.html#cfn-backup-reportplan-reportsetting-regions
|
|
5026
5033
|
'''
|
|
5027
5034
|
result = self._values.get("regions")
|
|
@@ -5237,7 +5244,7 @@ class CfnRestoreTestingPlan(
|
|
|
5237
5244
|
:param scope: Scope in which this resource is defined.
|
|
5238
5245
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5239
5246
|
:param recovery_point_selection: The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
|
5240
|
-
:param restore_testing_plan_name:
|
|
5247
|
+
:param restore_testing_plan_name: The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
|
|
5241
5248
|
:param schedule_expression: A CRON expression in specified timezone when a restore testing plan is executed.
|
|
5242
5249
|
:param schedule_expression_timezone: Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
|
|
5243
5250
|
:param start_window_hours: Defaults to 24 hours. A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
|
|
@@ -5329,7 +5336,7 @@ class CfnRestoreTestingPlan(
|
|
|
5329
5336
|
@builtins.property
|
|
5330
5337
|
@jsii.member(jsii_name="restoreTestingPlanName")
|
|
5331
5338
|
def restore_testing_plan_name(self) -> builtins.str:
|
|
5332
|
-
'''
|
|
5339
|
+
'''The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.'''
|
|
5333
5340
|
return typing.cast(builtins.str, jsii.get(self, "restoreTestingPlanName"))
|
|
5334
5341
|
|
|
5335
5342
|
@restore_testing_plan_name.setter
|
|
@@ -5549,7 +5556,7 @@ class CfnRestoreTestingPlanProps:
|
|
|
5549
5556
|
'''Properties for defining a ``CfnRestoreTestingPlan``.
|
|
5550
5557
|
|
|
5551
5558
|
:param recovery_point_selection: The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
|
5552
|
-
:param restore_testing_plan_name:
|
|
5559
|
+
:param restore_testing_plan_name: The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
|
|
5553
5560
|
:param schedule_expression: A CRON expression in specified timezone when a restore testing plan is executed.
|
|
5554
5561
|
:param schedule_expression_timezone: Optional. This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
|
|
5555
5562
|
:param start_window_hours: Defaults to 24 hours. A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
|
|
@@ -5620,7 +5627,9 @@ class CfnRestoreTestingPlanProps:
|
|
|
5620
5627
|
|
|
5621
5628
|
@builtins.property
|
|
5622
5629
|
def restore_testing_plan_name(self) -> builtins.str:
|
|
5623
|
-
'''
|
|
5630
|
+
'''The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.
|
|
5631
|
+
|
|
5632
|
+
This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
|
|
5624
5633
|
|
|
5625
5634
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingplan.html#cfn-backup-restoretestingplan-restoretestingplanname
|
|
5626
5635
|
'''
|
|
@@ -5758,7 +5767,7 @@ class CfnRestoreTestingSelection(
|
|
|
5758
5767
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5759
5768
|
:param iam_role_arn: The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target resource; for example: ``arn:aws:iam::123456789012:role/S3Access`` .
|
|
5760
5769
|
:param protected_resource_type: The type of AWS resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.
|
|
5761
|
-
:param restore_testing_plan_name:
|
|
5770
|
+
:param restore_testing_plan_name: Unique string that is the name of the restore testing plan. The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.
|
|
5762
5771
|
:param restore_testing_selection_name: This is the unique name of the restore testing selection that belongs to the related restore testing plan.
|
|
5763
5772
|
:param protected_resource_arns: You can include specific ARNs, such as ``ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]`` or you can include a wildcard: ``ProtectedResourceArns: ["*"]`` , but not both.
|
|
5764
5773
|
:param protected_resource_conditions: In a resource testing selection, this parameter filters by specific conditions such as ``StringEquals`` or ``StringNotEquals`` .
|
|
@@ -5846,7 +5855,7 @@ class CfnRestoreTestingSelection(
|
|
|
5846
5855
|
@builtins.property
|
|
5847
5856
|
@jsii.member(jsii_name="restoreTestingPlanName")
|
|
5848
5857
|
def restore_testing_plan_name(self) -> builtins.str:
|
|
5849
|
-
'''
|
|
5858
|
+
'''Unique string that is the name of the restore testing plan.'''
|
|
5850
5859
|
return typing.cast(builtins.str, jsii.get(self, "restoreTestingPlanName"))
|
|
5851
5860
|
|
|
5852
5861
|
@restore_testing_plan_name.setter
|
|
@@ -6131,7 +6140,7 @@ class CfnRestoreTestingSelectionProps:
|
|
|
6131
6140
|
|
|
6132
6141
|
:param iam_role_arn: The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target resource; for example: ``arn:aws:iam::123456789012:role/S3Access`` .
|
|
6133
6142
|
:param protected_resource_type: The type of AWS resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.
|
|
6134
|
-
:param restore_testing_plan_name:
|
|
6143
|
+
:param restore_testing_plan_name: Unique string that is the name of the restore testing plan. The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.
|
|
6135
6144
|
:param restore_testing_selection_name: This is the unique name of the restore testing selection that belongs to the related restore testing plan.
|
|
6136
6145
|
:param protected_resource_arns: You can include specific ARNs, such as ``ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]`` or you can include a wildcard: ``ProtectedResourceArns: ["*"]`` , but not both.
|
|
6137
6146
|
:param protected_resource_conditions: In a resource testing selection, this parameter filters by specific conditions such as ``StringEquals`` or ``StringNotEquals`` .
|
|
@@ -6222,7 +6231,9 @@ class CfnRestoreTestingSelectionProps:
|
|
|
6222
6231
|
|
|
6223
6232
|
@builtins.property
|
|
6224
6233
|
def restore_testing_plan_name(self) -> builtins.str:
|
|
6225
|
-
'''
|
|
6234
|
+
'''Unique string that is the name of the restore testing plan.
|
|
6235
|
+
|
|
6236
|
+
The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.
|
|
6226
6237
|
|
|
6227
6238
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingselection.html#cfn-backup-restoretestingselection-restoretestingplanname
|
|
6228
6239
|
'''
|