aws-cdk-lib 2.171.1__py3-none-any.whl → 2.173.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 (78) hide show
  1. aws_cdk/__init__.py +528 -161
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.171.1.jsii.tgz → aws-cdk-lib@2.173.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +40 -40
  5. aws_cdk/aws_apigateway/__init__.py +1357 -120
  6. aws_cdk/aws_applicationautoscaling/__init__.py +141 -66
  7. aws_cdk/aws_appsync/__init__.py +163 -139
  8. aws_cdk/aws_autoscaling/__init__.py +96 -30
  9. aws_cdk/aws_bedrock/__init__.py +80 -44
  10. aws_cdk/aws_chatbot/__init__.py +803 -2
  11. aws_cdk/aws_cleanrooms/__init__.py +4 -6
  12. aws_cdk/aws_cloudformation/__init__.py +240 -159
  13. aws_cdk/aws_cloudfront/__init__.py +15 -7
  14. aws_cdk/aws_cloudtrail/__init__.py +802 -13
  15. aws_cdk/aws_cloudwatch/__init__.py +51 -14
  16. aws_cdk/aws_codebuild/__init__.py +39 -0
  17. aws_cdk/aws_codepipeline/__init__.py +4 -4
  18. aws_cdk/aws_cognito/__init__.py +1032 -43
  19. aws_cdk/aws_config/__init__.py +13 -10
  20. aws_cdk/aws_connect/__init__.py +454 -23
  21. aws_cdk/aws_connectcampaignsv2/__init__.py +187 -176
  22. aws_cdk/aws_customerprofiles/__init__.py +3148 -0
  23. aws_cdk/aws_docdb/__init__.py +128 -0
  24. aws_cdk/aws_dynamodb/__init__.py +256 -0
  25. aws_cdk/aws_ec2/__init__.py +976 -27
  26. aws_cdk/aws_ecs/__init__.py +37 -20
  27. aws_cdk/aws_eks/__init__.py +771 -0
  28. aws_cdk/aws_elasticache/__init__.py +22 -22
  29. aws_cdk/aws_elasticloadbalancingv2/__init__.py +441 -177
  30. aws_cdk/aws_events/__init__.py +550 -30
  31. aws_cdk/aws_fsx/__init__.py +134 -10
  32. aws_cdk/aws_imagebuilder/__init__.py +8 -8
  33. aws_cdk/aws_invoicing/__init__.py +651 -0
  34. aws_cdk/aws_iot/__init__.py +70 -26
  35. aws_cdk/aws_iotfleetwise/__init__.py +1033 -382
  36. aws_cdk/aws_iotsitewise/__init__.py +158 -0
  37. aws_cdk/aws_ivs/__init__.py +43 -31
  38. aws_cdk/aws_kendra/__init__.py +4 -0
  39. aws_cdk/aws_lakeformation/__init__.py +2 -1
  40. aws_cdk/aws_lambda/__init__.py +272 -164
  41. aws_cdk/aws_lambda_event_sources/__init__.py +2 -1
  42. aws_cdk/aws_lambda_nodejs/__init__.py +11 -11
  43. aws_cdk/aws_logs/__init__.py +532 -0
  44. aws_cdk/aws_m2/__init__.py +289 -0
  45. aws_cdk/aws_mediaconnect/__init__.py +24 -14
  46. aws_cdk/aws_medialive/__init__.py +2359 -5
  47. aws_cdk/aws_mediapackage/__init__.py +3 -9
  48. aws_cdk/aws_mediapackagev2/__init__.py +19 -17
  49. aws_cdk/aws_memorydb/__init__.py +664 -4
  50. aws_cdk/aws_mwaa/__init__.py +6 -6
  51. aws_cdk/aws_opensearchserverless/__init__.py +249 -1
  52. aws_cdk/aws_pipes/__init__.py +14 -30
  53. aws_cdk/aws_qbusiness/__init__.py +2021 -67
  54. aws_cdk/aws_quicksight/__init__.py +8270 -10
  55. aws_cdk/aws_rbin/__init__.py +53 -34
  56. aws_cdk/aws_rds/__init__.py +170 -8
  57. aws_cdk/aws_resourcegroups/__init__.py +362 -4
  58. aws_cdk/aws_route53/__init__.py +1177 -10
  59. aws_cdk/aws_route53_targets/__init__.py +297 -91
  60. aws_cdk/aws_route53resolver/__init__.py +19 -8
  61. aws_cdk/aws_s3/__init__.py +4 -4
  62. aws_cdk/aws_s3express/__init__.py +421 -9
  63. aws_cdk/aws_sagemaker/__init__.py +905 -119
  64. aws_cdk/aws_secretsmanager/__init__.py +20 -6
  65. aws_cdk/aws_securityhub/__init__.py +64 -32
  66. aws_cdk/aws_servicediscovery/__init__.py +43 -0
  67. aws_cdk/aws_ses/__init__.py +188 -41
  68. aws_cdk/aws_stepfunctions_tasks/__init__.py +190 -35
  69. aws_cdk/aws_synthetics/__init__.py +7 -5
  70. aws_cdk/aws_vpclattice/__init__.py +1479 -122
  71. aws_cdk/aws_wisdom/__init__.py +8509 -1502
  72. aws_cdk/aws_workspacesweb/__init__.py +1081 -0
  73. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/METADATA +1 -1
  74. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/RECORD +78 -77
  75. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/LICENSE +0 -0
  76. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/NOTICE +0 -0
  77. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/WHEEL +0 -0
  78. {aws_cdk_lib-2.171.1.dist-info → aws_cdk_lib-2.173.0.dist-info}/top_level.txt +0 -0
@@ -550,6 +550,243 @@ class CfnApplicationProps:
550
550
  )
551
551
 
552
552
 
553
+ @jsii.implements(_IInspectable_c2943556)
554
+ class CfnDeployment(
555
+ _CfnResource_9df397a6,
556
+ metaclass=jsii.JSIIMeta,
557
+ jsii_type="aws-cdk-lib.aws_m2.CfnDeployment",
558
+ ):
559
+ '''Creates and starts a deployment to deploy an application into a runtime environment.
560
+
561
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html
562
+ :cloudformationResource: AWS::M2::Deployment
563
+ :exampleMetadata: fixture=_generated
564
+
565
+ Example::
566
+
567
+ # The code below shows an example of how to instantiate this type.
568
+ # The values are placeholders you should change.
569
+ from aws_cdk import aws_m2 as m2
570
+
571
+ cfn_deployment = m2.CfnDeployment(self, "MyCfnDeployment",
572
+ application_id="applicationId",
573
+ application_version=123,
574
+ environment_id="environmentId"
575
+ )
576
+ '''
577
+
578
+ def __init__(
579
+ self,
580
+ scope: _constructs_77d1e7e8.Construct,
581
+ id: builtins.str,
582
+ *,
583
+ application_id: builtins.str,
584
+ application_version: jsii.Number,
585
+ environment_id: builtins.str,
586
+ ) -> None:
587
+ '''
588
+ :param scope: Scope in which this resource is defined.
589
+ :param id: Construct identifier for this resource (unique in its scope).
590
+ :param application_id: The unique identifier of the application.
591
+ :param application_version: The version of the application.
592
+ :param environment_id: The unique identifier of the runtime environment.
593
+ '''
594
+ if __debug__:
595
+ type_hints = typing.get_type_hints(_typecheckingstub__8b6c65beece51e45395e3fc04099fcf28d8b6bb74185fa225b364239f69b17f2)
596
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
597
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
598
+ props = CfnDeploymentProps(
599
+ application_id=application_id,
600
+ application_version=application_version,
601
+ environment_id=environment_id,
602
+ )
603
+
604
+ jsii.create(self.__class__, self, [scope, id, props])
605
+
606
+ @jsii.member(jsii_name="inspect")
607
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
608
+ '''Examines the CloudFormation resource and discloses attributes.
609
+
610
+ :param inspector: tree inspector to collect and process attributes.
611
+ '''
612
+ if __debug__:
613
+ type_hints = typing.get_type_hints(_typecheckingstub__0dc20b8bfbd7682da4f3040448bd0b215204a6e3de0f3d19813db444c64d30b8)
614
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
615
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
616
+
617
+ @jsii.member(jsii_name="renderProperties")
618
+ def _render_properties(
619
+ self,
620
+ props: typing.Mapping[builtins.str, typing.Any],
621
+ ) -> typing.Mapping[builtins.str, typing.Any]:
622
+ '''
623
+ :param props: -
624
+ '''
625
+ if __debug__:
626
+ type_hints = typing.get_type_hints(_typecheckingstub__3183c3579030f4df948aeef73c84162805e4733fa9927a4cbf98833465d999b0)
627
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
628
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
629
+
630
+ @jsii.python.classproperty
631
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
632
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
633
+ '''The CloudFormation resource type name for this resource class.'''
634
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
635
+
636
+ @builtins.property
637
+ @jsii.member(jsii_name="attrDeploymentId")
638
+ def attr_deployment_id(self) -> builtins.str:
639
+ '''The unique identifier of the deployment.
640
+
641
+ :cloudformationAttribute: DeploymentId
642
+ '''
643
+ return typing.cast(builtins.str, jsii.get(self, "attrDeploymentId"))
644
+
645
+ @builtins.property
646
+ @jsii.member(jsii_name="attrStatus")
647
+ def attr_status(self) -> builtins.str:
648
+ '''The current status of the deployment.
649
+
650
+ :cloudformationAttribute: Status
651
+ '''
652
+ return typing.cast(builtins.str, jsii.get(self, "attrStatus"))
653
+
654
+ @builtins.property
655
+ @jsii.member(jsii_name="cfnProperties")
656
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
657
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
658
+
659
+ @builtins.property
660
+ @jsii.member(jsii_name="applicationId")
661
+ def application_id(self) -> builtins.str:
662
+ '''The unique identifier of the application.'''
663
+ return typing.cast(builtins.str, jsii.get(self, "applicationId"))
664
+
665
+ @application_id.setter
666
+ def application_id(self, value: builtins.str) -> None:
667
+ if __debug__:
668
+ type_hints = typing.get_type_hints(_typecheckingstub__5a78ced6dd1074a1f7da7b3c8c10b56f1db28c052cf0bb38c79f2baa47395576)
669
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
670
+ jsii.set(self, "applicationId", value) # pyright: ignore[reportArgumentType]
671
+
672
+ @builtins.property
673
+ @jsii.member(jsii_name="applicationVersion")
674
+ def application_version(self) -> jsii.Number:
675
+ '''The version of the application.'''
676
+ return typing.cast(jsii.Number, jsii.get(self, "applicationVersion"))
677
+
678
+ @application_version.setter
679
+ def application_version(self, value: jsii.Number) -> None:
680
+ if __debug__:
681
+ type_hints = typing.get_type_hints(_typecheckingstub__8de1e90a824fac357559fd213977c9951178f216f6856a3d934e2db723dc3214)
682
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
683
+ jsii.set(self, "applicationVersion", value) # pyright: ignore[reportArgumentType]
684
+
685
+ @builtins.property
686
+ @jsii.member(jsii_name="environmentId")
687
+ def environment_id(self) -> builtins.str:
688
+ '''The unique identifier of the runtime environment.'''
689
+ return typing.cast(builtins.str, jsii.get(self, "environmentId"))
690
+
691
+ @environment_id.setter
692
+ def environment_id(self, value: builtins.str) -> None:
693
+ if __debug__:
694
+ type_hints = typing.get_type_hints(_typecheckingstub__6cfba6a94516651ce63b371b491e74b953b40e968f5687ab9809f19ba24e3654)
695
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
696
+ jsii.set(self, "environmentId", value) # pyright: ignore[reportArgumentType]
697
+
698
+
699
+ @jsii.data_type(
700
+ jsii_type="aws-cdk-lib.aws_m2.CfnDeploymentProps",
701
+ jsii_struct_bases=[],
702
+ name_mapping={
703
+ "application_id": "applicationId",
704
+ "application_version": "applicationVersion",
705
+ "environment_id": "environmentId",
706
+ },
707
+ )
708
+ class CfnDeploymentProps:
709
+ def __init__(
710
+ self,
711
+ *,
712
+ application_id: builtins.str,
713
+ application_version: jsii.Number,
714
+ environment_id: builtins.str,
715
+ ) -> None:
716
+ '''Properties for defining a ``CfnDeployment``.
717
+
718
+ :param application_id: The unique identifier of the application.
719
+ :param application_version: The version of the application.
720
+ :param environment_id: The unique identifier of the runtime environment.
721
+
722
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html
723
+ :exampleMetadata: fixture=_generated
724
+
725
+ Example::
726
+
727
+ # The code below shows an example of how to instantiate this type.
728
+ # The values are placeholders you should change.
729
+ from aws_cdk import aws_m2 as m2
730
+
731
+ cfn_deployment_props = m2.CfnDeploymentProps(
732
+ application_id="applicationId",
733
+ application_version=123,
734
+ environment_id="environmentId"
735
+ )
736
+ '''
737
+ if __debug__:
738
+ type_hints = typing.get_type_hints(_typecheckingstub__16b89efaa330e4afca136269f782db3a8968c7c32eb7c4dfe8e64c6b937151c9)
739
+ check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
740
+ check_type(argname="argument application_version", value=application_version, expected_type=type_hints["application_version"])
741
+ check_type(argname="argument environment_id", value=environment_id, expected_type=type_hints["environment_id"])
742
+ self._values: typing.Dict[builtins.str, typing.Any] = {
743
+ "application_id": application_id,
744
+ "application_version": application_version,
745
+ "environment_id": environment_id,
746
+ }
747
+
748
+ @builtins.property
749
+ def application_id(self) -> builtins.str:
750
+ '''The unique identifier of the application.
751
+
752
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html#cfn-m2-deployment-applicationid
753
+ '''
754
+ result = self._values.get("application_id")
755
+ assert result is not None, "Required property 'application_id' is missing"
756
+ return typing.cast(builtins.str, result)
757
+
758
+ @builtins.property
759
+ def application_version(self) -> jsii.Number:
760
+ '''The version of the application.
761
+
762
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html#cfn-m2-deployment-applicationversion
763
+ '''
764
+ result = self._values.get("application_version")
765
+ assert result is not None, "Required property 'application_version' is missing"
766
+ return typing.cast(jsii.Number, result)
767
+
768
+ @builtins.property
769
+ def environment_id(self) -> builtins.str:
770
+ '''The unique identifier of the runtime environment.
771
+
772
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-deployment.html#cfn-m2-deployment-environmentid
773
+ '''
774
+ result = self._values.get("environment_id")
775
+ assert result is not None, "Required property 'environment_id' is missing"
776
+ return typing.cast(builtins.str, result)
777
+
778
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
779
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
780
+
781
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
782
+ return not (rhs == self)
783
+
784
+ def __repr__(self) -> str:
785
+ return "CfnDeploymentProps(%s)" % ", ".join(
786
+ k + "=" + repr(v) for k, v in self._values.items()
787
+ )
788
+
789
+
553
790
  @jsii.implements(_IInspectable_c2943556, _ITaggable_36806126)
554
791
  class CfnEnvironment(
555
792
  _CfnResource_9df397a6,
@@ -1468,6 +1705,8 @@ class CfnEnvironmentProps:
1468
1705
  __all__ = [
1469
1706
  "CfnApplication",
1470
1707
  "CfnApplicationProps",
1708
+ "CfnDeployment",
1709
+ "CfnDeploymentProps",
1471
1710
  "CfnEnvironment",
1472
1711
  "CfnEnvironmentProps",
1473
1712
  ]
@@ -1564,6 +1803,56 @@ def _typecheckingstub__5ed1db61d31dff8aa8e94733976425175ee39f97b9a27b2b69f86017a
1564
1803
  """Type checking stubs"""
1565
1804
  pass
1566
1805
 
1806
+ def _typecheckingstub__8b6c65beece51e45395e3fc04099fcf28d8b6bb74185fa225b364239f69b17f2(
1807
+ scope: _constructs_77d1e7e8.Construct,
1808
+ id: builtins.str,
1809
+ *,
1810
+ application_id: builtins.str,
1811
+ application_version: jsii.Number,
1812
+ environment_id: builtins.str,
1813
+ ) -> None:
1814
+ """Type checking stubs"""
1815
+ pass
1816
+
1817
+ def _typecheckingstub__0dc20b8bfbd7682da4f3040448bd0b215204a6e3de0f3d19813db444c64d30b8(
1818
+ inspector: _TreeInspector_488e0dd5,
1819
+ ) -> None:
1820
+ """Type checking stubs"""
1821
+ pass
1822
+
1823
+ def _typecheckingstub__3183c3579030f4df948aeef73c84162805e4733fa9927a4cbf98833465d999b0(
1824
+ props: typing.Mapping[builtins.str, typing.Any],
1825
+ ) -> None:
1826
+ """Type checking stubs"""
1827
+ pass
1828
+
1829
+ def _typecheckingstub__5a78ced6dd1074a1f7da7b3c8c10b56f1db28c052cf0bb38c79f2baa47395576(
1830
+ value: builtins.str,
1831
+ ) -> None:
1832
+ """Type checking stubs"""
1833
+ pass
1834
+
1835
+ def _typecheckingstub__8de1e90a824fac357559fd213977c9951178f216f6856a3d934e2db723dc3214(
1836
+ value: jsii.Number,
1837
+ ) -> None:
1838
+ """Type checking stubs"""
1839
+ pass
1840
+
1841
+ def _typecheckingstub__6cfba6a94516651ce63b371b491e74b953b40e968f5687ab9809f19ba24e3654(
1842
+ value: builtins.str,
1843
+ ) -> None:
1844
+ """Type checking stubs"""
1845
+ pass
1846
+
1847
+ def _typecheckingstub__16b89efaa330e4afca136269f782db3a8968c7c32eb7c4dfe8e64c6b937151c9(
1848
+ *,
1849
+ application_id: builtins.str,
1850
+ application_version: jsii.Number,
1851
+ environment_id: builtins.str,
1852
+ ) -> None:
1853
+ """Type checking stubs"""
1854
+ pass
1855
+
1567
1856
  def _typecheckingstub__4b13501bd562f397b7070738470ee5bd51ff8aa50c0a2fb6c33998acdd3e0ac0(
1568
1857
  scope: _constructs_77d1e7e8.Construct,
1569
1858
  id: builtins.str,
@@ -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
  '''