aws-cdk-lib 2.167.2__py3-none-any.whl → 2.169.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 +2083 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.167.2.jsii.tgz → aws-cdk-lib@2.169.0.jsii.tgz} +0 -0
- aws_cdk/aws_accessanalyzer/__init__.py +244 -13
- aws_cdk/aws_applicationautoscaling/__init__.py +1691 -95
- aws_cdk/aws_applicationinsights/__init__.py +41 -0
- aws_cdk/aws_applicationsignals/__init__.py +124 -0
- aws_cdk/aws_autoscaling/__init__.py +743 -7
- 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 +281 -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 +670 -4
- aws_cdk/aws_connect/__init__.py +378 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3376 -0
- aws_cdk/aws_customerprofiles/__init__.py +44 -0
- aws_cdk/aws_deadline/__init__.py +299 -6
- aws_cdk/aws_dynamodb/__init__.py +359 -16
- aws_cdk/aws_ec2/__init__.py +19 -6
- aws_cdk/aws_ecs/__init__.py +231 -12
- aws_cdk/aws_efs/__init__.py +61 -4
- aws_cdk/aws_eks/__init__.py +116 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +160 -11
- aws_cdk/aws_fis/__init__.py +495 -0
- aws_cdk/aws_gamelift/__init__.py +3204 -1104
- aws_cdk/aws_iot/__init__.py +209 -0
- aws_cdk/aws_iotfleetwise/__init__.py +550 -0
- aws_cdk/aws_iotsitewise/__init__.py +6 -3
- aws_cdk/aws_ivs/__init__.py +458 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +756 -8
- 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_rbin/__init__.py +902 -0
- aws_cdk/aws_rds/__init__.py +166 -3
- aws_cdk/aws_route53resolver/__init__.py +76 -19
- aws_cdk/aws_sagemaker/__init__.py +32 -0
- aws_cdk/aws_securityhub/__init__.py +11 -14
- aws_cdk/aws_ses/__init__.py +58 -5
- aws_cdk/aws_sns/__init__.py +593 -8
- aws_cdk/aws_sns_subscriptions/__init__.py +68 -22
- aws_cdk/aws_stepfunctions_tasks/__init__.py +1601 -8
- aws_cdk/aws_synthetics/__init__.py +46 -0
- aws_cdk/aws_transfer/__init__.py +0 -8
- aws_cdk/aws_vpclattice/__init__.py +157 -2
- aws_cdk/aws_wisdom/__init__.py +113 -69
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.169.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.169.0.dist-info}/RECORD +60 -58
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.169.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.169.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.169.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.167.2.dist-info → aws_cdk_lib-2.169.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_ec2/__init__.py
CHANGED
|
@@ -5668,7 +5668,7 @@ class CfnCapacityReservation(
|
|
|
5668
5668
|
:param placement_group_arn: The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see `Capacity Reservations for cluster placement groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html>`_ in the *Amazon EC2 User Guide* .
|
|
5669
5669
|
:param tag_specifications: The tags to apply to the Capacity Reservation during launch.
|
|
5670
5670
|
:param tenancy: Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:. - ``default`` - The Capacity Reservation is created on hardware that is shared with other AWS accounts . - ``dedicated`` - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account .
|
|
5671
|
-
:param unused_reservation_billing_owner_id: The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation
|
|
5671
|
+
:param unused_reservation_billing_owner_id: The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation. A request will be sent to the specified account. That account must accept the request for the billing to be assigned to their account. For more information, see `Billing assignment for shared Amazon EC2 Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html>`_ . You can assign billing only for shared Capacity Reservations. To share a Capacity Reservation, you must add it to a resource share. For more information, see `AWS::RAM::ResourceShare <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html>`_ .
|
|
5672
5672
|
'''
|
|
5673
5673
|
if __debug__:
|
|
5674
5674
|
type_hints = typing.get_type_hints(_typecheckingstub__96fb3bc559aaa9df971e86ea7cdd3cdc3de550019a2d3bf247d3fb169b5e9f7e)
|
|
@@ -5985,7 +5985,7 @@ class CfnCapacityReservation(
|
|
|
5985
5985
|
@builtins.property
|
|
5986
5986
|
@jsii.member(jsii_name="unusedReservationBillingOwnerId")
|
|
5987
5987
|
def unused_reservation_billing_owner_id(self) -> typing.Optional[builtins.str]:
|
|
5988
|
-
'''The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation
|
|
5988
|
+
'''The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation.'''
|
|
5989
5989
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "unusedReservationBillingOwnerId"))
|
|
5990
5990
|
|
|
5991
5991
|
@unused_reservation_billing_owner_id.setter
|
|
@@ -6887,7 +6887,7 @@ class CfnCapacityReservationProps:
|
|
|
6887
6887
|
:param placement_group_arn: The Amazon Resource Name (ARN) of the cluster placement group in which to create the Capacity Reservation. For more information, see `Capacity Reservations for cluster placement groups <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/cr-cpg.html>`_ in the *Amazon EC2 User Guide* .
|
|
6888
6888
|
:param tag_specifications: The tags to apply to the Capacity Reservation during launch.
|
|
6889
6889
|
:param tenancy: Indicates the tenancy of the Capacity Reservation. A Capacity Reservation can have one of the following tenancy settings:. - ``default`` - The Capacity Reservation is created on hardware that is shared with other AWS accounts . - ``dedicated`` - The Capacity Reservation is created on single-tenant hardware that is dedicated to a single AWS account .
|
|
6890
|
-
:param unused_reservation_billing_owner_id: The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation
|
|
6890
|
+
:param unused_reservation_billing_owner_id: The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation. A request will be sent to the specified account. That account must accept the request for the billing to be assigned to their account. For more information, see `Billing assignment for shared Amazon EC2 Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html>`_ . You can assign billing only for shared Capacity Reservations. To share a Capacity Reservation, you must add it to a resource share. For more information, see `AWS::RAM::ResourceShare <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html>`_ .
|
|
6891
6891
|
|
|
6892
6892
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html
|
|
6893
6893
|
:exampleMetadata: fixture=_generated
|
|
@@ -7122,7 +7122,11 @@ class CfnCapacityReservationProps:
|
|
|
7122
7122
|
|
|
7123
7123
|
@builtins.property
|
|
7124
7124
|
def unused_reservation_billing_owner_id(self) -> typing.Optional[builtins.str]:
|
|
7125
|
-
'''The ID of the AWS account to which billing of the unused capacity of the Capacity Reservation
|
|
7125
|
+
'''The ID of the AWS account to which to assign billing of the unused capacity of the Capacity Reservation.
|
|
7126
|
+
|
|
7127
|
+
A request will be sent to the specified account. That account must accept the request for the billing to be assigned to their account. For more information, see `Billing assignment for shared Amazon EC2 Capacity Reservations <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/assign-billing.html>`_ .
|
|
7128
|
+
|
|
7129
|
+
You can assign billing only for shared Capacity Reservations. To share a Capacity Reservation, you must add it to a resource share. For more information, see `AWS::RAM::ResourceShare <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ram-resourceshare.html>`_ .
|
|
7126
7130
|
|
|
7127
7131
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-capacityreservation.html#cfn-ec2-capacityreservation-unusedreservationbillingownerid
|
|
7128
7132
|
'''
|
|
@@ -39714,7 +39718,7 @@ class CfnPrefixList(
|
|
|
39714
39718
|
:param address_family: The IP address type. Valid Values: ``IPv4`` | ``IPv6``
|
|
39715
39719
|
:param prefix_list_name: A name for the prefix list. Constraints: Up to 255 characters in length. The name cannot start with ``com.amazonaws`` .
|
|
39716
39720
|
:param entries: The entries for the prefix list.
|
|
39717
|
-
:param max_entries: The maximum number of entries for the prefix list.
|
|
39721
|
+
:param max_entries: The maximum number of entries for the prefix list. You can't modify the entries and the size of a prefix list at the same time. This property is required when you create a prefix list.
|
|
39718
39722
|
:param tags: The tags for the prefix list.
|
|
39719
39723
|
'''
|
|
39720
39724
|
if __debug__:
|
|
@@ -39988,7 +39992,7 @@ class CfnPrefixListProps:
|
|
|
39988
39992
|
:param address_family: The IP address type. Valid Values: ``IPv4`` | ``IPv6``
|
|
39989
39993
|
:param prefix_list_name: A name for the prefix list. Constraints: Up to 255 characters in length. The name cannot start with ``com.amazonaws`` .
|
|
39990
39994
|
:param entries: The entries for the prefix list.
|
|
39991
|
-
:param max_entries: The maximum number of entries for the prefix list.
|
|
39995
|
+
:param max_entries: The maximum number of entries for the prefix list. You can't modify the entries and the size of a prefix list at the same time. This property is required when you create a prefix list.
|
|
39992
39996
|
:param tags: The tags for the prefix list.
|
|
39993
39997
|
|
|
39994
39998
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html
|
|
@@ -40075,6 +40079,10 @@ class CfnPrefixListProps:
|
|
|
40075
40079
|
def max_entries(self) -> typing.Optional[jsii.Number]:
|
|
40076
40080
|
'''The maximum number of entries for the prefix list.
|
|
40077
40081
|
|
|
40082
|
+
You can't modify the entries and the size of a prefix list at the same time.
|
|
40083
|
+
|
|
40084
|
+
This property is required when you create a prefix list.
|
|
40085
|
+
|
|
40078
40086
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-prefixlist.html#cfn-ec2-prefixlist-maxentries
|
|
40079
40087
|
'''
|
|
40080
40088
|
result = self._values.get("max_entries")
|
|
@@ -76227,6 +76235,11 @@ class InterfaceVpcEndpointAwsService(
|
|
|
76227
76235
|
def BEDROCK_RUNTIME(cls) -> "InterfaceVpcEndpointAwsService":
|
|
76228
76236
|
return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "BEDROCK_RUNTIME"))
|
|
76229
76237
|
|
|
76238
|
+
@jsii.python.classproperty
|
|
76239
|
+
@jsii.member(jsii_name="BILLING")
|
|
76240
|
+
def BILLING(cls) -> "InterfaceVpcEndpointAwsService":
|
|
76241
|
+
return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "BILLING"))
|
|
76242
|
+
|
|
76230
76243
|
@jsii.python.classproperty
|
|
76231
76244
|
@jsii.member(jsii_name="BILLING_AND_COST_MANAGEMENT_FREETIER")
|
|
76232
76245
|
def BILLING_AND_COST_MANAGEMENT_FREETIER(cls) -> "InterfaceVpcEndpointAwsService":
|