aws-cdk-lib 2.172.0__py3-none-any.whl → 2.173.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 (69) hide show
  1. aws_cdk/__init__.py +57 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.172.0.jsii.tgz → aws-cdk-lib@2.173.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +40 -40
  5. aws_cdk/aws_apigateway/__init__.py +111 -64
  6. aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
  7. aws_cdk/aws_appsync/__init__.py +4 -3
  8. aws_cdk/aws_autoscaling/__init__.py +15 -6
  9. aws_cdk/aws_bedrock/__init__.py +32 -44
  10. aws_cdk/aws_chatbot/__init__.py +72 -46
  11. aws_cdk/aws_cleanrooms/__init__.py +4 -6
  12. aws_cdk/aws_cloudfront/__init__.py +4 -2
  13. aws_cdk/aws_cloudtrail/__init__.py +104 -68
  14. aws_cdk/aws_cloudwatch/__init__.py +51 -14
  15. aws_cdk/aws_codebuild/__init__.py +39 -0
  16. aws_cdk/aws_codepipeline/__init__.py +4 -4
  17. aws_cdk/aws_cognito/__init__.py +221 -53
  18. aws_cdk/aws_config/__init__.py +13 -10
  19. aws_cdk/aws_connect/__init__.py +25 -23
  20. aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
  21. aws_cdk/aws_docdb/__init__.py +128 -0
  22. aws_cdk/aws_dynamodb/__init__.py +256 -0
  23. aws_cdk/aws_ec2/__init__.py +130 -48
  24. aws_cdk/aws_ecs/__init__.py +25 -13
  25. aws_cdk/aws_eks/__init__.py +86 -24
  26. aws_cdk/aws_elasticache/__init__.py +22 -22
  27. aws_cdk/aws_elasticloadbalancingv2/__init__.py +138 -128
  28. aws_cdk/aws_events/__init__.py +39 -26
  29. aws_cdk/aws_fsx/__init__.py +134 -10
  30. aws_cdk/aws_imagebuilder/__init__.py +8 -8
  31. aws_cdk/aws_invoicing/__init__.py +651 -0
  32. aws_cdk/aws_iot/__init__.py +28 -22
  33. aws_cdk/aws_iotfleetwise/__init__.py +473 -332
  34. aws_cdk/aws_iotsitewise/__init__.py +6 -4
  35. aws_cdk/aws_ivs/__init__.py +43 -31
  36. aws_cdk/aws_kendra/__init__.py +4 -0
  37. aws_cdk/aws_lakeformation/__init__.py +2 -1
  38. aws_cdk/aws_lambda/__init__.py +258 -156
  39. aws_cdk/aws_logs/__init__.py +532 -0
  40. aws_cdk/aws_m2/__init__.py +15 -15
  41. aws_cdk/aws_mediaconnect/__init__.py +24 -14
  42. aws_cdk/aws_medialive/__init__.py +2359 -5
  43. aws_cdk/aws_mediapackage/__init__.py +3 -9
  44. aws_cdk/aws_mediapackagev2/__init__.py +19 -17
  45. aws_cdk/aws_memorydb/__init__.py +664 -4
  46. aws_cdk/aws_qbusiness/__init__.py +2018 -66
  47. aws_cdk/aws_rds/__init__.py +30 -0
  48. aws_cdk/aws_resourcegroups/__init__.py +26 -17
  49. aws_cdk/aws_route53/__init__.py +1177 -10
  50. aws_cdk/aws_route53_targets/__init__.py +224 -100
  51. aws_cdk/aws_route53resolver/__init__.py +4 -2
  52. aws_cdk/aws_s3/__init__.py +4 -4
  53. aws_cdk/aws_s3express/__init__.py +30 -19
  54. aws_cdk/aws_sagemaker/__init__.py +783 -9
  55. aws_cdk/aws_secretsmanager/__init__.py +20 -6
  56. aws_cdk/aws_securityhub/__init__.py +64 -32
  57. aws_cdk/aws_servicediscovery/__init__.py +43 -0
  58. aws_cdk/aws_ses/__init__.py +109 -0
  59. aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
  60. aws_cdk/aws_synthetics/__init__.py +7 -5
  61. aws_cdk/aws_vpclattice/__init__.py +1479 -122
  62. aws_cdk/aws_wisdom/__init__.py +2698 -232
  63. aws_cdk/aws_workspacesweb/__init__.py +118 -61
  64. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/METADATA +1 -1
  65. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/RECORD +69 -68
  66. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/LICENSE +0 -0
  67. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/NOTICE +0 -0
  68. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/WHEEL +0 -0
  69. {aws_cdk_lib-2.172.0.dist-info → aws_cdk_lib-2.173.1.dist-info}/top_level.txt +0 -0
@@ -3876,9 +3876,9 @@ class CfnFlow(
3876
3876
  )
3877
3877
  class SourceMonitoringConfigProperty:
3878
3878
  def __init__(self, *, thumbnail_state: builtins.str) -> None:
3879
- '''The settings for source monitoring.
3879
+ '''The ``SourceMonitoringConfig`` property type specifies the source monitoring settings for an AWS::MediaConnect::Flow.
3880
3880
 
3881
- :param thumbnail_state: The state of thumbnail monitoring.
3881
+ :param thumbnail_state: The current state of the thumbnail monitoring. - If you don't explicitly specify a value when creating a flow, no thumbnail state will be set. - If you update an existing flow and remove a previously set thumbnail state, the value will change to ``DISABLED`` .
3882
3882
 
3883
3883
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html
3884
3884
  :exampleMetadata: fixture=_generated
@@ -3902,7 +3902,10 @@ class CfnFlow(
3902
3902
 
3903
3903
  @builtins.property
3904
3904
  def thumbnail_state(self) -> builtins.str:
3905
- '''The state of thumbnail monitoring.
3905
+ '''The current state of the thumbnail monitoring.
3906
+
3907
+ - If you don't explicitly specify a value when creating a flow, no thumbnail state will be set.
3908
+ - If you update an existing flow and remove a previously set thumbnail state, the value will change to ``DISABLED`` .
3906
3909
 
3907
3910
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html#cfn-mediaconnect-flow-sourcemonitoringconfig-thumbnailstate
3908
3911
  '''
@@ -4050,7 +4053,7 @@ class CfnFlow(
4050
4053
  :param media_stream_source_configurations: The media stream that is associated with the source, and the parameters for that association.
4051
4054
  :param min_latency: The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
4052
4055
  :param name: The name of the source.
4053
- :param protocol: The protocol that is used by the source. AWS CloudFormation does not currently support CDI or ST 2110 JPEG XS source protocols.
4056
+ :param protocol: The protocol that is used by the source. AWS CloudFormation does not currently support CDI or ST 2110 JPEG XS source protocols. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
4054
4057
  :param sender_control_port: The port that the flow uses to send outbound requests to initiate connection with the sender.
4055
4058
  :param sender_ip_address: The IP address that the flow communicates with to initiate connection with the sender.
4056
4059
  :param source_arn: The ARN of the source.
@@ -4322,6 +4325,9 @@ class CfnFlow(
4322
4325
  '''The protocol that is used by the source.
4323
4326
 
4324
4327
  AWS CloudFormation does not currently support CDI or ST 2110 JPEG XS source protocols.
4328
+ .. epigraph::
4329
+
4330
+ AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
4325
4331
 
4326
4332
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-protocol
4327
4333
  '''
@@ -5250,7 +5256,7 @@ class CfnFlowOutput(
5250
5256
  ):
5251
5257
  '''The AWS::MediaConnect::FlowOutput resource defines the destination address, protocol, and port that AWS Elemental MediaConnect sends the ingested video to.
5252
5258
 
5253
- Each flow can have up to 50 outputs. An output can have the same protocol or a different protocol from the source. The following protocols are supported: RIST, RTP, RTP-FEC, SRT-listener, SRT-caller, Zixi pull, Zixi push, and Fujitsu-QoS. CDI and ST 2110 JPEG XS protocols are not currently supported by AWS CloudFormation.
5259
+ Each flow can have up to 50 outputs. An output can have the same protocol or a different protocol from the source. The following protocols are supported: RIST, RTP, RTP-FEC, SRT-listener, SRT-caller, Zixi pull, and Zixi push. CDI and ST 2110 JPEG XS protocols are not currently supported by AWS CloudFormation.
5254
5260
 
5255
5261
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html
5256
5262
  :cloudformationResource: AWS::MediaConnect::FlowOutput
@@ -5337,12 +5343,12 @@ class CfnFlowOutput(
5337
5343
  :param scope: Scope in which this resource is defined.
5338
5344
  :param id: Construct identifier for this resource (unique in its scope).
5339
5345
  :param flow_arn: The Amazon Resource Name (ARN) of the flow this output is attached to.
5340
- :param protocol: The protocol to use for the output.
5346
+ :param protocol: The protocol to use for the output. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
5341
5347
  :param cidr_allow_list: The range of IP addresses that are allowed to initiate output requests to this flow. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
5342
5348
  :param description: A description of the output. This description is not visible outside of the current AWS account even if the account grants entitlements to other accounts.
5343
5349
  :param destination: The IP address where you want to send the output.
5344
5350
  :param encryption: The encryption credentials that you want to use for the output.
5345
- :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
5351
+ :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
5346
5352
  :param media_stream_output_configurations: The definition for each media stream that is associated with the output.
5347
5353
  :param min_latency: The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
5348
5354
  :param name: The name of the output. This value must be unique within the current flow.
@@ -6229,12 +6235,12 @@ class CfnFlowOutputProps:
6229
6235
  '''Properties for defining a ``CfnFlowOutput``.
6230
6236
 
6231
6237
  :param flow_arn: The Amazon Resource Name (ARN) of the flow this output is attached to.
6232
- :param protocol: The protocol to use for the output.
6238
+ :param protocol: The protocol to use for the output. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
6233
6239
  :param cidr_allow_list: The range of IP addresses that are allowed to initiate output requests to this flow. Format the IP addresses as a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
6234
6240
  :param description: A description of the output. This description is not visible outside of the current AWS account even if the account grants entitlements to other accounts.
6235
6241
  :param destination: The IP address where you want to send the output.
6236
6242
  :param encryption: The encryption credentials that you want to use for the output.
6237
- :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
6243
+ :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
6238
6244
  :param media_stream_output_configurations: The definition for each media stream that is associated with the output.
6239
6245
  :param min_latency: The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
6240
6246
  :param name: The name of the output. This value must be unique within the current flow.
@@ -6367,6 +6373,10 @@ class CfnFlowOutputProps:
6367
6373
  def protocol(self) -> builtins.str:
6368
6374
  '''The protocol to use for the output.
6369
6375
 
6376
+ .. epigraph::
6377
+
6378
+ AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
6379
+
6370
6380
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-protocol
6371
6381
  '''
6372
6382
  result = self._values.get("protocol")
@@ -6419,7 +6429,7 @@ class CfnFlowOutputProps:
6419
6429
  def max_latency(self) -> typing.Optional[jsii.Number]:
6420
6430
  '''The maximum latency in milliseconds.
6421
6431
 
6422
- This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
6432
+ This parameter applies only to RIST-based and Zixi-based streams.
6423
6433
 
6424
6434
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-maxlatency
6425
6435
  '''
@@ -6822,7 +6832,7 @@ class CfnFlowSource(
6822
6832
  metaclass=jsii.JSIIMeta,
6823
6833
  jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowSource",
6824
6834
  ):
6825
- '''The AWS::MediaConnect::FlowSource resource is used to add additional sources to an existing flow.
6835
+ '''The AWS::MediaConnect::FlowSource resource is usedt to add additional sources to an existing flow.
6826
6836
 
6827
6837
  Adding an additional source requires Failover to be enabled. When you enable Failover, the additional source must use the same protocol as the existing source. A source is the external video content that includes configuration information (encryption and source type) and a network address. Each flow has at least one source. A standard source comes from a source other than another AWS Elemental MediaConnect flow, such as an on-premises encoder.
6828
6838
 
@@ -6914,7 +6924,7 @@ class CfnFlowSource(
6914
6924
  :param gateway_bridge_source: The source configuration for cloud flows receiving a stream from a bridge.
6915
6925
  :param ingest_port: The port that the flow listens on for incoming content. If the protocol of the source is Zixi, the port must be set to 2088.
6916
6926
  :param max_bitrate: The maximum bitrate for RIST, RTP, and RTP-FEC streams.
6917
- :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
6927
+ :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
6918
6928
  :param min_latency: The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
6919
6929
  :param protocol: The protocol that the source uses to deliver the content to MediaConnect. Adding additional sources to an existing flow requires Failover to be enabled. When you enable Failover, the additional source must use the same protocol as the existing source. Only the following protocols support failover: Zixi-push, RTP-FEC, RTP, RIST and SRT protocols. If you use failover with SRT caller or listener, the ``FailoverMode`` property must be set to ``FAILOVER`` . The ``FailoverMode`` property is found in the ``FailoverConfig`` resource of the same flow ARN you used for the source's ``FlowArn`` property. SRT caller/listener does not support merge mode failover.
6920
6930
  :param sender_control_port: The port that the flow uses to send outbound requests to initiate connection with the sender.
@@ -7657,7 +7667,7 @@ class CfnFlowSourceProps:
7657
7667
  :param gateway_bridge_source: The source configuration for cloud flows receiving a stream from a bridge.
7658
7668
  :param ingest_port: The port that the flow listens on for incoming content. If the protocol of the source is Zixi, the port must be set to 2088.
7659
7669
  :param max_bitrate: The maximum bitrate for RIST, RTP, and RTP-FEC streams.
7660
- :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
7670
+ :param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
7661
7671
  :param min_latency: The minimum latency in milliseconds for SRT-based streams. In streams that use the SRT protocol, this value that you set on your MediaConnect source or output represents the minimal potential latency of that connection. The latency of the stream is set to the highest number between the sender’s minimum latency and the receiver’s minimum latency.
7662
7672
  :param protocol: The protocol that the source uses to deliver the content to MediaConnect. Adding additional sources to an existing flow requires Failover to be enabled. When you enable Failover, the additional source must use the same protocol as the existing source. Only the following protocols support failover: Zixi-push, RTP-FEC, RTP, RIST and SRT protocols. If you use failover with SRT caller or listener, the ``FailoverMode`` property must be set to ``FAILOVER`` . The ``FailoverMode`` property is found in the ``FailoverConfig`` resource of the same flow ARN you used for the source's ``FlowArn`` property. SRT caller/listener does not support merge mode failover.
7663
7673
  :param sender_control_port: The port that the flow uses to send outbound requests to initiate connection with the sender.
@@ -7866,7 +7876,7 @@ class CfnFlowSourceProps:
7866
7876
  def max_latency(self) -> typing.Optional[jsii.Number]:
7867
7877
  '''The maximum latency in milliseconds.
7868
7878
 
7869
- This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
7879
+ This parameter applies only to RIST-based and Zixi-based streams.
7870
7880
 
7871
7881
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-maxlatency
7872
7882
  '''