aws-cdk-lib 2.138.0__py3-none-any.whl → 2.139.1__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.

Files changed (37) hide show
  1. aws_cdk/_jsii/__init__.py +1 -1
  2. aws_cdk/_jsii/{aws-cdk-lib@2.138.0.jsii.tgz → aws-cdk-lib@2.139.1.jsii.tgz} +0 -0
  3. aws_cdk/aws_apigateway/__init__.py +29 -16
  4. aws_cdk/aws_appconfig/__init__.py +289 -44
  5. aws_cdk/aws_appintegrations/__init__.py +55 -6
  6. aws_cdk/aws_autoscaling/__init__.py +62 -60
  7. aws_cdk/aws_backup/__init__.py +34 -42
  8. aws_cdk/aws_batch/__init__.py +9 -3
  9. aws_cdk/aws_bedrock/__init__.py +4144 -0
  10. aws_cdk/aws_cloudwatch/__init__.py +120 -0
  11. aws_cdk/aws_datazone/__init__.py +22 -0
  12. aws_cdk/aws_dms/__init__.py +2 -4
  13. aws_cdk/aws_ec2/__init__.py +123 -84
  14. aws_cdk/aws_ecr/__init__.py +630 -0
  15. aws_cdk/aws_ecs/__init__.py +121 -19
  16. aws_cdk/aws_efs/__init__.py +592 -0
  17. aws_cdk/aws_elasticloadbalancingv2/__init__.py +23 -8
  18. aws_cdk/aws_events_targets/__init__.py +17 -4
  19. aws_cdk/aws_kms/__init__.py +44 -0
  20. aws_cdk/aws_lambda/__init__.py +9 -0
  21. aws_cdk/aws_oam/__init__.py +204 -0
  22. aws_cdk/aws_rds/__init__.py +15 -11
  23. aws_cdk/aws_redshiftserverless/__init__.py +157 -0
  24. aws_cdk/aws_securitylake/__init__.py +160 -105
  25. aws_cdk/aws_ses_actions/__init__.py +155 -0
  26. aws_cdk/aws_ssm/__init__.py +5 -2
  27. aws_cdk/aws_timestream/__init__.py +1045 -0
  28. aws_cdk/aws_transfer/__init__.py +15 -6
  29. aws_cdk/aws_wisdom/__init__.py +2 -2
  30. aws_cdk/custom_resources/__init__.py +440 -0
  31. aws_cdk/cx_api/__init__.py +17 -0
  32. {aws_cdk_lib-2.138.0.dist-info → aws_cdk_lib-2.139.1.dist-info}/METADATA +1 -1
  33. {aws_cdk_lib-2.138.0.dist-info → aws_cdk_lib-2.139.1.dist-info}/RECORD +37 -37
  34. {aws_cdk_lib-2.138.0.dist-info → aws_cdk_lib-2.139.1.dist-info}/LICENSE +0 -0
  35. {aws_cdk_lib-2.138.0.dist-info → aws_cdk_lib-2.139.1.dist-info}/NOTICE +0 -0
  36. {aws_cdk_lib-2.138.0.dist-info → aws_cdk_lib-2.139.1.dist-info}/WHEEL +0 -0
  37. {aws_cdk_lib-2.138.0.dist-info → aws_cdk_lib-2.139.1.dist-info}/top_level.txt +0 -0
@@ -1781,7 +1781,7 @@ class CfnBackupPlan(
1781
1781
  :param scope: Scope in which this resource is defined.
1782
1782
  :param id: Construct identifier for this resource (unique in its scope).
1783
1783
  :param backup_plan: Uniquely identifies the backup plan to be associated with the selection of resources.
1784
- :param backup_plan_tags: To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
1784
+ :param backup_plan_tags: The tags to assign to the backup plan.
1785
1785
  '''
1786
1786
  if __debug__:
1787
1787
  type_hints = typing.get_type_hints(_typecheckingstub__8250888ac08b345ef300cc4ce53cc267858e31401cdc7b6a427c98f5b05a644a)
@@ -1888,7 +1888,7 @@ class CfnBackupPlan(
1888
1888
  def backup_plan_tags(
1889
1889
  self,
1890
1890
  ) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
1891
- '''To help organize your resources, you can assign your own metadata to the resources that you create.'''
1891
+ '''The tags to assign to the backup plan.'''
1892
1892
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "backupPlanTags"))
1893
1893
 
1894
1894
  @backup_plan_tags.setter
@@ -2161,7 +2161,7 @@ class CfnBackupPlan(
2161
2161
  :param copy_actions: An array of CopyAction objects, which contains the details of the copy operation.
2162
2162
  :param enable_continuous_backup: Enables continuous backup and point-in-time restores (PITR).
2163
2163
  :param lifecycle: The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. AWS Backup transitions and expires backups automatically according to the lifecycle that you define.
2164
- :param recovery_point_tags: To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair.
2164
+ :param recovery_point_tags: The tags to assign to the resources.
2165
2165
  :param schedule_expression: A CRON expression specifying when AWS Backup initiates a backup job.
2166
2166
  :param schedule_expression_timezone: 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.
2167
2167
  :param start_window_minutes: An optional value that specifies a period of time in minutes after a backup is scheduled before a job is canceled if it doesn't start successfully. If this value is included, it must be at least 60 minutes to avoid errors.
@@ -2308,9 +2308,7 @@ class CfnBackupPlan(
2308
2308
  def recovery_point_tags(
2309
2309
  self,
2310
2310
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
2311
- '''To help organize your resources, you can assign your own metadata to the resources that you create.
2312
-
2313
- Each tag is a key-value pair.
2311
+ '''The tags to assign to the resources.
2314
2312
 
2315
2313
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-backupruleresourcetype.html#cfn-backup-backupplan-backupruleresourcetype-recoverypointtags
2316
2314
  '''
@@ -2468,7 +2466,7 @@ class CfnBackupPlan(
2468
2466
 
2469
2467
  :param delete_after_days: Specifies the number of days after creation that a recovery point is deleted. Must be greater than ``MoveToColdStorageAfterDays`` .
2470
2468
  :param move_to_cold_storage_after_days: Specifies the number of days after creation that a recovery point is moved to cold storage.
2471
- :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
+ :param opt_in_to_archive_for_supported_resources: If the value is true, your backup plan transitions supported resources to archive (cold) storage tier in accordance with your lifecycle settings.
2472
2470
 
2473
2471
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-lifecycleresourcetype.html
2474
2472
  :exampleMetadata: fixture=_generated
@@ -2522,9 +2520,7 @@ class CfnBackupPlan(
2522
2520
  def opt_in_to_archive_for_supported_resources(
2523
2521
  self,
2524
2522
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
2525
- '''Optional Boolean.
2526
-
2527
- 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.
2523
+ '''If the value is true, your backup plan transitions supported resources to archive (cold) storage tier in accordance with your lifecycle settings.
2528
2524
 
2529
2525
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-backupplan-lifecycleresourcetype.html#cfn-backup-backupplan-lifecycleresourcetype-optintoarchiveforsupportedresources
2530
2526
  '''
@@ -2558,7 +2554,7 @@ class CfnBackupPlanProps:
2558
2554
  '''Properties for defining a ``CfnBackupPlan``.
2559
2555
 
2560
2556
  :param backup_plan: Uniquely identifies the backup plan to be associated with the selection of resources.
2561
- :param backup_plan_tags: To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
2557
+ :param backup_plan_tags: The tags to assign to the backup plan.
2562
2558
 
2563
2559
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html
2564
2560
  :exampleMetadata: fixture=_generated
@@ -2643,9 +2639,7 @@ class CfnBackupPlanProps:
2643
2639
  def backup_plan_tags(
2644
2640
  self,
2645
2641
  ) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
2646
- '''To help organize your resources, you can assign your own metadata to the resources that you create.
2647
-
2648
- Each tag is a key-value pair. The specified tags are assigned to all backups created with this plan.
2642
+ '''The tags to assign to the backup plan.
2649
2643
 
2650
2644
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupplan.html#cfn-backup-backupplan-backupplantags
2651
2645
  '''
@@ -3007,6 +3001,8 @@ class CfnBackupSelection(
3007
3001
  ) -> None:
3008
3002
  '''Includes information about tags you define to assign tagged resources to a backup plan.
3009
3003
 
3004
+ Include the prefix ``aws:ResourceTag`` in your tags. For example, ``"aws:ResourceTag/TagKey1": "Value1"`` .
3005
+
3010
3006
  :param condition_key: The key in a key-value pair. For example, in the tag ``Department: Accounting`` , ``Department`` is the key.
3011
3007
  :param condition_value: The value in a key-value pair. For example, in the tag ``Department: Accounting`` , ``Accounting`` is the value.
3012
3008
 
@@ -3457,7 +3453,7 @@ class CfnBackupVault(
3457
3453
  :param id: Construct identifier for this resource (unique in its scope).
3458
3454
  :param backup_vault_name: The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
3459
3455
  :param access_policy: A resource-based policy that is used to manage access permissions on the target backup vault.
3460
- :param backup_vault_tags: Metadata that you can assign to help organize your backup vaults. Each tag is a key-value pair.
3456
+ :param backup_vault_tags: The tags to assign to the backup vault.
3461
3457
  :param encryption_key_arn: A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management; for example, ``arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`` . If you specify a key, you must specify its ARN, not its alias. If you do not specify a key, AWS Backup creates a KMS key for you by default. To learn which AWS Backup services support full AWS Backup management and how AWS Backup handles encryption for backups from services that do not yet support full AWS Backup , see `Encryption for backups in AWS Backup <https://docs.aws.amazon.com/aws-backup/latest/devguide/encryption.html>`_
3462
3458
  :param lock_configuration: Configuration for `AWS Backup Vault Lock <https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html>`_ .
3463
3459
  :param notifications: The SNS event notifications for the specified backup vault.
@@ -3571,7 +3567,7 @@ class CfnBackupVault(
3571
3567
  def backup_vault_tags(
3572
3568
  self,
3573
3569
  ) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
3574
- '''Metadata that you can assign to help organize your backup vaults.'''
3570
+ '''The tags to assign to the backup vault.'''
3575
3571
  return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "backupVaultTags"))
3576
3572
 
3577
3573
  @backup_vault_tags.setter
@@ -3851,7 +3847,7 @@ class CfnBackupVaultProps:
3851
3847
 
3852
3848
  :param backup_vault_name: The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens.
3853
3849
  :param access_policy: A resource-based policy that is used to manage access permissions on the target backup vault.
3854
- :param backup_vault_tags: Metadata that you can assign to help organize your backup vaults. Each tag is a key-value pair.
3850
+ :param backup_vault_tags: The tags to assign to the backup vault.
3855
3851
  :param encryption_key_arn: A server-side encryption key you can specify to encrypt your backups from services that support full AWS Backup management; for example, ``arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab`` . If you specify a key, you must specify its ARN, not its alias. If you do not specify a key, AWS Backup creates a KMS key for you by default. To learn which AWS Backup services support full AWS Backup management and how AWS Backup handles encryption for backups from services that do not yet support full AWS Backup , see `Encryption for backups in AWS Backup <https://docs.aws.amazon.com/aws-backup/latest/devguide/encryption.html>`_
3856
3852
  :param lock_configuration: Configuration for `AWS Backup Vault Lock <https://docs.aws.amazon.com/aws-backup/latest/devguide/vault-lock.html>`_ .
3857
3853
  :param notifications: The SNS event notifications for the specified backup vault.
@@ -3936,9 +3932,7 @@ class CfnBackupVaultProps:
3936
3932
  def backup_vault_tags(
3937
3933
  self,
3938
3934
  ) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
3939
- '''Metadata that you can assign to help organize your backup vaults.
3940
-
3941
- Each tag is a key-value pair.
3935
+ '''The tags to assign to the backup vault.
3942
3936
 
3943
3937
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-backupvault.html#cfn-backup-backupvault-backupvaulttags
3944
3938
  '''
@@ -4054,7 +4048,7 @@ class CfnFramework(
4054
4048
  :param framework_controls: Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.
4055
4049
  :param framework_description: An optional description of the framework with a maximum 1,024 characters.
4056
4050
  :param framework_name: The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
4057
- :param framework_tags: The tags to add your framework.
4051
+ :param framework_tags: The tags to assign to your framework.
4058
4052
  '''
4059
4053
  if __debug__:
4060
4054
  type_hints = typing.get_type_hints(_typecheckingstub__762b6f2cf173ed987e2f05e55b691e4e8e14552591e05b26b7f7f4e08e3c739d)
@@ -4197,7 +4191,7 @@ class CfnFramework(
4197
4191
  @builtins.property
4198
4192
  @jsii.member(jsii_name="frameworkTags")
4199
4193
  def framework_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4200
- '''The tags to add your framework.'''
4194
+ '''The tags to assign to your framework.'''
4201
4195
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "frameworkTags"))
4202
4196
 
4203
4197
  @framework_tags.setter
@@ -4225,7 +4219,7 @@ class CfnFramework(
4225
4219
  parameter_name: builtins.str,
4226
4220
  parameter_value: builtins.str,
4227
4221
  ) -> None:
4228
- '''A list of parameters for a control.
4222
+ '''The parameters for a control.
4229
4223
 
4230
4224
  A control can have zero, one, or more than one parameter. An example of a control with two parameters is: "backup plan frequency is at least ``daily`` and the retention period is at least ``1 year`` ". The first parameter is ``daily`` . The second parameter is ``1 year`` .
4231
4225
 
@@ -4411,7 +4405,7 @@ class CfnFramework(
4411
4405
  Each framework must contain at least one control.
4412
4406
 
4413
4407
  :param control_name: The name of a control. This name is between 1 and 256 characters.
4414
- :param control_input_parameters: A list of ``ParameterName`` and ``ParameterValue`` pairs.
4408
+ :param control_input_parameters: The name/value pairs.
4415
4409
  :param control_scope: The scope of a control. The control scope defines what the control will evaluate. Three examples of control scopes are: a specific backup plan, all backup plans with a specific tag, or all backup plans. For more information, see ```ControlScope`` . <https://docs.aws.amazon.com/aws-backup/latest/devguide/API_ControlScope.html>`_
4416
4410
 
4417
4411
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-framework-frameworkcontrol.html
@@ -4465,7 +4459,7 @@ class CfnFramework(
4465
4459
  def control_input_parameters(
4466
4460
  self,
4467
4461
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFramework.ControlInputParameterProperty"]]]]:
4468
- '''A list of ``ParameterName`` and ``ParameterValue`` pairs.
4462
+ '''The name/value pairs.
4469
4463
 
4470
4464
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-framework-frameworkcontrol.html#cfn-backup-framework-frameworkcontrol-controlinputparameters
4471
4465
  '''
@@ -4521,7 +4515,7 @@ class CfnFrameworkProps:
4521
4515
  :param framework_controls: Contains detailed information about all of the controls of a framework. Each framework must contain at least one control.
4522
4516
  :param framework_description: An optional description of the framework with a maximum 1,024 characters.
4523
4517
  :param framework_name: The unique name of a framework. This name is between 1 and 256 characters, starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
4524
- :param framework_tags: The tags to add your framework.
4518
+ :param framework_tags: The tags to assign to your framework.
4525
4519
 
4526
4520
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-framework.html
4527
4521
  :exampleMetadata: fixture=_generated
@@ -4607,7 +4601,7 @@ class CfnFrameworkProps:
4607
4601
 
4608
4602
  @builtins.property
4609
4603
  def framework_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4610
- '''The tags to add your framework.
4604
+ '''The tags to assign to your framework.
4611
4605
 
4612
4606
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-framework.html#cfn-backup-framework-frameworktags
4613
4607
  '''
@@ -4685,7 +4679,7 @@ class CfnReportPlan(
4685
4679
  :param report_setting: 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`` If the report template is ``RESOURCE_COMPLIANCE_REPORT`` or ``CONTROL_COMPLIANCE_REPORT`` , this API resource also describes the report coverage by AWS Regions and frameworks.
4686
4680
  :param report_plan_description: An optional description of the report plan with a maximum 1,024 characters.
4687
4681
  :param report_plan_name: The unique name of the report plan. This name is between 1 and 256 characters starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
4688
- :param report_plan_tags: A list of tags to tag your report plan.
4682
+ :param report_plan_tags: The tags to assign to your report plan.
4689
4683
  '''
4690
4684
  if __debug__:
4691
4685
  type_hints = typing.get_type_hints(_typecheckingstub__5c6528de906751786b24f01244334abf14ddb763be763a416a6d4f3c8b779828)
@@ -4809,7 +4803,7 @@ class CfnReportPlan(
4809
4803
  @builtins.property
4810
4804
  @jsii.member(jsii_name="reportPlanTags")
4811
4805
  def report_plan_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
4812
- '''A list of tags to tag your report plan.'''
4806
+ '''The tags to assign to your report plan.'''
4813
4807
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "reportPlanTags"))
4814
4808
 
4815
4809
  @report_plan_tags.setter
@@ -4842,7 +4836,7 @@ class CfnReportPlan(
4842
4836
  '''Contains information from your report plan about where to deliver your reports, specifically your Amazon S3 bucket name, S3 key prefix, and the formats of your reports.
4843
4837
 
4844
4838
  :param s3_bucket_name: The unique name of the S3 bucket that receives your reports.
4845
- :param formats: A list of the format of your reports: ``CSV`` , ``JSON`` , or both. If not specified, the default format is ``CSV`` .
4839
+ :param formats: The format of your reports: ``CSV`` , ``JSON`` , or both. If not specified, the default format is ``CSV`` .
4846
4840
  :param s3_key_prefix: The prefix for where AWS Backup Audit Manager delivers your reports to Amazon S3. The prefix is this part of the following path: s3://your-bucket-name/ ``prefix`` /Backup/us-west-2/year/month/day/report-name. If not specified, there is no prefix.
4847
4841
 
4848
4842
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-backup-reportplan-reportdeliverychannel.html
@@ -4887,7 +4881,7 @@ class CfnReportPlan(
4887
4881
 
4888
4882
  @builtins.property
4889
4883
  def formats(self) -> typing.Optional[typing.List[builtins.str]]:
4890
- '''A list of the format of your reports: ``CSV`` , ``JSON`` , or both.
4884
+ '''The format of your reports: ``CSV`` , ``JSON`` , or both.
4891
4885
 
4892
4886
  If not specified, the default format is ``CSV`` .
4893
4887
 
@@ -5076,7 +5070,7 @@ class CfnReportPlanProps:
5076
5070
  :param report_setting: 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`` If the report template is ``RESOURCE_COMPLIANCE_REPORT`` or ``CONTROL_COMPLIANCE_REPORT`` , this API resource also describes the report coverage by AWS Regions and frameworks.
5077
5071
  :param report_plan_description: An optional description of the report plan with a maximum 1,024 characters.
5078
5072
  :param report_plan_name: The unique name of the report plan. This name is between 1 and 256 characters starting with a letter, and consisting of letters (a-z, A-Z), numbers (0-9), and underscores (_).
5079
- :param report_plan_tags: A list of tags to tag your report plan.
5073
+ :param report_plan_tags: The tags to assign to your report plan.
5080
5074
 
5081
5075
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.html
5082
5076
  :exampleMetadata: fixture=_generated
@@ -5167,7 +5161,7 @@ class CfnReportPlanProps:
5167
5161
 
5168
5162
  @builtins.property
5169
5163
  def report_plan_tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
5170
- '''A list of tags to tag your report plan.
5164
+ '''The tags to assign to your report plan.
5171
5165
 
5172
5166
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-reportplan.html#cfn-backup-reportplan-reportplantags
5173
5167
  '''
@@ -5192,11 +5186,9 @@ class CfnRestoreTestingPlan(
5192
5186
  metaclass=jsii.JSIIMeta,
5193
5187
  jsii_type="aws-cdk-lib.aws_backup.CfnRestoreTestingPlan",
5194
5188
  ):
5195
- '''This is the first of two steps to create a restore testing plan;
5196
-
5197
- once this request is successful, finish the procedure with request CreateRestoreTestingSelection.
5189
+ '''Creates a restore testing plan.
5198
5190
 
5199
- You must include the parameter RestoreTestingPlan. You may optionally include CreatorRequestId and Tags.
5191
+ The first of two steps to create a restore testing plan. After this request is successful, finish the procedure using CreateRestoreTestingSelection.
5200
5192
 
5201
5193
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingplan.html
5202
5194
  :cloudformationResource: AWS::Backup::RestoreTestingPlan
@@ -5783,7 +5775,7 @@ class CfnRestoreTestingSelection(
5783
5775
  :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`` .
5784
5776
  :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.
5785
5777
  :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.
5786
- :param restore_testing_selection_name: This is the unique name of the restore testing selection that belongs to the related restore testing plan.
5778
+ :param restore_testing_selection_name: The unique name of the restore testing selection that belongs to the related restore testing plan.
5787
5779
  :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.
5788
5780
  :param protected_resource_conditions: In a resource testing selection, this parameter filters by specific conditions such as ``StringEquals`` or ``StringNotEquals`` .
5789
5781
  :param restore_metadata_overrides: You can override certain restore metadata keys by including the parameter ``RestoreMetadataOverrides`` in the body of ``RestoreTestingSelection`` . Key values are not case sensitive. See the complete list of `restore testing inferred metadata <https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html>`_ .
@@ -5883,7 +5875,7 @@ class CfnRestoreTestingSelection(
5883
5875
  @builtins.property
5884
5876
  @jsii.member(jsii_name="restoreTestingSelectionName")
5885
5877
  def restore_testing_selection_name(self) -> builtins.str:
5886
- '''This is the unique name of the restore testing selection that belongs to the related restore testing plan.'''
5878
+ '''The unique name of the restore testing selection that belongs to the related restore testing plan.'''
5887
5879
  return typing.cast(builtins.str, jsii.get(self, "restoreTestingSelectionName"))
5888
5880
 
5889
5881
  @restore_testing_selection_name.setter
@@ -6041,7 +6033,7 @@ class CfnRestoreTestingSelection(
6041
6033
  string_equals: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnRestoreTestingSelection.KeyValueProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
6042
6034
  string_not_equals: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnRestoreTestingSelection.KeyValueProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
6043
6035
  ) -> None:
6044
- '''A list of conditions that you define for resources in your restore testing plan using tags.
6036
+ '''The conditions that you define for resources in your restore testing plan using tags.
6045
6037
 
6046
6038
  For example, ``"StringEquals": { "Key": "aws:ResourceTag/CreatedByCryo", "Value": "true" },`` . Condition operators are case sensitive.
6047
6039
 
@@ -6148,7 +6140,7 @@ class CfnRestoreTestingSelectionProps:
6148
6140
  :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`` .
6149
6141
  :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.
6150
6142
  :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.
6151
- :param restore_testing_selection_name: This is the unique name of the restore testing selection that belongs to the related restore testing plan.
6143
+ :param restore_testing_selection_name: The unique name of the restore testing selection that belongs to the related restore testing plan.
6152
6144
  :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.
6153
6145
  :param protected_resource_conditions: In a resource testing selection, this parameter filters by specific conditions such as ``StringEquals`` or ``StringNotEquals`` .
6154
6146
  :param restore_metadata_overrides: You can override certain restore metadata keys by including the parameter ``RestoreMetadataOverrides`` in the body of ``RestoreTestingSelection`` . Key values are not case sensitive. See the complete list of `restore testing inferred metadata <https://docs.aws.amazon.com/aws-backup/latest/devguide/restore-testing-inferred-metadata.html>`_ .
@@ -6250,7 +6242,7 @@ class CfnRestoreTestingSelectionProps:
6250
6242
 
6251
6243
  @builtins.property
6252
6244
  def restore_testing_selection_name(self) -> builtins.str:
6253
- '''This is the unique name of the restore testing selection that belongs to the related restore testing plan.
6245
+ '''The unique name of the restore testing selection that belongs to the related restore testing plan.
6254
6246
 
6255
6247
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-backup-restoretestingselection.html#cfn-backup-restoretestingselection-restoretestingselectionname
6256
6248
  '''
@@ -5299,8 +5299,11 @@ class CfnJobDefinition(
5299
5299
  )
5300
5300
  class ImagePullSecretProperty:
5301
5301
  def __init__(self, *, name: builtins.str) -> None:
5302
- '''
5303
- :param name:
5302
+ '''References a Kubernetes secret resource.
5303
+
5304
+ This name of the secret must start and end with an alphanumeric character, is required to be lowercase, can include periods (.) and hyphens (-), and can't contain more than 253 characters.
5305
+
5306
+ :param name: Provides a unique identifier for the ``ImagePullSecret`` . This object is required when ``EksPodProperties$imagePullSecrets`` is used.
5304
5307
 
5305
5308
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-imagepullsecret.html
5306
5309
  :exampleMetadata: fixture=_generated
@@ -5324,7 +5327,10 @@ class CfnJobDefinition(
5324
5327
 
5325
5328
  @builtins.property
5326
5329
  def name(self) -> builtins.str:
5327
- '''
5330
+ '''Provides a unique identifier for the ``ImagePullSecret`` .
5331
+
5332
+ This object is required when ``EksPodProperties$imagePullSecrets`` is used.
5333
+
5328
5334
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-batch-jobdefinition-imagepullsecret.html#cfn-batch-jobdefinition-imagepullsecret-name
5329
5335
  '''
5330
5336
  result = self._values.get("name")