aws-cdk-lib 2.182.0__py3-none-any.whl → 2.183.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.

Files changed (43) hide show
  1. aws_cdk/__init__.py +459 -33
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.182.0.jsii.tgz → aws-cdk-lib@2.183.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_batch/__init__.py +15 -9
  5. aws_cdk/aws_bedrock/__init__.py +5804 -2325
  6. aws_cdk/aws_ce/__init__.py +141 -3
  7. aws_cdk/aws_cloudformation/__init__.py +26 -33
  8. aws_cdk/aws_cloudtrail/__init__.py +4 -4
  9. aws_cdk/aws_codebuild/__init__.py +4 -10
  10. aws_cdk/aws_cognito/__init__.py +3 -3
  11. aws_cdk/aws_dms/__init__.py +350 -0
  12. aws_cdk/aws_ec2/__init__.py +63 -5
  13. aws_cdk/aws_elasticache/__init__.py +3 -3
  14. aws_cdk/aws_emr/__init__.py +9 -3
  15. aws_cdk/aws_gameliftstreams/__init__.py +1205 -0
  16. aws_cdk/aws_iam/__init__.py +290 -35
  17. aws_cdk/aws_inspector/__init__.py +13 -10
  18. aws_cdk/aws_iot/__init__.py +616 -22
  19. aws_cdk/aws_iotfleetwise/__init__.py +72 -10
  20. aws_cdk/aws_iotsitewise/__init__.py +12 -8
  21. aws_cdk/aws_kafkaconnect/__init__.py +4 -2
  22. aws_cdk/aws_lambda/__init__.py +9 -0
  23. aws_cdk/aws_logs/__init__.py +133 -0
  24. aws_cdk/aws_medialive/__init__.py +86 -86
  25. aws_cdk/aws_msk/__init__.py +236 -128
  26. aws_cdk/aws_neptunegraph/__init__.py +3 -3
  27. aws_cdk/aws_opensearchserverless/__init__.py +1031 -0
  28. aws_cdk/aws_quicksight/__init__.py +6511 -20331
  29. aws_cdk/aws_rds/__init__.py +124 -17
  30. aws_cdk/aws_redshift/__init__.py +8 -8
  31. aws_cdk/aws_sagemaker/__init__.py +12 -5
  32. aws_cdk/aws_securitylake/__init__.py +3 -0
  33. aws_cdk/aws_synthetics/__init__.py +2 -0
  34. aws_cdk/aws_transfer/__init__.py +241 -40
  35. aws_cdk/aws_wafv2/__init__.py +118 -30
  36. aws_cdk/aws_xray/__init__.py +195 -0
  37. aws_cdk/custom_resources/__init__.py +65 -8
  38. {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/METADATA +1 -1
  39. {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/RECORD +43 -42
  40. {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/LICENSE +0 -0
  41. {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/NOTICE +0 -0
  42. {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/WHEEL +0 -0
  43. {aws_cdk_lib-2.182.0.dist-info → aws_cdk_lib-2.183.0.dist-info}/top_level.txt +0 -0
@@ -41885,7 +41885,7 @@ class CfnSecurityGroup(
41885
41885
  :param scope: Scope in which this resource is defined.
41886
41886
  :param id: Construct identifier for this resource (unique in its scope).
41887
41887
  :param group_description: A description for the security group. Constraints: Up to 255 characters in length Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
41888
- :param group_name: The name of the security group. Constraints: Up to 255 characters in length. Cannot start with ``sg-`` . Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
41888
+ :param group_name: The name of the security group. Names are case-insensitive and must be unique within the VPC. Constraints: Up to 255 characters in length. Can't start with ``sg-`` . Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
41889
41889
  :param security_group_egress: The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.
41890
41890
  :param security_group_ingress: The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.
41891
41891
  :param tags: Any tags assigned to the security group.
@@ -41990,7 +41990,10 @@ class CfnSecurityGroup(
41990
41990
  @builtins.property
41991
41991
  @jsii.member(jsii_name="groupName")
41992
41992
  def group_name(self) -> typing.Optional[builtins.str]:
41993
- '''The name of the security group.'''
41993
+ '''The name of the security group.
41994
+
41995
+ Names are case-insensitive and must be unique within the VPC.
41996
+ '''
41994
41997
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "groupName"))
41995
41998
 
41996
41999
  @group_name.setter
@@ -43567,7 +43570,7 @@ class CfnSecurityGroupProps:
43567
43570
  '''Properties for defining a ``CfnSecurityGroup``.
43568
43571
 
43569
43572
  :param group_description: A description for the security group. Constraints: Up to 255 characters in length Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
43570
- :param group_name: The name of the security group. Constraints: Up to 255 characters in length. Cannot start with ``sg-`` . Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
43573
+ :param group_name: The name of the security group. Names are case-insensitive and must be unique within the VPC. Constraints: Up to 255 characters in length. Can't start with ``sg-`` . Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
43571
43574
  :param security_group_egress: The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.
43572
43575
  :param security_group_ingress: The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.
43573
43576
  :param tags: Any tags assigned to the security group.
@@ -43658,9 +43661,9 @@ class CfnSecurityGroupProps:
43658
43661
 
43659
43662
  @builtins.property
43660
43663
  def group_name(self) -> typing.Optional[builtins.str]:
43661
- '''The name of the security group.
43664
+ '''The name of the security group. Names are case-insensitive and must be unique within the VPC.
43662
43665
 
43663
- Constraints: Up to 255 characters in length. Cannot start with ``sg-`` .
43666
+ Constraints: Up to 255 characters in length. Can't start with ``sg-`` .
43664
43667
 
43665
43668
  Valid characters: a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
43666
43669
 
@@ -79653,6 +79656,11 @@ class InterfaceVpcEndpointAwsService(
79653
79656
  def EMR_SERVERLESS(cls) -> "InterfaceVpcEndpointAwsService":
79654
79657
  return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "EMR_SERVERLESS"))
79655
79658
 
79659
+ @jsii.python.classproperty
79660
+ @jsii.member(jsii_name="EMR_SERVERLESS_DASHBOARD")
79661
+ def EMR_SERVERLESS_DASHBOARD(cls) -> "InterfaceVpcEndpointAwsService":
79662
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "EMR_SERVERLESS_DASHBOARD"))
79663
+
79656
79664
  @jsii.python.classproperty
79657
79665
  @jsii.member(jsii_name="EMR_SERVERLESS_LIVY")
79658
79666
  def EMR_SERVERLESS_LIVY(cls) -> "InterfaceVpcEndpointAwsService":
@@ -80030,6 +80038,36 @@ class InterfaceVpcEndpointAwsService(
80030
80038
  def LICENSE_MANAGER_USER_SUBSCRIPTIONS(cls) -> "InterfaceVpcEndpointAwsService":
80031
80039
  return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LICENSE_MANAGER_USER_SUBSCRIPTIONS"))
80032
80040
 
80041
+ @jsii.python.classproperty
80042
+ @jsii.member(jsii_name="LOCATION_SERVICE_GEOFENCING")
80043
+ def LOCATION_SERVICE_GEOFENCING(cls) -> "InterfaceVpcEndpointAwsService":
80044
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LOCATION_SERVICE_GEOFENCING"))
80045
+
80046
+ @jsii.python.classproperty
80047
+ @jsii.member(jsii_name="LOCATION_SERVICE_MAPS")
80048
+ def LOCATION_SERVICE_MAPS(cls) -> "InterfaceVpcEndpointAwsService":
80049
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LOCATION_SERVICE_MAPS"))
80050
+
80051
+ @jsii.python.classproperty
80052
+ @jsii.member(jsii_name="LOCATION_SERVICE_METADATA")
80053
+ def LOCATION_SERVICE_METADATA(cls) -> "InterfaceVpcEndpointAwsService":
80054
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LOCATION_SERVICE_METADATA"))
80055
+
80056
+ @jsii.python.classproperty
80057
+ @jsii.member(jsii_name="LOCATION_SERVICE_PLACES")
80058
+ def LOCATION_SERVICE_PLACES(cls) -> "InterfaceVpcEndpointAwsService":
80059
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LOCATION_SERVICE_PLACES"))
80060
+
80061
+ @jsii.python.classproperty
80062
+ @jsii.member(jsii_name="LOCATION_SERVICE_ROUTE")
80063
+ def LOCATION_SERVICE_ROUTE(cls) -> "InterfaceVpcEndpointAwsService":
80064
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LOCATION_SERVICE_ROUTE"))
80065
+
80066
+ @jsii.python.classproperty
80067
+ @jsii.member(jsii_name="LOCATION_SERVICE_TRACKING")
80068
+ def LOCATION_SERVICE_TRACKING(cls) -> "InterfaceVpcEndpointAwsService":
80069
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "LOCATION_SERVICE_TRACKING"))
80070
+
80033
80071
  @jsii.python.classproperty
80034
80072
  @jsii.member(jsii_name="LOOKOUT_EQUIPMENT")
80035
80073
  def LOOKOUT_EQUIPMENT(cls) -> "InterfaceVpcEndpointAwsService":
@@ -80569,6 +80607,16 @@ class InterfaceVpcEndpointAwsService(
80569
80607
  def SECURITYHUB(cls) -> "InterfaceVpcEndpointAwsService":
80570
80608
  return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "SECURITYHUB"))
80571
80609
 
80610
+ @jsii.python.classproperty
80611
+ @jsii.member(jsii_name="SECURITYLAKE")
80612
+ def SECURITYLAKE(cls) -> "InterfaceVpcEndpointAwsService":
80613
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "SECURITYLAKE"))
80614
+
80615
+ @jsii.python.classproperty
80616
+ @jsii.member(jsii_name="SECURITYLAKE_FIPS")
80617
+ def SECURITYLAKE_FIPS(cls) -> "InterfaceVpcEndpointAwsService":
80618
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "SECURITYLAKE_FIPS"))
80619
+
80572
80620
  @jsii.python.classproperty
80573
80621
  @jsii.member(jsii_name="SERVER_MIGRATION_SERVICE")
80574
80622
  def SERVER_MIGRATION_SERVICE(cls) -> "InterfaceVpcEndpointAwsService":
@@ -80764,6 +80812,16 @@ class InterfaceVpcEndpointAwsService(
80764
80812
  def VPC_LATTICE(cls) -> "InterfaceVpcEndpointAwsService":
80765
80813
  return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "VPC_LATTICE"))
80766
80814
 
80815
+ @jsii.python.classproperty
80816
+ @jsii.member(jsii_name="WAFV2")
80817
+ def WAFV2(cls) -> "InterfaceVpcEndpointAwsService":
80818
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "WAFV2"))
80819
+
80820
+ @jsii.python.classproperty
80821
+ @jsii.member(jsii_name="WAFV2_FIPS")
80822
+ def WAFV2_FIPS(cls) -> "InterfaceVpcEndpointAwsService":
80823
+ return typing.cast("InterfaceVpcEndpointAwsService", jsii.sget(cls, "WAFV2_FIPS"))
80824
+
80767
80825
  @jsii.python.classproperty
80768
80826
  @jsii.member(jsii_name="WELL_ARCHITECTED_TOOL")
80769
80827
  def WELL_ARCHITECTED_TOOL(cls) -> "InterfaceVpcEndpointAwsService":
@@ -2451,7 +2451,7 @@ class CfnParameterGroup(
2451
2451
  '''
2452
2452
  :param scope: Scope in which this resource is defined.
2453
2453
  :param id: Construct identifier for this resource (unique in its scope).
2454
- :param cache_parameter_group_family: The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: ``memcached1.4`` | ``memcached1.5`` | ``memcached1.6`` | ``redis2.6`` | ``redis2.8`` | ``redis3.2`` | ``redis4.0`` | ``redis5.0`` | ``redis6.x`` | ``redis7``
2454
+ :param cache_parameter_group_family: The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: ``valkey8`` | ``valkey7`` | ``memcached1.4`` | ``memcached1.5`` | ``memcached1.6`` | ``redis2.6`` | ``redis2.8`` | ``redis3.2`` | ``redis4.0`` | ``redis5.0`` | ``redis6.x`` | ``redis7``
2455
2455
  :param description: The description for this cache parameter group.
2456
2456
  :param properties: A comma-delimited list of parameter name/value pairs. For example:: "Properties" : { "cas_disabled" : "1", "chunk_size_growth_factor" : "1.02" }
2457
2457
  :param tags: A tag that can be added to an ElastiCache parameter group. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your parameter groups. A tag with a null Value is permitted.
@@ -2598,7 +2598,7 @@ class CfnParameterGroupProps:
2598
2598
  ) -> None:
2599
2599
  '''Properties for defining a ``CfnParameterGroup``.
2600
2600
 
2601
- :param cache_parameter_group_family: The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: ``memcached1.4`` | ``memcached1.5`` | ``memcached1.6`` | ``redis2.6`` | ``redis2.8`` | ``redis3.2`` | ``redis4.0`` | ``redis5.0`` | ``redis6.x`` | ``redis7``
2601
+ :param cache_parameter_group_family: The name of the cache parameter group family that this cache parameter group is compatible with. Valid values are: ``valkey8`` | ``valkey7`` | ``memcached1.4`` | ``memcached1.5`` | ``memcached1.6`` | ``redis2.6`` | ``redis2.8`` | ``redis3.2`` | ``redis4.0`` | ``redis5.0`` | ``redis6.x`` | ``redis7``
2602
2602
  :param description: The description for this cache parameter group.
2603
2603
  :param properties: A comma-delimited list of parameter name/value pairs. For example:: "Properties" : { "cas_disabled" : "1", "chunk_size_growth_factor" : "1.02" }
2604
2604
  :param tags: A tag that can be added to an ElastiCache parameter group. Tags are composed of a Key/Value pair. You can use tags to categorize and track all your parameter groups. A tag with a null Value is permitted.
@@ -2645,7 +2645,7 @@ class CfnParameterGroupProps:
2645
2645
  def cache_parameter_group_family(self) -> builtins.str:
2646
2646
  '''The name of the cache parameter group family that this cache parameter group is compatible with.
2647
2647
 
2648
- Valid values are: ``memcached1.4`` | ``memcached1.5`` | ``memcached1.6`` | ``redis2.6`` | ``redis2.8`` | ``redis3.2`` | ``redis4.0`` | ``redis5.0`` | ``redis6.x`` | ``redis7``
2648
+ Valid values are: ``valkey8`` | ``valkey7`` | ``memcached1.4`` | ``memcached1.5`` | ``memcached1.6`` | ``redis2.6`` | ``redis2.8`` | ``redis3.2`` | ``redis4.0`` | ``redis5.0`` | ``redis6.x`` | ``redis7``
2649
2649
 
2650
2650
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticache-parametergroup.html#cfn-elasticache-parametergroup-cacheparametergroupfamily
2651
2651
  '''
@@ -1573,7 +1573,7 @@ class CfnCluster(
1573
1573
  ``EbsConfiguration`` determines the EBS volumes to attach to EMR cluster instances.
1574
1574
 
1575
1575
  :param ebs_block_device_configs: An array of Amazon EBS volume specifications attached to a cluster instance.
1576
- :param ebs_optimized: Indicates whether an Amazon EBS volume is EBS-optimized.
1576
+ :param ebs_optimized: Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
1577
1577
 
1578
1578
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsconfiguration.html
1579
1579
  :exampleMetadata: fixture=_generated
@@ -1628,6 +1628,8 @@ class CfnCluster(
1628
1628
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1629
1629
  '''Indicates whether an Amazon EBS volume is EBS-optimized.
1630
1630
 
1631
+ The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
1632
+
1631
1633
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-cluster-ebsconfiguration.html#cfn-emr-cluster-ebsconfiguration-ebsoptimized
1632
1634
  '''
1633
1635
  result = self._values.get("ebs_optimized")
@@ -6262,7 +6264,7 @@ class CfnInstanceFleetConfig(
6262
6264
  '''``EbsConfiguration`` determines the EBS volumes to attach to EMR cluster instances.
6263
6265
 
6264
6266
  :param ebs_block_device_configs: An array of Amazon EBS volume specifications attached to a cluster instance.
6265
- :param ebs_optimized: Indicates whether an Amazon EBS volume is EBS-optimized.
6267
+ :param ebs_optimized: Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
6266
6268
 
6267
6269
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-instancefleetconfig-ebsconfiguration.html
6268
6270
  :exampleMetadata: fixture=_generated
@@ -6317,6 +6319,8 @@ class CfnInstanceFleetConfig(
6317
6319
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
6318
6320
  '''Indicates whether an Amazon EBS volume is EBS-optimized.
6319
6321
 
6322
+ The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
6323
+
6320
6324
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-instancefleetconfig-ebsconfiguration.html#cfn-emr-instancefleetconfig-ebsconfiguration-ebsoptimized
6321
6325
  '''
6322
6326
  result = self._values.get("ebs_optimized")
@@ -8495,7 +8499,7 @@ class CfnInstanceGroupConfig(
8495
8499
  '''The Amazon EBS configuration of a cluster instance.
8496
8500
 
8497
8501
  :param ebs_block_device_configs: An array of Amazon EBS volume specifications attached to a cluster instance.
8498
- :param ebs_optimized: Indicates whether an Amazon EBS volume is EBS-optimized.
8502
+ :param ebs_optimized: Indicates whether an Amazon EBS volume is EBS-optimized. The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
8499
8503
 
8500
8504
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-instancegroupconfig-ebsconfiguration.html
8501
8505
  :exampleMetadata: fixture=_generated
@@ -8550,6 +8554,8 @@ class CfnInstanceGroupConfig(
8550
8554
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
8551
8555
  '''Indicates whether an Amazon EBS volume is EBS-optimized.
8552
8556
 
8557
+ The default is false. You should explicitly set this value to true to enable the Amazon EBS-optimized setting for an EC2 instance.
8558
+
8553
8559
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-emr-instancegroupconfig-ebsconfiguration.html#cfn-emr-instancegroupconfig-ebsconfiguration-ebsoptimized
8554
8560
  '''
8555
8561
  result = self._values.get("ebs_optimized")