aws-cdk-lib 2.173.4__py3-none-any.whl → 2.174.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 (91) hide show
  1. aws_cdk/__init__.py +210 -181
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.173.4.jsii.tgz → aws-cdk-lib@2.174.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +18 -0
  5. aws_cdk/aws_apigateway/__init__.py +127 -168
  6. aws_cdk/aws_appconfig/__init__.py +498 -1
  7. aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
  8. aws_cdk/aws_appsync/__init__.py +4 -0
  9. aws_cdk/aws_autoscaling/__init__.py +96 -0
  10. aws_cdk/aws_batch/__init__.py +662 -237
  11. aws_cdk/aws_bedrock/__init__.py +2122 -181
  12. aws_cdk/aws_cassandra/__init__.py +476 -4
  13. aws_cdk/aws_cleanrooms/__init__.py +1227 -20
  14. aws_cdk/aws_cloudformation/__init__.py +172 -169
  15. aws_cdk/aws_cloudfront/__init__.py +773 -26
  16. aws_cdk/aws_cloudtrail/__init__.py +8 -2
  17. aws_cdk/aws_codebuild/__init__.py +83 -0
  18. aws_cdk/aws_codepipeline/__init__.py +2 -1
  19. aws_cdk/aws_cognito/__init__.py +232 -200
  20. aws_cdk/aws_connect/__init__.py +187 -36
  21. aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
  22. aws_cdk/aws_databrew/__init__.py +69 -1
  23. aws_cdk/aws_datasync/__init__.py +33 -28
  24. aws_cdk/aws_datazone/__init__.py +141 -41
  25. aws_cdk/aws_dlm/__init__.py +20 -10
  26. aws_cdk/aws_dms/__init__.py +736 -22
  27. aws_cdk/aws_docdb/__init__.py +134 -0
  28. aws_cdk/aws_dynamodb/__init__.py +76 -4
  29. aws_cdk/aws_ec2/__init__.py +1233 -65
  30. aws_cdk/aws_ecr/__init__.py +31 -0
  31. aws_cdk/aws_ecr_assets/__init__.py +5 -0
  32. aws_cdk/aws_ecs/__init__.py +88 -11
  33. aws_cdk/aws_efs/__init__.py +15 -8
  34. aws_cdk/aws_eks/__init__.py +114 -45
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
  36. aws_cdk/aws_emrserverless/__init__.py +143 -0
  37. aws_cdk/aws_events/__init__.py +50 -30
  38. aws_cdk/aws_fis/__init__.py +33 -33
  39. aws_cdk/aws_fsx/__init__.py +20 -10
  40. aws_cdk/aws_glue/__init__.py +34 -11
  41. aws_cdk/aws_greengrass/__init__.py +8 -8
  42. aws_cdk/aws_guardduty/__init__.py +1 -1
  43. aws_cdk/aws_imagebuilder/__init__.py +45 -47
  44. aws_cdk/aws_internetmonitor/__init__.py +3 -3
  45. aws_cdk/aws_invoicing/__init__.py +55 -30
  46. aws_cdk/aws_iot/__init__.py +1117 -4
  47. aws_cdk/aws_iot1click/__init__.py +17 -7
  48. aws_cdk/aws_kendra/__init__.py +4 -6
  49. aws_cdk/aws_lambda/__init__.py +15 -1
  50. aws_cdk/aws_logs/__init__.py +4011 -86
  51. aws_cdk/aws_m2/__init__.py +41 -0
  52. aws_cdk/aws_mediaconnect/__init__.py +202 -7
  53. aws_cdk/aws_mediaconvert/__init__.py +39 -0
  54. aws_cdk/aws_memorydb/__init__.py +22 -22
  55. aws_cdk/aws_networkmanager/__init__.py +758 -0
  56. aws_cdk/aws_opensearchservice/__init__.py +222 -0
  57. aws_cdk/aws_organizations/__init__.py +5 -3
  58. aws_cdk/aws_pcs/__init__.py +3038 -0
  59. aws_cdk/aws_pipes/__init__.py +10 -10
  60. aws_cdk/aws_qbusiness/__init__.py +415 -140
  61. aws_cdk/aws_quicksight/__init__.py +59795 -49748
  62. aws_cdk/aws_ram/__init__.py +5 -11
  63. aws_cdk/aws_rbin/__init__.py +28 -16
  64. aws_cdk/aws_rds/__init__.py +186 -31
  65. aws_cdk/aws_redshiftserverless/__init__.py +156 -0
  66. aws_cdk/aws_resiliencehub/__init__.py +2 -1
  67. aws_cdk/aws_route53_targets/__init__.py +5 -5
  68. aws_cdk/aws_s3/__init__.py +25 -15
  69. aws_cdk/aws_s3express/__init__.py +7 -7
  70. aws_cdk/aws_s3tables/__init__.py +683 -0
  71. aws_cdk/aws_sagemaker/__init__.py +580 -195
  72. aws_cdk/aws_secretsmanager/__init__.py +2 -0
  73. aws_cdk/aws_securityhub/__init__.py +41 -165
  74. aws_cdk/aws_servicediscovery/__init__.py +10 -3
  75. aws_cdk/aws_ses/__init__.py +190 -5
  76. aws_cdk/aws_sns/__init__.py +7 -3
  77. aws_cdk/aws_synthetics/__init__.py +29 -4
  78. aws_cdk/aws_transfer/__init__.py +8 -0
  79. aws_cdk/aws_vpclattice/__init__.py +147 -77
  80. aws_cdk/aws_wafv2/__init__.py +20 -8
  81. aws_cdk/aws_wisdom/__init__.py +162 -111
  82. aws_cdk/aws_workspaces/__init__.py +10 -4
  83. aws_cdk/cloud_assembly_schema/__init__.py +22 -0
  84. aws_cdk/custom_resources/__init__.py +31 -0
  85. aws_cdk/cx_api/__init__.py +19 -0
  86. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/LICENSE +1 -1
  87. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/METADATA +2 -2
  88. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/NOTICE +1 -1
  89. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/RECORD +91 -89
  90. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/WHEEL +0 -0
  91. {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.1.dist-info}/top_level.txt +0 -0
@@ -552,9 +552,22 @@ appconfig.SourcedConfiguration(self, "MySourcedConfiguration",
552
552
  ## Extension
553
553
 
554
554
  An extension augments your ability to inject logic or behavior at different points during the AWS AppConfig workflow of
555
- creating or deploying a configuration.
555
+ creating or deploying a configuration. You can associate these types of tasks with AWS AppConfig applications, environments, and configuration profiles.
556
556
  See: https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions.html
557
557
 
558
+ An extension defines one or more actions, that it performs during an AWS AppConfig workflow. Each action is invoked either when you interact with AWS AppConfig or when AWS AppConfig is performing a process on your behalf. These invocation points are called action points. AWS AppConfig extensions support the following action points:
559
+
560
+ * PRE_START_DEPLOYMENT
561
+ * PRE_CREATE_HOSTED_CONFIGURATION_VERSION
562
+ * ON_DEPLOYMENT_START
563
+ * ON_DEPLOYMENT_STEP
564
+ * ON_DEPLOYMENT_BAKING
565
+ * ON_DEPLOYMENT_COMPLETE
566
+ * ON_DEPLOYMENT_ROLLED_BACK
567
+ * AT_DEPLOYMENT_TICK
568
+
569
+ See: https://docs.aws.amazon.com/appconfig/latest/userguide/working-with-appconfig-extensions-about.html
570
+
558
571
  ### AWS Lambda destination
559
572
 
560
573
  Use an AWS Lambda as the event destination for an extension.
@@ -846,6 +859,7 @@ class ActionPoint(enum.Enum):
846
859
  ON_DEPLOYMENT_BAKING = "ON_DEPLOYMENT_BAKING"
847
860
  ON_DEPLOYMENT_COMPLETE = "ON_DEPLOYMENT_COMPLETE"
848
861
  ON_DEPLOYMENT_ROLLED_BACK = "ON_DEPLOYMENT_ROLLED_BACK"
862
+ AT_DEPLOYMENT_TICK = "AT_DEPLOYMENT_TICK"
849
863
 
850
864
 
851
865
  @jsii.data_type(
@@ -1343,6 +1357,7 @@ class CfnConfigurationProfile(
1343
1357
  name="name",
1344
1358
 
1345
1359
  # the properties below are optional
1360
+ deletion_protection_check="deletionProtectionCheck",
1346
1361
  description="description",
1347
1362
  kms_key_identifier="kmsKeyIdentifier",
1348
1363
  retrieval_role_arn="retrievalRoleArn",
@@ -1366,6 +1381,7 @@ class CfnConfigurationProfile(
1366
1381
  application_id: builtins.str,
1367
1382
  location_uri: builtins.str,
1368
1383
  name: builtins.str,
1384
+ deletion_protection_check: typing.Optional[builtins.str] = None,
1369
1385
  description: typing.Optional[builtins.str] = None,
1370
1386
  kms_key_identifier: typing.Optional[builtins.str] = None,
1371
1387
  retrieval_role_arn: typing.Optional[builtins.str] = None,
@@ -1379,6 +1395,7 @@ class CfnConfigurationProfile(
1379
1395
  :param application_id: The application ID.
1380
1396
  :param location_uri: A URI to locate the configuration. You can specify the following:. - For the AWS AppConfig hosted configuration store and for feature flags, specify ``hosted`` . - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format ``ssm-parameter://<parameter name>`` or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format: ``codepipeline`` ://. - For an AWS Secrets Manager secret, specify the URI in the following format: ``secretsmanager`` ://. - For an Amazon S3 object, specify the URI in the following format: ``s3://<bucket>/<objectKey>`` . Here is an example: ``s3://amzn-s3-demo-bucket/my-app/us-east-1/my-config.json`` - For an SSM document, specify either the document name in the format ``ssm-document://<document name>`` or the Amazon Resource Name (ARN).
1381
1397
  :param name: A name for the configuration profile.
1398
+ :param deletion_protection_check: On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
1382
1399
  :param description: A description of the configuration profile.
1383
1400
  :param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
1384
1401
  :param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
@@ -1394,6 +1411,7 @@ class CfnConfigurationProfile(
1394
1411
  application_id=application_id,
1395
1412
  location_uri=location_uri,
1396
1413
  name=name,
1414
+ deletion_protection_check=deletion_protection_check,
1397
1415
  description=description,
1398
1416
  kms_key_identifier=kms_key_identifier,
1399
1417
  retrieval_role_arn=retrieval_role_arn,
@@ -1507,6 +1525,19 @@ class CfnConfigurationProfile(
1507
1525
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1508
1526
  jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
1509
1527
 
1528
+ @builtins.property
1529
+ @jsii.member(jsii_name="deletionProtectionCheck")
1530
+ def deletion_protection_check(self) -> typing.Optional[builtins.str]:
1531
+ '''On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting.'''
1532
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "deletionProtectionCheck"))
1533
+
1534
+ @deletion_protection_check.setter
1535
+ def deletion_protection_check(self, value: typing.Optional[builtins.str]) -> None:
1536
+ if __debug__:
1537
+ type_hints = typing.get_type_hints(_typecheckingstub__22cac161ad4fa05857f45ba25cc0c7261b423a1898e3c4f8f2d40a8122519300)
1538
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1539
+ jsii.set(self, "deletionProtectionCheck", value) # pyright: ignore[reportArgumentType]
1540
+
1510
1541
  @builtins.property
1511
1542
  @jsii.member(jsii_name="description")
1512
1543
  def description(self) -> typing.Optional[builtins.str]:
@@ -1670,6 +1701,7 @@ class CfnConfigurationProfile(
1670
1701
  "application_id": "applicationId",
1671
1702
  "location_uri": "locationUri",
1672
1703
  "name": "name",
1704
+ "deletion_protection_check": "deletionProtectionCheck",
1673
1705
  "description": "description",
1674
1706
  "kms_key_identifier": "kmsKeyIdentifier",
1675
1707
  "retrieval_role_arn": "retrievalRoleArn",
@@ -1685,6 +1717,7 @@ class CfnConfigurationProfileProps:
1685
1717
  application_id: builtins.str,
1686
1718
  location_uri: builtins.str,
1687
1719
  name: builtins.str,
1720
+ deletion_protection_check: typing.Optional[builtins.str] = None,
1688
1721
  description: typing.Optional[builtins.str] = None,
1689
1722
  kms_key_identifier: typing.Optional[builtins.str] = None,
1690
1723
  retrieval_role_arn: typing.Optional[builtins.str] = None,
@@ -1697,6 +1730,7 @@ class CfnConfigurationProfileProps:
1697
1730
  :param application_id: The application ID.
1698
1731
  :param location_uri: A URI to locate the configuration. You can specify the following:. - For the AWS AppConfig hosted configuration store and for feature flags, specify ``hosted`` . - For an AWS Systems Manager Parameter Store parameter, specify either the parameter name in the format ``ssm-parameter://<parameter name>`` or the ARN. - For an AWS CodePipeline pipeline, specify the URI in the following format: ``codepipeline`` ://. - For an AWS Secrets Manager secret, specify the URI in the following format: ``secretsmanager`` ://. - For an Amazon S3 object, specify the URI in the following format: ``s3://<bucket>/<objectKey>`` . Here is an example: ``s3://amzn-s3-demo-bucket/my-app/us-east-1/my-config.json`` - For an SSM document, specify either the document name in the format ``ssm-document://<document name>`` or the Amazon Resource Name (ARN).
1699
1732
  :param name: A name for the configuration profile.
1733
+ :param deletion_protection_check: On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
1700
1734
  :param description: A description of the configuration profile.
1701
1735
  :param kms_key_identifier: The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.
1702
1736
  :param retrieval_role_arn: The ARN of an IAM role with permission to access the configuration at the specified ``LocationUri`` . .. epigraph:: A retrieval role ARN is not required for configurations stored in the AWS AppConfig hosted configuration store. It is required for all other sources that store your configuration.
@@ -1719,6 +1753,7 @@ class CfnConfigurationProfileProps:
1719
1753
  name="name",
1720
1754
 
1721
1755
  # the properties below are optional
1756
+ deletion_protection_check="deletionProtectionCheck",
1722
1757
  description="description",
1723
1758
  kms_key_identifier="kmsKeyIdentifier",
1724
1759
  retrieval_role_arn="retrievalRoleArn",
@@ -1738,6 +1773,7 @@ class CfnConfigurationProfileProps:
1738
1773
  check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
1739
1774
  check_type(argname="argument location_uri", value=location_uri, expected_type=type_hints["location_uri"])
1740
1775
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
1776
+ check_type(argname="argument deletion_protection_check", value=deletion_protection_check, expected_type=type_hints["deletion_protection_check"])
1741
1777
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
1742
1778
  check_type(argname="argument kms_key_identifier", value=kms_key_identifier, expected_type=type_hints["kms_key_identifier"])
1743
1779
  check_type(argname="argument retrieval_role_arn", value=retrieval_role_arn, expected_type=type_hints["retrieval_role_arn"])
@@ -1749,6 +1785,8 @@ class CfnConfigurationProfileProps:
1749
1785
  "location_uri": location_uri,
1750
1786
  "name": name,
1751
1787
  }
1788
+ if deletion_protection_check is not None:
1789
+ self._values["deletion_protection_check"] = deletion_protection_check
1752
1790
  if description is not None:
1753
1791
  self._values["description"] = description
1754
1792
  if kms_key_identifier is not None:
@@ -1799,6 +1837,17 @@ class CfnConfigurationProfileProps:
1799
1837
  assert result is not None, "Required property 'name' is missing"
1800
1838
  return typing.cast(builtins.str, result)
1801
1839
 
1840
+ @builtins.property
1841
+ def deletion_protection_check(self) -> typing.Optional[builtins.str]:
1842
+ '''On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting.
1843
+
1844
+ See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
1845
+
1846
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-configurationprofile.html#cfn-appconfig-configurationprofile-deletionprotectioncheck
1847
+ '''
1848
+ result = self._values.get("deletion_protection_check")
1849
+ return typing.cast(typing.Optional[builtins.str], result)
1850
+
1802
1851
  @builtins.property
1803
1852
  def description(self) -> typing.Optional[builtins.str]:
1804
1853
  '''A description of the configuration profile.
@@ -2009,6 +2058,15 @@ class CfnDeployment(
2009
2058
  '''The CloudFormation resource type name for this resource class.'''
2010
2059
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2011
2060
 
2061
+ @builtins.property
2062
+ @jsii.member(jsii_name="attrDeploymentNumber")
2063
+ def attr_deployment_number(self) -> builtins.str:
2064
+ '''The sequence number of the deployment.
2065
+
2066
+ :cloudformationAttribute: DeploymentNumber
2067
+ '''
2068
+ return typing.cast(builtins.str, jsii.get(self, "attrDeploymentNumber"))
2069
+
2012
2070
  @builtins.property
2013
2071
  @jsii.member(jsii_name="attrId")
2014
2072
  def attr_id(self) -> builtins.str:
@@ -2917,6 +2975,7 @@ class CfnEnvironment(
2917
2975
  name="name",
2918
2976
 
2919
2977
  # the properties below are optional
2978
+ deletion_protection_check="deletionProtectionCheck",
2920
2979
  description="description",
2921
2980
  monitors=[appconfig.CfnEnvironment.MonitorsProperty(
2922
2981
  alarm_arn="alarmArn",
@@ -2936,6 +2995,7 @@ class CfnEnvironment(
2936
2995
  *,
2937
2996
  application_id: builtins.str,
2938
2997
  name: builtins.str,
2998
+ deletion_protection_check: typing.Optional[builtins.str] = None,
2939
2999
  description: typing.Optional[builtins.str] = None,
2940
3000
  monitors: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.MonitorsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2941
3001
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -2945,6 +3005,7 @@ class CfnEnvironment(
2945
3005
  :param id: Construct identifier for this resource (unique in its scope).
2946
3006
  :param application_id: The application ID.
2947
3007
  :param name: A name for the environment.
3008
+ :param deletion_protection_check: On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
2948
3009
  :param description: A description of the environment.
2949
3010
  :param monitors: Amazon CloudWatch alarms to monitor during the deployment process.
2950
3011
  :param tags: Metadata to assign to the environment. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
@@ -2956,6 +3017,7 @@ class CfnEnvironment(
2956
3017
  props = CfnEnvironmentProps(
2957
3018
  application_id=application_id,
2958
3019
  name=name,
3020
+ deletion_protection_check=deletion_protection_check,
2959
3021
  description=description,
2960
3022
  monitors=monitors,
2961
3023
  tags=tags,
@@ -3039,6 +3101,19 @@ class CfnEnvironment(
3039
3101
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3040
3102
  jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
3041
3103
 
3104
+ @builtins.property
3105
+ @jsii.member(jsii_name="deletionProtectionCheck")
3106
+ def deletion_protection_check(self) -> typing.Optional[builtins.str]:
3107
+ '''On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting.'''
3108
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "deletionProtectionCheck"))
3109
+
3110
+ @deletion_protection_check.setter
3111
+ def deletion_protection_check(self, value: typing.Optional[builtins.str]) -> None:
3112
+ if __debug__:
3113
+ type_hints = typing.get_type_hints(_typecheckingstub__f9f1d148cd005383120b271748e66adadcb6c113dd27c70a758f2f86f91e76e9)
3114
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
3115
+ jsii.set(self, "deletionProtectionCheck", value) # pyright: ignore[reportArgumentType]
3116
+
3042
3117
  @builtins.property
3043
3118
  @jsii.member(jsii_name="description")
3044
3119
  def description(self) -> typing.Optional[builtins.str]:
@@ -3230,6 +3305,7 @@ class CfnEnvironment(
3230
3305
  name_mapping={
3231
3306
  "application_id": "applicationId",
3232
3307
  "name": "name",
3308
+ "deletion_protection_check": "deletionProtectionCheck",
3233
3309
  "description": "description",
3234
3310
  "monitors": "monitors",
3235
3311
  "tags": "tags",
@@ -3241,6 +3317,7 @@ class CfnEnvironmentProps:
3241
3317
  *,
3242
3318
  application_id: builtins.str,
3243
3319
  name: builtins.str,
3320
+ deletion_protection_check: typing.Optional[builtins.str] = None,
3244
3321
  description: typing.Optional[builtins.str] = None,
3245
3322
  monitors: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.MonitorsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
3246
3323
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -3249,6 +3326,7 @@ class CfnEnvironmentProps:
3249
3326
 
3250
3327
  :param application_id: The application ID.
3251
3328
  :param name: A name for the environment.
3329
+ :param deletion_protection_check: On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
3252
3330
  :param description: A description of the environment.
3253
3331
  :param monitors: Amazon CloudWatch alarms to monitor during the deployment process.
3254
3332
  :param tags: Metadata to assign to the environment. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
@@ -3267,6 +3345,7 @@ class CfnEnvironmentProps:
3267
3345
  name="name",
3268
3346
 
3269
3347
  # the properties below are optional
3348
+ deletion_protection_check="deletionProtectionCheck",
3270
3349
  description="description",
3271
3350
  monitors=[appconfig.CfnEnvironment.MonitorsProperty(
3272
3351
  alarm_arn="alarmArn",
@@ -3282,6 +3361,7 @@ class CfnEnvironmentProps:
3282
3361
  type_hints = typing.get_type_hints(_typecheckingstub__a6c9856f1a5a9dfaed9be42ec835bb6eac4d4882999b993cbd02b3b11bbfe1ca)
3283
3362
  check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
3284
3363
  check_type(argname="argument name", value=name, expected_type=type_hints["name"])
3364
+ check_type(argname="argument deletion_protection_check", value=deletion_protection_check, expected_type=type_hints["deletion_protection_check"])
3285
3365
  check_type(argname="argument description", value=description, expected_type=type_hints["description"])
3286
3366
  check_type(argname="argument monitors", value=monitors, expected_type=type_hints["monitors"])
3287
3367
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
@@ -3289,6 +3369,8 @@ class CfnEnvironmentProps:
3289
3369
  "application_id": application_id,
3290
3370
  "name": name,
3291
3371
  }
3372
+ if deletion_protection_check is not None:
3373
+ self._values["deletion_protection_check"] = deletion_protection_check
3292
3374
  if description is not None:
3293
3375
  self._values["description"] = description
3294
3376
  if monitors is not None:
@@ -3316,6 +3398,17 @@ class CfnEnvironmentProps:
3316
3398
  assert result is not None, "Required property 'name' is missing"
3317
3399
  return typing.cast(builtins.str, result)
3318
3400
 
3401
+ @builtins.property
3402
+ def deletion_protection_check(self) -> typing.Optional[builtins.str]:
3403
+ '''On resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting.
3404
+
3405
+ See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
3406
+
3407
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appconfig-environment.html#cfn-appconfig-environment-deletionprotectioncheck
3408
+ '''
3409
+ result = self._values.get("deletion_protection_check")
3410
+ return typing.cast(typing.Optional[builtins.str], result)
3411
+
3319
3412
  @builtins.property
3320
3413
  def description(self) -> typing.Optional[builtins.str]:
3321
3414
  '''A description of the environment.
@@ -6836,6 +6929,26 @@ class IApplication(_IResource_c80c4260, typing_extensions.Protocol):
6836
6929
  '''
6837
6930
  ...
6838
6931
 
6932
+ @jsii.member(jsii_name="atDeploymentTick")
6933
+ def at_deployment_tick(
6934
+ self,
6935
+ event_destination: "IEventDestination",
6936
+ *,
6937
+ description: typing.Optional[builtins.str] = None,
6938
+ extension_name: typing.Optional[builtins.str] = None,
6939
+ latest_version_number: typing.Optional[jsii.Number] = None,
6940
+ parameters: typing.Optional[typing.Sequence["Parameter"]] = None,
6941
+ ) -> None:
6942
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
6943
+
6944
+ :param event_destination: The event that occurs during the extension.
6945
+ :param description: A description of the extension. Default: - No description.
6946
+ :param extension_name: The name of the extension. Default: - A name is generated.
6947
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
6948
+ :param parameters: The parameters accepted for the extension. Default: - None.
6949
+ '''
6950
+ ...
6951
+
6839
6952
  @jsii.member(jsii_name="environments")
6840
6953
  def environments(self) -> typing.List["IEnvironment"]:
6841
6954
  '''Returns the list of associated environments.'''
@@ -7184,6 +7297,36 @@ class _IApplicationProxy(
7184
7297
 
7185
7298
  return typing.cast("SourcedConfiguration", jsii.invoke(self, "addSourcedConfiguration", [id, options]))
7186
7299
 
7300
+ @jsii.member(jsii_name="atDeploymentTick")
7301
+ def at_deployment_tick(
7302
+ self,
7303
+ event_destination: "IEventDestination",
7304
+ *,
7305
+ description: typing.Optional[builtins.str] = None,
7306
+ extension_name: typing.Optional[builtins.str] = None,
7307
+ latest_version_number: typing.Optional[jsii.Number] = None,
7308
+ parameters: typing.Optional[typing.Sequence["Parameter"]] = None,
7309
+ ) -> None:
7310
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
7311
+
7312
+ :param event_destination: The event that occurs during the extension.
7313
+ :param description: A description of the extension. Default: - No description.
7314
+ :param extension_name: The name of the extension. Default: - A name is generated.
7315
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
7316
+ :param parameters: The parameters accepted for the extension. Default: - None.
7317
+ '''
7318
+ if __debug__:
7319
+ type_hints = typing.get_type_hints(_typecheckingstub__70d3e33814ef4d3a46c6532fddf2e6d6002978ea06fcad6aeb8ed487d64f47f7)
7320
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
7321
+ options = ExtensionOptions(
7322
+ description=description,
7323
+ extension_name=extension_name,
7324
+ latest_version_number=latest_version_number,
7325
+ parameters=parameters,
7326
+ )
7327
+
7328
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
7329
+
7187
7330
  @jsii.member(jsii_name="environments")
7188
7331
  def environments(self) -> typing.List["IEnvironment"]:
7189
7332
  '''Returns the list of associated environments.'''
@@ -7768,6 +7911,26 @@ class IEnvironment(_IResource_c80c4260, typing_extensions.Protocol):
7768
7911
  '''
7769
7912
  ...
7770
7913
 
7914
+ @jsii.member(jsii_name="atDeploymentTick")
7915
+ def at_deployment_tick(
7916
+ self,
7917
+ event_destination: "IEventDestination",
7918
+ *,
7919
+ description: typing.Optional[builtins.str] = None,
7920
+ extension_name: typing.Optional[builtins.str] = None,
7921
+ latest_version_number: typing.Optional[jsii.Number] = None,
7922
+ parameters: typing.Optional[typing.Sequence["Parameter"]] = None,
7923
+ ) -> None:
7924
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
7925
+
7926
+ :param event_destination: The event that occurs during the extension.
7927
+ :param description: A description of the extension. Default: - No description.
7928
+ :param extension_name: The name of the extension. Default: - A name is generated.
7929
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
7930
+ :param parameters: The parameters accepted for the extension. Default: - None.
7931
+ '''
7932
+ ...
7933
+
7771
7934
  @jsii.member(jsii_name="grant")
7772
7935
  def grant(
7773
7936
  self,
@@ -8046,6 +8209,36 @@ class _IEnvironmentProxy(
8046
8209
  check_type(argname="argument extension", value=extension, expected_type=type_hints["extension"])
8047
8210
  return typing.cast(None, jsii.invoke(self, "addExtension", [extension]))
8048
8211
 
8212
+ @jsii.member(jsii_name="atDeploymentTick")
8213
+ def at_deployment_tick(
8214
+ self,
8215
+ event_destination: "IEventDestination",
8216
+ *,
8217
+ description: typing.Optional[builtins.str] = None,
8218
+ extension_name: typing.Optional[builtins.str] = None,
8219
+ latest_version_number: typing.Optional[jsii.Number] = None,
8220
+ parameters: typing.Optional[typing.Sequence["Parameter"]] = None,
8221
+ ) -> None:
8222
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
8223
+
8224
+ :param event_destination: The event that occurs during the extension.
8225
+ :param description: A description of the extension. Default: - No description.
8226
+ :param extension_name: The name of the extension. Default: - A name is generated.
8227
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
8228
+ :param parameters: The parameters accepted for the extension. Default: - None.
8229
+ '''
8230
+ if __debug__:
8231
+ type_hints = typing.get_type_hints(_typecheckingstub__c7c118690cc335dd057848db006087b86d12c241aa8f692016a88534b97b0c62)
8232
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
8233
+ options = ExtensionOptions(
8234
+ description=description,
8235
+ extension_name=extension_name,
8236
+ latest_version_number=latest_version_number,
8237
+ parameters=parameters,
8238
+ )
8239
+
8240
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
8241
+
8049
8242
  @jsii.member(jsii_name="grant")
8050
8243
  def grant(
8051
8244
  self,
@@ -8385,6 +8578,26 @@ class IExtensible(typing_extensions.Protocol):
8385
8578
  '''
8386
8579
  ...
8387
8580
 
8581
+ @jsii.member(jsii_name="atDeploymentTick")
8582
+ def at_deployment_tick(
8583
+ self,
8584
+ event_destination: IEventDestination,
8585
+ *,
8586
+ description: typing.Optional[builtins.str] = None,
8587
+ extension_name: typing.Optional[builtins.str] = None,
8588
+ latest_version_number: typing.Optional[jsii.Number] = None,
8589
+ parameters: typing.Optional[typing.Sequence["Parameter"]] = None,
8590
+ ) -> None:
8591
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to the derived resource.
8592
+
8593
+ :param event_destination: The event that occurs during the extension.
8594
+ :param description: A description of the extension. Default: - No description.
8595
+ :param extension_name: The name of the extension. Default: - A name is generated.
8596
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
8597
+ :param parameters: The parameters accepted for the extension. Default: - None.
8598
+ '''
8599
+ ...
8600
+
8388
8601
  @jsii.member(jsii_name="on")
8389
8602
  def on(
8390
8603
  self,
@@ -8564,6 +8777,36 @@ class _IExtensibleProxy:
8564
8777
  check_type(argname="argument extension", value=extension, expected_type=type_hints["extension"])
8565
8778
  return typing.cast(None, jsii.invoke(self, "addExtension", [extension]))
8566
8779
 
8780
+ @jsii.member(jsii_name="atDeploymentTick")
8781
+ def at_deployment_tick(
8782
+ self,
8783
+ event_destination: IEventDestination,
8784
+ *,
8785
+ description: typing.Optional[builtins.str] = None,
8786
+ extension_name: typing.Optional[builtins.str] = None,
8787
+ latest_version_number: typing.Optional[jsii.Number] = None,
8788
+ parameters: typing.Optional[typing.Sequence["Parameter"]] = None,
8789
+ ) -> None:
8790
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to the derived resource.
8791
+
8792
+ :param event_destination: The event that occurs during the extension.
8793
+ :param description: A description of the extension. Default: - No description.
8794
+ :param extension_name: The name of the extension. Default: - A name is generated.
8795
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
8796
+ :param parameters: The parameters accepted for the extension. Default: - None.
8797
+ '''
8798
+ if __debug__:
8799
+ type_hints = typing.get_type_hints(_typecheckingstub__1ab34e2921bcf61c3b5a9aa27c7fce4fd2e88ed19ff98edd3f02cbde363813e1)
8800
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
8801
+ options = ExtensionOptions(
8802
+ description=description,
8803
+ extension_name=extension_name,
8804
+ latest_version_number=latest_version_number,
8805
+ parameters=parameters,
8806
+ )
8807
+
8808
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
8809
+
8567
8810
  @jsii.member(jsii_name="on")
8568
8811
  def on(
8569
8812
  self,
@@ -9846,6 +10089,36 @@ class SourcedConfiguration(
9846
10089
  check_type(argname="argument extension", value=extension, expected_type=type_hints["extension"])
9847
10090
  return typing.cast(None, jsii.invoke(self, "addExtension", [extension]))
9848
10091
 
10092
+ @jsii.member(jsii_name="atDeploymentTick")
10093
+ def at_deployment_tick(
10094
+ self,
10095
+ event_destination: IEventDestination,
10096
+ *,
10097
+ description: typing.Optional[builtins.str] = None,
10098
+ extension_name: typing.Optional[builtins.str] = None,
10099
+ latest_version_number: typing.Optional[jsii.Number] = None,
10100
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
10101
+ ) -> None:
10102
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
10103
+
10104
+ :param event_destination: The event that occurs during the extension.
10105
+ :param description: A description of the extension. Default: - No description.
10106
+ :param extension_name: The name of the extension. Default: - A name is generated.
10107
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
10108
+ :param parameters: The parameters accepted for the extension. Default: - None.
10109
+ '''
10110
+ if __debug__:
10111
+ type_hints = typing.get_type_hints(_typecheckingstub__dcb6eda841d60f887690e10c6fb46347fe2100dcacd14097309c488ec57e9efe)
10112
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
10113
+ options = ExtensionOptions(
10114
+ description=description,
10115
+ extension_name=extension_name,
10116
+ latest_version_number=latest_version_number,
10117
+ parameters=parameters,
10118
+ )
10119
+
10120
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
10121
+
9849
10122
  @jsii.member(jsii_name="deployConfigToEnvironments")
9850
10123
  def _deploy_config_to_environments(self) -> None:
9851
10124
  return typing.cast(None, jsii.invoke(self, "deployConfigToEnvironments", []))
@@ -10978,6 +11251,36 @@ class Application(
10978
11251
 
10979
11252
  return typing.cast(SourcedConfiguration, jsii.invoke(self, "addSourcedConfiguration", [id, options]))
10980
11253
 
11254
+ @jsii.member(jsii_name="atDeploymentTick")
11255
+ def at_deployment_tick(
11256
+ self,
11257
+ event_destination: IEventDestination,
11258
+ *,
11259
+ description: typing.Optional[builtins.str] = None,
11260
+ extension_name: typing.Optional[builtins.str] = None,
11261
+ latest_version_number: typing.Optional[jsii.Number] = None,
11262
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
11263
+ ) -> None:
11264
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
11265
+
11266
+ :param event_destination: The event that occurs during the extension.
11267
+ :param description: A description of the extension. Default: - No description.
11268
+ :param extension_name: The name of the extension. Default: - A name is generated.
11269
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
11270
+ :param parameters: The parameters accepted for the extension. Default: - None.
11271
+ '''
11272
+ if __debug__:
11273
+ type_hints = typing.get_type_hints(_typecheckingstub__a4fc8a3b70c0109e72d85daff9c91933650c7c4eaa2876a9035b169dd7f20b58)
11274
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
11275
+ options = ExtensionOptions(
11276
+ description=description,
11277
+ extension_name=extension_name,
11278
+ latest_version_number=latest_version_number,
11279
+ parameters=parameters,
11280
+ )
11281
+
11282
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
11283
+
10981
11284
  @jsii.member(jsii_name="environments")
10982
11285
  def environments(self) -> typing.List[IEnvironment]:
10983
11286
  '''Returns the list of associated environments.'''
@@ -11574,6 +11877,36 @@ class Environment(
11574
11877
  check_type(argname="argument extension", value=extension, expected_type=type_hints["extension"])
11575
11878
  return typing.cast(None, jsii.invoke(self, "addExtension", [extension]))
11576
11879
 
11880
+ @jsii.member(jsii_name="atDeploymentTick")
11881
+ def at_deployment_tick(
11882
+ self,
11883
+ event_destination: IEventDestination,
11884
+ *,
11885
+ description: typing.Optional[builtins.str] = None,
11886
+ extension_name: typing.Optional[builtins.str] = None,
11887
+ latest_version_number: typing.Optional[jsii.Number] = None,
11888
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
11889
+ ) -> None:
11890
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
11891
+
11892
+ :param event_destination: -
11893
+ :param description: A description of the extension. Default: - No description.
11894
+ :param extension_name: The name of the extension. Default: - A name is generated.
11895
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
11896
+ :param parameters: The parameters accepted for the extension. Default: - None.
11897
+ '''
11898
+ if __debug__:
11899
+ type_hints = typing.get_type_hints(_typecheckingstub__3dae2d4fd45db92f323ea2be5a7cb9d6e4cb8a90a0fddaad3ddd8d21b1d2e497)
11900
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
11901
+ options = ExtensionOptions(
11902
+ description=description,
11903
+ extension_name=extension_name,
11904
+ latest_version_number=latest_version_number,
11905
+ parameters=parameters,
11906
+ )
11907
+
11908
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
11909
+
11577
11910
  @jsii.member(jsii_name="grant")
11578
11911
  def grant(
11579
11912
  self,
@@ -12017,6 +12350,36 @@ class ExtensibleBase(
12017
12350
  check_type(argname="argument extension", value=extension, expected_type=type_hints["extension"])
12018
12351
  return typing.cast(None, jsii.invoke(self, "addExtension", [extension]))
12019
12352
 
12353
+ @jsii.member(jsii_name="atDeploymentTick")
12354
+ def at_deployment_tick(
12355
+ self,
12356
+ event_destination: IEventDestination,
12357
+ *,
12358
+ description: typing.Optional[builtins.str] = None,
12359
+ extension_name: typing.Optional[builtins.str] = None,
12360
+ latest_version_number: typing.Optional[jsii.Number] = None,
12361
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
12362
+ ) -> None:
12363
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to the derived resource.
12364
+
12365
+ :param event_destination: -
12366
+ :param description: A description of the extension. Default: - No description.
12367
+ :param extension_name: The name of the extension. Default: - A name is generated.
12368
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
12369
+ :param parameters: The parameters accepted for the extension. Default: - None.
12370
+ '''
12371
+ if __debug__:
12372
+ type_hints = typing.get_type_hints(_typecheckingstub__a2167e5c805db2d49f9733fc3a5fef5c4fbae7cf85fad62b8e2183186475df55)
12373
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
12374
+ options = ExtensionOptions(
12375
+ description=description,
12376
+ extension_name=extension_name,
12377
+ latest_version_number=latest_version_number,
12378
+ parameters=parameters,
12379
+ )
12380
+
12381
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
12382
+
12020
12383
  @jsii.member(jsii_name="on")
12021
12384
  def on(
12022
12385
  self,
@@ -12532,6 +12895,36 @@ class HostedConfiguration(
12532
12895
  check_type(argname="argument extension", value=extension, expected_type=type_hints["extension"])
12533
12896
  return typing.cast(None, jsii.invoke(self, "addExtension", [extension]))
12534
12897
 
12898
+ @jsii.member(jsii_name="atDeploymentTick")
12899
+ def at_deployment_tick(
12900
+ self,
12901
+ event_destination: IEventDestination,
12902
+ *,
12903
+ description: typing.Optional[builtins.str] = None,
12904
+ extension_name: typing.Optional[builtins.str] = None,
12905
+ latest_version_number: typing.Optional[jsii.Number] = None,
12906
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
12907
+ ) -> None:
12908
+ '''Adds an AT_DEPLOYMENT_TICK extension with the provided event destination and also creates an extension association to an application.
12909
+
12910
+ :param event_destination: The event that occurs during the extension.
12911
+ :param description: A description of the extension. Default: - No description.
12912
+ :param extension_name: The name of the extension. Default: - A name is generated.
12913
+ :param latest_version_number: The latest version number of the extension. When you create a new version, specify the most recent current version number. For example, you create version 3, enter 2 for this field. Default: - None.
12914
+ :param parameters: The parameters accepted for the extension. Default: - None.
12915
+ '''
12916
+ if __debug__:
12917
+ type_hints = typing.get_type_hints(_typecheckingstub__ac45521cf9ac85e7b760d8fca7481f78e5db7d8e7ee5b013ec42b25cb2b56bea)
12918
+ check_type(argname="argument event_destination", value=event_destination, expected_type=type_hints["event_destination"])
12919
+ options = ExtensionOptions(
12920
+ description=description,
12921
+ extension_name=extension_name,
12922
+ latest_version_number=latest_version_number,
12923
+ parameters=parameters,
12924
+ )
12925
+
12926
+ return typing.cast(None, jsii.invoke(self, "atDeploymentTick", [event_destination, options]))
12927
+
12535
12928
  @jsii.member(jsii_name="deployConfigToEnvironments")
12536
12929
  def _deploy_config_to_environments(self) -> None:
12537
12930
  return typing.cast(None, jsii.invoke(self, "deployConfigToEnvironments", []))
@@ -13050,6 +13443,7 @@ def _typecheckingstub__332c05b5fb120e53a9fcdde311f2bc23aaec927aa0e70b013e72cc2ce
13050
13443
  application_id: builtins.str,
13051
13444
  location_uri: builtins.str,
13052
13445
  name: builtins.str,
13446
+ deletion_protection_check: typing.Optional[builtins.str] = None,
13053
13447
  description: typing.Optional[builtins.str] = None,
13054
13448
  kms_key_identifier: typing.Optional[builtins.str] = None,
13055
13449
  retrieval_role_arn: typing.Optional[builtins.str] = None,
@@ -13090,6 +13484,12 @@ def _typecheckingstub__92d26c2b0d5b0b13ed55ca82e2b92075cdb99d8bd6d4a9122e33104a1
13090
13484
  """Type checking stubs"""
13091
13485
  pass
13092
13486
 
13487
+ def _typecheckingstub__22cac161ad4fa05857f45ba25cc0c7261b423a1898e3c4f8f2d40a8122519300(
13488
+ value: typing.Optional[builtins.str],
13489
+ ) -> None:
13490
+ """Type checking stubs"""
13491
+ pass
13492
+
13093
13493
  def _typecheckingstub__5884bd7f8fdc28919378604807977665ba3e82a47697c023e5982eb7257f557c(
13094
13494
  value: typing.Optional[builtins.str],
13095
13495
  ) -> None:
@@ -13139,6 +13539,7 @@ def _typecheckingstub__37522e89a156f185f3387aea77d01f8010adde3d2bcfeb76862a70fd9
13139
13539
  application_id: builtins.str,
13140
13540
  location_uri: builtins.str,
13141
13541
  name: builtins.str,
13542
+ deletion_protection_check: typing.Optional[builtins.str] = None,
13142
13543
  description: typing.Optional[builtins.str] = None,
13143
13544
  kms_key_identifier: typing.Optional[builtins.str] = None,
13144
13545
  retrieval_role_arn: typing.Optional[builtins.str] = None,
@@ -13352,6 +13753,7 @@ def _typecheckingstub__f357d5cab83004926812cf34c99a144f4f5d23ca26e4a818590a95062
13352
13753
  *,
13353
13754
  application_id: builtins.str,
13354
13755
  name: builtins.str,
13756
+ deletion_protection_check: typing.Optional[builtins.str] = None,
13355
13757
  description: typing.Optional[builtins.str] = None,
13356
13758
  monitors: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.MonitorsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13357
13759
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -13383,6 +13785,12 @@ def _typecheckingstub__569391bda37ae2bcb096c8b3ab953d25c7ff488899b2557c773cc8f72
13383
13785
  """Type checking stubs"""
13384
13786
  pass
13385
13787
 
13788
+ def _typecheckingstub__f9f1d148cd005383120b271748e66adadcb6c113dd27c70a758f2f86f91e76e9(
13789
+ value: typing.Optional[builtins.str],
13790
+ ) -> None:
13791
+ """Type checking stubs"""
13792
+ pass
13793
+
13386
13794
  def _typecheckingstub__154bd59aabeed21e27800d9d45bcdbb412639a65e9aaaf72ef6dae673fa26a43(
13387
13795
  value: typing.Optional[builtins.str],
13388
13796
  ) -> None:
@@ -13421,6 +13829,7 @@ def _typecheckingstub__a6c9856f1a5a9dfaed9be42ec835bb6eac4d4882999b993cbd02b3b11
13421
13829
  *,
13422
13830
  application_id: builtins.str,
13423
13831
  name: builtins.str,
13832
+ deletion_protection_check: typing.Optional[builtins.str] = None,
13424
13833
  description: typing.Optional[builtins.str] = None,
13425
13834
  monitors: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.MonitorsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
13426
13835
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
@@ -13929,6 +14338,17 @@ def _typecheckingstub__652068ebd01467de1bc3159a4c8fef165c1053fe6662fcbb6e0b8cb9f
13929
14338
  """Type checking stubs"""
13930
14339
  pass
13931
14340
 
14341
+ def _typecheckingstub__70d3e33814ef4d3a46c6532fddf2e6d6002978ea06fcad6aeb8ed487d64f47f7(
14342
+ event_destination: IEventDestination,
14343
+ *,
14344
+ description: typing.Optional[builtins.str] = None,
14345
+ extension_name: typing.Optional[builtins.str] = None,
14346
+ latest_version_number: typing.Optional[jsii.Number] = None,
14347
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
14348
+ ) -> None:
14349
+ """Type checking stubs"""
14350
+ pass
14351
+
13932
14352
  def _typecheckingstub__8d755f676cf64362ca69375955a2d00058210806c720c3245a961824cd5407ab(
13933
14353
  action_point: ActionPoint,
13934
14354
  event_destination: IEventDestination,
@@ -14036,6 +14456,17 @@ def _typecheckingstub__21f3fd9d8706d2da33872e0f177690ef7904e1a5bffb8f09838105674
14036
14456
  """Type checking stubs"""
14037
14457
  pass
14038
14458
 
14459
+ def _typecheckingstub__c7c118690cc335dd057848db006087b86d12c241aa8f692016a88534b97b0c62(
14460
+ event_destination: IEventDestination,
14461
+ *,
14462
+ description: typing.Optional[builtins.str] = None,
14463
+ extension_name: typing.Optional[builtins.str] = None,
14464
+ latest_version_number: typing.Optional[jsii.Number] = None,
14465
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
14466
+ ) -> None:
14467
+ """Type checking stubs"""
14468
+ pass
14469
+
14039
14470
  def _typecheckingstub__f223f0108afb5683d5788fc1fb9f93cbd4c76cb5698d6aae016951683e8148ee(
14040
14471
  grantee: _IGrantable_71c4f5de,
14041
14472
  *actions: builtins.str,
@@ -14144,6 +14575,17 @@ def _typecheckingstub__636f478c5d08860b2bd38ade9249d6b6fb935a98206f256a2ce465191
14144
14575
  """Type checking stubs"""
14145
14576
  pass
14146
14577
 
14578
+ def _typecheckingstub__1ab34e2921bcf61c3b5a9aa27c7fce4fd2e88ed19ff98edd3f02cbde363813e1(
14579
+ event_destination: IEventDestination,
14580
+ *,
14581
+ description: typing.Optional[builtins.str] = None,
14582
+ extension_name: typing.Optional[builtins.str] = None,
14583
+ latest_version_number: typing.Optional[jsii.Number] = None,
14584
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
14585
+ ) -> None:
14586
+ """Type checking stubs"""
14587
+ pass
14588
+
14147
14589
  def _typecheckingstub__e51cabd347b530685c4f785d2c1fa5904d0191b12572fa1c83b4ee1b4e018cb4(
14148
14590
  action_point: ActionPoint,
14149
14591
  event_destination: IEventDestination,
@@ -14320,6 +14762,17 @@ def _typecheckingstub__567a975af03924cb099dbb4e55da080a85101964698787ded85c7d42f
14320
14762
  """Type checking stubs"""
14321
14763
  pass
14322
14764
 
14765
+ def _typecheckingstub__dcb6eda841d60f887690e10c6fb46347fe2100dcacd14097309c488ec57e9efe(
14766
+ event_destination: IEventDestination,
14767
+ *,
14768
+ description: typing.Optional[builtins.str] = None,
14769
+ extension_name: typing.Optional[builtins.str] = None,
14770
+ latest_version_number: typing.Optional[jsii.Number] = None,
14771
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
14772
+ ) -> None:
14773
+ """Type checking stubs"""
14774
+ pass
14775
+
14323
14776
  def _typecheckingstub__63ed4552787e88def66e9a8b0abdb2cf11f84235e5089c5e232a1053e6059ecc(
14324
14777
  action_point: ActionPoint,
14325
14778
  event_destination: IEventDestination,
@@ -14555,6 +15008,17 @@ def _typecheckingstub__8c0399b30aac3a09a4a5e9f3f33f358c90afa60099a7dd6cfc1f1b40f
14555
15008
  """Type checking stubs"""
14556
15009
  pass
14557
15010
 
15011
+ def _typecheckingstub__a4fc8a3b70c0109e72d85daff9c91933650c7c4eaa2876a9035b169dd7f20b58(
15012
+ event_destination: IEventDestination,
15013
+ *,
15014
+ description: typing.Optional[builtins.str] = None,
15015
+ extension_name: typing.Optional[builtins.str] = None,
15016
+ latest_version_number: typing.Optional[jsii.Number] = None,
15017
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
15018
+ ) -> None:
15019
+ """Type checking stubs"""
15020
+ pass
15021
+
14558
15022
  def _typecheckingstub__727774ca5ea7bba2fa87dc8ad6f91306047bf14b07d86949cc12510628c56ec2(
14559
15023
  action_point: ActionPoint,
14560
15024
  event_destination: IEventDestination,
@@ -14728,6 +15192,17 @@ def _typecheckingstub__46eeb9c815b4c9f3f9ff6e64ae0bba20fa3057be7b74747b611ea6726
14728
15192
  """Type checking stubs"""
14729
15193
  pass
14730
15194
 
15195
+ def _typecheckingstub__3dae2d4fd45db92f323ea2be5a7cb9d6e4cb8a90a0fddaad3ddd8d21b1d2e497(
15196
+ event_destination: IEventDestination,
15197
+ *,
15198
+ description: typing.Optional[builtins.str] = None,
15199
+ extension_name: typing.Optional[builtins.str] = None,
15200
+ latest_version_number: typing.Optional[jsii.Number] = None,
15201
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
15202
+ ) -> None:
15203
+ """Type checking stubs"""
15204
+ pass
15205
+
14731
15206
  def _typecheckingstub__9c65f9ec077d5abb2638f74671e3f2d65ef4fed80c0e32561b7b807b917e7d53(
14732
15207
  grantee: _IGrantable_71c4f5de,
14733
15208
  *actions: builtins.str,
@@ -14862,6 +15337,17 @@ def _typecheckingstub__d6a9c7f9aa42fa6ded0470d92dbcd83940a578472e76af9396bdbd356
14862
15337
  """Type checking stubs"""
14863
15338
  pass
14864
15339
 
15340
+ def _typecheckingstub__a2167e5c805db2d49f9733fc3a5fef5c4fbae7cf85fad62b8e2183186475df55(
15341
+ event_destination: IEventDestination,
15342
+ *,
15343
+ description: typing.Optional[builtins.str] = None,
15344
+ extension_name: typing.Optional[builtins.str] = None,
15345
+ latest_version_number: typing.Optional[jsii.Number] = None,
15346
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
15347
+ ) -> None:
15348
+ """Type checking stubs"""
15349
+ pass
15350
+
14865
15351
  def _typecheckingstub__8a6722e71c8fd1cc15e9b19f2e0909d6bbb97c17169577f39de30b2d1260a131(
14866
15352
  action_point: ActionPoint,
14867
15353
  event_destination: IEventDestination,
@@ -15011,6 +15497,17 @@ def _typecheckingstub__dcffd5e999d1df96cb081e766c8016c4aa0123304ff23d455b57cbab7
15011
15497
  """Type checking stubs"""
15012
15498
  pass
15013
15499
 
15500
+ def _typecheckingstub__ac45521cf9ac85e7b760d8fca7481f78e5db7d8e7ee5b013ec42b25cb2b56bea(
15501
+ event_destination: IEventDestination,
15502
+ *,
15503
+ description: typing.Optional[builtins.str] = None,
15504
+ extension_name: typing.Optional[builtins.str] = None,
15505
+ latest_version_number: typing.Optional[jsii.Number] = None,
15506
+ parameters: typing.Optional[typing.Sequence[Parameter]] = None,
15507
+ ) -> None:
15508
+ """Type checking stubs"""
15509
+ pass
15510
+
15014
15511
  def _typecheckingstub__2cdc0ffbe5a8630ebd90111a737ca2b967dee69b1b2b68149dd3251cce675208(
15015
15512
  action_point: ActionPoint,
15016
15513
  event_destination: IEventDestination,