aws-cdk-lib 2.115.0__py3-none-any.whl → 2.116.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 (66) hide show
  1. aws_cdk/__init__.py +801 -356
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.115.0.jsii.tgz → aws-cdk-lib@2.116.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +3 -1
  5. aws_cdk/aws_apigatewayv2/__init__.py +595 -222
  6. aws_cdk/aws_apigatewayv2_integrations/__init__.py +4 -5
  7. aws_cdk/aws_applicationautoscaling/__init__.py +51 -15
  8. aws_cdk/aws_appsync/__init__.py +14 -3
  9. aws_cdk/aws_autoscaling/__init__.py +6 -0
  10. aws_cdk/aws_b2bi/__init__.py +2445 -0
  11. aws_cdk/aws_cloud9/__init__.py +63 -63
  12. aws_cdk/aws_cloudfront/__init__.py +394 -0
  13. aws_cdk/aws_cloudfront/experimental/__init__.py +5 -2
  14. aws_cdk/aws_cloudtrail/__init__.py +90 -11
  15. aws_cdk/aws_cloudwatch/__init__.py +6 -6
  16. aws_cdk/aws_codedeploy/__init__.py +88 -15
  17. aws_cdk/aws_codepipeline/__init__.py +645 -0
  18. aws_cdk/aws_cognito/__init__.py +13 -26
  19. aws_cdk/aws_config/__init__.py +315 -1
  20. aws_cdk/aws_connect/__init__.py +532 -37
  21. aws_cdk/aws_controltower/__init__.py +4 -4
  22. aws_cdk/aws_datasync/__init__.py +6 -4
  23. aws_cdk/aws_dms/__init__.py +241 -131
  24. aws_cdk/aws_dynamodb/__init__.py +8 -0
  25. aws_cdk/aws_ec2/__init__.py +1030 -45
  26. aws_cdk/aws_ecr/__init__.py +78 -10
  27. aws_cdk/aws_ecs/__init__.py +210 -2
  28. aws_cdk/aws_ecs_patterns/__init__.py +77 -62
  29. aws_cdk/aws_eks/__init__.py +8 -1
  30. aws_cdk/aws_elasticache/__init__.py +136 -10
  31. aws_cdk/aws_elasticloadbalancingv2/__init__.py +10 -13
  32. aws_cdk/aws_emr/__init__.py +234 -17
  33. aws_cdk/aws_eventschemas/__init__.py +15 -13
  34. aws_cdk/aws_fis/__init__.py +33 -13
  35. aws_cdk/aws_gamelift/__init__.py +47 -0
  36. aws_cdk/aws_imagebuilder/__init__.py +922 -84
  37. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  38. aws_cdk/aws_iot/__init__.py +26 -46
  39. aws_cdk/aws_iottwinmaker/__init__.py +36 -34
  40. aws_cdk/aws_lambda/__init__.py +19 -15
  41. aws_cdk/aws_lambda_nodejs/__init__.py +5 -2
  42. aws_cdk/aws_logs/__init__.py +6 -6
  43. aws_cdk/aws_opensearchservice/__init__.py +5 -3
  44. aws_cdk/aws_organizations/__init__.py +3 -3
  45. aws_cdk/aws_osis/__init__.py +17 -13
  46. aws_cdk/aws_rds/__init__.py +6 -0
  47. aws_cdk/aws_s3/__init__.py +4 -2
  48. aws_cdk/aws_s3outposts/__init__.py +8 -8
  49. aws_cdk/aws_sagemaker/__init__.py +17 -94
  50. aws_cdk/aws_secretsmanager/__init__.py +9 -7
  51. aws_cdk/aws_securityhub/__init__.py +18 -0
  52. aws_cdk/aws_servicecatalogappregistry/__init__.py +31 -0
  53. aws_cdk/aws_ses/__init__.py +58 -11
  54. aws_cdk/aws_sns/__init__.py +309 -10
  55. aws_cdk/aws_ssm/__init__.py +3 -5
  56. aws_cdk/aws_stepfunctions/__init__.py +335 -19
  57. aws_cdk/aws_stepfunctions_tasks/__init__.py +388 -38
  58. aws_cdk/aws_transfer/__init__.py +37 -10
  59. aws_cdk/custom_resources/__init__.py +443 -1
  60. aws_cdk/triggers/__init__.py +5 -2
  61. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/METADATA +1 -1
  62. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/RECORD +66 -65
  63. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/LICENSE +0 -0
  64. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/NOTICE +0 -0
  65. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/WHEEL +0 -0
  66. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/top_level.txt +0 -0
@@ -537,7 +537,7 @@ class CfnMonitor(
537
537
  ) -> None:
538
538
  '''Publish internet measurements to an Amazon S3 bucket in addition to CloudWatch Logs.
539
539
 
540
- :param s3_config: The configuration information for publishing Internet Monitor internet measurements to Amazon S3. The configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is ``ENABLED`` or ``DISABLED`` , depending on whether you choose to deliver internet measurements to S3 logs.
540
+ :param s3_config: The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.
541
541
 
542
542
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery.html
543
543
  :exampleMetadata: fixture=_generated
@@ -567,9 +567,7 @@ class CfnMonitor(
567
567
  def s3_config(
568
568
  self,
569
569
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnMonitor.S3ConfigProperty"]]:
570
- '''The configuration information for publishing Internet Monitor internet measurements to Amazon S3.
571
-
572
- The configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is ``ENABLED`` or ``DISABLED`` , depending on whether you choose to deliver internet measurements to S3 logs.
570
+ '''The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.
573
571
 
574
572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-internetmeasurementslogdelivery.html#cfn-internetmonitor-monitor-internetmeasurementslogdelivery-s3config
575
573
  '''
@@ -705,11 +703,13 @@ class CfnMonitor(
705
703
  ) -> None:
706
704
  '''The configuration for publishing Amazon CloudWatch Internet Monitor internet measurements to Amazon S3.
707
705
 
708
- The configuration includes the bucket name and (optionally) prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is ``ENABLED`` or ``DISABLED`` , depending on whether you choose to deliver internet measurements to S3 logs.
706
+ The configuration includes the bucket name and (optionally) bucket prefix for the S3 bucket to store the measurements, and the delivery status. The delivery status is ``ENABLED`` if you choose to deliver internet measurements to S3 logs, and ``DISABLED`` otherwise.
709
707
 
710
- :param bucket_name: The Amazon S3 bucket name.
711
- :param bucket_prefix: The Amazon S3 bucket prefix.
712
- :param log_delivery_status: The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
708
+ The measurements are also published to Amazon CloudWatch Logs.
709
+
710
+ :param bucket_name: The Amazon S3 bucket name for internet measurements publishing.
711
+ :param bucket_prefix: An optional Amazon S3 bucket prefix for internet measurements publishing.
712
+ :param log_delivery_status: The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket. The delivery status is ``ENABLED`` if you choose to deliver internet measurements to an S3 bucket, and ``DISABLED`` otherwise.
713
713
 
714
714
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-s3config.html
715
715
  :exampleMetadata: fixture=_generated
@@ -741,7 +741,7 @@ class CfnMonitor(
741
741
 
742
742
  @builtins.property
743
743
  def bucket_name(self) -> typing.Optional[builtins.str]:
744
- '''The Amazon S3 bucket name.
744
+ '''The Amazon S3 bucket name for internet measurements publishing.
745
745
 
746
746
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-s3config.html#cfn-internetmonitor-monitor-s3config-bucketname
747
747
  '''
@@ -750,7 +750,7 @@ class CfnMonitor(
750
750
 
751
751
  @builtins.property
752
752
  def bucket_prefix(self) -> typing.Optional[builtins.str]:
753
- '''The Amazon S3 bucket prefix.
753
+ '''An optional Amazon S3 bucket prefix for internet measurements publishing.
754
754
 
755
755
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-s3config.html#cfn-internetmonitor-monitor-s3config-bucketprefix
756
756
  '''
@@ -761,6 +761,8 @@ class CfnMonitor(
761
761
  def log_delivery_status(self) -> typing.Optional[builtins.str]:
762
762
  '''The status of publishing Internet Monitor internet measurements to an Amazon S3 bucket.
763
763
 
764
+ The delivery status is ``ENABLED`` if you choose to deliver internet measurements to an S3 bucket, and ``DISABLED`` otherwise.
765
+
764
766
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-internetmonitor-monitor-s3config.html#cfn-internetmonitor-monitor-s3config-logdeliverystatus
765
767
  '''
766
768
  result = self._values.get("log_delivery_status")
@@ -10399,9 +10399,9 @@ class CfnSoftwarePackage(
10399
10399
  '''
10400
10400
  :param scope: Scope in which this resource is defined.
10401
10401
  :param id: Construct identifier for this resource (unique in its scope).
10402
- :param description: A summary of the package being created. This can be used to outline the package's contents or purpose.
10403
- :param package_name: The name of the new software package.
10404
- :param tags: Metadata that can be used to manage the package.
10402
+ :param description:
10403
+ :param package_name:
10404
+ :param tags: An array of key-value pairs to apply to this resource.
10405
10405
  '''
10406
10406
  if __debug__:
10407
10407
  type_hints = typing.get_type_hints(_typecheckingstub__94c7c8e186e68cde7a8264af8ace7c73f6ac201c314e1535a6ab915b3eb8e233)
@@ -10460,7 +10460,6 @@ class CfnSoftwarePackage(
10460
10460
  @builtins.property
10461
10461
  @jsii.member(jsii_name="description")
10462
10462
  def description(self) -> typing.Optional[builtins.str]:
10463
- '''A summary of the package being created.'''
10464
10463
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
10465
10464
 
10466
10465
  @description.setter
@@ -10473,7 +10472,6 @@ class CfnSoftwarePackage(
10473
10472
  @builtins.property
10474
10473
  @jsii.member(jsii_name="packageName")
10475
10474
  def package_name(self) -> typing.Optional[builtins.str]:
10476
- '''The name of the new software package.'''
10477
10475
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "packageName"))
10478
10476
 
10479
10477
  @package_name.setter
@@ -10486,7 +10484,7 @@ class CfnSoftwarePackage(
10486
10484
  @builtins.property
10487
10485
  @jsii.member(jsii_name="tags")
10488
10486
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
10489
- '''Metadata that can be used to manage the package.'''
10487
+ '''An array of key-value pairs to apply to this resource.'''
10490
10488
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
10491
10489
 
10492
10490
  @tags.setter
@@ -10516,9 +10514,9 @@ class CfnSoftwarePackageProps:
10516
10514
  ) -> None:
10517
10515
  '''Properties for defining a ``CfnSoftwarePackage``.
10518
10516
 
10519
- :param description: A summary of the package being created. This can be used to outline the package's contents or purpose.
10520
- :param package_name: The name of the new software package.
10521
- :param tags: Metadata that can be used to manage the package.
10517
+ :param description:
10518
+ :param package_name:
10519
+ :param tags: An array of key-value pairs to apply to this resource.
10522
10520
 
10523
10521
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html
10524
10522
  :exampleMetadata: fixture=_generated
@@ -10553,10 +10551,7 @@ class CfnSoftwarePackageProps:
10553
10551
 
10554
10552
  @builtins.property
10555
10553
  def description(self) -> typing.Optional[builtins.str]:
10556
- '''A summary of the package being created.
10557
-
10558
- This can be used to outline the package's contents or purpose.
10559
-
10554
+ '''
10560
10555
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html#cfn-iot-softwarepackage-description
10561
10556
  '''
10562
10557
  result = self._values.get("description")
@@ -10564,8 +10559,7 @@ class CfnSoftwarePackageProps:
10564
10559
 
10565
10560
  @builtins.property
10566
10561
  def package_name(self) -> typing.Optional[builtins.str]:
10567
- '''The name of the new software package.
10568
-
10562
+ '''
10569
10563
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html#cfn-iot-softwarepackage-packagename
10570
10564
  '''
10571
10565
  result = self._values.get("package_name")
@@ -10573,7 +10567,7 @@ class CfnSoftwarePackageProps:
10573
10567
 
10574
10568
  @builtins.property
10575
10569
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
10576
- '''Metadata that can be used to manage the package.
10570
+ '''An array of key-value pairs to apply to this resource.
10577
10571
 
10578
10572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackage.html#cfn-iot-softwarepackage-tags
10579
10573
  '''
@@ -10647,11 +10641,11 @@ class CfnSoftwarePackageVersion(
10647
10641
  '''
10648
10642
  :param scope: Scope in which this resource is defined.
10649
10643
  :param id: Construct identifier for this resource (unique in its scope).
10650
- :param package_name: The name of the associated software package.
10651
- :param attributes: Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet. The combined size of all the attributes on a package version is limited to 3KB.
10652
- :param description: A summary of the package version being created. This can be used to outline the package's contents or purpose.
10653
- :param tags: Metadata that can be used to manage the package version.
10654
- :param version_name: The name of the new package version.
10644
+ :param package_name:
10645
+ :param attributes:
10646
+ :param description:
10647
+ :param tags: An array of key-value pairs to apply to this resource.
10648
+ :param version_name:
10655
10649
  '''
10656
10650
  if __debug__:
10657
10651
  type_hints = typing.get_type_hints(_typecheckingstub__ae40d4286b1921a68172d1449478b0327292b57cc2637b8b975f200e0276e088)
@@ -10734,7 +10728,6 @@ class CfnSoftwarePackageVersion(
10734
10728
  @builtins.property
10735
10729
  @jsii.member(jsii_name="packageName")
10736
10730
  def package_name(self) -> builtins.str:
10737
- '''The name of the associated software package.'''
10738
10731
  return typing.cast(builtins.str, jsii.get(self, "packageName"))
10739
10732
 
10740
10733
  @package_name.setter
@@ -10749,7 +10742,6 @@ class CfnSoftwarePackageVersion(
10749
10742
  def attributes(
10750
10743
  self,
10751
10744
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
10752
- '''Metadata that can be used to define a package version’s configuration.'''
10753
10745
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]], jsii.get(self, "attributes"))
10754
10746
 
10755
10747
  @attributes.setter
@@ -10765,7 +10757,6 @@ class CfnSoftwarePackageVersion(
10765
10757
  @builtins.property
10766
10758
  @jsii.member(jsii_name="description")
10767
10759
  def description(self) -> typing.Optional[builtins.str]:
10768
- '''A summary of the package version being created.'''
10769
10760
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
10770
10761
 
10771
10762
  @description.setter
@@ -10778,7 +10769,7 @@ class CfnSoftwarePackageVersion(
10778
10769
  @builtins.property
10779
10770
  @jsii.member(jsii_name="tags")
10780
10771
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
10781
- '''Metadata that can be used to manage the package version.'''
10772
+ '''An array of key-value pairs to apply to this resource.'''
10782
10773
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
10783
10774
 
10784
10775
  @tags.setter
@@ -10791,7 +10782,6 @@ class CfnSoftwarePackageVersion(
10791
10782
  @builtins.property
10792
10783
  @jsii.member(jsii_name="versionName")
10793
10784
  def version_name(self) -> typing.Optional[builtins.str]:
10794
- '''The name of the new package version.'''
10795
10785
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "versionName"))
10796
10786
 
10797
10787
  @version_name.setter
@@ -10825,11 +10815,11 @@ class CfnSoftwarePackageVersionProps:
10825
10815
  ) -> None:
10826
10816
  '''Properties for defining a ``CfnSoftwarePackageVersion``.
10827
10817
 
10828
- :param package_name: The name of the associated software package.
10829
- :param attributes: Metadata that can be used to define a package version’s configuration. For example, the S3 file location, configuration options that are being sent to the device or fleet. The combined size of all the attributes on a package version is limited to 3KB.
10830
- :param description: A summary of the package version being created. This can be used to outline the package's contents or purpose.
10831
- :param tags: Metadata that can be used to manage the package version.
10832
- :param version_name: The name of the new package version.
10818
+ :param package_name:
10819
+ :param attributes:
10820
+ :param description:
10821
+ :param tags: An array of key-value pairs to apply to this resource.
10822
+ :param version_name:
10833
10823
 
10834
10824
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html
10835
10825
  :exampleMetadata: fixture=_generated
@@ -10876,8 +10866,7 @@ class CfnSoftwarePackageVersionProps:
10876
10866
 
10877
10867
  @builtins.property
10878
10868
  def package_name(self) -> builtins.str:
10879
- '''The name of the associated software package.
10880
-
10869
+ '''
10881
10870
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html#cfn-iot-softwarepackageversion-packagename
10882
10871
  '''
10883
10872
  result = self._values.get("package_name")
@@ -10888,12 +10877,7 @@ class CfnSoftwarePackageVersionProps:
10888
10877
  def attributes(
10889
10878
  self,
10890
10879
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]]]:
10891
- '''Metadata that can be used to define a package version’s configuration.
10892
-
10893
- For example, the S3 file location, configuration options that are being sent to the device or fleet.
10894
-
10895
- The combined size of all the attributes on a package version is limited to 3KB.
10896
-
10880
+ '''
10897
10881
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html#cfn-iot-softwarepackageversion-attributes
10898
10882
  '''
10899
10883
  result = self._values.get("attributes")
@@ -10901,10 +10885,7 @@ class CfnSoftwarePackageVersionProps:
10901
10885
 
10902
10886
  @builtins.property
10903
10887
  def description(self) -> typing.Optional[builtins.str]:
10904
- '''A summary of the package version being created.
10905
-
10906
- This can be used to outline the package's contents or purpose.
10907
-
10888
+ '''
10908
10889
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html#cfn-iot-softwarepackageversion-description
10909
10890
  '''
10910
10891
  result = self._values.get("description")
@@ -10912,7 +10893,7 @@ class CfnSoftwarePackageVersionProps:
10912
10893
 
10913
10894
  @builtins.property
10914
10895
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
10915
- '''Metadata that can be used to manage the package version.
10896
+ '''An array of key-value pairs to apply to this resource.
10916
10897
 
10917
10898
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html#cfn-iot-softwarepackageversion-tags
10918
10899
  '''
@@ -10921,8 +10902,7 @@ class CfnSoftwarePackageVersionProps:
10921
10902
 
10922
10903
  @builtins.property
10923
10904
  def version_name(self) -> typing.Optional[builtins.str]:
10924
- '''The name of the new package version.
10925
-
10905
+ '''
10926
10906
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iot-softwarepackageversion.html#cfn-iot-softwarepackageversion-versionname
10927
10907
  '''
10928
10908
  result = self._values.get("version_name")
@@ -178,7 +178,7 @@ class CfnComponentType(
178
178
  :param id: Construct identifier for this resource (unique in its scope).
179
179
  :param component_type_id: The ID of the component type.
180
180
  :param workspace_id: The ID of the workspace that contains the component type.
181
- :param composite_component_types: An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
181
+ :param composite_component_types: Maps strings to ``compositeComponentTypes`` of the ``componentType`` . ``CompositeComponentType`` is referenced by ``componentTypeId`` .
182
182
  :param description: The description of the component type.
183
183
  :param extends_from: The name of the parent component type that this component type extends.
184
184
  :param functions: An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object. For information on the FunctionResponse object see the `FunctionResponse <https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_FunctionResponse.html>`_ API reference.
@@ -364,7 +364,7 @@ class CfnComponentType(
364
364
  def composite_component_types(
365
365
  self,
366
366
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComponentType.CompositeComponentTypeProperty"]]]]:
367
- '''An map of the composite component types in the component type.'''
367
+ '''Maps strings to ``compositeComponentTypes`` of the ``componentType`` .'''
368
368
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnComponentType.CompositeComponentTypeProperty"]]]], jsii.get(self, "compositeComponentTypes"))
369
369
 
370
370
  @composite_component_types.setter
@@ -502,9 +502,9 @@ class CfnComponentType(
502
502
  *,
503
503
  component_type_id: typing.Optional[builtins.str] = None,
504
504
  ) -> None:
505
- '''An object that sets information about a composite component type.
505
+ '''Specifies the ID of the composite component type.
506
506
 
507
- :param component_type_id: The id of the composite component type.
507
+ :param component_type_id: The ID of the component type.
508
508
 
509
509
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-compositecomponenttype.html
510
510
  :exampleMetadata: fixture=_generated
@@ -528,7 +528,7 @@ class CfnComponentType(
528
528
 
529
529
  @builtins.property
530
530
  def component_type_id(self) -> typing.Optional[builtins.str]:
531
- '''The id of the composite component type.
531
+ '''The ID of the component type.
532
532
 
533
533
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-compositecomponenttype.html#cfn-iottwinmaker-componenttype-compositecomponenttype-componenttypeid
534
534
  '''
@@ -1217,7 +1217,7 @@ class CfnComponentType(
1217
1217
  :param configurations: A mapping that specifies configuration information about the property.
1218
1218
  :param data_type: An object that specifies the data type of a property.
1219
1219
  :param default_value: A boolean value that specifies whether the property ID comes from an external data store.
1220
- :param is_external_id: A Boolean value that specifies whether the property ID comes from an external data store.
1220
+ :param is_external_id: A Boolean value that specifies whether the property ID comes from an external data source.
1221
1221
  :param is_required_in_entity: A boolean value that specifies whether the property is required in an entity.
1222
1222
  :param is_stored_externally: A boolean value that specifies whether the property is stored externally.
1223
1223
  :param is_time_series: A boolean value that specifies whether the property consists of time series data.
@@ -1344,7 +1344,7 @@ class CfnComponentType(
1344
1344
  def is_external_id(
1345
1345
  self,
1346
1346
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
1347
- '''A Boolean value that specifies whether the property ID comes from an external data store.
1347
+ '''A Boolean value that specifies whether the property ID comes from an external data source.
1348
1348
 
1349
1349
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-componenttype-propertydefinition.html#cfn-iottwinmaker-componenttype-propertydefinition-isexternalid
1350
1350
  '''
@@ -1722,7 +1722,7 @@ class CfnComponentTypeProps:
1722
1722
 
1723
1723
  :param component_type_id: The ID of the component type.
1724
1724
  :param workspace_id: The ID of the workspace that contains the component type.
1725
- :param composite_component_types: An map of the composite component types in the component type. Each composite component type's key must be unique to this map.
1725
+ :param composite_component_types: Maps strings to ``compositeComponentTypes`` of the ``componentType`` . ``CompositeComponentType`` is referenced by ``componentTypeId`` .
1726
1726
  :param description: The description of the component type.
1727
1727
  :param extends_from: The name of the parent component type that this component type extends.
1728
1728
  :param functions: An object that maps strings to the functions in the component type. Each string in the mapping must be unique to this object. For information on the FunctionResponse object see the `FunctionResponse <https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_FunctionResponse.html>`_ API reference.
@@ -1885,9 +1885,9 @@ class CfnComponentTypeProps:
1885
1885
  def composite_component_types(
1886
1886
  self,
1887
1887
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnComponentType.CompositeComponentTypeProperty]]]]:
1888
- '''An map of the composite component types in the component type.
1888
+ '''Maps strings to ``compositeComponentTypes`` of the ``componentType`` .
1889
1889
 
1890
- Each composite component type's key must be unique to this map.
1890
+ ``CompositeComponentType`` is referenced by ``componentTypeId`` .
1891
1891
 
1892
1892
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-componenttype.html#cfn-iottwinmaker-componenttype-compositecomponenttypes
1893
1893
  '''
@@ -2114,9 +2114,9 @@ class CfnEntity(
2114
2114
  :param scope: Scope in which this resource is defined.
2115
2115
  :param id: Construct identifier for this resource (unique in its scope).
2116
2116
  :param entity_name: The entity name.
2117
- :param workspace_id: The ID of the workspace.
2117
+ :param workspace_id: The ID of the workspace that contains the entity.
2118
2118
  :param components: An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object. For information on the component object see the `component <https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_ComponentResponse.html>`_ API reference.
2119
- :param composite_components: A map that sets information about a composite component.
2119
+ :param composite_components: Maps string to ``compositeComponent`` updates in the request. Each key of the map represents the ``componentPath`` of the ``compositeComponent`` .
2120
2120
  :param description: The description of the entity.
2121
2121
  :param entity_id: The ID of the entity.
2122
2122
  :param parent_entity_id: The ID of the parent entity.
@@ -2273,7 +2273,7 @@ class CfnEntity(
2273
2273
  @builtins.property
2274
2274
  @jsii.member(jsii_name="workspaceId")
2275
2275
  def workspace_id(self) -> builtins.str:
2276
- '''The ID of the workspace.'''
2276
+ '''The ID of the workspace that contains the entity.'''
2277
2277
  return typing.cast(builtins.str, jsii.get(self, "workspaceId"))
2278
2278
 
2279
2279
  @workspace_id.setter
@@ -2306,7 +2306,7 @@ class CfnEntity(
2306
2306
  def composite_components(
2307
2307
  self,
2308
2308
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnEntity.CompositeComponentProperty"]]]]:
2309
- '''A map that sets information about a composite component.'''
2309
+ '''Maps string to ``compositeComponent`` updates in the request.'''
2310
2310
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnEntity.CompositeComponentProperty"]]]], jsii.get(self, "compositeComponents"))
2311
2311
 
2312
2312
  @composite_components.setter
@@ -2592,14 +2592,15 @@ class CfnEntity(
2592
2592
  property_groups: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, typing.Union["CfnEntity.PropertyGroupProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
2593
2593
  status: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEntity.StatusProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
2594
2594
  ) -> None:
2595
- '''
2595
+ '''Information about a composite component.
2596
+
2596
2597
  :param component_name: The name of the component.
2597
- :param component_path: The path of the component.
2598
- :param component_type_id: The ID of the component type.
2599
- :param description: The description of the component.
2600
- :param properties: An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.
2601
- :param property_groups: An object that maps strings to the property groups to set in the component type. Each string in the mapping must be unique to this object.
2602
- :param status:
2598
+ :param component_path: The path to the composite component, starting from the top-level component.
2599
+ :param component_type_id: The ID of the composite component type.
2600
+ :param description: The description of the component type.
2601
+ :param properties: Map of strings to the properties in the component type. Each string in the mapping must be unique to this component.
2602
+ :param property_groups: The property groups.
2603
+ :param status: The current status of the composite component.
2603
2604
 
2604
2605
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html
2605
2606
  :exampleMetadata: fixture=_generated
@@ -2686,7 +2687,7 @@ class CfnEntity(
2686
2687
 
2687
2688
  @builtins.property
2688
2689
  def component_path(self) -> typing.Optional[builtins.str]:
2689
- '''The path of the component.
2690
+ '''The path to the composite component, starting from the top-level component.
2690
2691
 
2691
2692
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html#cfn-iottwinmaker-entity-compositecomponent-componentpath
2692
2693
  '''
@@ -2695,7 +2696,7 @@ class CfnEntity(
2695
2696
 
2696
2697
  @builtins.property
2697
2698
  def component_type_id(self) -> typing.Optional[builtins.str]:
2698
- '''The ID of the component type.
2699
+ '''The ID of the composite component type.
2699
2700
 
2700
2701
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html#cfn-iottwinmaker-entity-compositecomponent-componenttypeid
2701
2702
  '''
@@ -2704,7 +2705,7 @@ class CfnEntity(
2704
2705
 
2705
2706
  @builtins.property
2706
2707
  def description(self) -> typing.Optional[builtins.str]:
2707
- '''The description of the component.
2708
+ '''The description of the component type.
2708
2709
 
2709
2710
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html#cfn-iottwinmaker-entity-compositecomponent-description
2710
2711
  '''
@@ -2715,9 +2716,9 @@ class CfnEntity(
2715
2716
  def properties(
2716
2717
  self,
2717
2718
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnEntity.PropertyProperty"]]]]:
2718
- '''An object that maps strings to the properties to set in the component type.
2719
+ '''Map of strings to the properties in the component type.
2719
2720
 
2720
- Each string in the mapping must be unique to this object.
2721
+ Each string in the mapping must be unique to this component.
2721
2722
 
2722
2723
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html#cfn-iottwinmaker-entity-compositecomponent-properties
2723
2724
  '''
@@ -2728,9 +2729,7 @@ class CfnEntity(
2728
2729
  def property_groups(
2729
2730
  self,
2730
2731
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, "CfnEntity.PropertyGroupProperty"]]]]:
2731
- '''An object that maps strings to the property groups to set in the component type.
2732
-
2733
- Each string in the mapping must be unique to this object.
2732
+ '''The property groups.
2734
2733
 
2735
2734
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html#cfn-iottwinmaker-entity-compositecomponent-propertygroups
2736
2735
  '''
@@ -2741,7 +2740,8 @@ class CfnEntity(
2741
2740
  def status(
2742
2741
  self,
2743
2742
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnEntity.StatusProperty"]]:
2744
- '''
2743
+ '''The current status of the composite component.
2744
+
2745
2745
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iottwinmaker-entity-compositecomponent.html#cfn-iottwinmaker-entity-compositecomponent-status
2746
2746
  '''
2747
2747
  result = self._values.get("status")
@@ -3839,9 +3839,9 @@ class CfnEntityProps:
3839
3839
  '''Properties for defining a ``CfnEntity``.
3840
3840
 
3841
3841
  :param entity_name: The entity name.
3842
- :param workspace_id: The ID of the workspace.
3842
+ :param workspace_id: The ID of the workspace that contains the entity.
3843
3843
  :param components: An object that maps strings to the components in the entity. Each string in the mapping must be unique to this object. For information on the component object see the `component <https://docs.aws.amazon.com//iot-twinmaker/latest/apireference/API_ComponentResponse.html>`_ API reference.
3844
- :param composite_components: A map that sets information about a composite component.
3844
+ :param composite_components: Maps string to ``compositeComponent`` updates in the request. Each key of the map represents the ``componentPath`` of the ``compositeComponent`` .
3845
3845
  :param description: The description of the entity.
3846
3846
  :param entity_id: The ID of the entity.
3847
3847
  :param parent_entity_id: The ID of the parent entity.
@@ -3985,7 +3985,7 @@ class CfnEntityProps:
3985
3985
 
3986
3986
  @builtins.property
3987
3987
  def workspace_id(self) -> builtins.str:
3988
- '''The ID of the workspace.
3988
+ '''The ID of the workspace that contains the entity.
3989
3989
 
3990
3990
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-entity.html#cfn-iottwinmaker-entity-workspaceid
3991
3991
  '''
@@ -4012,7 +4012,9 @@ class CfnEntityProps:
4012
4012
  def composite_components(
4013
4013
  self,
4014
4014
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, typing.Union[_IResolvable_da3f097b, CfnEntity.CompositeComponentProperty]]]]:
4015
- '''A map that sets information about a composite component.
4015
+ '''Maps string to ``compositeComponent`` updates in the request.
4016
+
4017
+ Each key of the map represents the ``componentPath`` of the ``compositeComponent`` .
4016
4018
 
4017
4019
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iottwinmaker-entity.html#cfn-iottwinmaker-entity-compositecomponents
4018
4020
  '''
@@ -3736,14 +3736,6 @@ class CfnEventInvokeConfig(
3736
3736
  '''The CloudFormation resource type name for this resource class.'''
3737
3737
  return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
3738
3738
 
3739
- @builtins.property
3740
- @jsii.member(jsii_name="attrId")
3741
- def attr_id(self) -> builtins.str:
3742
- '''
3743
- :cloudformationAttribute: Id
3744
- '''
3745
- return typing.cast(builtins.str, jsii.get(self, "attrId"))
3746
-
3747
3739
  @builtins.property
3748
3740
  @jsii.member(jsii_name="cfnProperties")
3749
3741
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -13590,7 +13582,7 @@ class FunctionOptions(EventInvokeConfigOptions):
13590
13582
  :param on_success: The destination for successful invocations. Default: - no destination
13591
13583
  :param retry_attempts: The maximum number of times to retry when the function returns an error. Minimum: 0 Maximum: 2 Default: 2
13592
13584
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
13593
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
13585
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
13594
13586
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
13595
13587
  :param application_log_level: Sets the application log level for the function. Default: INFO
13596
13588
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -13940,6 +13932,9 @@ class FunctionOptions(EventInvokeConfigOptions):
13940
13932
  If set to false, you must individually add traffic rules to allow the
13941
13933
  Lambda to connect to network targets.
13942
13934
 
13935
+ Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set.
13936
+ Instead, configure ``allowAllOutbound`` directly on the security group.
13937
+
13943
13938
  :default: true
13944
13939
  '''
13945
13940
  result = self._values.get("allow_all_outbound")
@@ -14483,7 +14478,7 @@ class FunctionProps(FunctionOptions):
14483
14478
  :param on_success: The destination for successful invocations. Default: - no destination
14484
14479
  :param retry_attempts: The maximum number of times to retry when the function returns an error. Minimum: 0 Maximum: 2 Default: 2
14485
14480
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
14486
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
14481
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
14487
14482
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
14488
14483
  :param application_log_level: Sets the application log level for the function. Default: INFO
14489
14484
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -14760,6 +14755,9 @@ class FunctionProps(FunctionOptions):
14760
14755
  If set to false, you must individually add traffic rules to allow the
14761
14756
  Lambda to connect to network targets.
14762
14757
 
14758
+ Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set.
14759
+ Instead, configure ``allowAllOutbound`` directly on the security group.
14760
+
14763
14761
  :default: true
14764
14762
  '''
14765
14763
  result = self._values.get("allow_all_outbound")
@@ -19651,7 +19649,7 @@ class SingletonFunctionProps(FunctionProps):
19651
19649
  :param on_success: The destination for successful invocations. Default: - no destination
19652
19650
  :param retry_attempts: The maximum number of times to retry when the function returns an error. Minimum: 0 Maximum: 2 Default: 2
19653
19651
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
19654
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
19652
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
19655
19653
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
19656
19654
  :param application_log_level: Sets the application log level for the function. Default: INFO
19657
19655
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -20027,6 +20025,9 @@ class SingletonFunctionProps(FunctionProps):
20027
20025
  If set to false, you must individually add traffic rules to allow the
20028
20026
  Lambda to connect to network targets.
20029
20027
 
20028
+ Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set.
20029
+ Instead, configure ``allowAllOutbound`` directly on the security group.
20030
+
20030
20031
  :default: true
20031
20032
  '''
20032
20033
  result = self._values.get("allow_all_outbound")
@@ -22561,7 +22562,7 @@ class DockerImageFunctionProps(FunctionOptions):
22561
22562
  :param on_success: The destination for successful invocations. Default: - no destination
22562
22563
  :param retry_attempts: The maximum number of times to retry when the function returns an error. Minimum: 0 Maximum: 2 Default: 2
22563
22564
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
22564
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
22565
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
22565
22566
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
22566
22567
  :param application_log_level: Sets the application log level for the function. Default: INFO
22567
22568
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -22813,6 +22814,9 @@ class DockerImageFunctionProps(FunctionOptions):
22813
22814
  If set to false, you must individually add traffic rules to allow the
22814
22815
  Lambda to connect to network targets.
22815
22816
 
22817
+ Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set.
22818
+ Instead, configure ``allowAllOutbound`` directly on the security group.
22819
+
22816
22820
  :default: true
22817
22821
  '''
22818
22822
  result = self._values.get("allow_all_outbound")
@@ -24568,7 +24572,7 @@ class SingletonFunction(
24568
24572
  :param handler: The name of the method within your code that Lambda calls to execute your function. The format includes the file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information, see https://docs.aws.amazon.com/lambda/latest/dg/foundation-progmodel.html. Use ``Handler.FROM_IMAGE`` when defining a function from a Docker image. NOTE: If you specify your source code as inline text by specifying the ZipFile property within the Code property, specify index.function_name as the handler.
24569
24573
  :param runtime: The runtime environment for the Lambda function that you are uploading. For valid values, see the Runtime property in the AWS Lambda Developer Guide. Use ``Runtime.FROM_IMAGE`` when defining a function from a Docker image.
24570
24574
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
24571
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
24575
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
24572
24576
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
24573
24577
  :param application_log_level: Sets the application log level for the function. Default: INFO
24574
24578
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -25512,7 +25516,7 @@ class Function(
25512
25516
  :param handler: The name of the method within your code that Lambda calls to execute your function. The format includes the file name. It can also include namespaces and other qualifiers, depending on the runtime. For more information, see https://docs.aws.amazon.com/lambda/latest/dg/foundation-progmodel.html. Use ``Handler.FROM_IMAGE`` when defining a function from a Docker image. NOTE: If you specify your source code as inline text by specifying the ZipFile property within the Code property, specify index.function_name as the handler.
25513
25517
  :param runtime: The runtime environment for the Lambda function that you are uploading. For valid values, see the Runtime property in the AWS Lambda Developer Guide. Use ``Runtime.FROM_IMAGE`` when defining a function from a Docker image.
25514
25518
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
25515
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
25519
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
25516
25520
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
25517
25521
  :param application_log_level: Sets the application log level for the function. Default: INFO
25518
25522
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -26290,7 +26294,7 @@ class DockerImageFunction(
26290
26294
  :param id: -
26291
26295
  :param code: The source code of your Lambda function. You can point to a file in an Amazon Simple Storage Service (Amazon S3) bucket or specify your source code as inline text.
26292
26296
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
26293
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
26297
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
26294
26298
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
26295
26299
  :param application_log_level: Sets the application log level for the function. Default: INFO
26296
26300
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64