aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.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 +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_rds/__init__.py
CHANGED
|
@@ -1434,7 +1434,7 @@ rds.ServerlessClusterFromSnapshot(self, "Cluster",
|
|
|
1434
1434
|
|
|
1435
1435
|
You can access your Aurora DB cluster using the built-in Data API. The Data API doesn't require a persistent connection to the DB cluster. Instead, it provides a secure HTTP endpoint and integration with AWS SDKs.
|
|
1436
1436
|
|
|
1437
|
-
The following example shows granting Data API access to a
|
|
1437
|
+
The following example shows granting Data API access to a Lambda function.
|
|
1438
1438
|
|
|
1439
1439
|
```python
|
|
1440
1440
|
# vpc: ec2.Vpc
|
|
@@ -3923,6 +3923,12 @@ class AuroraPostgresEngineVersion(
|
|
|
3923
3923
|
'''Version "16.6".'''
|
|
3924
3924
|
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_16_6"))
|
|
3925
3925
|
|
|
3926
|
+
@jsii.python.classproperty
|
|
3927
|
+
@jsii.member(jsii_name="VER_16_6_LIMITLESS")
|
|
3928
|
+
def VER_16_6_LIMITLESS(cls) -> "AuroraPostgresEngineVersion":
|
|
3929
|
+
'''Version "16.6 limitless".'''
|
|
3930
|
+
return typing.cast("AuroraPostgresEngineVersion", jsii.sget(cls, "VER_16_6_LIMITLESS"))
|
|
3931
|
+
|
|
3926
3932
|
@jsii.python.classproperty
|
|
3927
3933
|
@jsii.member(jsii_name="VER_17_1")
|
|
3928
3934
|
def VER_17_1(cls) -> "AuroraPostgresEngineVersion":
|
|
@@ -17432,7 +17438,7 @@ class CfnIntegration(
|
|
|
17432
17438
|
*,
|
|
17433
17439
|
source_arn: builtins.str,
|
|
17434
17440
|
target_arn: builtins.str,
|
|
17435
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
17441
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
17436
17442
|
data_filter: typing.Optional[builtins.str] = None,
|
|
17437
17443
|
description: typing.Optional[builtins.str] = None,
|
|
17438
17444
|
integration_name: typing.Optional[builtins.str] = None,
|
|
@@ -17557,14 +17563,14 @@ class CfnIntegration(
|
|
|
17557
17563
|
@jsii.member(jsii_name="additionalEncryptionContext")
|
|
17558
17564
|
def additional_encryption_context(
|
|
17559
17565
|
self,
|
|
17560
|
-
) -> typing.Optional[typing.Union[
|
|
17566
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
17561
17567
|
'''An optional set of non-secret key–value pairs that contains additional contextual information about the data.'''
|
|
17562
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
17568
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "additionalEncryptionContext"))
|
|
17563
17569
|
|
|
17564
17570
|
@additional_encryption_context.setter
|
|
17565
17571
|
def additional_encryption_context(
|
|
17566
17572
|
self,
|
|
17567
|
-
value: typing.Optional[typing.Union[
|
|
17573
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
17568
17574
|
) -> None:
|
|
17569
17575
|
if __debug__:
|
|
17570
17576
|
type_hints = typing.get_type_hints(_typecheckingstub__f7fbdfa17cddec711beb6235c912d759435b5df9d3a68892f8c59ac577e099e8)
|
|
@@ -17657,7 +17663,7 @@ class CfnIntegrationProps:
|
|
|
17657
17663
|
*,
|
|
17658
17664
|
source_arn: builtins.str,
|
|
17659
17665
|
target_arn: builtins.str,
|
|
17660
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
17666
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
17661
17667
|
data_filter: typing.Optional[builtins.str] = None,
|
|
17662
17668
|
description: typing.Optional[builtins.str] = None,
|
|
17663
17669
|
integration_name: typing.Optional[builtins.str] = None,
|
|
@@ -17752,7 +17758,7 @@ class CfnIntegrationProps:
|
|
|
17752
17758
|
@builtins.property
|
|
17753
17759
|
def additional_encryption_context(
|
|
17754
17760
|
self,
|
|
17755
|
-
) -> typing.Optional[typing.Union[
|
|
17761
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
17756
17762
|
'''An optional set of non-secret key–value pairs that contains additional contextual information about the data.
|
|
17757
17763
|
|
|
17758
17764
|
For more information, see `Encryption context <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context>`_ in the *AWS Key Management Service Developer Guide* .
|
|
@@ -17762,7 +17768,7 @@ class CfnIntegrationProps:
|
|
|
17762
17768
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-integration.html#cfn-rds-integration-additionalencryptioncontext
|
|
17763
17769
|
'''
|
|
17764
17770
|
result = self._values.get("additional_encryption_context")
|
|
17765
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
17771
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
17766
17772
|
|
|
17767
17773
|
@builtins.property
|
|
17768
17774
|
def data_filter(self) -> typing.Optional[builtins.str]:
|
|
@@ -30828,7 +30834,7 @@ class LicenseModel(enum.Enum):
|
|
|
30828
30834
|
LICENSE_INCLUDED = "LICENSE_INCLUDED"
|
|
30829
30835
|
'''License included.'''
|
|
30830
30836
|
BRING_YOUR_OWN_LICENSE = "BRING_YOUR_OWN_LICENSE"
|
|
30831
|
-
'''Bring your own
|
|
30837
|
+
'''Bring your own license.'''
|
|
30832
30838
|
GENERAL_PUBLIC_LICENSE = "GENERAL_PUBLIC_LICENSE"
|
|
30833
30839
|
'''General public license.'''
|
|
30834
30840
|
|
|
@@ -38185,7 +38191,7 @@ class ServerlessV2ClusterInstanceProps(ClusterInstanceOptions):
|
|
|
38185
38191
|
:param performance_insight_retention: The amount of time, in days, to retain Performance Insights data. Default: 7
|
|
38186
38192
|
:param preferred_maintenance_window: A preferred maintenance window day/time range. Should be specified as a range ddd:hh24:mi-ddd:hh24:mi (24H Clock UTC). Example: 'Sun:23:45-Mon:00:15' Default: - 30-minute window selected at random from an 8-hour block of time for each AWS Region, occurring on a random day of the week.
|
|
38187
38193
|
:param publicly_accessible: Indicates whether the DB instance is an internet-facing instance. If not specified, the cluster's vpcSubnets will be used to determine if the instance is internet-facing or not. Default: - ``true`` if the cluster's ``vpcSubnets`` is ``subnetType: SubnetType.PUBLIC``, ``false`` otherwise
|
|
38188
|
-
:param scale_with_writer: Only applicable to reader instances. If this is true then the instance will be placed in promotion tier 1, otherwise it will be placed in promotion tier 2. For serverless v2 instances this means: - true: The serverless v2 reader will scale to match the writer instance (provisioned or serverless) - false: The serverless v2 reader will scale with the read
|
|
38194
|
+
:param scale_with_writer: Only applicable to reader instances. If this is true then the instance will be placed in promotion tier 1, otherwise it will be placed in promotion tier 2. For serverless v2 instances this means: - true: The serverless v2 reader will scale to match the writer instance (provisioned or serverless) - false: The serverless v2 reader will scale with the read workload on the instance Default: false
|
|
38189
38195
|
|
|
38190
38196
|
:exampleMetadata: infused
|
|
38191
38197
|
|
|
@@ -38435,7 +38441,7 @@ class ServerlessV2ClusterInstanceProps(ClusterInstanceOptions):
|
|
|
38435
38441
|
For serverless v2 instances this means:
|
|
38436
38442
|
|
|
38437
38443
|
- true: The serverless v2 reader will scale to match the writer instance (provisioned or serverless)
|
|
38438
|
-
- false: The serverless v2 reader will scale with the read
|
|
38444
|
+
- false: The serverless v2 reader will scale with the read workload on the instance
|
|
38439
38445
|
|
|
38440
38446
|
:default: false
|
|
38441
38447
|
'''
|
|
@@ -40349,7 +40355,7 @@ class ClusterInstance(
|
|
|
40349
40355
|
'''Add a serverless v2 instance to the cluster.
|
|
40350
40356
|
|
|
40351
40357
|
:param id: -
|
|
40352
|
-
:param scale_with_writer: Only applicable to reader instances. If this is true then the instance will be placed in promotion tier 1, otherwise it will be placed in promotion tier 2. For serverless v2 instances this means: - true: The serverless v2 reader will scale to match the writer instance (provisioned or serverless) - false: The serverless v2 reader will scale with the read
|
|
40358
|
+
:param scale_with_writer: Only applicable to reader instances. If this is true then the instance will be placed in promotion tier 1, otherwise it will be placed in promotion tier 2. For serverless v2 instances this means: - true: The serverless v2 reader will scale to match the writer instance (provisioned or serverless) - false: The serverless v2 reader will scale with the read workload on the instance Default: false
|
|
40353
40359
|
:param allow_major_version_upgrade: Whether to allow upgrade of major version for the DB instance. Default: - false
|
|
40354
40360
|
:param auto_minor_version_upgrade: Whether to enable automatic upgrade of minor version for the DB instance. Default: - true
|
|
40355
40361
|
:param ca_certificate: The identifier of the CA certificate for this DB cluster's instances. Specifying or updating this property triggers a reboot. For RDS DB engines: Default: - RDS will choose a certificate authority
|
|
@@ -48963,7 +48969,7 @@ def _typecheckingstub__0596ec891883071cc8cc2bad7e4e8120eefe68f759bfc17fdbfc1a525
|
|
|
48963
48969
|
*,
|
|
48964
48970
|
source_arn: builtins.str,
|
|
48965
48971
|
target_arn: builtins.str,
|
|
48966
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
48972
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
48967
48973
|
data_filter: typing.Optional[builtins.str] = None,
|
|
48968
48974
|
description: typing.Optional[builtins.str] = None,
|
|
48969
48975
|
integration_name: typing.Optional[builtins.str] = None,
|
|
@@ -48998,7 +49004,7 @@ def _typecheckingstub__6dd8ff906d13523a9100f3e1da8891fd48222fa9aef07e443b5b2ab9f
|
|
|
48998
49004
|
pass
|
|
48999
49005
|
|
|
49000
49006
|
def _typecheckingstub__f7fbdfa17cddec711beb6235c912d759435b5df9d3a68892f8c59ac577e099e8(
|
|
49001
|
-
value: typing.Optional[typing.Union[
|
|
49007
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
49002
49008
|
) -> None:
|
|
49003
49009
|
"""Type checking stubs"""
|
|
49004
49010
|
pass
|
|
@@ -49037,7 +49043,7 @@ def _typecheckingstub__69f4caa1fd2b447a305e7c18241756ad629a86b97bd052f17e677fc84
|
|
|
49037
49043
|
*,
|
|
49038
49044
|
source_arn: builtins.str,
|
|
49039
49045
|
target_arn: builtins.str,
|
|
49040
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
49046
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
49041
49047
|
data_filter: typing.Optional[builtins.str] = None,
|
|
49042
49048
|
description: typing.Optional[builtins.str] = None,
|
|
49043
49049
|
integration_name: typing.Optional[builtins.str] = None,
|
aws_cdk/aws_redshift/__init__.py
CHANGED
|
@@ -5158,7 +5158,7 @@ class CfnIntegration(
|
|
|
5158
5158
|
*,
|
|
5159
5159
|
source_arn: builtins.str,
|
|
5160
5160
|
target_arn: builtins.str,
|
|
5161
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
5161
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5162
5162
|
integration_name: typing.Optional[builtins.str] = None,
|
|
5163
5163
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
5164
5164
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -5277,14 +5277,14 @@ class CfnIntegration(
|
|
|
5277
5277
|
@jsii.member(jsii_name="additionalEncryptionContext")
|
|
5278
5278
|
def additional_encryption_context(
|
|
5279
5279
|
self,
|
|
5280
|
-
) -> typing.Optional[typing.Union[
|
|
5280
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
5281
5281
|
'''The encryption context for the integration.'''
|
|
5282
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
5282
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], jsii.get(self, "additionalEncryptionContext"))
|
|
5283
5283
|
|
|
5284
5284
|
@additional_encryption_context.setter
|
|
5285
5285
|
def additional_encryption_context(
|
|
5286
5286
|
self,
|
|
5287
|
-
value: typing.Optional[typing.Union[
|
|
5287
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
5288
5288
|
) -> None:
|
|
5289
5289
|
if __debug__:
|
|
5290
5290
|
type_hints = typing.get_type_hints(_typecheckingstub__aa11884b39e9757aed26782736b9cc7a1beb8245295ed73bee247717d47e3404)
|
|
@@ -5349,7 +5349,7 @@ class CfnIntegrationProps:
|
|
|
5349
5349
|
*,
|
|
5350
5350
|
source_arn: builtins.str,
|
|
5351
5351
|
target_arn: builtins.str,
|
|
5352
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
5352
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
5353
5353
|
integration_name: typing.Optional[builtins.str] = None,
|
|
5354
5354
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
5355
5355
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -5432,7 +5432,7 @@ class CfnIntegrationProps:
|
|
|
5432
5432
|
@builtins.property
|
|
5433
5433
|
def additional_encryption_context(
|
|
5434
5434
|
self,
|
|
5435
|
-
) -> typing.Optional[typing.Union[
|
|
5435
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
5436
5436
|
'''The encryption context for the integration.
|
|
5437
5437
|
|
|
5438
5438
|
For more information, see `Encryption context <https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#encrypt_context>`_ in the *AWS Key Management Service Developer Guide* .
|
|
@@ -5440,7 +5440,7 @@ class CfnIntegrationProps:
|
|
|
5440
5440
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-redshift-integration.html#cfn-redshift-integration-additionalencryptioncontext
|
|
5441
5441
|
'''
|
|
5442
5442
|
result = self._values.get("additional_encryption_context")
|
|
5443
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
5443
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
5444
5444
|
|
|
5445
5445
|
@builtins.property
|
|
5446
5446
|
def integration_name(self) -> typing.Optional[builtins.str]:
|
|
@@ -7261,7 +7261,7 @@ def _typecheckingstub__195f43b15319a462222fa2f5a73df1bdd50a48d85ec97165e527a5a95
|
|
|
7261
7261
|
*,
|
|
7262
7262
|
source_arn: builtins.str,
|
|
7263
7263
|
target_arn: builtins.str,
|
|
7264
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
7264
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7265
7265
|
integration_name: typing.Optional[builtins.str] = None,
|
|
7266
7266
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
7267
7267
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -7294,7 +7294,7 @@ def _typecheckingstub__473e7fefd01e8847abdf871f505831761b00d033de772a1d8e2feb028
|
|
|
7294
7294
|
pass
|
|
7295
7295
|
|
|
7296
7296
|
def _typecheckingstub__aa11884b39e9757aed26782736b9cc7a1beb8245295ed73bee247717d47e3404(
|
|
7297
|
-
value: typing.Optional[typing.Union[
|
|
7297
|
+
value: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]],
|
|
7298
7298
|
) -> None:
|
|
7299
7299
|
"""Type checking stubs"""
|
|
7300
7300
|
pass
|
|
@@ -7321,7 +7321,7 @@ def _typecheckingstub__0772e4da780df63d61457c13aa77602f5d56797dbd993866c48762708
|
|
|
7321
7321
|
*,
|
|
7322
7322
|
source_arn: builtins.str,
|
|
7323
7323
|
target_arn: builtins.str,
|
|
7324
|
-
additional_encryption_context: typing.Optional[typing.Union[
|
|
7324
|
+
additional_encryption_context: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
7325
7325
|
integration_name: typing.Optional[builtins.str] = None,
|
|
7326
7326
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
7327
7327
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
@@ -128,7 +128,6 @@ class CfnApp(
|
|
|
128
128
|
cross_account_role_arns=["crossAccountRoleArns"],
|
|
129
129
|
invoker_role_name="invokerRoleName"
|
|
130
130
|
),
|
|
131
|
-
regulatory_policy_arn="regulatoryPolicyArn",
|
|
132
131
|
resiliency_policy_arn="resiliencyPolicyArn",
|
|
133
132
|
tags={
|
|
134
133
|
"tags_key": "tags"
|
|
@@ -148,7 +147,6 @@ class CfnApp(
|
|
|
148
147
|
description: typing.Optional[builtins.str] = None,
|
|
149
148
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApp.EventSubscriptionProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
150
149
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnApp.PermissionModelProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
151
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
152
150
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
153
151
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
154
152
|
) -> None:
|
|
@@ -162,7 +160,6 @@ class CfnApp(
|
|
|
162
160
|
:param description: Optional description for an application.
|
|
163
161
|
:param event_subscriptions: The list of events you would like to subscribe and get notification for. Currently, AWS Resilience Hub supports notifications only for *Drift detected* and *Scheduled assessment failure* events.
|
|
164
162
|
:param permission_model: Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment.
|
|
165
|
-
:param regulatory_policy_arn: Amazon Resource Name (ARN) of the Regulatory Policy.
|
|
166
163
|
:param resiliency_policy_arn: The Amazon Resource Name (ARN) of the resiliency policy.
|
|
167
164
|
:param tags: Tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
|
|
168
165
|
'''
|
|
@@ -178,7 +175,6 @@ class CfnApp(
|
|
|
178
175
|
description=description,
|
|
179
176
|
event_subscriptions=event_subscriptions,
|
|
180
177
|
permission_model=permission_model,
|
|
181
|
-
regulatory_policy_arn=regulatory_policy_arn,
|
|
182
178
|
resiliency_policy_arn=resiliency_policy_arn,
|
|
183
179
|
tags=tags,
|
|
184
180
|
)
|
|
@@ -350,19 +346,6 @@ class CfnApp(
|
|
|
350
346
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
351
347
|
jsii.set(self, "permissionModel", value) # pyright: ignore[reportArgumentType]
|
|
352
348
|
|
|
353
|
-
@builtins.property
|
|
354
|
-
@jsii.member(jsii_name="regulatoryPolicyArn")
|
|
355
|
-
def regulatory_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
356
|
-
'''Amazon Resource Name (ARN) of the Regulatory Policy.'''
|
|
357
|
-
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "regulatoryPolicyArn"))
|
|
358
|
-
|
|
359
|
-
@regulatory_policy_arn.setter
|
|
360
|
-
def regulatory_policy_arn(self, value: typing.Optional[builtins.str]) -> None:
|
|
361
|
-
if __debug__:
|
|
362
|
-
type_hints = typing.get_type_hints(_typecheckingstub__cdb1fca52784c0725f4b57948dc7b1b7e1dffb05effe36f5ee6c00ae93c44230)
|
|
363
|
-
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
364
|
-
jsii.set(self, "regulatoryPolicyArn", value) # pyright: ignore[reportArgumentType]
|
|
365
|
-
|
|
366
349
|
@builtins.property
|
|
367
350
|
@jsii.member(jsii_name="resiliencyPolicyArn")
|
|
368
351
|
def resiliency_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
@@ -896,7 +879,6 @@ class CfnApp(
|
|
|
896
879
|
"description": "description",
|
|
897
880
|
"event_subscriptions": "eventSubscriptions",
|
|
898
881
|
"permission_model": "permissionModel",
|
|
899
|
-
"regulatory_policy_arn": "regulatoryPolicyArn",
|
|
900
882
|
"resiliency_policy_arn": "resiliencyPolicyArn",
|
|
901
883
|
"tags": "tags",
|
|
902
884
|
},
|
|
@@ -912,7 +894,6 @@ class CfnAppProps:
|
|
|
912
894
|
description: typing.Optional[builtins.str] = None,
|
|
913
895
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EventSubscriptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
914
896
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.PermissionModelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
915
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
916
897
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
917
898
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
918
899
|
) -> None:
|
|
@@ -925,7 +906,6 @@ class CfnAppProps:
|
|
|
925
906
|
:param description: Optional description for an application.
|
|
926
907
|
:param event_subscriptions: The list of events you would like to subscribe and get notification for. Currently, AWS Resilience Hub supports notifications only for *Drift detected* and *Scheduled assessment failure* events.
|
|
927
908
|
:param permission_model: Defines the roles and credentials that AWS Resilience Hub would use while creating the application, importing its resources, and running an assessment.
|
|
928
|
-
:param regulatory_policy_arn: Amazon Resource Name (ARN) of the Regulatory Policy.
|
|
929
909
|
:param resiliency_policy_arn: The Amazon Resource Name (ARN) of the resiliency policy.
|
|
930
910
|
:param tags: Tags assigned to the resource. A tag is a label that you assign to an AWS resource. Each tag consists of a key/value pair.
|
|
931
911
|
|
|
@@ -976,7 +956,6 @@ class CfnAppProps:
|
|
|
976
956
|
cross_account_role_arns=["crossAccountRoleArns"],
|
|
977
957
|
invoker_role_name="invokerRoleName"
|
|
978
958
|
),
|
|
979
|
-
regulatory_policy_arn="regulatoryPolicyArn",
|
|
980
959
|
resiliency_policy_arn="resiliencyPolicyArn",
|
|
981
960
|
tags={
|
|
982
961
|
"tags_key": "tags"
|
|
@@ -992,7 +971,6 @@ class CfnAppProps:
|
|
|
992
971
|
check_type(argname="argument description", value=description, expected_type=type_hints["description"])
|
|
993
972
|
check_type(argname="argument event_subscriptions", value=event_subscriptions, expected_type=type_hints["event_subscriptions"])
|
|
994
973
|
check_type(argname="argument permission_model", value=permission_model, expected_type=type_hints["permission_model"])
|
|
995
|
-
check_type(argname="argument regulatory_policy_arn", value=regulatory_policy_arn, expected_type=type_hints["regulatory_policy_arn"])
|
|
996
974
|
check_type(argname="argument resiliency_policy_arn", value=resiliency_policy_arn, expected_type=type_hints["resiliency_policy_arn"])
|
|
997
975
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
998
976
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
@@ -1008,8 +986,6 @@ class CfnAppProps:
|
|
|
1008
986
|
self._values["event_subscriptions"] = event_subscriptions
|
|
1009
987
|
if permission_model is not None:
|
|
1010
988
|
self._values["permission_model"] = permission_model
|
|
1011
|
-
if regulatory_policy_arn is not None:
|
|
1012
|
-
self._values["regulatory_policy_arn"] = regulatory_policy_arn
|
|
1013
989
|
if resiliency_policy_arn is not None:
|
|
1014
990
|
self._values["resiliency_policy_arn"] = resiliency_policy_arn
|
|
1015
991
|
if tags is not None:
|
|
@@ -1280,15 +1256,6 @@ class CfnAppProps:
|
|
|
1280
1256
|
result = self._values.get("permission_model")
|
|
1281
1257
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnApp.PermissionModelProperty]], result)
|
|
1282
1258
|
|
|
1283
|
-
@builtins.property
|
|
1284
|
-
def regulatory_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
1285
|
-
'''Amazon Resource Name (ARN) of the Regulatory Policy.
|
|
1286
|
-
|
|
1287
|
-
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resiliencehub-app.html#cfn-resiliencehub-app-regulatorypolicyarn
|
|
1288
|
-
'''
|
|
1289
|
-
result = self._values.get("regulatory_policy_arn")
|
|
1290
|
-
return typing.cast(typing.Optional[builtins.str], result)
|
|
1291
|
-
|
|
1292
1259
|
@builtins.property
|
|
1293
1260
|
def resiliency_policy_arn(self) -> typing.Optional[builtins.str]:
|
|
1294
1261
|
'''The Amazon Resource Name (ARN) of the resiliency policy.
|
|
@@ -1779,7 +1746,6 @@ def _typecheckingstub__303e76fc3650422653be00dea7484c071f68688b86b0b136d647cee73
|
|
|
1779
1746
|
description: typing.Optional[builtins.str] = None,
|
|
1780
1747
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EventSubscriptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1781
1748
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.PermissionModelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1782
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
1783
1749
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
1784
1750
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1785
1751
|
) -> None:
|
|
@@ -1840,12 +1806,6 @@ def _typecheckingstub__2e15df41e400e8a9cff1ec67cfe4cdb6224b7e0faa1f84a7164a3aff0
|
|
|
1840
1806
|
"""Type checking stubs"""
|
|
1841
1807
|
pass
|
|
1842
1808
|
|
|
1843
|
-
def _typecheckingstub__cdb1fca52784c0725f4b57948dc7b1b7e1dffb05effe36f5ee6c00ae93c44230(
|
|
1844
|
-
value: typing.Optional[builtins.str],
|
|
1845
|
-
) -> None:
|
|
1846
|
-
"""Type checking stubs"""
|
|
1847
|
-
pass
|
|
1848
|
-
|
|
1849
1809
|
def _typecheckingstub__ce4ee431bd44e41d23a7b0df5a1d235166dfde2dcb98cb013d61da840d20b025(
|
|
1850
1810
|
value: typing.Optional[builtins.str],
|
|
1851
1811
|
) -> None:
|
|
@@ -1907,7 +1867,6 @@ def _typecheckingstub__d4cbfaccc19fec8c2bd3f0ad17cdc9d5c9a66dbdcc7077312163442e7
|
|
|
1907
1867
|
description: typing.Optional[builtins.str] = None,
|
|
1908
1868
|
event_subscriptions: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.EventSubscriptionProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
1909
1869
|
permission_model: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnApp.PermissionModelProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1910
|
-
regulatory_policy_arn: typing.Optional[builtins.str] = None,
|
|
1911
1870
|
resiliency_policy_arn: typing.Optional[builtins.str] = None,
|
|
1912
1871
|
tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
|
|
1913
1872
|
) -> None:
|
aws_cdk/aws_route53/__init__.py
CHANGED
|
@@ -6322,6 +6322,12 @@ class CrossAccountZoneDelegationRecord(
|
|
|
6322
6322
|
):
|
|
6323
6323
|
'''A Cross Account Zone Delegation record.
|
|
6324
6324
|
|
|
6325
|
+
This construct uses custom resource lambda that calls Route53
|
|
6326
|
+
ChangeResourceRecordSets API to upsert a NS record into the ``parentHostedZone``.
|
|
6327
|
+
|
|
6328
|
+
WARNING: The default removal policy of this resource is DESTROY, therefore, if this resource's logical ID changes or
|
|
6329
|
+
if this resource is removed from the stack, the existing NS record will be removed.
|
|
6330
|
+
|
|
6325
6331
|
:exampleMetadata: infused
|
|
6326
6332
|
|
|
6327
6333
|
Example::
|
aws_cdk/aws_rum/__init__.py
CHANGED
|
@@ -630,7 +630,7 @@ class CfnAppMonitor(
|
|
|
630
630
|
self,
|
|
631
631
|
*,
|
|
632
632
|
name: builtins.str,
|
|
633
|
-
dimension_keys: typing.Optional[typing.Union[
|
|
633
|
+
dimension_keys: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
634
634
|
event_pattern: typing.Optional[builtins.str] = None,
|
|
635
635
|
namespace: typing.Optional[builtins.str] = None,
|
|
636
636
|
unit_label: typing.Optional[builtins.str] = None,
|
|
@@ -721,7 +721,7 @@ class CfnAppMonitor(
|
|
|
721
721
|
@builtins.property
|
|
722
722
|
def dimension_keys(
|
|
723
723
|
self,
|
|
724
|
-
) -> typing.Optional[typing.Union[
|
|
724
|
+
) -> typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]]:
|
|
725
725
|
'''This field is a map of field paths to dimension names.
|
|
726
726
|
|
|
727
727
|
It defines the dimensions to associate with this metric in CloudWatch . The value of this field is used only if the metric destination is ``CloudWatch`` . If the metric destination is ``Evidently`` , the value of ``DimensionKeys`` is ignored.
|
|
@@ -729,7 +729,7 @@ class CfnAppMonitor(
|
|
|
729
729
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rum-appmonitor-metricdefinition.html#cfn-rum-appmonitor-metricdefinition-dimensionkeys
|
|
730
730
|
'''
|
|
731
731
|
result = self._values.get("dimension_keys")
|
|
732
|
-
return typing.cast(typing.Optional[typing.Union[
|
|
732
|
+
return typing.cast(typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]], result)
|
|
733
733
|
|
|
734
734
|
@builtins.property
|
|
735
735
|
def event_pattern(self) -> typing.Optional[builtins.str]:
|
|
@@ -1218,7 +1218,7 @@ def _typecheckingstub__dbddfb5cea796155615c50462c2f74dceb1015bc37ceb1d56a4673eee
|
|
|
1218
1218
|
def _typecheckingstub__001da0942488042bedaa7bac57ce421214804f088803aac4b0f5c16385fb5991(
|
|
1219
1219
|
*,
|
|
1220
1220
|
name: builtins.str,
|
|
1221
|
-
dimension_keys: typing.Optional[typing.Union[
|
|
1221
|
+
dimension_keys: typing.Optional[typing.Union[typing.Mapping[builtins.str, builtins.str], _IResolvable_da3f097b]] = None,
|
|
1222
1222
|
event_pattern: typing.Optional[builtins.str] = None,
|
|
1223
1223
|
namespace: typing.Optional[builtins.str] = None,
|
|
1224
1224
|
unit_label: typing.Optional[builtins.str] = None,
|
aws_cdk/aws_s3/__init__.py
CHANGED
|
@@ -6410,7 +6410,7 @@ class CfnBucket(
|
|
|
6410
6410
|
For more information, see `Object Lifecycle Management <https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html>`_ in the *Amazon S3 User Guide* .
|
|
6411
6411
|
|
|
6412
6412
|
:param rules: A lifecycle rule for individual objects in an Amazon S3 bucket.
|
|
6413
|
-
:param transition_default_minimum_object_size:
|
|
6413
|
+
:param transition_default_minimum_object_size: Indicates which default minimum object size behavior is applied to the lifecycle configuration. .. epigraph:: This parameter applies to general purpose buckets only. It isn't supported for directory bucket lifecycle configurations. - ``all_storage_classes_128K`` - Objects smaller than 128 KB will not transition to any storage class by default. - ``varies_by_storage_class`` - Objects smaller than 128 KB will transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes will prevent transitions smaller than 128 KB. To customize the minimum object size for any transition you can add a filter that specifies a custom ``ObjectSizeGreaterThan`` or ``ObjectSizeLessThan`` in the body of your transition rule. Custom filters always take precedence over the default transition behavior.
|
|
6414
6414
|
|
|
6415
6415
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html
|
|
6416
6416
|
:exampleMetadata: fixture=_generated
|
|
@@ -6507,7 +6507,17 @@ class CfnBucket(
|
|
|
6507
6507
|
def transition_default_minimum_object_size(
|
|
6508
6508
|
self,
|
|
6509
6509
|
) -> typing.Optional[builtins.str]:
|
|
6510
|
-
'''
|
|
6510
|
+
'''Indicates which default minimum object size behavior is applied to the lifecycle configuration.
|
|
6511
|
+
|
|
6512
|
+
.. epigraph::
|
|
6513
|
+
|
|
6514
|
+
This parameter applies to general purpose buckets only. It isn't supported for directory bucket lifecycle configurations.
|
|
6515
|
+
|
|
6516
|
+
- ``all_storage_classes_128K`` - Objects smaller than 128 KB will not transition to any storage class by default.
|
|
6517
|
+
- ``varies_by_storage_class`` - Objects smaller than 128 KB will transition to Glacier Flexible Retrieval or Glacier Deep Archive storage classes. By default, all other storage classes will prevent transitions smaller than 128 KB.
|
|
6518
|
+
|
|
6519
|
+
To customize the minimum object size for any transition you can add a filter that specifies a custom ``ObjectSizeGreaterThan`` or ``ObjectSizeLessThan`` in the body of your transition rule. Custom filters always take precedence over the default transition behavior.
|
|
6520
|
+
|
|
6511
6521
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-lifecycleconfiguration.html#cfn-s3-bucket-lifecycleconfiguration-transitiondefaultminimumobjectsize
|
|
6512
6522
|
'''
|
|
6513
6523
|
result = self._values.get("transition_default_minimum_object_size")
|