aws-cdk-lib 2.185.0__py3-none-any.whl → 2.186.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 (49) hide show
  1. aws_cdk/__init__.py +102 -29
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.186.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +3 -2
  5. aws_cdk/aws_apigatewayv2/__init__.py +9 -0
  6. aws_cdk/aws_appconfig/__init__.py +3 -3
  7. aws_cdk/aws_applicationsignals/__init__.py +363 -3
  8. aws_cdk/aws_appsync/__init__.py +65 -3
  9. aws_cdk/aws_bedrock/__init__.py +385 -14
  10. aws_cdk/aws_cleanrooms/__init__.py +21 -9
  11. aws_cdk/aws_cloudformation/__init__.py +1 -5
  12. aws_cdk/aws_cloudfront/__init__.py +4 -1
  13. aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
  14. aws_cdk/aws_codeartifact/__init__.py +20 -33
  15. aws_cdk/aws_codepipeline/__init__.py +1328 -120
  16. aws_cdk/aws_cognito/__init__.py +1 -1
  17. aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
  18. aws_cdk/aws_connect/__init__.py +3 -7
  19. aws_cdk/aws_controltower/__init__.py +18 -26
  20. aws_cdk/aws_datazone/__init__.py +3471 -2
  21. aws_cdk/aws_ec2/__init__.py +560 -25
  22. aws_cdk/aws_ecs/__init__.py +15 -20
  23. aws_cdk/aws_events/__init__.py +37 -14
  24. aws_cdk/aws_gamelift/__init__.py +5 -5
  25. aws_cdk/aws_iam/__init__.py +264 -0
  26. aws_cdk/aws_imagebuilder/__init__.py +3 -27
  27. aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
  28. aws_cdk/aws_lambda/__init__.py +7 -1
  29. aws_cdk/aws_location/__init__.py +24 -7
  30. aws_cdk/aws_msk/__init__.py +8 -2
  31. aws_cdk/aws_networkfirewall/__init__.py +16 -12
  32. aws_cdk/aws_oam/__init__.py +8 -37
  33. aws_cdk/aws_quicksight/__init__.py +6 -69
  34. aws_cdk/aws_redshiftserverless/__init__.py +192 -15
  35. aws_cdk/aws_rum/__init__.py +315 -52
  36. aws_cdk/aws_scheduler/__init__.py +3944 -121
  37. aws_cdk/aws_scheduler_targets/__init__.py +4472 -0
  38. aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
  39. aws_cdk/aws_stepfunctions/__init__.py +17 -15
  40. aws_cdk/aws_timestream/__init__.py +4 -4
  41. aws_cdk/aws_wafv2/__init__.py +345 -0
  42. aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
  43. aws_cdk/cx_api/__init__.py +23 -0
  44. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/METADATA +1 -1
  45. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/RECORD +49 -47
  46. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/LICENSE +0 -0
  47. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/NOTICE +0 -0
  48. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/WHEEL +0 -0
  49. {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.186.0.dist-info}/top_level.txt +0 -0
@@ -906,7 +906,7 @@ fn.add_event_source(eventsources.DynamoEventSource(table,
906
906
 
907
907
  ### Observability
908
908
 
909
- Customers can now opt-in to get enhanced metrics for their event source mapping that capture each stage of processing using the `MetrcisConfig` property.
909
+ Customers can now opt-in to get enhanced metrics for their event source mapping that capture each stage of processing using the `MetricsConfig` property.
910
910
 
911
911
  The following code shows how to opt in for the enhanced metrics.
912
912
 
@@ -21563,6 +21563,12 @@ class Runtime(metaclass=jsii.JSIIMeta, jsii_type="aws-cdk-lib.aws_lambda.Runtime
21563
21563
  '''The Ruby 3.3 runtime (ruby3.3).'''
21564
21564
  return typing.cast("Runtime", jsii.sget(cls, "RUBY_3_3"))
21565
21565
 
21566
+ @jsii.python.classproperty
21567
+ @jsii.member(jsii_name="RUBY_3_4")
21568
+ def RUBY_3_4(cls) -> "Runtime":
21569
+ '''The Ruby 3.4 runtime (ruby3.4).'''
21570
+ return typing.cast("Runtime", jsii.sget(cls, "RUBY_3_4"))
21571
+
21566
21572
  @builtins.property
21567
21573
  @jsii.member(jsii_name="bundlingImage")
21568
21574
  def bundling_image(self) -> _DockerImage_f97a0c12:
@@ -382,7 +382,7 @@ class CfnAPIKey(
382
382
  ) -> None:
383
383
  '''API Restrictions on the allowed actions, resources, and referers for an API key resource.
384
384
 
385
- :param allow_actions: A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action. The following are valid values for the actions. - *Map actions* - ``geo:GetMap*`` - Allows all actions needed for map rendering. - *Place actions* - ``geo:SearchPlaceIndexForText`` - Allows geocoding. - ``geo:SearchPlaceIndexForPosition`` - Allows reverse geocoding. - ``geo:SearchPlaceIndexForSuggestions`` - Allows generating suggestions from text. - ``geo:GetPlace`` - Allows finding a place by place ID. - *Route actions* - ``geo:CalculateRoute`` - Allows point to point routing. - ``geo:CalculateRouteMatrix`` - Allows calculating a matrix of routes. .. epigraph:: You must use these strings exactly. For example, to provide access to map rendering, the only valid action is ``geo:GetMap*`` as an input to the list. ``["geo:GetMap*"]`` is valid but ``["geo:GetMapTile"]`` is not. Similarly, you cannot use ``["geo:SearchPlaceIndexFor*"]`` - you must list each of the Place actions separately.
385
+ :param allow_actions: A list of allowed actions that an API key resource grants permissions to perform. You must have at least one action for each type of resource. For example, if you have a place resource, you must include at least one place action. The following are valid values for the actions. - *Map actions* - ``geo:GetMap*`` - Allows all actions needed for map rendering. - *Enhanced Maps actions* - ``geo-maps:GetTile`` - Allows getting map tiles for rendering. - ``geo-maps:GetStaticMap`` - Allows getting static map images. - *Place actions* - ``geo:SearchPlaceIndexForText`` - Allows finding geo coordinates of a known place. - ``geo:SearchPlaceIndexForPosition`` - Allows getting nearest address to geo coordinates. - ``geo:SearchPlaceIndexForSuggestions`` - Allows suggestions based on an incomplete or misspelled query. - ``geo:GetPlace`` - Allows getting details of a place. - *Enhanced Places actions* - ``geo-places:Autcomplete`` - Allows auto-completion of search text. - ``geo-places:Geocode`` - Allows finding geo coordinates of a known place. - ``geo-places:GetPlace`` - Allows getting details of a place. - ``geo-places:ReverseGeocode`` - Allows getting nearest address to geo coordinates. - ``geo-places:SearchNearby`` - Allows category based places search around geo coordinates. - ``geo-places:SearchText`` - Allows place or address search based on free-form text. - ``geo-places:Suggest`` - Allows suggestions based on an incomplete or misspelled query. - *Route actions* - ``geo:CalculateRoute`` - Allows point to point routing. - ``geo:CalculateRouteMatrix`` - Allows matrix routing. - *Enhanced Routes actions* - ``geo-routes:CalculateIsolines`` - Allows isoline calculation. - ``geo-routes:CalculateRoutes`` - Allows point to point routing. - ``geo-routes:CalculateRouteMatrix`` - Allows matrix routing. - ``geo-routes:OptimizeWaypoints`` - Allows computing the best sequence of waypoints. - ``geo-routes:SnapToRoads`` - Allows snapping GPS points to a likely route. .. epigraph:: You must use these strings exactly. For example, to provide access to map rendering, the only valid action is ``geo:GetMap*`` as an input to the list. ``["geo:GetMap*"]`` is valid but ``["geo:GetTile"]`` is not. Similarly, you cannot use ``["geo:SearchPlaceIndexFor*"]`` - you must list each of the Place actions separately.
386
386
  :param allow_resources: A list of allowed resource ARNs that a API key bearer can perform actions on. - The ARN must be the correct ARN for a map, place, or route ARN. You may include wildcards in the resource-id to match multiple resources of the same type. - The resources must be in the same ``partition`` , ``region`` , and ``account-id`` as the key that is being created. - Other than wildcards, you must include the full ARN, including the ``arn`` , ``partition`` , ``service`` , ``region`` , ``account-id`` and ``resource-id`` delimited by colons (:). - No spaces allowed, even with wildcards. For example, ``arn:aws:geo:region: *account-id* :map/ExampleMap*`` . For more information about ARN format, see `Amazon Resource Names (ARNs) <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ .
387
387
  :param allow_referers: An optional list of allowed HTTP referers for which requests must originate from. Requests using this API key from other domains will not be allowed. Requirements: - Contain only alphanumeric characters (A–Z, a–z, 0–9) or any symbols in this list ``$\\-._+!*``(),;/?:@=&` - May contain a percent (%) if followed by 2 hexadecimal digits (A-F, a-f, 0-9); this is used for URL encoding purposes. - May contain wildcard characters question mark (?) and asterisk (*). Question mark (?) will replace any single character (including hexadecimal digits). Asterisk (*) will replace any multiple characters (including multiple hexadecimal digits). - No spaces allowed. For example, ``https://example.com`` .
388
388
 
@@ -425,18 +425,35 @@ class CfnAPIKey(
425
425
 
426
426
  - *Map actions*
427
427
  - ``geo:GetMap*`` - Allows all actions needed for map rendering.
428
+ - *Enhanced Maps actions*
429
+ - ``geo-maps:GetTile`` - Allows getting map tiles for rendering.
430
+ - ``geo-maps:GetStaticMap`` - Allows getting static map images.
428
431
  - *Place actions*
429
- - ``geo:SearchPlaceIndexForText`` - Allows geocoding.
430
- - ``geo:SearchPlaceIndexForPosition`` - Allows reverse geocoding.
431
- - ``geo:SearchPlaceIndexForSuggestions`` - Allows generating suggestions from text.
432
- - ``geo:GetPlace`` - Allows finding a place by place ID.
432
+ - ``geo:SearchPlaceIndexForText`` - Allows finding geo coordinates of a known place.
433
+ - ``geo:SearchPlaceIndexForPosition`` - Allows getting nearest address to geo coordinates.
434
+ - ``geo:SearchPlaceIndexForSuggestions`` - Allows suggestions based on an incomplete or misspelled query.
435
+ - ``geo:GetPlace`` - Allows getting details of a place.
436
+ - *Enhanced Places actions*
437
+ - ``geo-places:Autcomplete`` - Allows auto-completion of search text.
438
+ - ``geo-places:Geocode`` - Allows finding geo coordinates of a known place.
439
+ - ``geo-places:GetPlace`` - Allows getting details of a place.
440
+ - ``geo-places:ReverseGeocode`` - Allows getting nearest address to geo coordinates.
441
+ - ``geo-places:SearchNearby`` - Allows category based places search around geo coordinates.
442
+ - ``geo-places:SearchText`` - Allows place or address search based on free-form text.
443
+ - ``geo-places:Suggest`` - Allows suggestions based on an incomplete or misspelled query.
433
444
  - *Route actions*
434
445
  - ``geo:CalculateRoute`` - Allows point to point routing.
435
- - ``geo:CalculateRouteMatrix`` - Allows calculating a matrix of routes.
446
+ - ``geo:CalculateRouteMatrix`` - Allows matrix routing.
447
+ - *Enhanced Routes actions*
448
+ - ``geo-routes:CalculateIsolines`` - Allows isoline calculation.
449
+ - ``geo-routes:CalculateRoutes`` - Allows point to point routing.
450
+ - ``geo-routes:CalculateRouteMatrix`` - Allows matrix routing.
451
+ - ``geo-routes:OptimizeWaypoints`` - Allows computing the best sequence of waypoints.
452
+ - ``geo-routes:SnapToRoads`` - Allows snapping GPS points to a likely route.
436
453
 
437
454
  .. epigraph::
438
455
 
439
- You must use these strings exactly. For example, to provide access to map rendering, the only valid action is ``geo:GetMap*`` as an input to the list. ``["geo:GetMap*"]`` is valid but ``["geo:GetMapTile"]`` is not. Similarly, you cannot use ``["geo:SearchPlaceIndexFor*"]`` - you must list each of the Place actions separately.
456
+ You must use these strings exactly. For example, to provide access to map rendering, the only valid action is ``geo:GetMap*`` as an input to the list. ``["geo:GetMap*"]`` is valid but ``["geo:GetTile"]`` is not. Similarly, you cannot use ``["geo:SearchPlaceIndexFor*"]`` - you must list each of the Place actions separately.
440
457
 
441
458
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-location-apikey-apikeyrestrictions.html#cfn-location-apikey-apikeyrestrictions-allowactions
442
459
  '''
@@ -3575,7 +3575,7 @@ class CfnConfiguration(
3575
3575
  :param name: The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
3576
3576
  :param server_properties: Contents of the ``server.properties`` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
3577
3577
  :param description: The description of the configuration.
3578
- :param kafka_versions_list: The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration.
3578
+ :param kafka_versions_list: The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration. When you update the ``KafkaVersionsList`` property, AWS CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a `resource replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ . To successfully update ``KafkaVersionsList`` , you must also update the ``Name`` property in the same operation. If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes. For more information, see `Can’t update KafkaVersionsList in MSK configuration <https://docs.aws.amazon.com/msk/latest/developerguide/troubleshooting.html#troubleshoot-kafkaversionslist-cfn-update-failure>`_ in the *Amazon MSK Developer Guide* .
3579
3579
  :param latest_revision: Latest revision of the MSK configuration.
3580
3580
  '''
3581
3581
  if __debug__:
@@ -3852,7 +3852,7 @@ class CfnConfigurationProps:
3852
3852
  :param name: The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z][0-9A-Za-z-]{0,}$".
3853
3853
  :param server_properties: Contents of the ``server.properties`` file. When using this property, you must ensure that the contents of the file are base64 encoded. When using the console, the SDK, or the AWS CLI , the contents of ``server.properties`` can be in plaintext.
3854
3854
  :param description: The description of the configuration.
3855
- :param kafka_versions_list: The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration.
3855
+ :param kafka_versions_list: The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration. When you update the ``KafkaVersionsList`` property, AWS CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a `resource replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ . To successfully update ``KafkaVersionsList`` , you must also update the ``Name`` property in the same operation. If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes. For more information, see `Can’t update KafkaVersionsList in MSK configuration <https://docs.aws.amazon.com/msk/latest/developerguide/troubleshooting.html#troubleshoot-kafkaversionslist-cfn-update-failure>`_ in the *Amazon MSK Developer Guide* .
3856
3856
  :param latest_revision: Latest revision of the MSK configuration.
3857
3857
 
3858
3858
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html
@@ -3931,6 +3931,12 @@ class CfnConfigurationProps:
3931
3931
  def kafka_versions_list(self) -> typing.Optional[typing.List[builtins.str]]:
3932
3932
  '''The `versions of Apache Kafka <https://docs.aws.amazon.com/msk/latest/developerguide/supported-kafka-versions.html>`_ with which you can use this MSK configuration.
3933
3933
 
3934
+ When you update the ``KafkaVersionsList`` property, AWS CloudFormation recreates a new configuration with the updated property before deleting the old configuration. Such an update requires a `resource replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ . To successfully update ``KafkaVersionsList`` , you must also update the ``Name`` property in the same operation.
3935
+
3936
+ If your configuration is attached with any clusters created using the AWS Management Console or AWS CLI , you'll need to manually delete the old configuration from the console after the update completes.
3937
+
3938
+ For more information, see `Can’t update KafkaVersionsList in MSK configuration <https://docs.aws.amazon.com/msk/latest/developerguide/troubleshooting.html#troubleshoot-kafkaversionslist-cfn-update-failure>`_ in the *Amazon MSK Developer Guide* .
3939
+
3934
3940
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-msk-configuration.html#cfn-msk-configuration-kafkaversionslist
3935
3941
  '''
3936
3942
  result = self._values.get("kafka_versions_list")
@@ -3451,10 +3451,10 @@ class CfnRuleGroup(
3451
3451
 
3452
3452
  Each match attributes set can include one or more items such as IP address, CIDR range, port number, protocol, and TCP flags.
3453
3453
 
3454
- :param destination_ports: The destination ports to inspect for. If not specified, this matches with any destination port. This setting is only used for protocols 6 (TCP) and 17 (UDP). You can specify individual ports, for example ``1994`` and you can specify port ranges, for example ``1990:1994`` .
3454
+ :param destination_ports: The destination port to inspect for. You can specify an individual port, for example ``1994`` and you can specify a port range, for example ``1990:1994`` . To match with any port, specify ``ANY`` . This setting is only used for protocols 6 (TCP) and 17 (UDP).
3455
3455
  :param destinations: The destination IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address.
3456
- :param protocols: The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA). If not specified, this matches with any protocol.
3457
- :param source_ports: The source ports to inspect for. If not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP). You can specify individual ports, for example ``1994`` and you can specify port ranges, for example ``1990:1994`` .
3456
+ :param protocols: The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol.
3457
+ :param source_ports: The source port to inspect for. You can specify an individual port, for example ``1994`` and you can specify a port range, for example ``1990:1994`` . To match with any port, specify ``ANY`` . If not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP).
3458
3458
  :param sources: The source IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any source address.
3459
3459
  :param tcp_flags: The TCP flags and masks to inspect for. If not specified, this matches with any settings. This setting is only used for protocol 6 (TCP).
3460
3460
 
@@ -3517,11 +3517,11 @@ class CfnRuleGroup(
3517
3517
  def destination_ports(
3518
3518
  self,
3519
3519
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRuleGroup.PortRangeProperty"]]]]:
3520
- '''The destination ports to inspect for.
3520
+ '''The destination port to inspect for.
3521
3521
 
3522
- If not specified, this matches with any destination port. This setting is only used for protocols 6 (TCP) and 17 (UDP).
3522
+ You can specify an individual port, for example ``1994`` and you can specify a port range, for example ``1990:1994`` . To match with any port, specify ``ANY`` .
3523
3523
 
3524
- You can specify individual ports, for example ``1994`` and you can specify port ranges, for example ``1990:1994`` .
3524
+ This setting is only used for protocols 6 (TCP) and 17 (UDP).
3525
3525
 
3526
3526
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-matchattributes.html#cfn-networkfirewall-rulegroup-matchattributes-destinationports
3527
3527
  '''
@@ -3545,7 +3545,7 @@ class CfnRuleGroup(
3545
3545
  def protocols(
3546
3546
  self,
3547
3547
  ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
3548
- '''The protocols to inspect for, specified using each protocol's assigned internet protocol number (IANA).
3548
+ '''The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol.
3549
3549
 
3550
3550
  If not specified, this matches with any protocol.
3551
3551
 
@@ -3558,11 +3558,13 @@ class CfnRuleGroup(
3558
3558
  def source_ports(
3559
3559
  self,
3560
3560
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnRuleGroup.PortRangeProperty"]]]]:
3561
- '''The source ports to inspect for.
3561
+ '''The source port to inspect for.
3562
+
3563
+ You can specify an individual port, for example ``1994`` and you can specify a port range, for example ``1990:1994`` . To match with any port, specify ``ANY`` .
3562
3564
 
3563
- If not specified, this matches with any source port. This setting is only used for protocols 6 (TCP) and 17 (UDP).
3565
+ If not specified, this matches with any source port.
3564
3566
 
3565
- You can specify individual ports, for example ``1994`` and you can specify port ranges, for example ``1990:1994`` .
3567
+ This setting is only used for protocols 6 (TCP) and 17 (UDP).
3566
3568
 
3567
3569
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-matchattributes.html#cfn-networkfirewall-rulegroup-matchattributes-sourceports
3568
3570
  '''
@@ -6022,7 +6024,7 @@ class CfnTLSInspectionConfiguration(
6022
6024
 
6023
6025
  :param destination_ports: The destination ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any destination port. You can specify individual ports, for example ``1994`` , and you can specify port ranges, such as ``1990:1994`` .
6024
6026
  :param destinations: The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any destination address.
6025
- :param protocols: The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA). Network Firewall currently supports only TCP.
6027
+ :param protocols: The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol. If not specified, this matches with any protocol. Network Firewall currently supports only TCP.
6026
6028
  :param source_ports: The source ports to decrypt for inspection, in Transmission Control Protocol (TCP) format. If not specified, this matches with any source port. You can specify individual ports, for example ``1994`` , and you can specify port ranges, such as ``1990:1994`` .
6027
6029
  :param sources: The source IP addresses and address ranges to decrypt for inspection, in CIDR notation. If not specified, this matches with any source address.
6028
6030
 
@@ -6105,7 +6107,9 @@ class CfnTLSInspectionConfiguration(
6105
6107
  def protocols(
6106
6108
  self,
6107
6109
  ) -> typing.Optional[typing.Union[typing.List[jsii.Number], _IResolvable_da3f097b]]:
6108
- '''The protocols to decrypt for inspection, specified using each protocol's assigned internet protocol number (IANA).
6110
+ '''The protocols to inspect for, specified using the assigned internet protocol number (IANA) for each protocol.
6111
+
6112
+ If not specified, this matches with any protocol.
6109
6113
 
6110
6114
  Network Firewall currently supports only TCP.
6111
6115
 
@@ -128,7 +128,7 @@ class CfnLink(
128
128
  '''
129
129
  :param scope: Scope in which this resource is defined.
130
130
  :param id: Construct identifier for this resource (unique in its scope).
131
- :param resource_types: An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are ``AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor`` .
131
+ :param resource_types: An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are ``AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor | AWS::ApplicationSignals::Service | AWS::ApplicationSignals::ServiceLevelObjective`` .
132
132
  :param sink_identifier: The ARN of the sink in the monitoring account that you want to link to. You can use `ListSinks <https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListSinks.html>`_ to find the ARNs of sinks.
133
133
  :param label_template: Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account. You can include the following variables in your template: - ``$AccountName`` is the name of the account - ``$AccountEmail`` is a globally-unique email address, which includes the email domain, such as ``mariagarcia@example.com`` - ``$AccountEmailNoDomain`` is an email address without the domain name, such as ``mariagarcia``
134
134
  :param link_configuration: Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
@@ -301,7 +301,7 @@ class CfnLink(
301
301
  ) -> None:
302
302
  '''Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
303
303
 
304
- :param log_group_configuration: Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
304
+ :param log_group_configuration: Use this structure to filter which log groups are to send log events from the source account to the monitoring account.
305
305
  :param metric_configuration: Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.
306
306
 
307
307
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkconfiguration.html
@@ -336,7 +336,7 @@ class CfnLink(
336
336
  def log_group_configuration(
337
337
  self,
338
338
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnLink.LinkFilterProperty"]]:
339
- '''Use this structure to filter which log groups are to share log events from this source account to the monitoring account.
339
+ '''Use this structure to filter which log groups are to send log events from the source account to the monitoring account.
340
340
 
341
341
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkconfiguration.html#cfn-oam-link-linkconfiguration-loggroupconfiguration
342
342
  '''
@@ -372,11 +372,8 @@ class CfnLink(
372
372
  )
373
373
  class LinkFilterProperty:
374
374
  def __init__(self, *, filter: builtins.str) -> None:
375
- '''When used in ``MetricConfiguration`` this field specifies which metric namespaces are to be shared with the monitoring account.
376
-
377
- When used in ``LogGroupConfiguration`` this field specifies which log groups are to share their log events with the monitoring account. Use the term ``LogGroupName`` and one or more of the following operands.
378
-
379
- :param filter: When used in ``MetricConfiguration`` this field specifies which metric namespaces are to be shared with the monitoring account. When used in ``LogGroupConfiguration`` this field specifies which log groups are to share their log events with the monitoring account. Use the term ``LogGroupName`` and one or more of the following operands. Use single quotation marks (') around log group names and metric namespaces. The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are ``AND`` and ``OR`` . - ``=`` and ``!=`` - ``AND`` - ``OR`` - ``LIKE`` and ``NOT LIKE`` . These can be used only as prefix searches. Include a ``%`` at the end of the string that you want to search for and include. - ``IN`` and ``NOT IN`` , using parentheses ``( )`` Examples: - ``Namespace NOT LIKE 'AWS/%'`` includes only namespaces that don't start with ``AWS/`` , such as custom namespaces. - ``Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3')`` includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces. - ``Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%'`` includes only the EC2 namespace and your custom namespaces. - ``LogGroupName IN ('This-Log-Group', 'Other-Log-Group')`` includes only the log groups with names ``This-Log-Group`` and ``Other-Log-Group`` . - ``LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2')`` includes all log groups except the log groups with names ``Private-Log-Group`` and ``Private-Log-Group-2`` . - ``LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%'`` includes all log groups that have names that start with ``aws/lambda/`` or ``AWSLogs`` . .. epigraph:: If you are updating a link that uses filters, you can specify ``*`` as the only value for the ``filter`` parameter to delete the filter and share all log groups with the monitoring account.
375
+ '''
376
+ :param filter:
380
377
 
381
378
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkfilter.html
382
379
  :exampleMetadata: fixture=_generated
@@ -400,33 +397,7 @@ class CfnLink(
400
397
 
401
398
  @builtins.property
402
399
  def filter(self) -> builtins.str:
403
- '''When used in ``MetricConfiguration`` this field specifies which metric namespaces are to be shared with the monitoring account.
404
-
405
- When used in ``LogGroupConfiguration`` this field specifies which log groups are to share their log events with the monitoring account. Use the term ``LogGroupName`` and one or more of the following operands.
406
-
407
- Use single quotation marks (') around log group names and metric namespaces.
408
-
409
- The matching of log group names and metric namespaces is case sensitive. Each filter has a limit of five conditional operands. Conditional operands are ``AND`` and ``OR`` .
410
-
411
- - ``=`` and ``!=``
412
- - ``AND``
413
- - ``OR``
414
- - ``LIKE`` and ``NOT LIKE`` . These can be used only as prefix searches. Include a ``%`` at the end of the string that you want to search for and include.
415
- - ``IN`` and ``NOT IN`` , using parentheses ``( )``
416
-
417
- Examples:
418
-
419
- - ``Namespace NOT LIKE 'AWS/%'`` includes only namespaces that don't start with ``AWS/`` , such as custom namespaces.
420
- - ``Namespace IN ('AWS/EC2', 'AWS/ELB', 'AWS/S3')`` includes only the metrics in the EC2, Elastic Load Balancing , and Amazon S3 namespaces.
421
- - ``Namespace = 'AWS/EC2' OR Namespace NOT LIKE 'AWS/%'`` includes only the EC2 namespace and your custom namespaces.
422
- - ``LogGroupName IN ('This-Log-Group', 'Other-Log-Group')`` includes only the log groups with names ``This-Log-Group`` and ``Other-Log-Group`` .
423
- - ``LogGroupName NOT IN ('Private-Log-Group', 'Private-Log-Group-2')`` includes all log groups except the log groups with names ``Private-Log-Group`` and ``Private-Log-Group-2`` .
424
- - ``LogGroupName LIKE 'aws/lambda/%' OR LogGroupName LIKE 'AWSLogs%'`` includes all log groups that have names that start with ``aws/lambda/`` or ``AWSLogs`` .
425
-
426
- .. epigraph::
427
-
428
- If you are updating a link that uses filters, you can specify ``*`` as the only value for the ``filter`` parameter to delete the filter and share all log groups with the monitoring account.
429
-
400
+ '''
430
401
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-oam-link-linkfilter.html#cfn-oam-link-linkfilter-filter
431
402
  '''
432
403
  result = self._values.get("filter")
@@ -468,7 +439,7 @@ class CfnLinkProps:
468
439
  ) -> None:
469
440
  '''Properties for defining a ``CfnLink``.
470
441
 
471
- :param resource_types: An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are ``AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor`` .
442
+ :param resource_types: An array of strings that define which types of data that the source account shares with the monitoring account. Valid values are ``AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor | AWS::ApplicationSignals::Service | AWS::ApplicationSignals::ServiceLevelObjective`` .
472
443
  :param sink_identifier: The ARN of the sink in the monitoring account that you want to link to. You can use `ListSinks <https://docs.aws.amazon.com/OAM/latest/APIReference/API_ListSinks.html>`_ to find the ARNs of sinks.
473
444
  :param label_template: Specify a friendly human-readable name to use to identify this source account when you are viewing data from it in the monitoring account. You can include the following variables in your template: - ``$AccountName`` is the name of the account - ``$AccountEmail`` is a globally-unique email address, which includes the email domain, such as ``mariagarcia@example.com`` - ``$AccountEmailNoDomain`` is an email address without the domain name, such as ``mariagarcia``
474
445
  :param link_configuration: Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.
@@ -524,7 +495,7 @@ class CfnLinkProps:
524
495
  def resource_types(self) -> typing.List[builtins.str]:
525
496
  '''An array of strings that define which types of data that the source account shares with the monitoring account.
526
497
 
527
- Valid values are ``AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor`` .
498
+ Valid values are ``AWS::CloudWatch::Metric | AWS::Logs::LogGroup | AWS::XRay::Trace | AWS::ApplicationInsights::Application | AWS::InternetMonitor::Monitor | AWS::ApplicationSignals::Service | AWS::ApplicationSignals::ServiceLevelObjective`` .
528
499
 
529
500
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-oam-link.html#cfn-oam-link-resourcetypes
530
501
  '''
@@ -56573,11 +56573,7 @@ class CfnAnalysis(
56573
56573
  @jsii.data_type(
56574
56574
  jsii_type="aws-cdk-lib.aws_quicksight.CfnAnalysis.SheetTextBoxProperty",
56575
56575
  jsii_struct_bases=[],
56576
- name_mapping={
56577
- "sheet_text_box_id": "sheetTextBoxId",
56578
- "content": "content",
56579
- "interactions": "interactions",
56580
- },
56576
+ name_mapping={"sheet_text_box_id": "sheetTextBoxId", "content": "content"},
56581
56577
  )
56582
56578
  class SheetTextBoxProperty:
56583
56579
  def __init__(
@@ -56585,13 +56581,11 @@ class CfnAnalysis(
56585
56581
  *,
56586
56582
  sheet_text_box_id: builtins.str,
56587
56583
  content: typing.Optional[builtins.str] = None,
56588
- interactions: typing.Any = None,
56589
56584
  ) -> None:
56590
56585
  '''A text box.
56591
56586
 
56592
56587
  :param sheet_text_box_id: The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
56593
56588
  :param content: The content that is displayed in the text box.
56594
- :param interactions:
56595
56589
 
56596
56590
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheettextbox.html
56597
56591
  :exampleMetadata: fixture=_generated
@@ -56602,28 +56596,22 @@ class CfnAnalysis(
56602
56596
  # The values are placeholders you should change.
56603
56597
  from aws_cdk import aws_quicksight as quicksight
56604
56598
 
56605
- # interactions: Any
56606
-
56607
56599
  sheet_text_box_property = quicksight.CfnAnalysis.SheetTextBoxProperty(
56608
56600
  sheet_text_box_id="sheetTextBoxId",
56609
56601
 
56610
56602
  # the properties below are optional
56611
- content="content",
56612
- interactions=interactions
56603
+ content="content"
56613
56604
  )
56614
56605
  '''
56615
56606
  if __debug__:
56616
56607
  type_hints = typing.get_type_hints(_typecheckingstub__c11f3c0decba2e94eb6cd10f2ebc916ccb6c9fb2b5a2f1337a971d1e0c1b2502)
56617
56608
  check_type(argname="argument sheet_text_box_id", value=sheet_text_box_id, expected_type=type_hints["sheet_text_box_id"])
56618
56609
  check_type(argname="argument content", value=content, expected_type=type_hints["content"])
56619
- check_type(argname="argument interactions", value=interactions, expected_type=type_hints["interactions"])
56620
56610
  self._values: typing.Dict[builtins.str, typing.Any] = {
56621
56611
  "sheet_text_box_id": sheet_text_box_id,
56622
56612
  }
56623
56613
  if content is not None:
56624
56614
  self._values["content"] = content
56625
- if interactions is not None:
56626
- self._values["interactions"] = interactions
56627
56615
 
56628
56616
  @builtins.property
56629
56617
  def sheet_text_box_id(self) -> builtins.str:
@@ -56646,14 +56634,6 @@ class CfnAnalysis(
56646
56634
  result = self._values.get("content")
56647
56635
  return typing.cast(typing.Optional[builtins.str], result)
56648
56636
 
56649
- @builtins.property
56650
- def interactions(self) -> typing.Any:
56651
- '''
56652
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-sheettextbox.html#cfn-quicksight-analysis-sheettextbox-interactions
56653
- '''
56654
- result = self._values.get("interactions")
56655
- return typing.cast(typing.Any, result)
56656
-
56657
56637
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
56658
56638
  return isinstance(rhs, self.__class__) and rhs._values == self._values
56659
56639
 
@@ -128253,11 +128233,7 @@ class CfnDashboard(
128253
128233
  @jsii.data_type(
128254
128234
  jsii_type="aws-cdk-lib.aws_quicksight.CfnDashboard.SheetTextBoxProperty",
128255
128235
  jsii_struct_bases=[],
128256
- name_mapping={
128257
- "sheet_text_box_id": "sheetTextBoxId",
128258
- "content": "content",
128259
- "interactions": "interactions",
128260
- },
128236
+ name_mapping={"sheet_text_box_id": "sheetTextBoxId", "content": "content"},
128261
128237
  )
128262
128238
  class SheetTextBoxProperty:
128263
128239
  def __init__(
@@ -128265,13 +128241,11 @@ class CfnDashboard(
128265
128241
  *,
128266
128242
  sheet_text_box_id: builtins.str,
128267
128243
  content: typing.Optional[builtins.str] = None,
128268
- interactions: typing.Any = None,
128269
128244
  ) -> None:
128270
128245
  '''A text box.
128271
128246
 
128272
128247
  :param sheet_text_box_id: The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
128273
128248
  :param content: The content that is displayed in the text box.
128274
- :param interactions:
128275
128249
 
128276
128250
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.html
128277
128251
  :exampleMetadata: fixture=_generated
@@ -128282,28 +128256,22 @@ class CfnDashboard(
128282
128256
  # The values are placeholders you should change.
128283
128257
  from aws_cdk import aws_quicksight as quicksight
128284
128258
 
128285
- # interactions: Any
128286
-
128287
128259
  sheet_text_box_property = quicksight.CfnDashboard.SheetTextBoxProperty(
128288
128260
  sheet_text_box_id="sheetTextBoxId",
128289
128261
 
128290
128262
  # the properties below are optional
128291
- content="content",
128292
- interactions=interactions
128263
+ content="content"
128293
128264
  )
128294
128265
  '''
128295
128266
  if __debug__:
128296
128267
  type_hints = typing.get_type_hints(_typecheckingstub__74c00d97e53826dff384253ef732f8c7e273f9a87d88b52bce179fff04f324de)
128297
128268
  check_type(argname="argument sheet_text_box_id", value=sheet_text_box_id, expected_type=type_hints["sheet_text_box_id"])
128298
128269
  check_type(argname="argument content", value=content, expected_type=type_hints["content"])
128299
- check_type(argname="argument interactions", value=interactions, expected_type=type_hints["interactions"])
128300
128270
  self._values: typing.Dict[builtins.str, typing.Any] = {
128301
128271
  "sheet_text_box_id": sheet_text_box_id,
128302
128272
  }
128303
128273
  if content is not None:
128304
128274
  self._values["content"] = content
128305
- if interactions is not None:
128306
- self._values["interactions"] = interactions
128307
128275
 
128308
128276
  @builtins.property
128309
128277
  def sheet_text_box_id(self) -> builtins.str:
@@ -128326,14 +128294,6 @@ class CfnDashboard(
128326
128294
  result = self._values.get("content")
128327
128295
  return typing.cast(typing.Optional[builtins.str], result)
128328
128296
 
128329
- @builtins.property
128330
- def interactions(self) -> typing.Any:
128331
- '''
128332
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheettextbox.html#cfn-quicksight-dashboard-sheettextbox-interactions
128333
- '''
128334
- result = self._values.get("interactions")
128335
- return typing.cast(typing.Any, result)
128336
-
128337
128297
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
128338
128298
  return isinstance(rhs, self.__class__) and rhs._values == self._values
128339
128299
 
@@ -206133,11 +206093,7 @@ class CfnTemplate(
206133
206093
  @jsii.data_type(
206134
206094
  jsii_type="aws-cdk-lib.aws_quicksight.CfnTemplate.SheetTextBoxProperty",
206135
206095
  jsii_struct_bases=[],
206136
- name_mapping={
206137
- "sheet_text_box_id": "sheetTextBoxId",
206138
- "content": "content",
206139
- "interactions": "interactions",
206140
- },
206096
+ name_mapping={"sheet_text_box_id": "sheetTextBoxId", "content": "content"},
206141
206097
  )
206142
206098
  class SheetTextBoxProperty:
206143
206099
  def __init__(
@@ -206145,13 +206101,11 @@ class CfnTemplate(
206145
206101
  *,
206146
206102
  sheet_text_box_id: builtins.str,
206147
206103
  content: typing.Optional[builtins.str] = None,
206148
- interactions: typing.Any = None,
206149
206104
  ) -> None:
206150
206105
  '''A text box.
206151
206106
 
206152
206107
  :param sheet_text_box_id: The unique identifier for a text box. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have text boxes that share identifiers.
206153
206108
  :param content: The content that is displayed in the text box.
206154
- :param interactions:
206155
206109
 
206156
206110
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheettextbox.html
206157
206111
  :exampleMetadata: fixture=_generated
@@ -206162,28 +206116,22 @@ class CfnTemplate(
206162
206116
  # The values are placeholders you should change.
206163
206117
  from aws_cdk import aws_quicksight as quicksight
206164
206118
 
206165
- # interactions: Any
206166
-
206167
206119
  sheet_text_box_property = quicksight.CfnTemplate.SheetTextBoxProperty(
206168
206120
  sheet_text_box_id="sheetTextBoxId",
206169
206121
 
206170
206122
  # the properties below are optional
206171
- content="content",
206172
- interactions=interactions
206123
+ content="content"
206173
206124
  )
206174
206125
  '''
206175
206126
  if __debug__:
206176
206127
  type_hints = typing.get_type_hints(_typecheckingstub__c9b83b0fa0f3bbeb8b8bb8cb25987a9de88b749ef27c4f94c0eeed905842d767)
206177
206128
  check_type(argname="argument sheet_text_box_id", value=sheet_text_box_id, expected_type=type_hints["sheet_text_box_id"])
206178
206129
  check_type(argname="argument content", value=content, expected_type=type_hints["content"])
206179
- check_type(argname="argument interactions", value=interactions, expected_type=type_hints["interactions"])
206180
206130
  self._values: typing.Dict[builtins.str, typing.Any] = {
206181
206131
  "sheet_text_box_id": sheet_text_box_id,
206182
206132
  }
206183
206133
  if content is not None:
206184
206134
  self._values["content"] = content
206185
- if interactions is not None:
206186
- self._values["interactions"] = interactions
206187
206135
 
206188
206136
  @builtins.property
206189
206137
  def sheet_text_box_id(self) -> builtins.str:
@@ -206206,14 +206154,6 @@ class CfnTemplate(
206206
206154
  result = self._values.get("content")
206207
206155
  return typing.cast(typing.Optional[builtins.str], result)
206208
206156
 
206209
- @builtins.property
206210
- def interactions(self) -> typing.Any:
206211
- '''
206212
- :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-sheettextbox.html#cfn-quicksight-template-sheettextbox-interactions
206213
- '''
206214
- result = self._values.get("interactions")
206215
- return typing.cast(typing.Any, result)
206216
-
206217
206157
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
206218
206158
  return isinstance(rhs, self.__class__) and rhs._values == self._values
206219
206159
 
@@ -231211,7 +231151,6 @@ def _typecheckingstub__c11f3c0decba2e94eb6cd10f2ebc916ccb6c9fb2b5a2f1337a971d1e0
231211
231151
  *,
231212
231152
  sheet_text_box_id: builtins.str,
231213
231153
  content: typing.Optional[builtins.str] = None,
231214
- interactions: typing.Any = None,
231215
231154
  ) -> None:
231216
231155
  """Type checking stubs"""
231217
231156
  pass
@@ -236695,7 +236634,6 @@ def _typecheckingstub__74c00d97e53826dff384253ef732f8c7e273f9a87d88b52bce179fff0
236695
236634
  *,
236696
236635
  sheet_text_box_id: builtins.str,
236697
236636
  content: typing.Optional[builtins.str] = None,
236698
- interactions: typing.Any = None,
236699
236637
  ) -> None:
236700
236638
  """Type checking stubs"""
236701
236639
  pass
@@ -242846,7 +242784,6 @@ def _typecheckingstub__c9b83b0fa0f3bbeb8b8bb8cb25987a9de88b749ef27c4f94c0eeed905
242846
242784
  *,
242847
242785
  sheet_text_box_id: builtins.str,
242848
242786
  content: typing.Optional[builtins.str] = None,
242849
- interactions: typing.Any = None,
242850
242787
  ) -> None:
242851
242788
  """Type checking stubs"""
242852
242789
  pass