aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -3956,6 +3956,48 @@ class CfnChannel(
3956
3956
 
3957
3957
  jsii.create(self.__class__, self, [scope, id, props])
3958
3958
 
3959
+ @jsii.member(jsii_name="fromChannelArn")
3960
+ @builtins.classmethod
3961
+ def from_channel_arn(
3962
+ cls,
3963
+ scope: _constructs_77d1e7e8.Construct,
3964
+ id: builtins.str,
3965
+ arn: builtins.str,
3966
+ ) -> IChannelRef:
3967
+ '''Creates a new IChannelRef from an ARN.
3968
+
3969
+ :param scope: -
3970
+ :param id: -
3971
+ :param arn: -
3972
+ '''
3973
+ if __debug__:
3974
+ type_hints = typing.get_type_hints(_typecheckingstub__6d2f95218f9095cece7aeb9099434b20ee1d3edda5afb64ec302ef4c5b93c0e5)
3975
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3976
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3977
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3978
+ return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelArn", [scope, id, arn]))
3979
+
3980
+ @jsii.member(jsii_name="fromChannelId")
3981
+ @builtins.classmethod
3982
+ def from_channel_id(
3983
+ cls,
3984
+ scope: _constructs_77d1e7e8.Construct,
3985
+ id: builtins.str,
3986
+ channel_id: builtins.str,
3987
+ ) -> IChannelRef:
3988
+ '''Creates a new IChannelRef from a channelId.
3989
+
3990
+ :param scope: -
3991
+ :param id: -
3992
+ :param channel_id: -
3993
+ '''
3994
+ if __debug__:
3995
+ type_hints = typing.get_type_hints(_typecheckingstub__d6b1d9b196e9144183daa21c67b901e170d335ffd5f6d15fb2f36229b0ece372)
3996
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3997
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3998
+ check_type(argname="argument channel_id", value=channel_id, expected_type=type_hints["channel_id"])
3999
+ return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelId", [scope, id, channel_id]))
4000
+
3959
4001
  @jsii.member(jsii_name="inspect")
3960
4002
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3961
4003
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4655,6 +4697,63 @@ class CfnChannel(
4655
4697
  k + "=" + repr(v) for k, v in self._values.items()
4656
4698
  )
4657
4699
 
4700
+ @jsii.data_type(
4701
+ jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AdditionalDestinationsProperty",
4702
+ jsii_struct_bases=[],
4703
+ name_mapping={"destination": "destination"},
4704
+ )
4705
+ class AdditionalDestinationsProperty:
4706
+ def __init__(
4707
+ self,
4708
+ *,
4709
+ destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
4710
+ ) -> None:
4711
+ '''
4712
+ :param destination:
4713
+
4714
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-additionaldestinations.html
4715
+ :exampleMetadata: fixture=_generated
4716
+
4717
+ Example::
4718
+
4719
+ # The code below shows an example of how to instantiate this type.
4720
+ # The values are placeholders you should change.
4721
+ from aws_cdk import aws_medialive as medialive
4722
+
4723
+ additional_destinations_property = medialive.CfnChannel.AdditionalDestinationsProperty(
4724
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
4725
+ destination_ref_id="destinationRefId"
4726
+ )
4727
+ )
4728
+ '''
4729
+ if __debug__:
4730
+ type_hints = typing.get_type_hints(_typecheckingstub__f35ce75f1f33941348d85275d7dc5d6c728631bea4d0fc0ad49a7bc029ddce29)
4731
+ check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
4732
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
4733
+ if destination is not None:
4734
+ self._values["destination"] = destination
4735
+
4736
+ @builtins.property
4737
+ def destination(
4738
+ self,
4739
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]]:
4740
+ '''
4741
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-additionaldestinations.html#cfn-medialive-channel-additionaldestinations-destination
4742
+ '''
4743
+ result = self._values.get("destination")
4744
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnChannel.OutputLocationRefProperty"]], result)
4745
+
4746
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
4747
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
4748
+
4749
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
4750
+ return not (rhs == self)
4751
+
4752
+ def __repr__(self) -> str:
4753
+ return "AdditionalDestinationsProperty(%s)" % ", ".join(
4754
+ k + "=" + repr(v) for k, v in self._values.items()
4755
+ )
4756
+
4658
4757
  @jsii.data_type(
4659
4758
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.AncillarySourceSettingsProperty",
4660
4759
  jsii_struct_bases=[],
@@ -8099,6 +8198,7 @@ class CfnChannel(
8099
8198
  "shadow_opacity": "shadowOpacity",
8100
8199
  "shadow_x_offset": "shadowXOffset",
8101
8200
  "shadow_y_offset": "shadowYOffset",
8201
+ "subtitle_rows": "subtitleRows",
8102
8202
  "teletext_grid_control": "teletextGridControl",
8103
8203
  "x_position": "xPosition",
8104
8204
  "y_position": "yPosition",
@@ -8122,6 +8222,7 @@ class CfnChannel(
8122
8222
  shadow_opacity: typing.Optional[jsii.Number] = None,
8123
8223
  shadow_x_offset: typing.Optional[jsii.Number] = None,
8124
8224
  shadow_y_offset: typing.Optional[jsii.Number] = None,
8225
+ subtitle_rows: typing.Optional[builtins.str] = None,
8125
8226
  teletext_grid_control: typing.Optional[builtins.str] = None,
8126
8227
  x_position: typing.Optional[jsii.Number] = None,
8127
8228
  y_position: typing.Optional[jsii.Number] = None,
@@ -8144,6 +8245,7 @@ class CfnChannel(
8144
8245
  :param shadow_opacity: Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
8145
8246
  :param shadow_x_offset: Specifies the horizontal offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
8146
8247
  :param shadow_y_offset: Specifies the vertical offset of the shadow that is relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
8248
+ :param subtitle_rows:
8147
8249
  :param teletext_grid_control: Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies only to Teletext inputs and DVB-Sub/Burn-in outputs.
8148
8250
  :param x_position: Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. All burn-in and DVB-Sub font settings must match.
8149
8251
  :param y_position: Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. All burn-in and DVB-Sub font settings must match.
@@ -8176,6 +8278,7 @@ class CfnChannel(
8176
8278
  shadow_opacity=123,
8177
8279
  shadow_xOffset=123,
8178
8280
  shadow_yOffset=123,
8281
+ subtitle_rows="subtitleRows",
8179
8282
  teletext_grid_control="teletextGridControl",
8180
8283
  x_position=123,
8181
8284
  y_position=123
@@ -8197,6 +8300,7 @@ class CfnChannel(
8197
8300
  check_type(argname="argument shadow_opacity", value=shadow_opacity, expected_type=type_hints["shadow_opacity"])
8198
8301
  check_type(argname="argument shadow_x_offset", value=shadow_x_offset, expected_type=type_hints["shadow_x_offset"])
8199
8302
  check_type(argname="argument shadow_y_offset", value=shadow_y_offset, expected_type=type_hints["shadow_y_offset"])
8303
+ check_type(argname="argument subtitle_rows", value=subtitle_rows, expected_type=type_hints["subtitle_rows"])
8200
8304
  check_type(argname="argument teletext_grid_control", value=teletext_grid_control, expected_type=type_hints["teletext_grid_control"])
8201
8305
  check_type(argname="argument x_position", value=x_position, expected_type=type_hints["x_position"])
8202
8306
  check_type(argname="argument y_position", value=y_position, expected_type=type_hints["y_position"])
@@ -8229,6 +8333,8 @@ class CfnChannel(
8229
8333
  self._values["shadow_x_offset"] = shadow_x_offset
8230
8334
  if shadow_y_offset is not None:
8231
8335
  self._values["shadow_y_offset"] = shadow_y_offset
8336
+ if subtitle_rows is not None:
8337
+ self._values["subtitle_rows"] = subtitle_rows
8232
8338
  if teletext_grid_control is not None:
8233
8339
  self._values["teletext_grid_control"] = teletext_grid_control
8234
8340
  if x_position is not None:
@@ -8392,6 +8498,14 @@ class CfnChannel(
8392
8498
  result = self._values.get("shadow_y_offset")
8393
8499
  return typing.cast(typing.Optional[jsii.Number], result)
8394
8500
 
8501
+ @builtins.property
8502
+ def subtitle_rows(self) -> typing.Optional[builtins.str]:
8503
+ '''
8504
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-burnindestinationsettings.html#cfn-medialive-channel-burnindestinationsettings-subtitlerows
8505
+ '''
8506
+ result = self._values.get("subtitle_rows")
8507
+ return typing.cast(typing.Optional[builtins.str], result)
8508
+
8395
8509
  @builtins.property
8396
8510
  def teletext_grid_control(self) -> typing.Optional[builtins.str]:
8397
8511
  '''Controls whether a fixed grid size is used to generate the output subtitles bitmap.
@@ -8510,6 +8624,7 @@ class CfnChannel(
8510
8624
  shadow_opacity=123,
8511
8625
  shadow_xOffset=123,
8512
8626
  shadow_yOffset=123,
8627
+ subtitle_rows="subtitleRows",
8513
8628
  teletext_grid_control="teletextGridControl",
8514
8629
  x_position=123,
8515
8630
  y_position=123
@@ -8533,6 +8648,7 @@ class CfnChannel(
8533
8648
  shadow_opacity=123,
8534
8649
  shadow_xOffset=123,
8535
8650
  shadow_yOffset=123,
8651
+ subtitle_rows="subtitleRows",
8536
8652
  teletext_grid_control="teletextGridControl",
8537
8653
  x_position=123,
8538
8654
  y_position=123
@@ -8766,6 +8882,7 @@ class CfnChannel(
8766
8882
  shadow_opacity=123,
8767
8883
  shadow_xOffset=123,
8768
8884
  shadow_yOffset=123,
8885
+ subtitle_rows="subtitleRows",
8769
8886
  teletext_grid_control="teletextGridControl",
8770
8887
  x_position=123,
8771
8888
  y_position=123
@@ -8789,6 +8906,7 @@ class CfnChannel(
8789
8906
  shadow_opacity=123,
8790
8907
  shadow_xOffset=123,
8791
8908
  shadow_yOffset=123,
8909
+ subtitle_rows="subtitleRows",
8792
8910
  teletext_grid_control="teletextGridControl",
8793
8911
  x_position=123,
8794
8912
  y_position=123
@@ -9721,6 +9839,7 @@ class CfnChannel(
9721
9839
  jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.CmafIngestGroupSettingsProperty",
9722
9840
  jsii_struct_bases=[],
9723
9841
  name_mapping={
9842
+ "additional_destinations": "additionalDestinations",
9724
9843
  "caption_language_mappings": "captionLanguageMappings",
9725
9844
  "destination": "destination",
9726
9845
  "id3_behavior": "id3Behavior",
@@ -9743,6 +9862,7 @@ class CfnChannel(
9743
9862
  def __init__(
9744
9863
  self,
9745
9864
  *,
9865
+ additional_destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.AdditionalDestinationsProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
9746
9866
  caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CmafIngestCaptionLanguageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
9747
9867
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.OutputLocationRefProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
9748
9868
  id3_behavior: typing.Optional[builtins.str] = None,
@@ -9761,6 +9881,7 @@ class CfnChannel(
9761
9881
  timed_metadata_passthrough: typing.Optional[builtins.str] = None,
9762
9882
  ) -> None:
9763
9883
  '''
9884
+ :param additional_destinations:
9764
9885
  :param caption_language_mappings:
9765
9886
  :param destination:
9766
9887
  :param id3_behavior:
@@ -9788,6 +9909,11 @@ class CfnChannel(
9788
9909
  from aws_cdk import aws_medialive as medialive
9789
9910
 
9790
9911
  cmaf_ingest_group_settings_property = medialive.CfnChannel.CmafIngestGroupSettingsProperty(
9912
+ additional_destinations=[medialive.CfnChannel.AdditionalDestinationsProperty(
9913
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
9914
+ destination_ref_id="destinationRefId"
9915
+ )
9916
+ )],
9791
9917
  caption_language_mappings=[medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
9792
9918
  caption_channel=123,
9793
9919
  language_code="languageCode"
@@ -9813,6 +9939,7 @@ class CfnChannel(
9813
9939
  '''
9814
9940
  if __debug__:
9815
9941
  type_hints = typing.get_type_hints(_typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb)
9942
+ check_type(argname="argument additional_destinations", value=additional_destinations, expected_type=type_hints["additional_destinations"])
9816
9943
  check_type(argname="argument caption_language_mappings", value=caption_language_mappings, expected_type=type_hints["caption_language_mappings"])
9817
9944
  check_type(argname="argument destination", value=destination, expected_type=type_hints["destination"])
9818
9945
  check_type(argname="argument id3_behavior", value=id3_behavior, expected_type=type_hints["id3_behavior"])
@@ -9830,6 +9957,8 @@ class CfnChannel(
9830
9957
  check_type(argname="argument timed_metadata_id3_period", value=timed_metadata_id3_period, expected_type=type_hints["timed_metadata_id3_period"])
9831
9958
  check_type(argname="argument timed_metadata_passthrough", value=timed_metadata_passthrough, expected_type=type_hints["timed_metadata_passthrough"])
9832
9959
  self._values: typing.Dict[builtins.str, typing.Any] = {}
9960
+ if additional_destinations is not None:
9961
+ self._values["additional_destinations"] = additional_destinations
9833
9962
  if caption_language_mappings is not None:
9834
9963
  self._values["caption_language_mappings"] = caption_language_mappings
9835
9964
  if destination is not None:
@@ -9863,6 +9992,16 @@ class CfnChannel(
9863
9992
  if timed_metadata_passthrough is not None:
9864
9993
  self._values["timed_metadata_passthrough"] = timed_metadata_passthrough
9865
9994
 
9995
+ @builtins.property
9996
+ def additional_destinations(
9997
+ self,
9998
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.AdditionalDestinationsProperty"]]]]:
9999
+ '''
10000
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-cmafingestgroupsettings.html#cfn-medialive-channel-cmafingestgroupsettings-additionaldestinations
10001
+ '''
10002
+ result = self._values.get("additional_destinations")
10003
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.AdditionalDestinationsProperty"]]]], result)
10004
+
9866
10005
  @builtins.property
9867
10006
  def caption_language_mappings(
9868
10007
  self,
@@ -10491,6 +10630,7 @@ class CfnChannel(
10491
10630
  "shadow_opacity": "shadowOpacity",
10492
10631
  "shadow_x_offset": "shadowXOffset",
10493
10632
  "shadow_y_offset": "shadowYOffset",
10633
+ "subtitle_rows": "subtitleRows",
10494
10634
  "teletext_grid_control": "teletextGridControl",
10495
10635
  "x_position": "xPosition",
10496
10636
  "y_position": "yPosition",
@@ -10514,6 +10654,7 @@ class CfnChannel(
10514
10654
  shadow_opacity: typing.Optional[jsii.Number] = None,
10515
10655
  shadow_x_offset: typing.Optional[jsii.Number] = None,
10516
10656
  shadow_y_offset: typing.Optional[jsii.Number] = None,
10657
+ subtitle_rows: typing.Optional[builtins.str] = None,
10517
10658
  teletext_grid_control: typing.Optional[builtins.str] = None,
10518
10659
  x_position: typing.Optional[jsii.Number] = None,
10519
10660
  y_position: typing.Optional[jsii.Number] = None,
@@ -10536,6 +10677,7 @@ class CfnChannel(
10536
10677
  :param shadow_opacity: Specifies the opacity of the shadow. 255 is opaque; 0 is transparent. Keeping this parameter blank is equivalent to setting it to 0 (transparent). All burn-in and DVB-Sub font settings must match.
10537
10678
  :param shadow_x_offset: Specifies the horizontal offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels to the left. All burn-in and DVB-Sub font settings must match.
10538
10679
  :param shadow_y_offset: Specifies the vertical offset of the shadow relative to the captions in pixels. A value of -2 would result in a shadow offset 2 pixels above the text. All burn-in and DVB-Sub font settings must match.
10680
+ :param subtitle_rows:
10539
10681
  :param teletext_grid_control: Controls whether a fixed grid size is used to generate the output subtitles bitmap. This applies to only Teletext inputs and DVB-Sub/Burn-in outputs.
10540
10682
  :param x_position: Specifies the horizontal position of the captions relative to the left side of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the left of the output. If no explicit xPosition is provided, the horizontal captions position is determined by the alignment parameter. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
10541
10683
  :param y_position: Specifies the vertical position of the captions relative to the top of the output in pixels. A value of 10 would result in the captions starting 10 pixels from the top of the output. If no explicit yPosition is provided, the captions are positioned towards the bottom of the output. This option is not valid for source captions that are STL, 608/embedded, or Teletext. These source settings are already pre-defined by the captions stream. All burn-in and DVB-Sub font settings must match.
@@ -10568,6 +10710,7 @@ class CfnChannel(
10568
10710
  shadow_opacity=123,
10569
10711
  shadow_xOffset=123,
10570
10712
  shadow_yOffset=123,
10713
+ subtitle_rows="subtitleRows",
10571
10714
  teletext_grid_control="teletextGridControl",
10572
10715
  x_position=123,
10573
10716
  y_position=123
@@ -10589,6 +10732,7 @@ class CfnChannel(
10589
10732
  check_type(argname="argument shadow_opacity", value=shadow_opacity, expected_type=type_hints["shadow_opacity"])
10590
10733
  check_type(argname="argument shadow_x_offset", value=shadow_x_offset, expected_type=type_hints["shadow_x_offset"])
10591
10734
  check_type(argname="argument shadow_y_offset", value=shadow_y_offset, expected_type=type_hints["shadow_y_offset"])
10735
+ check_type(argname="argument subtitle_rows", value=subtitle_rows, expected_type=type_hints["subtitle_rows"])
10592
10736
  check_type(argname="argument teletext_grid_control", value=teletext_grid_control, expected_type=type_hints["teletext_grid_control"])
10593
10737
  check_type(argname="argument x_position", value=x_position, expected_type=type_hints["x_position"])
10594
10738
  check_type(argname="argument y_position", value=y_position, expected_type=type_hints["y_position"])
@@ -10621,6 +10765,8 @@ class CfnChannel(
10621
10765
  self._values["shadow_x_offset"] = shadow_x_offset
10622
10766
  if shadow_y_offset is not None:
10623
10767
  self._values["shadow_y_offset"] = shadow_y_offset
10768
+ if subtitle_rows is not None:
10769
+ self._values["subtitle_rows"] = subtitle_rows
10624
10770
  if teletext_grid_control is not None:
10625
10771
  self._values["teletext_grid_control"] = teletext_grid_control
10626
10772
  if x_position is not None:
@@ -10784,6 +10930,14 @@ class CfnChannel(
10784
10930
  result = self._values.get("shadow_y_offset")
10785
10931
  return typing.cast(typing.Optional[jsii.Number], result)
10786
10932
 
10933
+ @builtins.property
10934
+ def subtitle_rows(self) -> typing.Optional[builtins.str]:
10935
+ '''
10936
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbsubdestinationsettings.html#cfn-medialive-channel-dvbsubdestinationsettings-subtitlerows
10937
+ '''
10938
+ result = self._values.get("subtitle_rows")
10939
+ return typing.cast(typing.Optional[builtins.str], result)
10940
+
10787
10941
  @builtins.property
10788
10942
  def teletext_grid_control(self) -> typing.Optional[builtins.str]:
10789
10943
  '''Controls whether a fixed grid size is used to generate the output subtitles bitmap.
@@ -22807,6 +22961,11 @@ class CfnChannel(
22807
22961
  rollover_interval=123
22808
22962
  ),
22809
22963
  cmaf_ingest_group_settings=medialive.CfnChannel.CmafIngestGroupSettingsProperty(
22964
+ additional_destinations=[medialive.CfnChannel.AdditionalDestinationsProperty(
22965
+ destination=medialive.CfnChannel.OutputLocationRefProperty(
22966
+ destination_ref_id="destinationRefId"
22967
+ )
22968
+ )],
22810
22969
  caption_language_mappings=[medialive.CfnChannel.CmafIngestCaptionLanguageMappingProperty(
22811
22970
  caption_channel=123,
22812
22971
  language_code="languageCode"
@@ -28050,6 +28209,27 @@ class CfnChannelPlacementGroup(
28050
28209
 
28051
28210
  jsii.create(self.__class__, self, [scope, id, props])
28052
28211
 
28212
+ @jsii.member(jsii_name="fromChannelPlacementGroupArn")
28213
+ @builtins.classmethod
28214
+ def from_channel_placement_group_arn(
28215
+ cls,
28216
+ scope: _constructs_77d1e7e8.Construct,
28217
+ id: builtins.str,
28218
+ arn: builtins.str,
28219
+ ) -> IChannelPlacementGroupRef:
28220
+ '''Creates a new IChannelPlacementGroupRef from an ARN.
28221
+
28222
+ :param scope: -
28223
+ :param id: -
28224
+ :param arn: -
28225
+ '''
28226
+ if __debug__:
28227
+ type_hints = typing.get_type_hints(_typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80)
28228
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
28229
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
28230
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
28231
+ return typing.cast(IChannelPlacementGroupRef, jsii.sinvoke(cls, "fromChannelPlacementGroupArn", [scope, id, arn]))
28232
+
28053
28233
  @jsii.member(jsii_name="inspect")
28054
28234
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28055
28235
  '''Examines the CloudFormation resource and discloses attributes.
@@ -28823,6 +29003,48 @@ class CfnCluster(
28823
29003
 
28824
29004
  jsii.create(self.__class__, self, [scope, id, props])
28825
29005
 
29006
+ @jsii.member(jsii_name="fromClusterArn")
29007
+ @builtins.classmethod
29008
+ def from_cluster_arn(
29009
+ cls,
29010
+ scope: _constructs_77d1e7e8.Construct,
29011
+ id: builtins.str,
29012
+ arn: builtins.str,
29013
+ ) -> IClusterRef:
29014
+ '''Creates a new IClusterRef from an ARN.
29015
+
29016
+ :param scope: -
29017
+ :param id: -
29018
+ :param arn: -
29019
+ '''
29020
+ if __debug__:
29021
+ type_hints = typing.get_type_hints(_typecheckingstub__3ace674eb5f9971088c58b6909f16da7a9f745cf84d2bb76adc43523af315735)
29022
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29023
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29024
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
29025
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterArn", [scope, id, arn]))
29026
+
29027
+ @jsii.member(jsii_name="fromClusterId")
29028
+ @builtins.classmethod
29029
+ def from_cluster_id(
29030
+ cls,
29031
+ scope: _constructs_77d1e7e8.Construct,
29032
+ id: builtins.str,
29033
+ cluster_id: builtins.str,
29034
+ ) -> IClusterRef:
29035
+ '''Creates a new IClusterRef from a clusterId.
29036
+
29037
+ :param scope: -
29038
+ :param id: -
29039
+ :param cluster_id: -
29040
+ '''
29041
+ if __debug__:
29042
+ type_hints = typing.get_type_hints(_typecheckingstub__370028181a698f0b673da9554bdec75f95f22731d956423079518e13772bd902)
29043
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
29044
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
29045
+ check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
29046
+ return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterId", [scope, id, cluster_id]))
29047
+
28826
29048
  @jsii.member(jsii_name="inspect")
28827
29049
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
28828
29050
  '''Examines the CloudFormation resource and discloses attributes.
@@ -29793,6 +30015,48 @@ class CfnInput(
29793
30015
 
29794
30016
  jsii.create(self.__class__, self, [scope, id, props])
29795
30017
 
30018
+ @jsii.member(jsii_name="fromInputArn")
30019
+ @builtins.classmethod
30020
+ def from_input_arn(
30021
+ cls,
30022
+ scope: _constructs_77d1e7e8.Construct,
30023
+ id: builtins.str,
30024
+ arn: builtins.str,
30025
+ ) -> IInputRef:
30026
+ '''Creates a new IInputRef from an ARN.
30027
+
30028
+ :param scope: -
30029
+ :param id: -
30030
+ :param arn: -
30031
+ '''
30032
+ if __debug__:
30033
+ type_hints = typing.get_type_hints(_typecheckingstub__86eaf44b588030c80007f0bc46931e3339f5a52855c099197b6caf381a6e060e)
30034
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
30035
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
30036
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
30037
+ return typing.cast(IInputRef, jsii.sinvoke(cls, "fromInputArn", [scope, id, arn]))
30038
+
30039
+ @jsii.member(jsii_name="fromInputId")
30040
+ @builtins.classmethod
30041
+ def from_input_id(
30042
+ cls,
30043
+ scope: _constructs_77d1e7e8.Construct,
30044
+ id: builtins.str,
30045
+ input_id: builtins.str,
30046
+ ) -> IInputRef:
30047
+ '''Creates a new IInputRef from a inputId.
30048
+
30049
+ :param scope: -
30050
+ :param id: -
30051
+ :param input_id: -
30052
+ '''
30053
+ if __debug__:
30054
+ type_hints = typing.get_type_hints(_typecheckingstub__8316fecd2510b6badfb48fb39122584af592100ba3f5280544b677db7cb76bb9)
30055
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
30056
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
30057
+ check_type(argname="argument input_id", value=input_id, expected_type=type_hints["input_id"])
30058
+ return typing.cast(IInputRef, jsii.sinvoke(cls, "fromInputId", [scope, id, input_id]))
30059
+
29796
30060
  @jsii.member(jsii_name="inspect")
29797
30061
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
29798
30062
  '''Examines the CloudFormation resource and discloses attributes.
@@ -31357,6 +31621,48 @@ class CfnInputSecurityGroup(
31357
31621
 
31358
31622
  jsii.create(self.__class__, self, [scope, id, props])
31359
31623
 
31624
+ @jsii.member(jsii_name="fromInputSecurityGroupArn")
31625
+ @builtins.classmethod
31626
+ def from_input_security_group_arn(
31627
+ cls,
31628
+ scope: _constructs_77d1e7e8.Construct,
31629
+ id: builtins.str,
31630
+ arn: builtins.str,
31631
+ ) -> IInputSecurityGroupRef:
31632
+ '''Creates a new IInputSecurityGroupRef from an ARN.
31633
+
31634
+ :param scope: -
31635
+ :param id: -
31636
+ :param arn: -
31637
+ '''
31638
+ if __debug__:
31639
+ type_hints = typing.get_type_hints(_typecheckingstub__4bd4383749cc94ae807145e9ecbbe23a985dccee4195bd0a767b69b9bb87f3ca)
31640
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31641
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31642
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
31643
+ return typing.cast(IInputSecurityGroupRef, jsii.sinvoke(cls, "fromInputSecurityGroupArn", [scope, id, arn]))
31644
+
31645
+ @jsii.member(jsii_name="fromInputSecurityGroupId")
31646
+ @builtins.classmethod
31647
+ def from_input_security_group_id(
31648
+ cls,
31649
+ scope: _constructs_77d1e7e8.Construct,
31650
+ id: builtins.str,
31651
+ input_security_group_id: builtins.str,
31652
+ ) -> IInputSecurityGroupRef:
31653
+ '''Creates a new IInputSecurityGroupRef from a inputSecurityGroupId.
31654
+
31655
+ :param scope: -
31656
+ :param id: -
31657
+ :param input_security_group_id: -
31658
+ '''
31659
+ if __debug__:
31660
+ type_hints = typing.get_type_hints(_typecheckingstub__8bfd301f40f6b27720dff328316eae238352bfedaadfbaa30fd7d995e635d634)
31661
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31662
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31663
+ check_type(argname="argument input_security_group_id", value=input_security_group_id, expected_type=type_hints["input_security_group_id"])
31664
+ return typing.cast(IInputSecurityGroupRef, jsii.sinvoke(cls, "fromInputSecurityGroupId", [scope, id, input_security_group_id]))
31665
+
31360
31666
  @jsii.member(jsii_name="inspect")
31361
31667
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
31362
31668
  '''Examines the CloudFormation resource and discloses attributes.
@@ -31586,6 +31892,48 @@ class CfnMultiplex(
31586
31892
 
31587
31893
  jsii.create(self.__class__, self, [scope, id, props])
31588
31894
 
31895
+ @jsii.member(jsii_name="fromMultiplexArn")
31896
+ @builtins.classmethod
31897
+ def from_multiplex_arn(
31898
+ cls,
31899
+ scope: _constructs_77d1e7e8.Construct,
31900
+ id: builtins.str,
31901
+ arn: builtins.str,
31902
+ ) -> IMultiplexRef:
31903
+ '''Creates a new IMultiplexRef from an ARN.
31904
+
31905
+ :param scope: -
31906
+ :param id: -
31907
+ :param arn: -
31908
+ '''
31909
+ if __debug__:
31910
+ type_hints = typing.get_type_hints(_typecheckingstub__b0255c8c208f27c1043881f29c322aae6006b38f1e9653a10b50844699e65041)
31911
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31912
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31913
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
31914
+ return typing.cast(IMultiplexRef, jsii.sinvoke(cls, "fromMultiplexArn", [scope, id, arn]))
31915
+
31916
+ @jsii.member(jsii_name="fromMultiplexId")
31917
+ @builtins.classmethod
31918
+ def from_multiplex_id(
31919
+ cls,
31920
+ scope: _constructs_77d1e7e8.Construct,
31921
+ id: builtins.str,
31922
+ multiplex_id: builtins.str,
31923
+ ) -> IMultiplexRef:
31924
+ '''Creates a new IMultiplexRef from a multiplexId.
31925
+
31926
+ :param scope: -
31927
+ :param id: -
31928
+ :param multiplex_id: -
31929
+ '''
31930
+ if __debug__:
31931
+ type_hints = typing.get_type_hints(_typecheckingstub__f0b4f1475c2d2609961966c00f209761ff867ee2ad0f09101d4841b50b81ddfe)
31932
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
31933
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
31934
+ check_type(argname="argument multiplex_id", value=multiplex_id, expected_type=type_hints["multiplex_id"])
31935
+ return typing.cast(IMultiplexRef, jsii.sinvoke(cls, "fromMultiplexId", [scope, id, multiplex_id]))
31936
+
31589
31937
  @jsii.member(jsii_name="inspect")
31590
31938
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
31591
31939
  '''Examines the CloudFormation resource and discloses attributes.
@@ -32969,6 +33317,48 @@ class CfnNetwork(
32969
33317
 
32970
33318
  jsii.create(self.__class__, self, [scope, id, props])
32971
33319
 
33320
+ @jsii.member(jsii_name="fromNetworkArn")
33321
+ @builtins.classmethod
33322
+ def from_network_arn(
33323
+ cls,
33324
+ scope: _constructs_77d1e7e8.Construct,
33325
+ id: builtins.str,
33326
+ arn: builtins.str,
33327
+ ) -> INetworkRef:
33328
+ '''Creates a new INetworkRef from an ARN.
33329
+
33330
+ :param scope: -
33331
+ :param id: -
33332
+ :param arn: -
33333
+ '''
33334
+ if __debug__:
33335
+ type_hints = typing.get_type_hints(_typecheckingstub__6e9ca7d5b36bf5cf572e225f6d2e7d610fac144debb04f2b697b0b4c10d2fcc0)
33336
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33337
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33338
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
33339
+ return typing.cast(INetworkRef, jsii.sinvoke(cls, "fromNetworkArn", [scope, id, arn]))
33340
+
33341
+ @jsii.member(jsii_name="fromNetworkId")
33342
+ @builtins.classmethod
33343
+ def from_network_id(
33344
+ cls,
33345
+ scope: _constructs_77d1e7e8.Construct,
33346
+ id: builtins.str,
33347
+ network_id: builtins.str,
33348
+ ) -> INetworkRef:
33349
+ '''Creates a new INetworkRef from a networkId.
33350
+
33351
+ :param scope: -
33352
+ :param id: -
33353
+ :param network_id: -
33354
+ '''
33355
+ if __debug__:
33356
+ type_hints = typing.get_type_hints(_typecheckingstub__f09001a20f04eefe74200d88c2a9b4166d00bb7f7db83d92f55b287b5136dc3a)
33357
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33358
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33359
+ check_type(argname="argument network_id", value=network_id, expected_type=type_hints["network_id"])
33360
+ return typing.cast(INetworkRef, jsii.sinvoke(cls, "fromNetworkId", [scope, id, network_id]))
33361
+
32972
33362
  @jsii.member(jsii_name="inspect")
32973
33363
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
32974
33364
  '''Examines the CloudFormation resource and discloses attributes.
@@ -33290,6 +33680,48 @@ class CfnSdiSource(
33290
33680
 
33291
33681
  jsii.create(self.__class__, self, [scope, id, props])
33292
33682
 
33683
+ @jsii.member(jsii_name="fromSdiSourceArn")
33684
+ @builtins.classmethod
33685
+ def from_sdi_source_arn(
33686
+ cls,
33687
+ scope: _constructs_77d1e7e8.Construct,
33688
+ id: builtins.str,
33689
+ arn: builtins.str,
33690
+ ) -> ISdiSourceRef:
33691
+ '''Creates a new ISdiSourceRef from an ARN.
33692
+
33693
+ :param scope: -
33694
+ :param id: -
33695
+ :param arn: -
33696
+ '''
33697
+ if __debug__:
33698
+ type_hints = typing.get_type_hints(_typecheckingstub__10b9a95d9535e3031ed288f7d5c017b2dcdbc73abecc8c358ef4eac9ddee7d05)
33699
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33700
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33701
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
33702
+ return typing.cast(ISdiSourceRef, jsii.sinvoke(cls, "fromSdiSourceArn", [scope, id, arn]))
33703
+
33704
+ @jsii.member(jsii_name="fromSdiSourceId")
33705
+ @builtins.classmethod
33706
+ def from_sdi_source_id(
33707
+ cls,
33708
+ scope: _constructs_77d1e7e8.Construct,
33709
+ id: builtins.str,
33710
+ sdi_source_id: builtins.str,
33711
+ ) -> ISdiSourceRef:
33712
+ '''Creates a new ISdiSourceRef from a sdiSourceId.
33713
+
33714
+ :param scope: -
33715
+ :param id: -
33716
+ :param sdi_source_id: -
33717
+ '''
33718
+ if __debug__:
33719
+ type_hints = typing.get_type_hints(_typecheckingstub__3975b7f77d52b9257092c0ac7c1b47dded95096832ea9dcaf6c2e22ada85a234)
33720
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
33721
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
33722
+ check_type(argname="argument sdi_source_id", value=sdi_source_id, expected_type=type_hints["sdi_source_id"])
33723
+ return typing.cast(ISdiSourceRef, jsii.sinvoke(cls, "fromSdiSourceId", [scope, id, sdi_source_id]))
33724
+
33293
33725
  @jsii.member(jsii_name="inspect")
33294
33726
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
33295
33727
  '''Examines the CloudFormation resource and discloses attributes.
@@ -34497,6 +34929,22 @@ def _typecheckingstub__0060427de31049849d0b954eb2d8f1219de8b4f8164b94cdfa32d6ef2
34497
34929
  """Type checking stubs"""
34498
34930
  pass
34499
34931
 
34932
+ def _typecheckingstub__6d2f95218f9095cece7aeb9099434b20ee1d3edda5afb64ec302ef4c5b93c0e5(
34933
+ scope: _constructs_77d1e7e8.Construct,
34934
+ id: builtins.str,
34935
+ arn: builtins.str,
34936
+ ) -> None:
34937
+ """Type checking stubs"""
34938
+ pass
34939
+
34940
+ def _typecheckingstub__d6b1d9b196e9144183daa21c67b901e170d335ffd5f6d15fb2f36229b0ece372(
34941
+ scope: _constructs_77d1e7e8.Construct,
34942
+ id: builtins.str,
34943
+ channel_id: builtins.str,
34944
+ ) -> None:
34945
+ """Type checking stubs"""
34946
+ pass
34947
+
34500
34948
  def _typecheckingstub__77a53567e403f0822cadccac18299e5972848433b11cc62dd610a87f360b29e7(
34501
34949
  inspector: _TreeInspector_488e0dd5,
34502
34950
  ) -> None:
@@ -34628,6 +35076,13 @@ def _typecheckingstub__3438fa867f11ff502b4fa54f1dd5270220ccbbc83de4185add8ae06b3
34628
35076
  """Type checking stubs"""
34629
35077
  pass
34630
35078
 
35079
+ def _typecheckingstub__f35ce75f1f33941348d85275d7dc5d6c728631bea4d0fc0ad49a7bc029ddce29(
35080
+ *,
35081
+ destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
35082
+ ) -> None:
35083
+ """Type checking stubs"""
35084
+ pass
35085
+
34631
35086
  def _typecheckingstub__8192630f40f6883538117cc4351df30d49295a7620ea561657270b4feacaf984(
34632
35087
  *,
34633
35088
  source_ancillary_channel_number: typing.Optional[jsii.Number] = None,
@@ -34925,6 +35380,7 @@ def _typecheckingstub__33dec7d6f1bff74983258afde73011d8330c6183129c52e7873c9573a
34925
35380
  shadow_opacity: typing.Optional[jsii.Number] = None,
34926
35381
  shadow_x_offset: typing.Optional[jsii.Number] = None,
34927
35382
  shadow_y_offset: typing.Optional[jsii.Number] = None,
35383
+ subtitle_rows: typing.Optional[builtins.str] = None,
34928
35384
  teletext_grid_control: typing.Optional[builtins.str] = None,
34929
35385
  x_position: typing.Optional[jsii.Number] = None,
34930
35386
  y_position: typing.Optional[jsii.Number] = None,
@@ -35030,6 +35486,7 @@ def _typecheckingstub__a833a02632a589afb5026143cbf8803b2228e0f422ab4c5a2dbf59314
35030
35486
 
35031
35487
  def _typecheckingstub__6fe9142b6885e8776c3e51af0733250a73fcd8e45bb4ec5f866206680352c7eb(
35032
35488
  *,
35489
+ additional_destinations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.AdditionalDestinationsProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
35033
35490
  caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CmafIngestCaptionLanguageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
35034
35491
  destination: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.OutputLocationRefProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
35035
35492
  id3_behavior: typing.Optional[builtins.str] = None,
@@ -35108,6 +35565,7 @@ def _typecheckingstub__8d5d2ee13f6699d87c134941e50183ecf466b424e0dbd1cc71d92035d
35108
35565
  shadow_opacity: typing.Optional[jsii.Number] = None,
35109
35566
  shadow_x_offset: typing.Optional[jsii.Number] = None,
35110
35567
  shadow_y_offset: typing.Optional[jsii.Number] = None,
35568
+ subtitle_rows: typing.Optional[builtins.str] = None,
35111
35569
  teletext_grid_control: typing.Optional[builtins.str] = None,
35112
35570
  x_position: typing.Optional[jsii.Number] = None,
35113
35571
  y_position: typing.Optional[jsii.Number] = None,
@@ -36381,6 +36839,14 @@ def _typecheckingstub__4e243315b7345536389960f25695eb10f1fa9ae011ea703c70b9fbe4c
36381
36839
  """Type checking stubs"""
36382
36840
  pass
36383
36841
 
36842
+ def _typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80(
36843
+ scope: _constructs_77d1e7e8.Construct,
36844
+ id: builtins.str,
36845
+ arn: builtins.str,
36846
+ ) -> None:
36847
+ """Type checking stubs"""
36848
+ pass
36849
+
36384
36850
  def _typecheckingstub__7dc59f9af5380ef0917c9d9bea643eb9e0495fd90e51b92ab0a1fe1ffbd1c64c(
36385
36851
  inspector: _TreeInspector_488e0dd5,
36386
36852
  ) -> None:
@@ -36582,6 +37048,22 @@ def _typecheckingstub__cafedd699c56a3cba598f1b205d13e464679c1d1f61bfe63b410a4cd1
36582
37048
  """Type checking stubs"""
36583
37049
  pass
36584
37050
 
37051
+ def _typecheckingstub__3ace674eb5f9971088c58b6909f16da7a9f745cf84d2bb76adc43523af315735(
37052
+ scope: _constructs_77d1e7e8.Construct,
37053
+ id: builtins.str,
37054
+ arn: builtins.str,
37055
+ ) -> None:
37056
+ """Type checking stubs"""
37057
+ pass
37058
+
37059
+ def _typecheckingstub__370028181a698f0b673da9554bdec75f95f22731d956423079518e13772bd902(
37060
+ scope: _constructs_77d1e7e8.Construct,
37061
+ id: builtins.str,
37062
+ cluster_id: builtins.str,
37063
+ ) -> None:
37064
+ """Type checking stubs"""
37065
+ pass
37066
+
36585
37067
  def _typecheckingstub__a680b851075119ff4cf0d916ddb40825219799ac9c08fc8dbc7e877d648d7333(
36586
37068
  inspector: _TreeInspector_488e0dd5,
36587
37069
  ) -> None:
@@ -36773,6 +37255,22 @@ def _typecheckingstub__c37c21db5712f0e670f3144efc99d8c9ed0a67af3bc5d9018df305c7e
36773
37255
  """Type checking stubs"""
36774
37256
  pass
36775
37257
 
37258
+ def _typecheckingstub__86eaf44b588030c80007f0bc46931e3339f5a52855c099197b6caf381a6e060e(
37259
+ scope: _constructs_77d1e7e8.Construct,
37260
+ id: builtins.str,
37261
+ arn: builtins.str,
37262
+ ) -> None:
37263
+ """Type checking stubs"""
37264
+ pass
37265
+
37266
+ def _typecheckingstub__8316fecd2510b6badfb48fb39122584af592100ba3f5280544b677db7cb76bb9(
37267
+ scope: _constructs_77d1e7e8.Construct,
37268
+ id: builtins.str,
37269
+ input_id: builtins.str,
37270
+ ) -> None:
37271
+ """Type checking stubs"""
37272
+ pass
37273
+
36776
37274
  def _typecheckingstub__f06412b7f89325cfc3260f21b8a1f8a01a8bc90a8ae4222ef007ee6754a88bfa(
36777
37275
  inspector: _TreeInspector_488e0dd5,
36778
37276
  ) -> None:
@@ -37013,6 +37511,22 @@ def _typecheckingstub__36ebb0545851926b9b6f0c8e07003f5330e537dbc3cb244849ed42ceb
37013
37511
  """Type checking stubs"""
37014
37512
  pass
37015
37513
 
37514
+ def _typecheckingstub__4bd4383749cc94ae807145e9ecbbe23a985dccee4195bd0a767b69b9bb87f3ca(
37515
+ scope: _constructs_77d1e7e8.Construct,
37516
+ id: builtins.str,
37517
+ arn: builtins.str,
37518
+ ) -> None:
37519
+ """Type checking stubs"""
37520
+ pass
37521
+
37522
+ def _typecheckingstub__8bfd301f40f6b27720dff328316eae238352bfedaadfbaa30fd7d995e635d634(
37523
+ scope: _constructs_77d1e7e8.Construct,
37524
+ id: builtins.str,
37525
+ input_security_group_id: builtins.str,
37526
+ ) -> None:
37527
+ """Type checking stubs"""
37528
+ pass
37529
+
37016
37530
  def _typecheckingstub__c205418125ef58c918892fec76333f5c35d1f96f5a51d5cfb93d17f6e0af00f8(
37017
37531
  inspector: _TreeInspector_488e0dd5,
37018
37532
  ) -> None:
@@ -37057,6 +37571,22 @@ def _typecheckingstub__9255fd2dfb064346defb8b7a153f0b574e1531ce42a8b94643d2c219b
37057
37571
  """Type checking stubs"""
37058
37572
  pass
37059
37573
 
37574
+ def _typecheckingstub__b0255c8c208f27c1043881f29c322aae6006b38f1e9653a10b50844699e65041(
37575
+ scope: _constructs_77d1e7e8.Construct,
37576
+ id: builtins.str,
37577
+ arn: builtins.str,
37578
+ ) -> None:
37579
+ """Type checking stubs"""
37580
+ pass
37581
+
37582
+ def _typecheckingstub__f0b4f1475c2d2609961966c00f209761ff867ee2ad0f09101d4841b50b81ddfe(
37583
+ scope: _constructs_77d1e7e8.Construct,
37584
+ id: builtins.str,
37585
+ multiplex_id: builtins.str,
37586
+ ) -> None:
37587
+ """Type checking stubs"""
37588
+ pass
37589
+
37060
37590
  def _typecheckingstub__7251d62dc563ff611a15fab5a5364c7fb2c9de0d845bd06e4a3a5967db5d0d1e(
37061
37591
  inspector: _TreeInspector_488e0dd5,
37062
37592
  ) -> None:
@@ -37259,6 +37789,22 @@ def _typecheckingstub__583bddbad65360919d723debec6ac90a73fd0b1bf571223e4f8ed7cbd
37259
37789
  """Type checking stubs"""
37260
37790
  pass
37261
37791
 
37792
+ def _typecheckingstub__6e9ca7d5b36bf5cf572e225f6d2e7d610fac144debb04f2b697b0b4c10d2fcc0(
37793
+ scope: _constructs_77d1e7e8.Construct,
37794
+ id: builtins.str,
37795
+ arn: builtins.str,
37796
+ ) -> None:
37797
+ """Type checking stubs"""
37798
+ pass
37799
+
37800
+ def _typecheckingstub__f09001a20f04eefe74200d88c2a9b4166d00bb7f7db83d92f55b287b5136dc3a(
37801
+ scope: _constructs_77d1e7e8.Construct,
37802
+ id: builtins.str,
37803
+ network_id: builtins.str,
37804
+ ) -> None:
37805
+ """Type checking stubs"""
37806
+ pass
37807
+
37262
37808
  def _typecheckingstub__3b7b874ecb1583e06f61647f2eaf263f0bce75341d35f085c855cd731fa53b19(
37263
37809
  inspector: _TreeInspector_488e0dd5,
37264
37810
  ) -> None:
@@ -37322,6 +37868,22 @@ def _typecheckingstub__c4329fe5e0c187d59071eb967613803b4ea03a0a770d7f41b39043667
37322
37868
  """Type checking stubs"""
37323
37869
  pass
37324
37870
 
37871
+ def _typecheckingstub__10b9a95d9535e3031ed288f7d5c017b2dcdbc73abecc8c358ef4eac9ddee7d05(
37872
+ scope: _constructs_77d1e7e8.Construct,
37873
+ id: builtins.str,
37874
+ arn: builtins.str,
37875
+ ) -> None:
37876
+ """Type checking stubs"""
37877
+ pass
37878
+
37879
+ def _typecheckingstub__3975b7f77d52b9257092c0ac7c1b47dded95096832ea9dcaf6c2e22ada85a234(
37880
+ scope: _constructs_77d1e7e8.Construct,
37881
+ id: builtins.str,
37882
+ sdi_source_id: builtins.str,
37883
+ ) -> None:
37884
+ """Type checking stubs"""
37885
+ pass
37886
+
37325
37887
  def _typecheckingstub__d15eebe899be683484b800f1e56bfef3b9e0d3bade7dc2d19a51e58bc355b380(
37326
37888
  inspector: _TreeInspector_488e0dd5,
37327
37889
  ) -> None: