aws-cdk-lib 2.167.2__py3-none-any.whl → 2.168.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 +2081 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.167.2.jsii.tgz → aws-cdk-lib@2.168.0.jsii.tgz} +0 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +1691 -95
- aws_cdk/aws_applicationinsights/__init__.py +41 -0
- aws_cdk/aws_applicationsignals/__init__.py +117 -0
- aws_cdk/aws_autoscaling/__init__.py +441 -6
- aws_cdk/aws_batch/__init__.py +202 -5
- aws_cdk/aws_bedrock/__init__.py +12 -12
- aws_cdk/aws_cleanrooms/__init__.py +17 -8
- aws_cdk/aws_cloudformation/__init__.py +2571 -492
- aws_cdk/aws_cloudfront/__init__.py +231 -0
- aws_cdk/aws_cloudfront/experimental/__init__.py +5 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +714 -132
- aws_cdk/aws_cloudtrail/__init__.py +52 -14
- aws_cdk/aws_codebuild/__init__.py +668 -2
- aws_cdk/aws_connectcampaignsv2/__init__.py +3376 -0
- aws_cdk/aws_dynamodb/__init__.py +332 -11
- aws_cdk/aws_ec2/__init__.py +13 -4
- aws_cdk/aws_ecs/__init__.py +213 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +160 -11
- aws_cdk/aws_fis/__init__.py +495 -0
- aws_cdk/aws_gamelift/__init__.py +3101 -1135
- aws_cdk/aws_kinesisfirehose/__init__.py +696 -5
- aws_cdk/aws_lambda/__init__.py +634 -259
- aws_cdk/aws_lambda_destinations/__init__.py +73 -0
- aws_cdk/aws_lambda_event_sources/__init__.py +102 -2
- aws_cdk/aws_location/__init__.py +18 -18
- aws_cdk/aws_mediastore/__init__.py +22 -10
- aws_cdk/aws_opensearchservice/__init__.py +6 -0
- aws_cdk/aws_quicksight/__init__.py +35 -19
- aws_cdk/aws_rds/__init__.py +51 -3
- aws_cdk/aws_securityhub/__init__.py +11 -14
- aws_cdk/aws_ses/__init__.py +58 -5
- aws_cdk/aws_stepfunctions_tasks/__init__.py +1601 -8
- aws_cdk/aws_transfer/__init__.py +0 -8
- aws_cdk/aws_vpclattice/__init__.py +39 -0
- aws_cdk/aws_wisdom/__init__.py +134 -85
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/RECORD +44 -43
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.168.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_transfer/__init__.py
CHANGED
|
@@ -3707,14 +3707,6 @@ class CfnUser(
|
|
|
3707
3707
|
'''
|
|
3708
3708
|
return typing.cast(builtins.str, jsii.get(self, "attrArn"))
|
|
3709
3709
|
|
|
3710
|
-
@builtins.property
|
|
3711
|
-
@jsii.member(jsii_name="attrId")
|
|
3712
|
-
def attr_id(self) -> builtins.str:
|
|
3713
|
-
'''
|
|
3714
|
-
:cloudformationAttribute: Id
|
|
3715
|
-
'''
|
|
3716
|
-
return typing.cast(builtins.str, jsii.get(self, "attrId"))
|
|
3717
|
-
|
|
3718
3710
|
@builtins.property
|
|
3719
3711
|
@jsii.member(jsii_name="attrServerId")
|
|
3720
3712
|
def attr_server_id(self) -> builtins.str:
|
|
@@ -94,6 +94,7 @@ class CfnAccessLogSubscription(
|
|
|
94
94
|
|
|
95
95
|
# the properties below are optional
|
|
96
96
|
resource_identifier="resourceIdentifier",
|
|
97
|
+
service_network_log_type="serviceNetworkLogType",
|
|
97
98
|
tags=[CfnTag(
|
|
98
99
|
key="key",
|
|
99
100
|
value="value"
|
|
@@ -108,6 +109,7 @@ class CfnAccessLogSubscription(
|
|
|
108
109
|
*,
|
|
109
110
|
destination_arn: builtins.str,
|
|
110
111
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
112
|
+
service_network_log_type: typing.Optional[builtins.str] = None,
|
|
111
113
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
112
114
|
) -> None:
|
|
113
115
|
'''
|
|
@@ -115,6 +117,7 @@ class CfnAccessLogSubscription(
|
|
|
115
117
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
116
118
|
:param destination_arn: The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
|
|
117
119
|
:param resource_identifier: The ID or Amazon Resource Name (ARN) of the service network or service.
|
|
120
|
+
:param service_network_log_type:
|
|
118
121
|
:param tags: The tags for the access log subscription.
|
|
119
122
|
'''
|
|
120
123
|
if __debug__:
|
|
@@ -124,6 +127,7 @@ class CfnAccessLogSubscription(
|
|
|
124
127
|
props = CfnAccessLogSubscriptionProps(
|
|
125
128
|
destination_arn=destination_arn,
|
|
126
129
|
resource_identifier=resource_identifier,
|
|
130
|
+
service_network_log_type=service_network_log_type,
|
|
127
131
|
tags=tags,
|
|
128
132
|
)
|
|
129
133
|
|
|
@@ -232,6 +236,18 @@ class CfnAccessLogSubscription(
|
|
|
232
236
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
233
237
|
jsii.set(self, "resourceIdentifier", value) # pyright: ignore[reportArgumentType]
|
|
234
238
|
|
|
239
|
+
@builtins.property
|
|
240
|
+
@jsii.member(jsii_name="serviceNetworkLogType")
|
|
241
|
+
def service_network_log_type(self) -> typing.Optional[builtins.str]:
|
|
242
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "serviceNetworkLogType"))
|
|
243
|
+
|
|
244
|
+
@service_network_log_type.setter
|
|
245
|
+
def service_network_log_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
246
|
+
if __debug__:
|
|
247
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a6aefb91b2c767c1ad3bd8d1abc157b906edd3e6e2041f588e76852a2d69dfed)
|
|
248
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
249
|
+
jsii.set(self, "serviceNetworkLogType", value) # pyright: ignore[reportArgumentType]
|
|
250
|
+
|
|
235
251
|
@builtins.property
|
|
236
252
|
@jsii.member(jsii_name="tagsRaw")
|
|
237
253
|
def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
@@ -252,6 +268,7 @@ class CfnAccessLogSubscription(
|
|
|
252
268
|
name_mapping={
|
|
253
269
|
"destination_arn": "destinationArn",
|
|
254
270
|
"resource_identifier": "resourceIdentifier",
|
|
271
|
+
"service_network_log_type": "serviceNetworkLogType",
|
|
255
272
|
"tags": "tags",
|
|
256
273
|
},
|
|
257
274
|
)
|
|
@@ -261,12 +278,14 @@ class CfnAccessLogSubscriptionProps:
|
|
|
261
278
|
*,
|
|
262
279
|
destination_arn: builtins.str,
|
|
263
280
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
281
|
+
service_network_log_type: typing.Optional[builtins.str] = None,
|
|
264
282
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
265
283
|
) -> None:
|
|
266
284
|
'''Properties for defining a ``CfnAccessLogSubscription``.
|
|
267
285
|
|
|
268
286
|
:param destination_arn: The Amazon Resource Name (ARN) of the destination. The supported destination types are CloudWatch Log groups, Kinesis Data Firehose delivery streams, and Amazon S3 buckets.
|
|
269
287
|
:param resource_identifier: The ID or Amazon Resource Name (ARN) of the service network or service.
|
|
288
|
+
:param service_network_log_type:
|
|
270
289
|
:param tags: The tags for the access log subscription.
|
|
271
290
|
|
|
272
291
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html
|
|
@@ -283,6 +302,7 @@ class CfnAccessLogSubscriptionProps:
|
|
|
283
302
|
|
|
284
303
|
# the properties below are optional
|
|
285
304
|
resource_identifier="resourceIdentifier",
|
|
305
|
+
service_network_log_type="serviceNetworkLogType",
|
|
286
306
|
tags=[CfnTag(
|
|
287
307
|
key="key",
|
|
288
308
|
value="value"
|
|
@@ -293,12 +313,15 @@ class CfnAccessLogSubscriptionProps:
|
|
|
293
313
|
type_hints = typing.get_type_hints(_typecheckingstub__7551e4dc1730a5c7bf48ba5c2eccbe95ed6914a39663f70c2dc1846465e8eb40)
|
|
294
314
|
check_type(argname="argument destination_arn", value=destination_arn, expected_type=type_hints["destination_arn"])
|
|
295
315
|
check_type(argname="argument resource_identifier", value=resource_identifier, expected_type=type_hints["resource_identifier"])
|
|
316
|
+
check_type(argname="argument service_network_log_type", value=service_network_log_type, expected_type=type_hints["service_network_log_type"])
|
|
296
317
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
297
318
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
298
319
|
"destination_arn": destination_arn,
|
|
299
320
|
}
|
|
300
321
|
if resource_identifier is not None:
|
|
301
322
|
self._values["resource_identifier"] = resource_identifier
|
|
323
|
+
if service_network_log_type is not None:
|
|
324
|
+
self._values["service_network_log_type"] = service_network_log_type
|
|
302
325
|
if tags is not None:
|
|
303
326
|
self._values["tags"] = tags
|
|
304
327
|
|
|
@@ -323,6 +346,14 @@ class CfnAccessLogSubscriptionProps:
|
|
|
323
346
|
result = self._values.get("resource_identifier")
|
|
324
347
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
325
348
|
|
|
349
|
+
@builtins.property
|
|
350
|
+
def service_network_log_type(self) -> typing.Optional[builtins.str]:
|
|
351
|
+
'''
|
|
352
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-accesslogsubscription.html#cfn-vpclattice-accesslogsubscription-servicenetworklogtype
|
|
353
|
+
'''
|
|
354
|
+
result = self._values.get("service_network_log_type")
|
|
355
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
356
|
+
|
|
326
357
|
@builtins.property
|
|
327
358
|
def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
|
|
328
359
|
'''The tags for the access log subscription.
|
|
@@ -5280,6 +5311,7 @@ def _typecheckingstub__5d1e4f257245d8e5be92083145da5c0b7311cde5a905b65c5cb20fb0c
|
|
|
5280
5311
|
*,
|
|
5281
5312
|
destination_arn: builtins.str,
|
|
5282
5313
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
5314
|
+
service_network_log_type: typing.Optional[builtins.str] = None,
|
|
5283
5315
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5284
5316
|
) -> None:
|
|
5285
5317
|
"""Type checking stubs"""
|
|
@@ -5309,6 +5341,12 @@ def _typecheckingstub__8b93aeac48124e92f9f09dd3e99f9ef8ac5e9d002fe64dea86b3d7700
|
|
|
5309
5341
|
"""Type checking stubs"""
|
|
5310
5342
|
pass
|
|
5311
5343
|
|
|
5344
|
+
def _typecheckingstub__a6aefb91b2c767c1ad3bd8d1abc157b906edd3e6e2041f588e76852a2d69dfed(
|
|
5345
|
+
value: typing.Optional[builtins.str],
|
|
5346
|
+
) -> None:
|
|
5347
|
+
"""Type checking stubs"""
|
|
5348
|
+
pass
|
|
5349
|
+
|
|
5312
5350
|
def _typecheckingstub__f88ce1faaa39f21f51b79668a87b932a07532be6cdddad83e4090e05f9de003e(
|
|
5313
5351
|
value: typing.Optional[typing.List[_CfnTag_f6864754]],
|
|
5314
5352
|
) -> None:
|
|
@@ -5319,6 +5357,7 @@ def _typecheckingstub__7551e4dc1730a5c7bf48ba5c2eccbe95ed6914a39663f70c2dc184646
|
|
|
5319
5357
|
*,
|
|
5320
5358
|
destination_arn: builtins.str,
|
|
5321
5359
|
resource_identifier: typing.Optional[builtins.str] = None,
|
|
5360
|
+
service_network_log_type: typing.Optional[builtins.str] = None,
|
|
5322
5361
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5323
5362
|
) -> None:
|
|
5324
5363
|
"""Type checking stubs"""
|