aws-cdk-lib 2.185.0__py3-none-any.whl → 2.187.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.
- aws_cdk/__init__.py +383 -145
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.185.0.jsii.tgz → aws-cdk-lib@2.187.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -2
- aws_cdk/aws_amplify/__init__.py +124 -0
- aws_cdk/aws_apigateway/__init__.py +48 -2
- aws_cdk/aws_apigatewayv2/__init__.py +9 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationsignals/__init__.py +363 -3
- aws_cdk/aws_appsync/__init__.py +74 -3
- aws_cdk/aws_bedrock/__init__.py +395 -14
- aws_cdk/aws_cassandra/__init__.py +2 -2
- aws_cdk/aws_cleanrooms/__init__.py +21 -9
- aws_cdk/aws_cloudformation/__init__.py +1 -5
- aws_cdk/aws_cloudfront/__init__.py +15 -1
- aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
- aws_cdk/aws_cloudtrail/__init__.py +4 -18
- aws_cdk/aws_cloudwatch/__init__.py +50 -50
- aws_cdk/aws_codeartifact/__init__.py +20 -33
- aws_cdk/aws_codebuild/__init__.py +9 -0
- aws_cdk/aws_codepipeline/__init__.py +1328 -120
- aws_cdk/aws_cognito/__init__.py +1 -1
- aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
- aws_cdk/aws_config/__init__.py +2 -5
- aws_cdk/aws_connect/__init__.py +3 -7
- aws_cdk/aws_controltower/__init__.py +18 -26
- aws_cdk/aws_datazone/__init__.py +3540 -10
- aws_cdk/aws_detective/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +37 -0
- aws_cdk/aws_ec2/__init__.py +714 -37
- aws_cdk/aws_ecr/__init__.py +143 -0
- aws_cdk/aws_ecr_assets/__init__.py +115 -4
- aws_cdk/aws_ecs/__init__.py +66 -20
- aws_cdk/aws_eks/__init__.py +114 -0
- aws_cdk/aws_events/__init__.py +26 -6
- aws_cdk/aws_forecast/__init__.py +1 -1
- aws_cdk/aws_fsx/__init__.py +2 -2
- aws_cdk/aws_gamelift/__init__.py +11 -11
- aws_cdk/aws_iam/__init__.py +264 -0
- aws_cdk/aws_identitystore/__init__.py +16 -16
- aws_cdk/aws_imagebuilder/__init__.py +3 -27
- aws_cdk/aws_iotsitewise/__init__.py +623 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -3
- aws_cdk/aws_kms/__init__.py +10 -11
- aws_cdk/aws_lakeformation/__init__.py +3 -3
- aws_cdk/aws_lambda/__init__.py +112 -5
- aws_cdk/aws_lambda_event_sources/__init__.py +65 -3
- aws_cdk/aws_lambda_nodejs/__init__.py +5 -24
- aws_cdk/aws_lex/__init__.py +981 -5
- aws_cdk/aws_location/__init__.py +24 -7
- aws_cdk/aws_mediaconnect/__init__.py +714 -290
- aws_cdk/aws_msk/__init__.py +8 -2
- aws_cdk/aws_mwaa/__init__.py +9 -9
- aws_cdk/aws_networkfirewall/__init__.py +60 -12
- aws_cdk/aws_oam/__init__.py +8 -37
- aws_cdk/aws_omics/__init__.py +216 -0
- aws_cdk/aws_quicksight/__init__.py +250 -108
- aws_cdk/aws_rds/__init__.py +102 -10
- aws_cdk/aws_redshiftserverless/__init__.py +192 -15
- aws_cdk/aws_route53/__init__.py +2 -2
- aws_cdk/aws_route53recoverycontrol/__init__.py +43 -2
- aws_cdk/aws_rum/__init__.py +315 -52
- aws_cdk/aws_s3_assets/__init__.py +70 -1
- aws_cdk/aws_s3_deployment/__init__.py +4 -0
- aws_cdk/aws_sagemaker/__init__.py +6 -4
- aws_cdk/aws_scheduler/__init__.py +3944 -121
- aws_cdk/aws_scheduler_targets/__init__.py +4460 -0
- aws_cdk/aws_securitylake/__init__.py +2 -2
- aws_cdk/aws_servicecatalog/__init__.py +4 -0
- aws_cdk/aws_sns/__init__.py +1 -1
- aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
- aws_cdk/aws_stepfunctions/__init__.py +8 -0
- aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -0
- aws_cdk/aws_synthetics/__init__.py +9 -0
- aws_cdk/aws_systemsmanagersap/__init__.py +150 -0
- aws_cdk/aws_timestream/__init__.py +4 -4
- aws_cdk/aws_wafv2/__init__.py +1117 -1446
- aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
- aws_cdk/cloud_assembly_schema/__init__.py +60 -10
- aws_cdk/cx_api/__init__.py +38 -0
- aws_cdk/pipelines/__init__.py +20 -2
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/METADATA +4 -4
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/RECORD +87 -85
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/WHEEL +1 -1
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.185.0.dist-info → aws_cdk_lib-2.187.0.dist-info}/top_level.txt +0 -0
|
@@ -72,7 +72,7 @@ class CfnBridge(
|
|
|
72
72
|
metaclass=jsii.JSIIMeta,
|
|
73
73
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridge",
|
|
74
74
|
):
|
|
75
|
-
'''The AWS::MediaConnect::Bridge resource defines a connection between your data center’s gateway instances and the cloud.
|
|
75
|
+
'''The ``AWS::MediaConnect::Bridge`` resource defines a connection between your data center’s gateway instances and the cloud.
|
|
76
76
|
|
|
77
77
|
For each bridge, you specify the type of bridge, transport protocol to use, and details for any outputs and failover.
|
|
78
78
|
|
|
@@ -162,8 +162,8 @@ class CfnBridge(
|
|
|
162
162
|
:param name: The name of the bridge. This name can not be modified after the bridge is created.
|
|
163
163
|
:param placement_arn: The bridge placement Amazon Resource Number (ARN).
|
|
164
164
|
:param sources: The sources that you want to add to this bridge.
|
|
165
|
-
:param egress_gateway_bridge:
|
|
166
|
-
:param ingress_gateway_bridge:
|
|
165
|
+
:param egress_gateway_bridge: An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
|
|
166
|
+
:param ingress_gateway_bridge: An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
|
|
167
167
|
:param outputs: The outputs that you want to add to this bridge.
|
|
168
168
|
:param source_failover_config: The settings for source failover.
|
|
169
169
|
'''
|
|
@@ -287,7 +287,7 @@ class CfnBridge(
|
|
|
287
287
|
def egress_gateway_bridge(
|
|
288
288
|
self,
|
|
289
289
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.EgressGatewayBridgeProperty"]]:
|
|
290
|
-
'''
|
|
290
|
+
'''An egress bridge is a cloud-to-ground bridge.'''
|
|
291
291
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.EgressGatewayBridgeProperty"]], jsii.get(self, "egressGatewayBridge"))
|
|
292
292
|
|
|
293
293
|
@egress_gateway_bridge.setter
|
|
@@ -305,7 +305,7 @@ class CfnBridge(
|
|
|
305
305
|
def ingress_gateway_bridge(
|
|
306
306
|
self,
|
|
307
307
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.IngressGatewayBridgeProperty"]]:
|
|
308
|
-
'''
|
|
308
|
+
'''An ingress bridge is a ground-to-cloud bridge.'''
|
|
309
309
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.IngressGatewayBridgeProperty"]], jsii.get(self, "ingressGatewayBridge"))
|
|
310
310
|
|
|
311
311
|
@ingress_gateway_bridge.setter
|
|
@@ -479,11 +479,11 @@ class CfnBridge(
|
|
|
479
479
|
|
|
480
480
|
A network output is delivered to your premises.
|
|
481
481
|
|
|
482
|
-
:param ip_address: The network output IP
|
|
482
|
+
:param ip_address: The network output IP address.
|
|
483
483
|
:param name: The network output name.
|
|
484
484
|
:param network_name: The network output's gateway network name.
|
|
485
|
-
:param port: The network output port.
|
|
486
|
-
:param protocol: The network output protocol.
|
|
485
|
+
:param port: The network output's port.
|
|
486
|
+
:param protocol: The network output protocol. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
487
487
|
:param ttl: The network output TTL.
|
|
488
488
|
|
|
489
489
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworkoutput.html
|
|
@@ -523,7 +523,7 @@ class CfnBridge(
|
|
|
523
523
|
|
|
524
524
|
@builtins.property
|
|
525
525
|
def ip_address(self) -> builtins.str:
|
|
526
|
-
'''The network output IP
|
|
526
|
+
'''The network output IP address.
|
|
527
527
|
|
|
528
528
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworkoutput.html#cfn-mediaconnect-bridge-bridgenetworkoutput-ipaddress
|
|
529
529
|
'''
|
|
@@ -553,7 +553,7 @@ class CfnBridge(
|
|
|
553
553
|
|
|
554
554
|
@builtins.property
|
|
555
555
|
def port(self) -> jsii.Number:
|
|
556
|
-
'''The network output port.
|
|
556
|
+
'''The network output's port.
|
|
557
557
|
|
|
558
558
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworkoutput.html#cfn-mediaconnect-bridge-bridgenetworkoutput-port
|
|
559
559
|
'''
|
|
@@ -565,6 +565,10 @@ class CfnBridge(
|
|
|
565
565
|
def protocol(self) -> builtins.str:
|
|
566
566
|
'''The network output protocol.
|
|
567
567
|
|
|
568
|
+
.. epigraph::
|
|
569
|
+
|
|
570
|
+
AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
571
|
+
|
|
568
572
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworkoutput.html#cfn-mediaconnect-bridge-bridgenetworkoutput-protocol
|
|
569
573
|
'''
|
|
570
574
|
result = self._values.get("protocol")
|
|
@@ -620,10 +624,10 @@ class CfnBridge(
|
|
|
620
624
|
A network source originates at your premises.
|
|
621
625
|
|
|
622
626
|
:param multicast_ip: The network source multicast IP.
|
|
623
|
-
:param name: The name of the network source.
|
|
627
|
+
:param name: The name of the network source.
|
|
624
628
|
:param network_name: The network source's gateway network name.
|
|
625
629
|
:param port: The network source port.
|
|
626
|
-
:param protocol: The network source protocol.
|
|
630
|
+
:param protocol: The network source protocol. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
627
631
|
:param multicast_source_settings: The settings related to the multicast source.
|
|
628
632
|
|
|
629
633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworksource.html
|
|
@@ -680,8 +684,6 @@ class CfnBridge(
|
|
|
680
684
|
def name(self) -> builtins.str:
|
|
681
685
|
'''The name of the network source.
|
|
682
686
|
|
|
683
|
-
This name is used to reference the source and must be unique among sources in this bridge.
|
|
684
|
-
|
|
685
687
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworksource.html#cfn-mediaconnect-bridge-bridgenetworksource-name
|
|
686
688
|
'''
|
|
687
689
|
result = self._values.get("name")
|
|
@@ -712,6 +714,10 @@ class CfnBridge(
|
|
|
712
714
|
def protocol(self) -> builtins.str:
|
|
713
715
|
'''The network source protocol.
|
|
714
716
|
|
|
717
|
+
.. epigraph::
|
|
718
|
+
|
|
719
|
+
AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
720
|
+
|
|
715
721
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworksource.html#cfn-mediaconnect-bridge-bridgenetworksource-protocol
|
|
716
722
|
'''
|
|
717
723
|
result = self._values.get("protocol")
|
|
@@ -977,7 +983,7 @@ class CfnBridge(
|
|
|
977
983
|
'''The settings for source failover.
|
|
978
984
|
|
|
979
985
|
:param failover_mode: The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams.
|
|
980
|
-
:param source_priority: The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
986
|
+
:param source_priority: The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
981
987
|
:param state: The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
|
|
982
988
|
|
|
983
989
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-failoverconfig.html
|
|
@@ -1030,7 +1036,7 @@ class CfnBridge(
|
|
|
1030
1036
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.SourcePriorityProperty"]]:
|
|
1031
1037
|
'''The priority you want to assign to a source.
|
|
1032
1038
|
|
|
1033
|
-
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
1039
|
+
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
1034
1040
|
|
|
1035
1041
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-failoverconfig.html#cfn-mediaconnect-bridge-failoverconfig-sourcepriority
|
|
1036
1042
|
'''
|
|
@@ -1200,7 +1206,7 @@ class CfnBridge(
|
|
|
1200
1206
|
) -> None:
|
|
1201
1207
|
'''The priority you want to assign to a source.
|
|
1202
1208
|
|
|
1203
|
-
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
1209
|
+
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
1204
1210
|
|
|
1205
1211
|
:param primary_source: The name of the source you choose as the primary source for this flow.
|
|
1206
1212
|
|
|
@@ -1255,9 +1261,9 @@ class CfnBridge(
|
|
|
1255
1261
|
*,
|
|
1256
1262
|
vpc_interface_name: typing.Optional[builtins.str] = None,
|
|
1257
1263
|
) -> None:
|
|
1258
|
-
'''The
|
|
1264
|
+
'''The settings for attaching a VPC interface to an resource.
|
|
1259
1265
|
|
|
1260
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
1266
|
+
:param vpc_interface_name: The name of the VPC interface to use for this resource.
|
|
1261
1267
|
|
|
1262
1268
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-vpcinterfaceattachment.html
|
|
1263
1269
|
:exampleMetadata: fixture=_generated
|
|
@@ -1281,7 +1287,7 @@ class CfnBridge(
|
|
|
1281
1287
|
|
|
1282
1288
|
@builtins.property
|
|
1283
1289
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
1284
|
-
'''The name of the VPC interface
|
|
1290
|
+
'''The name of the VPC interface to use for this resource.
|
|
1285
1291
|
|
|
1286
1292
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-vpcinterfaceattachment.html#cfn-mediaconnect-bridge-vpcinterfaceattachment-vpcinterfacename
|
|
1287
1293
|
'''
|
|
@@ -1343,9 +1349,9 @@ class CfnBridgeOutput(
|
|
|
1343
1349
|
'''
|
|
1344
1350
|
:param scope: Scope in which this resource is defined.
|
|
1345
1351
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1346
|
-
:param bridge_arn: The ARN of the bridge that you want to
|
|
1352
|
+
:param bridge_arn: The Amazon Resource Name (ARN) of the bridge that you want to update.
|
|
1347
1353
|
:param name: The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
|
|
1348
|
-
:param network_output:
|
|
1354
|
+
:param network_output: The network output of the bridge. A network output is delivered to your premises.
|
|
1349
1355
|
'''
|
|
1350
1356
|
if __debug__:
|
|
1351
1357
|
type_hints = typing.get_type_hints(_typecheckingstub__37400ec0d6ede2ac41f09e81db31275470bfb18f7999012a07d588a5abfc45e7)
|
|
@@ -1395,7 +1401,7 @@ class CfnBridgeOutput(
|
|
|
1395
1401
|
@builtins.property
|
|
1396
1402
|
@jsii.member(jsii_name="bridgeArn")
|
|
1397
1403
|
def bridge_arn(self) -> builtins.str:
|
|
1398
|
-
'''The ARN of the bridge that you want to
|
|
1404
|
+
'''The Amazon Resource Name (ARN) of the bridge that you want to update.'''
|
|
1399
1405
|
return typing.cast(builtins.str, jsii.get(self, "bridgeArn"))
|
|
1400
1406
|
|
|
1401
1407
|
@bridge_arn.setter
|
|
@@ -1423,7 +1429,7 @@ class CfnBridgeOutput(
|
|
|
1423
1429
|
def network_output(
|
|
1424
1430
|
self,
|
|
1425
1431
|
) -> typing.Union[_IResolvable_da3f097b, "CfnBridgeOutput.BridgeNetworkOutputProperty"]:
|
|
1426
|
-
'''
|
|
1432
|
+
'''The network output of the bridge.'''
|
|
1427
1433
|
return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnBridgeOutput.BridgeNetworkOutputProperty"], jsii.get(self, "networkOutput"))
|
|
1428
1434
|
|
|
1429
1435
|
@network_output.setter
|
|
@@ -1461,10 +1467,10 @@ class CfnBridgeOutput(
|
|
|
1461
1467
|
|
|
1462
1468
|
A network output is delivered to your premises.
|
|
1463
1469
|
|
|
1464
|
-
:param ip_address: The network output IP
|
|
1470
|
+
:param ip_address: The network output IP address.
|
|
1465
1471
|
:param network_name: The network output's gateway network name.
|
|
1466
|
-
:param port: The network output port.
|
|
1467
|
-
:param protocol: The network output protocol.
|
|
1472
|
+
:param port: The network output's port.
|
|
1473
|
+
:param protocol: The network output protocol. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
1468
1474
|
:param ttl: The network output TTL.
|
|
1469
1475
|
|
|
1470
1476
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgeoutput-bridgenetworkoutput.html
|
|
@@ -1501,7 +1507,7 @@ class CfnBridgeOutput(
|
|
|
1501
1507
|
|
|
1502
1508
|
@builtins.property
|
|
1503
1509
|
def ip_address(self) -> builtins.str:
|
|
1504
|
-
'''The network output IP
|
|
1510
|
+
'''The network output IP address.
|
|
1505
1511
|
|
|
1506
1512
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgeoutput-bridgenetworkoutput.html#cfn-mediaconnect-bridgeoutput-bridgenetworkoutput-ipaddress
|
|
1507
1513
|
'''
|
|
@@ -1521,7 +1527,7 @@ class CfnBridgeOutput(
|
|
|
1521
1527
|
|
|
1522
1528
|
@builtins.property
|
|
1523
1529
|
def port(self) -> jsii.Number:
|
|
1524
|
-
'''The network output port.
|
|
1530
|
+
'''The network output's port.
|
|
1525
1531
|
|
|
1526
1532
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgeoutput-bridgenetworkoutput.html#cfn-mediaconnect-bridgeoutput-bridgenetworkoutput-port
|
|
1527
1533
|
'''
|
|
@@ -1533,6 +1539,10 @@ class CfnBridgeOutput(
|
|
|
1533
1539
|
def protocol(self) -> builtins.str:
|
|
1534
1540
|
'''The network output protocol.
|
|
1535
1541
|
|
|
1542
|
+
.. epigraph::
|
|
1543
|
+
|
|
1544
|
+
AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
1545
|
+
|
|
1536
1546
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgeoutput-bridgenetworkoutput.html#cfn-mediaconnect-bridgeoutput-bridgenetworkoutput-protocol
|
|
1537
1547
|
'''
|
|
1538
1548
|
result = self._values.get("protocol")
|
|
@@ -1580,9 +1590,9 @@ class CfnBridgeOutputProps:
|
|
|
1580
1590
|
) -> None:
|
|
1581
1591
|
'''Properties for defining a ``CfnBridgeOutput``.
|
|
1582
1592
|
|
|
1583
|
-
:param bridge_arn: The ARN of the bridge that you want to
|
|
1593
|
+
:param bridge_arn: The Amazon Resource Name (ARN) of the bridge that you want to update.
|
|
1584
1594
|
:param name: The network output name. This name is used to reference the output and must be unique among outputs in this bridge.
|
|
1585
|
-
:param network_output:
|
|
1595
|
+
:param network_output: The network output of the bridge. A network output is delivered to your premises.
|
|
1586
1596
|
|
|
1587
1597
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgeoutput.html
|
|
1588
1598
|
:exampleMetadata: fixture=_generated
|
|
@@ -1618,7 +1628,7 @@ class CfnBridgeOutputProps:
|
|
|
1618
1628
|
|
|
1619
1629
|
@builtins.property
|
|
1620
1630
|
def bridge_arn(self) -> builtins.str:
|
|
1621
|
-
'''The ARN of the bridge that you want to
|
|
1631
|
+
'''The Amazon Resource Name (ARN) of the bridge that you want to update.
|
|
1622
1632
|
|
|
1623
1633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgeoutput.html#cfn-mediaconnect-bridgeoutput-bridgearn
|
|
1624
1634
|
'''
|
|
@@ -1642,7 +1652,9 @@ class CfnBridgeOutputProps:
|
|
|
1642
1652
|
def network_output(
|
|
1643
1653
|
self,
|
|
1644
1654
|
) -> typing.Union[_IResolvable_da3f097b, CfnBridgeOutput.BridgeNetworkOutputProperty]:
|
|
1645
|
-
'''
|
|
1655
|
+
'''The network output of the bridge.
|
|
1656
|
+
|
|
1657
|
+
A network output is delivered to your premises.
|
|
1646
1658
|
|
|
1647
1659
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgeoutput.html#cfn-mediaconnect-bridgeoutput-networkoutput
|
|
1648
1660
|
'''
|
|
@@ -1692,8 +1704,8 @@ class CfnBridgeProps:
|
|
|
1692
1704
|
:param name: The name of the bridge. This name can not be modified after the bridge is created.
|
|
1693
1705
|
:param placement_arn: The bridge placement Amazon Resource Number (ARN).
|
|
1694
1706
|
:param sources: The sources that you want to add to this bridge.
|
|
1695
|
-
:param egress_gateway_bridge:
|
|
1696
|
-
:param ingress_gateway_bridge:
|
|
1707
|
+
:param egress_gateway_bridge: An egress bridge is a cloud-to-ground bridge. The content comes from an existing MediaConnect flow and is delivered to your premises.
|
|
1708
|
+
:param ingress_gateway_bridge: An ingress bridge is a ground-to-cloud bridge. The content originates at your premises and is delivered to the cloud.
|
|
1697
1709
|
:param outputs: The outputs that you want to add to this bridge.
|
|
1698
1710
|
:param source_failover_config: The settings for source failover.
|
|
1699
1711
|
|
|
@@ -1823,9 +1835,9 @@ class CfnBridgeProps:
|
|
|
1823
1835
|
def egress_gateway_bridge(
|
|
1824
1836
|
self,
|
|
1825
1837
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBridge.EgressGatewayBridgeProperty]]:
|
|
1826
|
-
'''
|
|
1838
|
+
'''An egress bridge is a cloud-to-ground bridge.
|
|
1827
1839
|
|
|
1828
|
-
|
|
1840
|
+
The content comes from an existing MediaConnect flow and is delivered to your premises.
|
|
1829
1841
|
|
|
1830
1842
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridge.html#cfn-mediaconnect-bridge-egressgatewaybridge
|
|
1831
1843
|
'''
|
|
@@ -1836,9 +1848,9 @@ class CfnBridgeProps:
|
|
|
1836
1848
|
def ingress_gateway_bridge(
|
|
1837
1849
|
self,
|
|
1838
1850
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBridge.IngressGatewayBridgeProperty]]:
|
|
1839
|
-
'''
|
|
1851
|
+
'''An ingress bridge is a ground-to-cloud bridge.
|
|
1840
1852
|
|
|
1841
|
-
|
|
1853
|
+
The content originates at your premises and is delivered to the cloud.
|
|
1842
1854
|
|
|
1843
1855
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridge.html#cfn-mediaconnect-bridge-ingressgatewaybridge
|
|
1844
1856
|
'''
|
|
@@ -1937,10 +1949,10 @@ class CfnBridgeSource(
|
|
|
1937
1949
|
'''
|
|
1938
1950
|
:param scope: Scope in which this resource is defined.
|
|
1939
1951
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
1940
|
-
:param bridge_arn: The ARN of the bridge
|
|
1952
|
+
:param bridge_arn: The ARN of the bridge feeding this flow.
|
|
1941
1953
|
:param name: The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
|
|
1942
|
-
:param flow_source:
|
|
1943
|
-
:param network_source:
|
|
1954
|
+
:param flow_source: The source of the flow.
|
|
1955
|
+
:param network_source: The source of the network.
|
|
1944
1956
|
'''
|
|
1945
1957
|
if __debug__:
|
|
1946
1958
|
type_hints = typing.get_type_hints(_typecheckingstub__e36e10c04a0f01de7ebc0521a5800daea1daa62e3bd343704ff6e84525f6f408)
|
|
@@ -1993,7 +2005,7 @@ class CfnBridgeSource(
|
|
|
1993
2005
|
@builtins.property
|
|
1994
2006
|
@jsii.member(jsii_name="bridgeArn")
|
|
1995
2007
|
def bridge_arn(self) -> builtins.str:
|
|
1996
|
-
'''The ARN of the bridge
|
|
2008
|
+
'''The ARN of the bridge feeding this flow.'''
|
|
1997
2009
|
return typing.cast(builtins.str, jsii.get(self, "bridgeArn"))
|
|
1998
2010
|
|
|
1999
2011
|
@bridge_arn.setter
|
|
@@ -2021,7 +2033,7 @@ class CfnBridgeSource(
|
|
|
2021
2033
|
def flow_source(
|
|
2022
2034
|
self,
|
|
2023
2035
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridgeSource.BridgeFlowSourceProperty"]]:
|
|
2024
|
-
'''
|
|
2036
|
+
'''The source of the flow.'''
|
|
2025
2037
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridgeSource.BridgeFlowSourceProperty"]], jsii.get(self, "flowSource"))
|
|
2026
2038
|
|
|
2027
2039
|
@flow_source.setter
|
|
@@ -2039,7 +2051,7 @@ class CfnBridgeSource(
|
|
|
2039
2051
|
def network_source(
|
|
2040
2052
|
self,
|
|
2041
2053
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridgeSource.BridgeNetworkSourceProperty"]]:
|
|
2042
|
-
'''
|
|
2054
|
+
'''The source of the network.'''
|
|
2043
2055
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridgeSource.BridgeNetworkSourceProperty"]], jsii.get(self, "networkSource"))
|
|
2044
2056
|
|
|
2045
2057
|
@network_source.setter
|
|
@@ -2162,7 +2174,7 @@ class CfnBridgeSource(
|
|
|
2162
2174
|
:param multicast_ip: The network source multicast IP.
|
|
2163
2175
|
:param network_name: The network source's gateway network name.
|
|
2164
2176
|
:param port: The network source port.
|
|
2165
|
-
:param protocol: The network source protocol.
|
|
2177
|
+
:param protocol: The network source protocol. .. epigraph:: AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
2166
2178
|
:param multicast_source_settings: The settings related to the multicast source.
|
|
2167
2179
|
|
|
2168
2180
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-bridgenetworksource.html
|
|
@@ -2236,6 +2248,10 @@ class CfnBridgeSource(
|
|
|
2236
2248
|
def protocol(self) -> builtins.str:
|
|
2237
2249
|
'''The network source protocol.
|
|
2238
2250
|
|
|
2251
|
+
.. epigraph::
|
|
2252
|
+
|
|
2253
|
+
AWS Elemental MediaConnect no longer supports the Fujitsu QoS protocol. This reference is maintained for legacy purposes only.
|
|
2254
|
+
|
|
2239
2255
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-bridgenetworksource.html#cfn-mediaconnect-bridgesource-bridgenetworksource-protocol
|
|
2240
2256
|
'''
|
|
2241
2257
|
result = self._values.get("protocol")
|
|
@@ -2330,9 +2346,9 @@ class CfnBridgeSource(
|
|
|
2330
2346
|
*,
|
|
2331
2347
|
vpc_interface_name: typing.Optional[builtins.str] = None,
|
|
2332
2348
|
) -> None:
|
|
2333
|
-
'''The
|
|
2349
|
+
'''The settings for attaching a VPC interface to an resource.
|
|
2334
2350
|
|
|
2335
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
2351
|
+
:param vpc_interface_name: The name of the VPC interface to use for this resource.
|
|
2336
2352
|
|
|
2337
2353
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-vpcinterfaceattachment.html
|
|
2338
2354
|
:exampleMetadata: fixture=_generated
|
|
@@ -2356,7 +2372,7 @@ class CfnBridgeSource(
|
|
|
2356
2372
|
|
|
2357
2373
|
@builtins.property
|
|
2358
2374
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
2359
|
-
'''The name of the VPC interface
|
|
2375
|
+
'''The name of the VPC interface to use for this resource.
|
|
2360
2376
|
|
|
2361
2377
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-vpcinterfaceattachment.html#cfn-mediaconnect-bridgesource-vpcinterfaceattachment-vpcinterfacename
|
|
2362
2378
|
'''
|
|
@@ -2396,10 +2412,10 @@ class CfnBridgeSourceProps:
|
|
|
2396
2412
|
) -> None:
|
|
2397
2413
|
'''Properties for defining a ``CfnBridgeSource``.
|
|
2398
2414
|
|
|
2399
|
-
:param bridge_arn: The ARN of the bridge
|
|
2415
|
+
:param bridge_arn: The ARN of the bridge feeding this flow.
|
|
2400
2416
|
:param name: The name of the flow source. This name is used to reference the source and must be unique among sources in this bridge.
|
|
2401
|
-
:param flow_source:
|
|
2402
|
-
:param network_source:
|
|
2417
|
+
:param flow_source: The source of the flow.
|
|
2418
|
+
:param network_source: The source of the network.
|
|
2403
2419
|
|
|
2404
2420
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgesource.html
|
|
2405
2421
|
:exampleMetadata: fixture=_generated
|
|
@@ -2453,7 +2469,7 @@ class CfnBridgeSourceProps:
|
|
|
2453
2469
|
|
|
2454
2470
|
@builtins.property
|
|
2455
2471
|
def bridge_arn(self) -> builtins.str:
|
|
2456
|
-
'''The ARN of the bridge
|
|
2472
|
+
'''The ARN of the bridge feeding this flow.
|
|
2457
2473
|
|
|
2458
2474
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgesource.html#cfn-mediaconnect-bridgesource-bridgearn
|
|
2459
2475
|
'''
|
|
@@ -2477,7 +2493,7 @@ class CfnBridgeSourceProps:
|
|
|
2477
2493
|
def flow_source(
|
|
2478
2494
|
self,
|
|
2479
2495
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBridgeSource.BridgeFlowSourceProperty]]:
|
|
2480
|
-
'''
|
|
2496
|
+
'''The source of the flow.
|
|
2481
2497
|
|
|
2482
2498
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgesource.html#cfn-mediaconnect-bridgesource-flowsource
|
|
2483
2499
|
'''
|
|
@@ -2488,7 +2504,7 @@ class CfnBridgeSourceProps:
|
|
|
2488
2504
|
def network_source(
|
|
2489
2505
|
self,
|
|
2490
2506
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBridgeSource.BridgeNetworkSourceProperty]]:
|
|
2491
|
-
'''
|
|
2507
|
+
'''The source of the network.
|
|
2492
2508
|
|
|
2493
2509
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgesource.html#cfn-mediaconnect-bridgesource-networksource
|
|
2494
2510
|
'''
|
|
@@ -2513,7 +2529,7 @@ class CfnFlow(
|
|
|
2513
2529
|
metaclass=jsii.JSIIMeta,
|
|
2514
2530
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow",
|
|
2515
2531
|
):
|
|
2516
|
-
'''The AWS::MediaConnect::Flow resource defines a connection between one or more video sources and one or more outputs.
|
|
2532
|
+
'''The ``AWS::MediaConnect::Flow`` resource defines a connection between one or more video sources and one or more outputs.
|
|
2517
2533
|
|
|
2518
2534
|
For each flow, you specify the transport protocol to use, encryption information, and details for any outputs or entitlements that you want. AWS Elemental MediaConnect returns an ingest endpoint where you can send your live video as a single unicast stream. The service replicates and distributes the video to every output that you specify, whether inside or outside the AWS Cloud. You can also set up entitlements on a flow to allow other AWS accounts to access your content.
|
|
2519
2535
|
|
|
@@ -2586,6 +2602,7 @@ class CfnFlow(
|
|
|
2586
2602
|
|
|
2587
2603
|
# the properties below are optional
|
|
2588
2604
|
availability_zone="availabilityZone",
|
|
2605
|
+
flow_size="flowSize",
|
|
2589
2606
|
maintenance=mediaconnect.CfnFlow.MaintenanceProperty(
|
|
2590
2607
|
maintenance_day="maintenanceDay",
|
|
2591
2608
|
maintenance_start_hour="maintenanceStartHour"
|
|
@@ -2613,6 +2630,17 @@ class CfnFlow(
|
|
|
2613
2630
|
fmt=123,
|
|
2614
2631
|
video_format="videoFormat"
|
|
2615
2632
|
)],
|
|
2633
|
+
ndi_config=mediaconnect.CfnFlow.NdiConfigProperty(
|
|
2634
|
+
machine_name="machineName",
|
|
2635
|
+
ndi_discovery_servers=[mediaconnect.CfnFlow.NdiDiscoveryServerConfigProperty(
|
|
2636
|
+
discovery_server_address="discoveryServerAddress",
|
|
2637
|
+
vpc_interface_adapter="vpcInterfaceAdapter",
|
|
2638
|
+
|
|
2639
|
+
# the properties below are optional
|
|
2640
|
+
discovery_server_port=123
|
|
2641
|
+
)],
|
|
2642
|
+
ndi_state="ndiState"
|
|
2643
|
+
),
|
|
2616
2644
|
source_failover_config=mediaconnect.CfnFlow.FailoverConfigProperty(
|
|
2617
2645
|
failover_mode="failoverMode",
|
|
2618
2646
|
recovery_window=123,
|
|
@@ -2662,8 +2690,10 @@ class CfnFlow(
|
|
|
2662
2690
|
name: builtins.str,
|
|
2663
2691
|
source: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.SourceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
2664
2692
|
availability_zone: typing.Optional[builtins.str] = None,
|
|
2693
|
+
flow_size: typing.Optional[builtins.str] = None,
|
|
2665
2694
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.MaintenanceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2666
2695
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.MediaStreamProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2696
|
+
ndi_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.NdiConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2667
2697
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.FailoverConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2668
2698
|
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.SourceMonitoringConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2669
2699
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.VpcInterfaceProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -2674,11 +2704,13 @@ class CfnFlow(
|
|
|
2674
2704
|
:param name: The name of the flow.
|
|
2675
2705
|
:param source: The settings for the source that you want to use for the new flow.
|
|
2676
2706
|
:param availability_zone: The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.
|
|
2707
|
+
:param flow_size: Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow.
|
|
2677
2708
|
:param maintenance: The maintenance settings you want to use for the flow.
|
|
2678
|
-
:param media_streams: The media streams associated with the flow.
|
|
2709
|
+
:param media_streams: The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow.
|
|
2710
|
+
:param ndi_config: Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
|
|
2679
2711
|
:param source_failover_config: The settings for source failover.
|
|
2680
2712
|
:param source_monitoring_config: The settings for source monitoring.
|
|
2681
|
-
:param vpc_interfaces: The VPC
|
|
2713
|
+
:param vpc_interfaces: The VPC Interfaces for this flow.
|
|
2682
2714
|
'''
|
|
2683
2715
|
if __debug__:
|
|
2684
2716
|
type_hints = typing.get_type_hints(_typecheckingstub__3568a95be2a886825b3db731f10e2fdea8be142c554d1e2055d7e22f5e6a3991)
|
|
@@ -2688,8 +2720,10 @@ class CfnFlow(
|
|
|
2688
2720
|
name=name,
|
|
2689
2721
|
source=source,
|
|
2690
2722
|
availability_zone=availability_zone,
|
|
2723
|
+
flow_size=flow_size,
|
|
2691
2724
|
maintenance=maintenance,
|
|
2692
2725
|
media_streams=media_streams,
|
|
2726
|
+
ndi_config=ndi_config,
|
|
2693
2727
|
source_failover_config=source_failover_config,
|
|
2694
2728
|
source_monitoring_config=source_monitoring_config,
|
|
2695
2729
|
vpc_interfaces=vpc_interfaces,
|
|
@@ -2730,7 +2764,7 @@ class CfnFlow(
|
|
|
2730
2764
|
@builtins.property
|
|
2731
2765
|
@jsii.member(jsii_name="attrEgressIp")
|
|
2732
2766
|
def attr_egress_ip(self) -> builtins.str:
|
|
2733
|
-
'''The
|
|
2767
|
+
'''The IP address from which video will be sent to output destinations.
|
|
2734
2768
|
|
|
2735
2769
|
:cloudformationAttribute: EgressIp
|
|
2736
2770
|
'''
|
|
@@ -2756,6 +2790,17 @@ class CfnFlow(
|
|
|
2756
2790
|
'''
|
|
2757
2791
|
return typing.cast(builtins.str, jsii.get(self, "attrFlowAvailabilityZone"))
|
|
2758
2792
|
|
|
2793
|
+
@builtins.property
|
|
2794
|
+
@jsii.member(jsii_name="attrFlowNdiMachineName")
|
|
2795
|
+
def attr_flow_ndi_machine_name(self) -> builtins.str:
|
|
2796
|
+
'''This read-only value represents the automatically-generated NDI machine name that MediaConnect generated for this flow.
|
|
2797
|
+
|
|
2798
|
+
These NDI machine names are only generated when you don't specify your own custom name.
|
|
2799
|
+
|
|
2800
|
+
:cloudformationAttribute: FlowNdiMachineName
|
|
2801
|
+
'''
|
|
2802
|
+
return typing.cast(builtins.str, jsii.get(self, "attrFlowNdiMachineName"))
|
|
2803
|
+
|
|
2759
2804
|
@builtins.property
|
|
2760
2805
|
@jsii.member(jsii_name="attrSourceIngestIp")
|
|
2761
2806
|
def attr_source_ingest_ip(self) -> builtins.str:
|
|
@@ -2832,6 +2877,19 @@ class CfnFlow(
|
|
|
2832
2877
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2833
2878
|
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
2834
2879
|
|
|
2880
|
+
@builtins.property
|
|
2881
|
+
@jsii.member(jsii_name="flowSize")
|
|
2882
|
+
def flow_size(self) -> typing.Optional[builtins.str]:
|
|
2883
|
+
'''Determines the processing capacity and feature set of the flow.'''
|
|
2884
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "flowSize"))
|
|
2885
|
+
|
|
2886
|
+
@flow_size.setter
|
|
2887
|
+
def flow_size(self, value: typing.Optional[builtins.str]) -> None:
|
|
2888
|
+
if __debug__:
|
|
2889
|
+
type_hints = typing.get_type_hints(_typecheckingstub__18797920a62f69ac5303a95d3356fc95d49473634b7f27d9e7ef811a4ad6cb34)
|
|
2890
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2891
|
+
jsii.set(self, "flowSize", value) # pyright: ignore[reportArgumentType]
|
|
2892
|
+
|
|
2835
2893
|
@builtins.property
|
|
2836
2894
|
@jsii.member(jsii_name="maintenance")
|
|
2837
2895
|
def maintenance(
|
|
@@ -2855,7 +2913,7 @@ class CfnFlow(
|
|
|
2855
2913
|
def media_streams(
|
|
2856
2914
|
self,
|
|
2857
2915
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.MediaStreamProperty"]]]]:
|
|
2858
|
-
'''The media streams associated with the flow.'''
|
|
2916
|
+
'''The media streams that are associated with the flow.'''
|
|
2859
2917
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.MediaStreamProperty"]]]], jsii.get(self, "mediaStreams"))
|
|
2860
2918
|
|
|
2861
2919
|
@media_streams.setter
|
|
@@ -2868,6 +2926,24 @@ class CfnFlow(
|
|
|
2868
2926
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2869
2927
|
jsii.set(self, "mediaStreams", value) # pyright: ignore[reportArgumentType]
|
|
2870
2928
|
|
|
2929
|
+
@builtins.property
|
|
2930
|
+
@jsii.member(jsii_name="ndiConfig")
|
|
2931
|
+
def ndi_config(
|
|
2932
|
+
self,
|
|
2933
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.NdiConfigProperty"]]:
|
|
2934
|
+
'''Specifies the configuration settings for NDI outputs.'''
|
|
2935
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.NdiConfigProperty"]], jsii.get(self, "ndiConfig"))
|
|
2936
|
+
|
|
2937
|
+
@ndi_config.setter
|
|
2938
|
+
def ndi_config(
|
|
2939
|
+
self,
|
|
2940
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.NdiConfigProperty"]],
|
|
2941
|
+
) -> None:
|
|
2942
|
+
if __debug__:
|
|
2943
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2f78a65c7535e71bd81a721df5718188077330f02b6d7cdd75ebb5693c7db1cf)
|
|
2944
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2945
|
+
jsii.set(self, "ndiConfig", value) # pyright: ignore[reportArgumentType]
|
|
2946
|
+
|
|
2871
2947
|
@builtins.property
|
|
2872
2948
|
@jsii.member(jsii_name="sourceFailoverConfig")
|
|
2873
2949
|
def source_failover_config(
|
|
@@ -2909,7 +2985,7 @@ class CfnFlow(
|
|
|
2909
2985
|
def vpc_interfaces(
|
|
2910
2986
|
self,
|
|
2911
2987
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.VpcInterfaceProperty"]]]]:
|
|
2912
|
-
'''The VPC
|
|
2988
|
+
'''The VPC Interfaces for this flow.'''
|
|
2913
2989
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.VpcInterfaceProperty"]]]], jsii.get(self, "vpcInterfaces"))
|
|
2914
2990
|
|
|
2915
2991
|
@vpc_interfaces.setter
|
|
@@ -2996,7 +3072,7 @@ class CfnFlow(
|
|
|
2996
3072
|
) -> None:
|
|
2997
3073
|
'''Configures settings for the ``BlackFrames`` metric.
|
|
2998
3074
|
|
|
2999
|
-
:param state: Indicates whether the ``BlackFrames`` metric is enabled or disabled
|
|
3075
|
+
:param state: Indicates whether the ``BlackFrames`` metric is enabled or disabled..
|
|
3000
3076
|
:param threshold_seconds: Specifies the number of consecutive seconds of black frames that triggers an event or alert.
|
|
3001
3077
|
|
|
3002
3078
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.html
|
|
@@ -3025,7 +3101,7 @@ class CfnFlow(
|
|
|
3025
3101
|
|
|
3026
3102
|
@builtins.property
|
|
3027
3103
|
def state(self) -> typing.Optional[builtins.str]:
|
|
3028
|
-
'''Indicates whether the ``BlackFrames`` metric is enabled or disabled
|
|
3104
|
+
'''Indicates whether the ``BlackFrames`` metric is enabled or disabled..
|
|
3029
3105
|
|
|
3030
3106
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.html#cfn-mediaconnect-flow-blackframes-state
|
|
3031
3107
|
'''
|
|
@@ -3083,14 +3159,14 @@ class CfnFlow(
|
|
|
3083
3159
|
) -> None:
|
|
3084
3160
|
'''Information about the encryption of the flow.
|
|
3085
3161
|
|
|
3086
|
-
:param role_arn: The
|
|
3162
|
+
:param role_arn: The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
3087
3163
|
:param algorithm: The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256). If you are using SPEKE or SRT-password encryption, this property must be left blank.
|
|
3088
3164
|
:param constant_initialization_vector: A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
|
|
3089
3165
|
:param device_id: The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
3090
3166
|
:param key_type: The type of key that is used for the encryption. If you don't specify a ``keyType`` value, the service uses the default setting ( ``static-key`` ). Valid key types are: ``static-key`` , ``speke`` , and ``srt-password`` . Default: - "static-key"
|
|
3091
3167
|
:param region: The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
3092
3168
|
:param resource_id: An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
3093
|
-
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
3169
|
+
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
3094
3170
|
:param url: The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
3095
3171
|
|
|
3096
3172
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-encryption.html
|
|
@@ -3149,7 +3225,7 @@ class CfnFlow(
|
|
|
3149
3225
|
|
|
3150
3226
|
@builtins.property
|
|
3151
3227
|
def role_arn(self) -> builtins.str:
|
|
3152
|
-
'''The
|
|
3228
|
+
'''The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
3153
3229
|
|
|
3154
3230
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-encryption.html#cfn-mediaconnect-flow-encryption-rolearn
|
|
3155
3231
|
'''
|
|
@@ -3229,6 +3305,8 @@ class CfnFlow(
|
|
|
3229
3305
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
3230
3306
|
'''The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
3231
3307
|
|
|
3308
|
+
This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
3309
|
+
|
|
3232
3310
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-encryption.html#cfn-mediaconnect-flow-encryption-secretarn
|
|
3233
3311
|
'''
|
|
3234
3312
|
result = self._values.get("secret_arn")
|
|
@@ -3278,8 +3356,8 @@ class CfnFlow(
|
|
|
3278
3356
|
'''The settings for source failover.
|
|
3279
3357
|
|
|
3280
3358
|
:param failover_mode: The type of failover you choose for this flow. MERGE combines the source streams into a single stream, allowing graceful recovery from any single-source loss. FAILOVER allows switching between different streams. The string for this property must be entered as MERGE or FAILOVER. No other string entry is valid.
|
|
3281
|
-
:param recovery_window:
|
|
3282
|
-
:param source_priority: The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
3359
|
+
:param recovery_window: Search window time to look for dash-7 packets.
|
|
3360
|
+
:param source_priority: The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
3283
3361
|
:param state: The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.
|
|
3284
3362
|
|
|
3285
3363
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-failoverconfig.html
|
|
@@ -3329,9 +3407,7 @@ class CfnFlow(
|
|
|
3329
3407
|
|
|
3330
3408
|
@builtins.property
|
|
3331
3409
|
def recovery_window(self) -> typing.Optional[jsii.Number]:
|
|
3332
|
-
'''
|
|
3333
|
-
|
|
3334
|
-
A larger buffer means a longer delay in transmitting the stream, but more room for error correction. A smaller buffer means a shorter delay, but less room for error correction. You can choose a value from 100-500 ms. If you keep this field blank, the service uses the default value of 200 ms. This setting only applies when Failover Mode is set to MERGE.
|
|
3410
|
+
'''Search window time to look for dash-7 packets.
|
|
3335
3411
|
|
|
3336
3412
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-failoverconfig.html#cfn-mediaconnect-flow-failoverconfig-recoverywindow
|
|
3337
3413
|
'''
|
|
@@ -3344,7 +3420,7 @@ class CfnFlow(
|
|
|
3344
3420
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.SourcePriorityProperty"]]:
|
|
3345
3421
|
'''The priority you want to assign to a source.
|
|
3346
3422
|
|
|
3347
|
-
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
3423
|
+
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
3348
3424
|
|
|
3349
3425
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-failoverconfig.html#cfn-mediaconnect-flow-failoverconfig-sourcepriority
|
|
3350
3426
|
'''
|
|
@@ -3690,7 +3766,7 @@ class CfnFlow(
|
|
|
3690
3766
|
input_port: jsii.Number,
|
|
3691
3767
|
interface: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.InterfaceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
3692
3768
|
) -> None:
|
|
3693
|
-
'''The transport parameters associated with an incoming media stream.
|
|
3769
|
+
'''The transport parameters that are associated with an incoming media stream.
|
|
3694
3770
|
|
|
3695
3771
|
:param input_port: The port that the flow listens on for an incoming media stream.
|
|
3696
3772
|
:param interface: The VPC interface where the media stream comes in from.
|
|
@@ -3760,9 +3836,9 @@ class CfnFlow(
|
|
|
3760
3836
|
)
|
|
3761
3837
|
class InterfaceProperty:
|
|
3762
3838
|
def __init__(self, *, name: builtins.str) -> None:
|
|
3763
|
-
'''The VPC interface that
|
|
3839
|
+
'''The VPC interface that is used for the media stream associated with the source or output.
|
|
3764
3840
|
|
|
3765
|
-
:param name: The name of the VPC interface
|
|
3841
|
+
:param name: The name of the VPC interface.
|
|
3766
3842
|
|
|
3767
3843
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-interface.html
|
|
3768
3844
|
:exampleMetadata: fixture=_generated
|
|
@@ -3786,7 +3862,7 @@ class CfnFlow(
|
|
|
3786
3862
|
|
|
3787
3863
|
@builtins.property
|
|
3788
3864
|
def name(self) -> builtins.str:
|
|
3789
|
-
'''The name of the VPC interface
|
|
3865
|
+
'''The name of the VPC interface.
|
|
3790
3866
|
|
|
3791
3867
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-interface.html#cfn-mediaconnect-flow-interface-name
|
|
3792
3868
|
'''
|
|
@@ -3822,10 +3898,6 @@ class CfnFlow(
|
|
|
3822
3898
|
) -> None:
|
|
3823
3899
|
'''The maintenance setting of a flow.
|
|
3824
3900
|
|
|
3825
|
-
MediaConnect routinely performs maintenance on underlying systems for security, reliability, and operational performance. The maintenance activities include actions such as patching the operating system, updating drivers, or installing software and patches.
|
|
3826
|
-
|
|
3827
|
-
You can select the day and time that maintenance events occur. This is called a maintenance window and is used every time a maintenance event is required. To change the day and time, you can edit the maintenance window using ``MaintenanceDay`` and ``MaintenanceStartHour`` .
|
|
3828
|
-
|
|
3829
3901
|
:param maintenance_day: A day of a week when the maintenance will happen. Use Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
|
|
3830
3902
|
:param maintenance_start_hour: UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00. The default value is 02:00.
|
|
3831
3903
|
|
|
@@ -3901,7 +3973,7 @@ class CfnFlow(
|
|
|
3901
3973
|
) -> None:
|
|
3902
3974
|
'''Attributes that are related to the media stream.
|
|
3903
3975
|
|
|
3904
|
-
:param fmtp:
|
|
3976
|
+
:param fmtp: The settings that you want to use to define the media stream.
|
|
3905
3977
|
:param lang: The audio language, in a format that is recognized by the receiver.
|
|
3906
3978
|
|
|
3907
3979
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-mediastreamattributes.html
|
|
@@ -3940,7 +4012,7 @@ class CfnFlow(
|
|
|
3940
4012
|
def fmtp(
|
|
3941
4013
|
self,
|
|
3942
4014
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.FmtpProperty"]]:
|
|
3943
|
-
'''
|
|
4015
|
+
'''The settings that you want to use to define the media stream.
|
|
3944
4016
|
|
|
3945
4017
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-mediastreamattributes.html#cfn-mediaconnect-flow-mediastreamattributes-fmtp
|
|
3946
4018
|
'''
|
|
@@ -3994,15 +4066,15 @@ class CfnFlow(
|
|
|
3994
4066
|
fmt: typing.Optional[jsii.Number] = None,
|
|
3995
4067
|
video_format: typing.Optional[builtins.str] = None,
|
|
3996
4068
|
) -> None:
|
|
3997
|
-
'''A
|
|
4069
|
+
'''A media stream represents one component of your content, such as video, audio, or ancillary data.
|
|
3998
4070
|
|
|
3999
|
-
After you add a media stream to
|
|
4071
|
+
After you add a media stream to your flow, you can associate it with sources and outputs that use the ST 2110 JPEG XS or CDI protocol.
|
|
4000
4072
|
|
|
4001
4073
|
:param media_stream_id: A unique identifier for the media stream.
|
|
4002
4074
|
:param media_stream_name: A name that helps you distinguish one media stream from another.
|
|
4003
4075
|
:param media_stream_type: The type of media stream.
|
|
4004
4076
|
:param attributes: Attributes that are related to the media stream.
|
|
4005
|
-
:param clock_rate: The sample rate for the stream. This value
|
|
4077
|
+
:param clock_rate: The sample rate for the stream. This value is measured in Hz.
|
|
4006
4078
|
:param description: A description that can help you quickly identify what your media stream is used for.
|
|
4007
4079
|
:param fmt: The format type number (sometimes referred to as RTP payload type) of the media stream. MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
|
|
4008
4080
|
:param video_format: The resolution of the video.
|
|
@@ -4111,7 +4183,7 @@ class CfnFlow(
|
|
|
4111
4183
|
def clock_rate(self) -> typing.Optional[jsii.Number]:
|
|
4112
4184
|
'''The sample rate for the stream.
|
|
4113
4185
|
|
|
4114
|
-
This value
|
|
4186
|
+
This value is measured in Hz.
|
|
4115
4187
|
|
|
4116
4188
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-mediastream.html#cfn-mediaconnect-flow-mediastream-clockrate
|
|
4117
4189
|
'''
|
|
@@ -4177,7 +4249,7 @@ class CfnFlow(
|
|
|
4177
4249
|
) -> None:
|
|
4178
4250
|
'''The media stream that is associated with the source, and the parameters for that association.
|
|
4179
4251
|
|
|
4180
|
-
:param encoding_name: The format that was used to encode the data. For ancillary data streams, set the encoding name to
|
|
4252
|
+
:param encoding_name: The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
|
|
4181
4253
|
:param media_stream_name: A name that helps you distinguish one media stream from another.
|
|
4182
4254
|
:param input_configurations: The media streams that you want to associate with the source.
|
|
4183
4255
|
|
|
@@ -4219,13 +4291,7 @@ class CfnFlow(
|
|
|
4219
4291
|
def encoding_name(self) -> builtins.str:
|
|
4220
4292
|
'''The format that was used to encode the data.
|
|
4221
4293
|
|
|
4222
|
-
For ancillary data streams, set the encoding name to
|
|
4223
|
-
|
|
4224
|
-
For audio streams, set the encoding name to ``pcm`` .
|
|
4225
|
-
|
|
4226
|
-
For video, 2110 streams, set the encoding name to ``raw`` .
|
|
4227
|
-
|
|
4228
|
-
For video, JPEG XS streams, set the encoding name to ``jxsv`` .
|
|
4294
|
+
For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
|
|
4229
4295
|
|
|
4230
4296
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-mediastreamsourceconfiguration.html#cfn-mediaconnect-flow-mediastreamsourceconfiguration-encodingname
|
|
4231
4297
|
'''
|
|
@@ -4265,6 +4331,207 @@ class CfnFlow(
|
|
|
4265
4331
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
4266
4332
|
)
|
|
4267
4333
|
|
|
4334
|
+
@jsii.data_type(
|
|
4335
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.NdiConfigProperty",
|
|
4336
|
+
jsii_struct_bases=[],
|
|
4337
|
+
name_mapping={
|
|
4338
|
+
"machine_name": "machineName",
|
|
4339
|
+
"ndi_discovery_servers": "ndiDiscoveryServers",
|
|
4340
|
+
"ndi_state": "ndiState",
|
|
4341
|
+
},
|
|
4342
|
+
)
|
|
4343
|
+
class NdiConfigProperty:
|
|
4344
|
+
def __init__(
|
|
4345
|
+
self,
|
|
4346
|
+
*,
|
|
4347
|
+
machine_name: typing.Optional[builtins.str] = None,
|
|
4348
|
+
ndi_discovery_servers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.NdiDiscoveryServerConfigProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4349
|
+
ndi_state: typing.Optional[builtins.str] = None,
|
|
4350
|
+
) -> None:
|
|
4351
|
+
'''Specifies the configuration settings for NDI outputs.
|
|
4352
|
+
|
|
4353
|
+
Required when the flow includes NDI outputs.
|
|
4354
|
+
|
|
4355
|
+
:param machine_name: A prefix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
|
|
4356
|
+
:param ndi_discovery_servers: A list of up to three NDI discovery server configurations. While not required by the API, this configuration is necessary for NDI functionality to work properly.
|
|
4357
|
+
:param ndi_state: A setting that controls whether NDI outputs can be used in the flow. Must be ENABLED to add NDI outputs. Default is DISABLED.
|
|
4358
|
+
|
|
4359
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndiconfig.html
|
|
4360
|
+
:exampleMetadata: fixture=_generated
|
|
4361
|
+
|
|
4362
|
+
Example::
|
|
4363
|
+
|
|
4364
|
+
# The code below shows an example of how to instantiate this type.
|
|
4365
|
+
# The values are placeholders you should change.
|
|
4366
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
4367
|
+
|
|
4368
|
+
ndi_config_property = mediaconnect.CfnFlow.NdiConfigProperty(
|
|
4369
|
+
machine_name="machineName",
|
|
4370
|
+
ndi_discovery_servers=[mediaconnect.CfnFlow.NdiDiscoveryServerConfigProperty(
|
|
4371
|
+
discovery_server_address="discoveryServerAddress",
|
|
4372
|
+
vpc_interface_adapter="vpcInterfaceAdapter",
|
|
4373
|
+
|
|
4374
|
+
# the properties below are optional
|
|
4375
|
+
discovery_server_port=123
|
|
4376
|
+
)],
|
|
4377
|
+
ndi_state="ndiState"
|
|
4378
|
+
)
|
|
4379
|
+
'''
|
|
4380
|
+
if __debug__:
|
|
4381
|
+
type_hints = typing.get_type_hints(_typecheckingstub__69742b949cc5728340bd262c9cb8f8127e5a045369699ab15384d6ad5532a7f7)
|
|
4382
|
+
check_type(argname="argument machine_name", value=machine_name, expected_type=type_hints["machine_name"])
|
|
4383
|
+
check_type(argname="argument ndi_discovery_servers", value=ndi_discovery_servers, expected_type=type_hints["ndi_discovery_servers"])
|
|
4384
|
+
check_type(argname="argument ndi_state", value=ndi_state, expected_type=type_hints["ndi_state"])
|
|
4385
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4386
|
+
if machine_name is not None:
|
|
4387
|
+
self._values["machine_name"] = machine_name
|
|
4388
|
+
if ndi_discovery_servers is not None:
|
|
4389
|
+
self._values["ndi_discovery_servers"] = ndi_discovery_servers
|
|
4390
|
+
if ndi_state is not None:
|
|
4391
|
+
self._values["ndi_state"] = ndi_state
|
|
4392
|
+
|
|
4393
|
+
@builtins.property
|
|
4394
|
+
def machine_name(self) -> typing.Optional[builtins.str]:
|
|
4395
|
+
'''A prefix for the names of the NDI sources that the flow creates.
|
|
4396
|
+
|
|
4397
|
+
If a custom name isn't specified, MediaConnect generates a unique 12-character ID as the prefix.
|
|
4398
|
+
|
|
4399
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndiconfig.html#cfn-mediaconnect-flow-ndiconfig-machinename
|
|
4400
|
+
'''
|
|
4401
|
+
result = self._values.get("machine_name")
|
|
4402
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4403
|
+
|
|
4404
|
+
@builtins.property
|
|
4405
|
+
def ndi_discovery_servers(
|
|
4406
|
+
self,
|
|
4407
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.NdiDiscoveryServerConfigProperty"]]]]:
|
|
4408
|
+
'''A list of up to three NDI discovery server configurations.
|
|
4409
|
+
|
|
4410
|
+
While not required by the API, this configuration is necessary for NDI functionality to work properly.
|
|
4411
|
+
|
|
4412
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndiconfig.html#cfn-mediaconnect-flow-ndiconfig-ndidiscoveryservers
|
|
4413
|
+
'''
|
|
4414
|
+
result = self._values.get("ndi_discovery_servers")
|
|
4415
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.NdiDiscoveryServerConfigProperty"]]]], result)
|
|
4416
|
+
|
|
4417
|
+
@builtins.property
|
|
4418
|
+
def ndi_state(self) -> typing.Optional[builtins.str]:
|
|
4419
|
+
'''A setting that controls whether NDI outputs can be used in the flow.
|
|
4420
|
+
|
|
4421
|
+
Must be ENABLED to add NDI outputs. Default is DISABLED.
|
|
4422
|
+
|
|
4423
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndiconfig.html#cfn-mediaconnect-flow-ndiconfig-ndistate
|
|
4424
|
+
'''
|
|
4425
|
+
result = self._values.get("ndi_state")
|
|
4426
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4427
|
+
|
|
4428
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4429
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4430
|
+
|
|
4431
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4432
|
+
return not (rhs == self)
|
|
4433
|
+
|
|
4434
|
+
def __repr__(self) -> str:
|
|
4435
|
+
return "NdiConfigProperty(%s)" % ", ".join(
|
|
4436
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4437
|
+
)
|
|
4438
|
+
|
|
4439
|
+
@jsii.data_type(
|
|
4440
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.NdiDiscoveryServerConfigProperty",
|
|
4441
|
+
jsii_struct_bases=[],
|
|
4442
|
+
name_mapping={
|
|
4443
|
+
"discovery_server_address": "discoveryServerAddress",
|
|
4444
|
+
"vpc_interface_adapter": "vpcInterfaceAdapter",
|
|
4445
|
+
"discovery_server_port": "discoveryServerPort",
|
|
4446
|
+
},
|
|
4447
|
+
)
|
|
4448
|
+
class NdiDiscoveryServerConfigProperty:
|
|
4449
|
+
def __init__(
|
|
4450
|
+
self,
|
|
4451
|
+
*,
|
|
4452
|
+
discovery_server_address: builtins.str,
|
|
4453
|
+
vpc_interface_adapter: builtins.str,
|
|
4454
|
+
discovery_server_port: typing.Optional[jsii.Number] = None,
|
|
4455
|
+
) -> None:
|
|
4456
|
+
'''Specifies the configuration settings for individual NDI discovery servers.
|
|
4457
|
+
|
|
4458
|
+
A maximum of 3 servers is allowed.
|
|
4459
|
+
|
|
4460
|
+
:param discovery_server_address: The unique network address of the NDI discovery server.
|
|
4461
|
+
:param vpc_interface_adapter: The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
|
|
4462
|
+
:param discovery_server_port: The port for the NDI discovery server. Defaults to 5959 if a custom port isn't specified.
|
|
4463
|
+
|
|
4464
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndidiscoveryserverconfig.html
|
|
4465
|
+
:exampleMetadata: fixture=_generated
|
|
4466
|
+
|
|
4467
|
+
Example::
|
|
4468
|
+
|
|
4469
|
+
# The code below shows an example of how to instantiate this type.
|
|
4470
|
+
# The values are placeholders you should change.
|
|
4471
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
4472
|
+
|
|
4473
|
+
ndi_discovery_server_config_property = mediaconnect.CfnFlow.NdiDiscoveryServerConfigProperty(
|
|
4474
|
+
discovery_server_address="discoveryServerAddress",
|
|
4475
|
+
vpc_interface_adapter="vpcInterfaceAdapter",
|
|
4476
|
+
|
|
4477
|
+
# the properties below are optional
|
|
4478
|
+
discovery_server_port=123
|
|
4479
|
+
)
|
|
4480
|
+
'''
|
|
4481
|
+
if __debug__:
|
|
4482
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cbd4bce903dd6a95ae93f0b2ca90f98d0d48bb24eebe475acf326160c51d3435)
|
|
4483
|
+
check_type(argname="argument discovery_server_address", value=discovery_server_address, expected_type=type_hints["discovery_server_address"])
|
|
4484
|
+
check_type(argname="argument vpc_interface_adapter", value=vpc_interface_adapter, expected_type=type_hints["vpc_interface_adapter"])
|
|
4485
|
+
check_type(argname="argument discovery_server_port", value=discovery_server_port, expected_type=type_hints["discovery_server_port"])
|
|
4486
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
4487
|
+
"discovery_server_address": discovery_server_address,
|
|
4488
|
+
"vpc_interface_adapter": vpc_interface_adapter,
|
|
4489
|
+
}
|
|
4490
|
+
if discovery_server_port is not None:
|
|
4491
|
+
self._values["discovery_server_port"] = discovery_server_port
|
|
4492
|
+
|
|
4493
|
+
@builtins.property
|
|
4494
|
+
def discovery_server_address(self) -> builtins.str:
|
|
4495
|
+
'''The unique network address of the NDI discovery server.
|
|
4496
|
+
|
|
4497
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndidiscoveryserverconfig.html#cfn-mediaconnect-flow-ndidiscoveryserverconfig-discoveryserveraddress
|
|
4498
|
+
'''
|
|
4499
|
+
result = self._values.get("discovery_server_address")
|
|
4500
|
+
assert result is not None, "Required property 'discovery_server_address' is missing"
|
|
4501
|
+
return typing.cast(builtins.str, result)
|
|
4502
|
+
|
|
4503
|
+
@builtins.property
|
|
4504
|
+
def vpc_interface_adapter(self) -> builtins.str:
|
|
4505
|
+
'''The identifier for the Virtual Private Cloud (VPC) network interface used by the flow.
|
|
4506
|
+
|
|
4507
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndidiscoveryserverconfig.html#cfn-mediaconnect-flow-ndidiscoveryserverconfig-vpcinterfaceadapter
|
|
4508
|
+
'''
|
|
4509
|
+
result = self._values.get("vpc_interface_adapter")
|
|
4510
|
+
assert result is not None, "Required property 'vpc_interface_adapter' is missing"
|
|
4511
|
+
return typing.cast(builtins.str, result)
|
|
4512
|
+
|
|
4513
|
+
@builtins.property
|
|
4514
|
+
def discovery_server_port(self) -> typing.Optional[jsii.Number]:
|
|
4515
|
+
'''The port for the NDI discovery server.
|
|
4516
|
+
|
|
4517
|
+
Defaults to 5959 if a custom port isn't specified.
|
|
4518
|
+
|
|
4519
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-ndidiscoveryserverconfig.html#cfn-mediaconnect-flow-ndidiscoveryserverconfig-discoveryserverport
|
|
4520
|
+
'''
|
|
4521
|
+
result = self._values.get("discovery_server_port")
|
|
4522
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4523
|
+
|
|
4524
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4525
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4526
|
+
|
|
4527
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4528
|
+
return not (rhs == self)
|
|
4529
|
+
|
|
4530
|
+
def __repr__(self) -> str:
|
|
4531
|
+
return "NdiDiscoveryServerConfigProperty(%s)" % ", ".join(
|
|
4532
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4533
|
+
)
|
|
4534
|
+
|
|
4268
4535
|
@jsii.data_type(
|
|
4269
4536
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.SilentAudioProperty",
|
|
4270
4537
|
jsii_struct_bases=[],
|
|
@@ -4354,7 +4621,7 @@ class CfnFlow(
|
|
|
4354
4621
|
thumbnail_state: typing.Optional[builtins.str] = None,
|
|
4355
4622
|
video_monitoring_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.VideoMonitoringSettingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4356
4623
|
) -> None:
|
|
4357
|
-
'''The ``SourceMonitoringConfig`` property type specifies the source monitoring settings for an AWS::MediaConnect::Flow.
|
|
4624
|
+
'''The ``SourceMonitoringConfig`` property type specifies the source monitoring settings for an ``AWS::MediaConnect::Flow`` .
|
|
4358
4625
|
|
|
4359
4626
|
:param audio_monitoring_settings: Contains the settings for audio stream metrics monitoring.
|
|
4360
4627
|
:param content_quality_analysis_state: Indicates whether content quality analysis is enabled or disabled.
|
|
@@ -4470,7 +4737,7 @@ class CfnFlow(
|
|
|
4470
4737
|
def __init__(self, *, primary_source: builtins.str) -> None:
|
|
4471
4738
|
'''The priority you want to assign to a source.
|
|
4472
4739
|
|
|
4473
|
-
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
4740
|
+
You can have a primary stream and a backup stream or two equally prioritized streams.
|
|
4474
4741
|
|
|
4475
4742
|
:param primary_source: The name of the source you choose as the primary source for this flow.
|
|
4476
4743
|
|
|
@@ -4578,16 +4845,16 @@ class CfnFlow(
|
|
|
4578
4845
|
- Use CloudFormation to create the VPC interface to add to this flow. This can also be done as part of the previous step.
|
|
4579
4846
|
- After CloudFormation has created the flow and the VPC interface, update the source to point to the VPC interface that you created.
|
|
4580
4847
|
|
|
4581
|
-
:param decryption: The type of encryption that is used on the content ingested from
|
|
4582
|
-
:param description: A description
|
|
4583
|
-
:param entitlement_arn: The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator
|
|
4848
|
+
:param decryption: The type of encryption that is used on the content ingested from this source.
|
|
4849
|
+
:param description: A description for the source. This value is not used or seen outside of the current MediaConnect account.
|
|
4850
|
+
:param entitlement_arn: The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account. The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
|
|
4584
4851
|
:param gateway_bridge_source: The source configuration for cloud flows receiving a stream from a bridge.
|
|
4585
|
-
:param ingest_ip: The IP address that the flow
|
|
4586
|
-
:param ingest_port: The port that the flow
|
|
4852
|
+
:param ingest_ip: The IP address that the flow will be listening on for incoming content.
|
|
4853
|
+
:param ingest_port: The port that the flow will be listening on for incoming content.
|
|
4587
4854
|
:param max_bitrate: The maximum bitrate for RIST, RTP, and RTP-FEC streams.
|
|
4588
4855
|
:param max_latency: The maximum latency in milliseconds for a RIST or Zixi-based source.
|
|
4589
4856
|
:param max_sync_buffer: The size of the buffer (in milliseconds) to use to sync incoming source data.
|
|
4590
|
-
:param media_stream_source_configurations: The media
|
|
4857
|
+
:param media_stream_source_configurations: The media streams that are associated with the source, and the parameters for those associations.
|
|
4591
4858
|
: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.
|
|
4592
4859
|
:param name: The name of the source.
|
|
4593
4860
|
: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.
|
|
@@ -4598,8 +4865,8 @@ class CfnFlow(
|
|
|
4598
4865
|
:param source_listener_address: Source IP or domain name for SRT-caller protocol.
|
|
4599
4866
|
:param source_listener_port: Source port for SRT-caller protocol.
|
|
4600
4867
|
:param stream_id: The stream ID that you want to use for the transport. This parameter applies only to Zixi-based streams.
|
|
4601
|
-
:param vpc_interface_name: The name of the VPC interface that
|
|
4602
|
-
:param whitelist_cidr: The range of IP addresses that
|
|
4868
|
+
:param vpc_interface_name: The name of the VPC interface that is used for this source.
|
|
4869
|
+
:param whitelist_cidr: The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
4603
4870
|
|
|
4604
4871
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html
|
|
4605
4872
|
:exampleMetadata: fixture=_generated
|
|
@@ -4739,7 +5006,7 @@ class CfnFlow(
|
|
|
4739
5006
|
def decryption(
|
|
4740
5007
|
self,
|
|
4741
5008
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.EncryptionProperty"]]:
|
|
4742
|
-
'''The type of encryption that is used on the content ingested from
|
|
5009
|
+
'''The type of encryption that is used on the content ingested from this source.
|
|
4743
5010
|
|
|
4744
5011
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-decryption
|
|
4745
5012
|
'''
|
|
@@ -4748,9 +5015,9 @@ class CfnFlow(
|
|
|
4748
5015
|
|
|
4749
5016
|
@builtins.property
|
|
4750
5017
|
def description(self) -> typing.Optional[builtins.str]:
|
|
4751
|
-
'''A description
|
|
5018
|
+
'''A description for the source.
|
|
4752
5019
|
|
|
4753
|
-
This
|
|
5020
|
+
This value is not used or seen outside of the current MediaConnect account.
|
|
4754
5021
|
|
|
4755
5022
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-description
|
|
4756
5023
|
'''
|
|
@@ -4761,7 +5028,7 @@ class CfnFlow(
|
|
|
4761
5028
|
def entitlement_arn(self) -> typing.Optional[builtins.str]:
|
|
4762
5029
|
'''The ARN of the entitlement that allows you to subscribe to content that comes from another AWS account.
|
|
4763
5030
|
|
|
4764
|
-
The entitlement is set by the content originator and the ARN is generated as part of the originator
|
|
5031
|
+
The entitlement is set by the content originator and the ARN is generated as part of the originator's flow.
|
|
4765
5032
|
|
|
4766
5033
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-entitlementarn
|
|
4767
5034
|
'''
|
|
@@ -4781,7 +5048,7 @@ class CfnFlow(
|
|
|
4781
5048
|
|
|
4782
5049
|
@builtins.property
|
|
4783
5050
|
def ingest_ip(self) -> typing.Optional[builtins.str]:
|
|
4784
|
-
'''The IP address that the flow
|
|
5051
|
+
'''The IP address that the flow will be listening on for incoming content.
|
|
4785
5052
|
|
|
4786
5053
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-ingestip
|
|
4787
5054
|
'''
|
|
@@ -4790,9 +5057,7 @@ class CfnFlow(
|
|
|
4790
5057
|
|
|
4791
5058
|
@builtins.property
|
|
4792
5059
|
def ingest_port(self) -> typing.Optional[jsii.Number]:
|
|
4793
|
-
'''The port that the flow
|
|
4794
|
-
|
|
4795
|
-
If the protocol of the source is Zixi, the port must be set to 2088.
|
|
5060
|
+
'''The port that the flow will be listening on for incoming content.
|
|
4796
5061
|
|
|
4797
5062
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-ingestport
|
|
4798
5063
|
'''
|
|
@@ -4830,7 +5095,7 @@ class CfnFlow(
|
|
|
4830
5095
|
def media_stream_source_configurations(
|
|
4831
5096
|
self,
|
|
4832
5097
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.MediaStreamSourceConfigurationProperty"]]]]:
|
|
4833
|
-
'''The media
|
|
5098
|
+
'''The media streams that are associated with the source, and the parameters for those associations.
|
|
4834
5099
|
|
|
4835
5100
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-mediastreamsourceconfigurations
|
|
4836
5101
|
'''
|
|
@@ -4940,7 +5205,7 @@ class CfnFlow(
|
|
|
4940
5205
|
|
|
4941
5206
|
@builtins.property
|
|
4942
5207
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
4943
|
-
'''The name of the VPC interface that
|
|
5208
|
+
'''The name of the VPC interface that is used for this source.
|
|
4944
5209
|
|
|
4945
5210
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-vpcinterfacename
|
|
4946
5211
|
'''
|
|
@@ -4949,9 +5214,9 @@ class CfnFlow(
|
|
|
4949
5214
|
|
|
4950
5215
|
@builtins.property
|
|
4951
5216
|
def whitelist_cidr(self) -> typing.Optional[builtins.str]:
|
|
4952
|
-
'''The range of IP addresses that
|
|
5217
|
+
'''The range of IP addresses that should be allowed to contribute content to your source.
|
|
4953
5218
|
|
|
4954
|
-
|
|
5219
|
+
These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
4955
5220
|
|
|
4956
5221
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-source.html#cfn-mediaconnect-flow-source-whitelistcidr
|
|
4957
5222
|
'''
|
|
@@ -5060,9 +5325,9 @@ class CfnFlow(
|
|
|
5060
5325
|
*,
|
|
5061
5326
|
vpc_interface_name: typing.Optional[builtins.str] = None,
|
|
5062
5327
|
) -> None:
|
|
5063
|
-
'''The
|
|
5328
|
+
'''The settings for attaching a VPC interface to an resource.
|
|
5064
5329
|
|
|
5065
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
5330
|
+
:param vpc_interface_name: The name of the VPC interface to use for this resource.
|
|
5066
5331
|
|
|
5067
5332
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterfaceattachment.html
|
|
5068
5333
|
:exampleMetadata: fixture=_generated
|
|
@@ -5086,7 +5351,7 @@ class CfnFlow(
|
|
|
5086
5351
|
|
|
5087
5352
|
@builtins.property
|
|
5088
5353
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
5089
|
-
'''The name of the VPC interface
|
|
5354
|
+
'''The name of the VPC interface to use for this resource.
|
|
5090
5355
|
|
|
5091
5356
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterfaceattachment.html#cfn-mediaconnect-flow-vpcinterfaceattachment-vpcinterfacename
|
|
5092
5357
|
'''
|
|
@@ -5129,11 +5394,20 @@ class CfnFlow(
|
|
|
5129
5394
|
) -> None:
|
|
5130
5395
|
'''The details of a VPC interface.
|
|
5131
5396
|
|
|
5132
|
-
|
|
5133
|
-
|
|
5134
|
-
|
|
5135
|
-
|
|
5136
|
-
|
|
5397
|
+
.. epigraph::
|
|
5398
|
+
|
|
5399
|
+
When configuring VPC interfaces for NDI outputs, keep in mind the following:
|
|
5400
|
+
|
|
5401
|
+
- VPC interfaces must be defined as nested attributes within the ``AWS::MediaConnect::Flow`` resource, and not within the top-level ``AWS::MediaConnect::FlowVpcInterface`` resource.
|
|
5402
|
+
- There's a maximum limit of three VPC interfaces for each flow. If you've already reached this limit, you can't update the flow to use a different VPC interface without first removing an existing one.
|
|
5403
|
+
|
|
5404
|
+
To update your VPC interfaces in this scenario, you must first remove the VPC interface that’s not being used. Next, add the new VPC interfaces. Lastly, update the ``VpcInterfaceAdapter`` in the ``NDIConfig`` property. These changes must be performed as separate manual operations and cannot be done through a single template update.
|
|
5405
|
+
|
|
5406
|
+
:param name: Immutable and has to be a unique against other VpcInterfaces in this Flow.
|
|
5407
|
+
:param role_arn: A role Arn MediaConnect can assume to create ENIs in your account.
|
|
5408
|
+
:param security_group_ids: Security Group IDs to be used on ENI.
|
|
5409
|
+
:param subnet_id: Subnet must be in the AZ of the Flow.
|
|
5410
|
+
:param network_interface_ids: IDs of the network interfaces created in customer's account by MediaConnect .
|
|
5137
5411
|
:param network_interface_type: The type of network interface.
|
|
5138
5412
|
|
|
5139
5413
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterface.html
|
|
@@ -5177,9 +5451,7 @@ class CfnFlow(
|
|
|
5177
5451
|
|
|
5178
5452
|
@builtins.property
|
|
5179
5453
|
def name(self) -> builtins.str:
|
|
5180
|
-
'''
|
|
5181
|
-
|
|
5182
|
-
This name must be unique within the flow.
|
|
5454
|
+
'''Immutable and has to be a unique against other VpcInterfaces in this Flow.
|
|
5183
5455
|
|
|
5184
5456
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterface.html#cfn-mediaconnect-flow-vpcinterface-name
|
|
5185
5457
|
'''
|
|
@@ -5189,7 +5461,7 @@ class CfnFlow(
|
|
|
5189
5461
|
|
|
5190
5462
|
@builtins.property
|
|
5191
5463
|
def role_arn(self) -> builtins.str:
|
|
5192
|
-
'''
|
|
5464
|
+
'''A role Arn MediaConnect can assume to create ENIs in your account.
|
|
5193
5465
|
|
|
5194
5466
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterface.html#cfn-mediaconnect-flow-vpcinterface-rolearn
|
|
5195
5467
|
'''
|
|
@@ -5199,7 +5471,7 @@ class CfnFlow(
|
|
|
5199
5471
|
|
|
5200
5472
|
@builtins.property
|
|
5201
5473
|
def security_group_ids(self) -> typing.List[builtins.str]:
|
|
5202
|
-
'''
|
|
5474
|
+
'''Security Group IDs to be used on ENI.
|
|
5203
5475
|
|
|
5204
5476
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterface.html#cfn-mediaconnect-flow-vpcinterface-securitygroupids
|
|
5205
5477
|
'''
|
|
@@ -5209,11 +5481,7 @@ class CfnFlow(
|
|
|
5209
5481
|
|
|
5210
5482
|
@builtins.property
|
|
5211
5483
|
def subnet_id(self) -> builtins.str:
|
|
5212
|
-
'''
|
|
5213
|
-
|
|
5214
|
-
A subnet ID is a range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block.
|
|
5215
|
-
|
|
5216
|
-
The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
|
|
5484
|
+
'''Subnet must be in the AZ of the Flow.
|
|
5217
5485
|
|
|
5218
5486
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterface.html#cfn-mediaconnect-flow-vpcinterface-subnetid
|
|
5219
5487
|
'''
|
|
@@ -5223,7 +5491,7 @@ class CfnFlow(
|
|
|
5223
5491
|
|
|
5224
5492
|
@builtins.property
|
|
5225
5493
|
def network_interface_ids(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5226
|
-
'''
|
|
5494
|
+
'''IDs of the network interfaces created in customer's account by MediaConnect .
|
|
5227
5495
|
|
|
5228
5496
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-vpcinterface.html#cfn-mediaconnect-flow-vpcinterface-networkinterfaceids
|
|
5229
5497
|
'''
|
|
@@ -5257,7 +5525,7 @@ class CfnFlowEntitlement(
|
|
|
5257
5525
|
metaclass=jsii.JSIIMeta,
|
|
5258
5526
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowEntitlement",
|
|
5259
5527
|
):
|
|
5260
|
-
'''The AWS::MediaConnect::FlowEntitlement resource defines the permission that an AWS account grants to another AWS account to allow access to the content in a specific AWS Elemental MediaConnect flow.
|
|
5528
|
+
'''The ``AWS::MediaConnect::FlowEntitlement`` resource defines the permission that an AWS account grants to another AWS account to allow access to the content in a specific AWS Elemental MediaConnect flow.
|
|
5261
5529
|
|
|
5262
5530
|
The content originator grants an entitlement to a specific AWS account (the subscriber). When an entitlement is granted, the subscriber can create a flow using the originator's flow as the source. Each flow can have up to 50 entitlements.
|
|
5263
5531
|
|
|
@@ -5317,7 +5585,7 @@ class CfnFlowEntitlement(
|
|
|
5317
5585
|
:param name: The name of the entitlement. This value must be unique within the current flow.
|
|
5318
5586
|
:param subscribers: The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.
|
|
5319
5587
|
:param data_transfer_subscriber_fee_percent: The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for. Default: - 0
|
|
5320
|
-
:param encryption:
|
|
5588
|
+
:param encryption: Information about the encryption of the flow.
|
|
5321
5589
|
:param entitlement_status: An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
|
|
5322
5590
|
'''
|
|
5323
5591
|
if __debug__:
|
|
@@ -5453,7 +5721,7 @@ class CfnFlowEntitlement(
|
|
|
5453
5721
|
def encryption(
|
|
5454
5722
|
self,
|
|
5455
5723
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowEntitlement.EncryptionProperty"]]:
|
|
5456
|
-
'''
|
|
5724
|
+
'''Information about the encryption of the flow.'''
|
|
5457
5725
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowEntitlement.EncryptionProperty"]], jsii.get(self, "encryption"))
|
|
5458
5726
|
|
|
5459
5727
|
@encryption.setter
|
|
@@ -5511,13 +5779,13 @@ class CfnFlowEntitlement(
|
|
|
5511
5779
|
'''Information about the encryption of the flow.
|
|
5512
5780
|
|
|
5513
5781
|
:param algorithm: The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256). If you are using SPEKE or SRT-password encryption, this property must be left blank.
|
|
5514
|
-
:param role_arn: The
|
|
5782
|
+
:param role_arn: The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
5515
5783
|
:param constant_initialization_vector: A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
|
|
5516
5784
|
:param device_id: The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
5517
5785
|
:param key_type: The type of key that is used for the encryption. If you don't specify a ``keyType`` value, the service uses the default setting ( ``static-key`` ). Valid key types are: ``static-key`` , ``speke`` , and ``srt-password`` . Default: - "static-key"
|
|
5518
5786
|
:param region: The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
5519
5787
|
:param resource_id: An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
5520
|
-
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
5788
|
+
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
5521
5789
|
:param url: The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
5522
5790
|
|
|
5523
5791
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowentitlement-encryption.html
|
|
@@ -5587,7 +5855,7 @@ class CfnFlowEntitlement(
|
|
|
5587
5855
|
|
|
5588
5856
|
@builtins.property
|
|
5589
5857
|
def role_arn(self) -> builtins.str:
|
|
5590
|
-
'''The
|
|
5858
|
+
'''The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
5591
5859
|
|
|
5592
5860
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowentitlement-encryption.html#cfn-mediaconnect-flowentitlement-encryption-rolearn
|
|
5593
5861
|
'''
|
|
@@ -5656,6 +5924,8 @@ class CfnFlowEntitlement(
|
|
|
5656
5924
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
5657
5925
|
'''The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
5658
5926
|
|
|
5927
|
+
This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
5928
|
+
|
|
5659
5929
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowentitlement-encryption.html#cfn-mediaconnect-flowentitlement-encryption-secretarn
|
|
5660
5930
|
'''
|
|
5661
5931
|
result = self._values.get("secret_arn")
|
|
@@ -5716,7 +5986,7 @@ class CfnFlowEntitlementProps:
|
|
|
5716
5986
|
:param name: The name of the entitlement. This value must be unique within the current flow.
|
|
5717
5987
|
:param subscribers: The AWS account IDs that you want to share your content with. The receiving accounts (subscribers) will be allowed to create their own flows using your content as the source.
|
|
5718
5988
|
:param data_transfer_subscriber_fee_percent: The percentage of the entitlement data transfer fee that you want the subscriber to be responsible for. Default: - 0
|
|
5719
|
-
:param encryption:
|
|
5989
|
+
:param encryption: Information about the encryption of the flow.
|
|
5720
5990
|
:param entitlement_status: An indication of whether the new entitlement should be enabled or disabled as soon as it is created. If you don’t specify the entitlementStatus field in your request, MediaConnect sets it to ENABLED.
|
|
5721
5991
|
|
|
5722
5992
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html
|
|
@@ -5835,7 +6105,7 @@ class CfnFlowEntitlementProps:
|
|
|
5835
6105
|
def encryption(
|
|
5836
6106
|
self,
|
|
5837
6107
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlowEntitlement.EncryptionProperty]]:
|
|
5838
|
-
'''
|
|
6108
|
+
'''Information about the encryption of the flow.
|
|
5839
6109
|
|
|
5840
6110
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html#cfn-mediaconnect-flowentitlement-encryption
|
|
5841
6111
|
'''
|
|
@@ -5871,7 +6141,7 @@ class CfnFlowOutput(
|
|
|
5871
6141
|
metaclass=jsii.JSIIMeta,
|
|
5872
6142
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowOutput",
|
|
5873
6143
|
):
|
|
5874
|
-
'''The AWS::MediaConnect::FlowOutput resource defines the destination address, protocol, and port that AWS Elemental MediaConnect sends the ingested video to.
|
|
6144
|
+
'''The ``AWS::MediaConnect::FlowOutput`` resource defines the destination address, protocol, and port that AWS Elemental MediaConnect sends the ingested video to.
|
|
5875
6145
|
|
|
5876
6146
|
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.
|
|
5877
6147
|
|
|
@@ -5923,6 +6193,8 @@ class CfnFlowOutput(
|
|
|
5923
6193
|
)],
|
|
5924
6194
|
min_latency=123,
|
|
5925
6195
|
name="name",
|
|
6196
|
+
ndi_program_name="ndiProgramName",
|
|
6197
|
+
ndi_speed_hq_quality=123,
|
|
5926
6198
|
output_status="outputStatus",
|
|
5927
6199
|
port=123,
|
|
5928
6200
|
remote_id="remoteId",
|
|
@@ -5949,6 +6221,8 @@ class CfnFlowOutput(
|
|
|
5949
6221
|
media_stream_output_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlowOutput.MediaStreamOutputConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
5950
6222
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
5951
6223
|
name: typing.Optional[builtins.str] = None,
|
|
6224
|
+
ndi_program_name: typing.Optional[builtins.str] = None,
|
|
6225
|
+
ndi_speed_hq_quality: typing.Optional[jsii.Number] = None,
|
|
5952
6226
|
output_status: typing.Optional[builtins.str] = None,
|
|
5953
6227
|
port: typing.Optional[jsii.Number] = None,
|
|
5954
6228
|
remote_id: typing.Optional[builtins.str] = None,
|
|
@@ -5961,20 +6235,22 @@ class CfnFlowOutput(
|
|
|
5961
6235
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5962
6236
|
:param flow_arn: The Amazon Resource Name (ARN) of the flow this output is attached to.
|
|
5963
6237
|
: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.
|
|
5964
|
-
:param cidr_allow_list: The range of IP addresses that
|
|
5965
|
-
:param description: A description of the output. This description
|
|
6238
|
+
:param cidr_allow_list: The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
6239
|
+
:param description: A description of the output. This description appears only on the MediaConnect console and will not be seen by the end user.
|
|
5966
6240
|
:param destination: The IP address where you want to send the output.
|
|
5967
|
-
:param encryption: The encryption
|
|
6241
|
+
:param encryption: The type of key used for the encryption. If no ``keyType`` is provided, the service will use the default setting (static-key). Allowable encryption types: static-key.
|
|
5968
6242
|
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
|
|
5969
|
-
:param media_stream_output_configurations: The
|
|
6243
|
+
:param media_stream_output_configurations: The media streams that are associated with the output, and the parameters for those associations.
|
|
5970
6244
|
: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.
|
|
5971
|
-
:param name: The name of the output.
|
|
5972
|
-
:param
|
|
5973
|
-
:param
|
|
5974
|
-
:param
|
|
6245
|
+
:param name: The name of the bridge's output.
|
|
6246
|
+
:param ndi_program_name: A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
|
|
6247
|
+
:param ndi_speed_hq_quality: A quality setting for the NDI Speed HQ encoder.
|
|
6248
|
+
:param output_status: An indication of whether the output should transmit data or not.
|
|
6249
|
+
:param port: The port to use when content is distributed to this output.
|
|
6250
|
+
:param remote_id: The remote ID for the Zixi-pull stream.
|
|
5975
6251
|
:param smoothing_latency: The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
|
5976
6252
|
:param stream_id: The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
|
|
5977
|
-
:param vpc_interface_attachment: The VPC interface
|
|
6253
|
+
:param vpc_interface_attachment: The name of the VPC interface attachment to use for this output.
|
|
5978
6254
|
'''
|
|
5979
6255
|
if __debug__:
|
|
5980
6256
|
type_hints = typing.get_type_hints(_typecheckingstub__50a855342b002f2aaf180af2a85e45ce23346b4a5b582c00ee1a8474e9dd9bf1)
|
|
@@ -5991,6 +6267,8 @@ class CfnFlowOutput(
|
|
|
5991
6267
|
media_stream_output_configurations=media_stream_output_configurations,
|
|
5992
6268
|
min_latency=min_latency,
|
|
5993
6269
|
name=name,
|
|
6270
|
+
ndi_program_name=ndi_program_name,
|
|
6271
|
+
ndi_speed_hq_quality=ndi_speed_hq_quality,
|
|
5994
6272
|
output_status=output_status,
|
|
5995
6273
|
port=port,
|
|
5996
6274
|
remote_id=remote_id,
|
|
@@ -6074,7 +6352,7 @@ class CfnFlowOutput(
|
|
|
6074
6352
|
@builtins.property
|
|
6075
6353
|
@jsii.member(jsii_name="cidrAllowList")
|
|
6076
6354
|
def cidr_allow_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6077
|
-
'''The range of IP addresses that
|
|
6355
|
+
'''The range of IP addresses that should be allowed to initiate output requests to this flow.'''
|
|
6078
6356
|
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "cidrAllowList"))
|
|
6079
6357
|
|
|
6080
6358
|
@cidr_allow_list.setter
|
|
@@ -6118,7 +6396,7 @@ class CfnFlowOutput(
|
|
|
6118
6396
|
def encryption(
|
|
6119
6397
|
self,
|
|
6120
6398
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.EncryptionProperty"]]:
|
|
6121
|
-
'''The
|
|
6399
|
+
'''The type of key used for the encryption.'''
|
|
6122
6400
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.EncryptionProperty"]], jsii.get(self, "encryption"))
|
|
6123
6401
|
|
|
6124
6402
|
@encryption.setter
|
|
@@ -6149,7 +6427,7 @@ class CfnFlowOutput(
|
|
|
6149
6427
|
def media_stream_output_configurations(
|
|
6150
6428
|
self,
|
|
6151
6429
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.MediaStreamOutputConfigurationProperty"]]]]:
|
|
6152
|
-
'''The
|
|
6430
|
+
'''The media streams that are associated with the output, and the parameters for those associations.'''
|
|
6153
6431
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.MediaStreamOutputConfigurationProperty"]]]], jsii.get(self, "mediaStreamOutputConfigurations"))
|
|
6154
6432
|
|
|
6155
6433
|
@media_stream_output_configurations.setter
|
|
@@ -6178,7 +6456,7 @@ class CfnFlowOutput(
|
|
|
6178
6456
|
@builtins.property
|
|
6179
6457
|
@jsii.member(jsii_name="name")
|
|
6180
6458
|
def name(self) -> typing.Optional[builtins.str]:
|
|
6181
|
-
'''The name of the output.'''
|
|
6459
|
+
'''The name of the bridge's output.'''
|
|
6182
6460
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "name"))
|
|
6183
6461
|
|
|
6184
6462
|
@name.setter
|
|
@@ -6188,10 +6466,36 @@ class CfnFlowOutput(
|
|
|
6188
6466
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6189
6467
|
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6190
6468
|
|
|
6469
|
+
@builtins.property
|
|
6470
|
+
@jsii.member(jsii_name="ndiProgramName")
|
|
6471
|
+
def ndi_program_name(self) -> typing.Optional[builtins.str]:
|
|
6472
|
+
'''A suffix for the names of the NDI sources that the flow creates.'''
|
|
6473
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ndiProgramName"))
|
|
6474
|
+
|
|
6475
|
+
@ndi_program_name.setter
|
|
6476
|
+
def ndi_program_name(self, value: typing.Optional[builtins.str]) -> None:
|
|
6477
|
+
if __debug__:
|
|
6478
|
+
type_hints = typing.get_type_hints(_typecheckingstub__726c61d1e734fe3825d1f969a727f62f0da47c2684038a9b2dd3b004d823f5a0)
|
|
6479
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6480
|
+
jsii.set(self, "ndiProgramName", value) # pyright: ignore[reportArgumentType]
|
|
6481
|
+
|
|
6482
|
+
@builtins.property
|
|
6483
|
+
@jsii.member(jsii_name="ndiSpeedHqQuality")
|
|
6484
|
+
def ndi_speed_hq_quality(self) -> typing.Optional[jsii.Number]:
|
|
6485
|
+
'''A quality setting for the NDI Speed HQ encoder.'''
|
|
6486
|
+
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "ndiSpeedHqQuality"))
|
|
6487
|
+
|
|
6488
|
+
@ndi_speed_hq_quality.setter
|
|
6489
|
+
def ndi_speed_hq_quality(self, value: typing.Optional[jsii.Number]) -> None:
|
|
6490
|
+
if __debug__:
|
|
6491
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ce18d034d798847cffb7feeb7c46dad4031db9cee117a778fb30fb59f6e3cde2)
|
|
6492
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6493
|
+
jsii.set(self, "ndiSpeedHqQuality", value) # pyright: ignore[reportArgumentType]
|
|
6494
|
+
|
|
6191
6495
|
@builtins.property
|
|
6192
6496
|
@jsii.member(jsii_name="outputStatus")
|
|
6193
6497
|
def output_status(self) -> typing.Optional[builtins.str]:
|
|
6194
|
-
'''An indication of whether the
|
|
6498
|
+
'''An indication of whether the output should transmit data or not.'''
|
|
6195
6499
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "outputStatus"))
|
|
6196
6500
|
|
|
6197
6501
|
@output_status.setter
|
|
@@ -6204,7 +6508,7 @@ class CfnFlowOutput(
|
|
|
6204
6508
|
@builtins.property
|
|
6205
6509
|
@jsii.member(jsii_name="port")
|
|
6206
6510
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
6207
|
-
'''The port to use when
|
|
6511
|
+
'''The port to use when content is distributed to this output.'''
|
|
6208
6512
|
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "port"))
|
|
6209
6513
|
|
|
6210
6514
|
@port.setter
|
|
@@ -6217,7 +6521,7 @@ class CfnFlowOutput(
|
|
|
6217
6521
|
@builtins.property
|
|
6218
6522
|
@jsii.member(jsii_name="remoteId")
|
|
6219
6523
|
def remote_id(self) -> typing.Optional[builtins.str]:
|
|
6220
|
-
'''The
|
|
6524
|
+
'''The remote ID for the Zixi-pull stream.'''
|
|
6221
6525
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "remoteId"))
|
|
6222
6526
|
|
|
6223
6527
|
@remote_id.setter
|
|
@@ -6258,7 +6562,7 @@ class CfnFlowOutput(
|
|
|
6258
6562
|
def vpc_interface_attachment(
|
|
6259
6563
|
self,
|
|
6260
6564
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.VpcInterfaceAttachmentProperty"]]:
|
|
6261
|
-
'''The VPC interface
|
|
6565
|
+
'''The name of the VPC interface attachment to use for this output.'''
|
|
6262
6566
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.VpcInterfaceAttachmentProperty"]], jsii.get(self, "vpcInterfaceAttachment"))
|
|
6263
6567
|
|
|
6264
6568
|
@vpc_interface_attachment.setter
|
|
@@ -6288,11 +6592,11 @@ class CfnFlowOutput(
|
|
|
6288
6592
|
destination_port: jsii.Number,
|
|
6289
6593
|
interface: typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlowOutput.InterfaceProperty", typing.Dict[builtins.str, typing.Any]]],
|
|
6290
6594
|
) -> None:
|
|
6291
|
-
'''The
|
|
6595
|
+
'''The transport parameters that you want to associate with an outbound media stream.
|
|
6292
6596
|
|
|
6293
|
-
:param destination_ip: The IP address where contents of the media stream
|
|
6294
|
-
:param destination_port: The port to use when
|
|
6295
|
-
:param interface: The VPC interface that
|
|
6597
|
+
:param destination_ip: The IP address where you want MediaConnect to send contents of the media stream.
|
|
6598
|
+
:param destination_port: The port that you want MediaConnect to use when it distributes the media stream to the output.
|
|
6599
|
+
:param interface: The VPC interface that you want to use for the media stream associated with the output.
|
|
6296
6600
|
|
|
6297
6601
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.html
|
|
6298
6602
|
:exampleMetadata: fixture=_generated
|
|
@@ -6324,7 +6628,7 @@ class CfnFlowOutput(
|
|
|
6324
6628
|
|
|
6325
6629
|
@builtins.property
|
|
6326
6630
|
def destination_ip(self) -> builtins.str:
|
|
6327
|
-
'''The IP address where contents of the media stream
|
|
6631
|
+
'''The IP address where you want MediaConnect to send contents of the media stream.
|
|
6328
6632
|
|
|
6329
6633
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.html#cfn-mediaconnect-flowoutput-destinationconfiguration-destinationip
|
|
6330
6634
|
'''
|
|
@@ -6334,7 +6638,7 @@ class CfnFlowOutput(
|
|
|
6334
6638
|
|
|
6335
6639
|
@builtins.property
|
|
6336
6640
|
def destination_port(self) -> jsii.Number:
|
|
6337
|
-
'''The port to use when
|
|
6641
|
+
'''The port that you want MediaConnect to use when it distributes the media stream to the output.
|
|
6338
6642
|
|
|
6339
6643
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.html#cfn-mediaconnect-flowoutput-destinationconfiguration-destinationport
|
|
6340
6644
|
'''
|
|
@@ -6346,7 +6650,7 @@ class CfnFlowOutput(
|
|
|
6346
6650
|
def interface(
|
|
6347
6651
|
self,
|
|
6348
6652
|
) -> typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.InterfaceProperty"]:
|
|
6349
|
-
'''The VPC interface that
|
|
6653
|
+
'''The VPC interface that you want to use for the media stream associated with the output.
|
|
6350
6654
|
|
|
6351
6655
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-destinationconfiguration.html#cfn-mediaconnect-flowoutput-destinationconfiguration-interface
|
|
6352
6656
|
'''
|
|
@@ -6384,7 +6688,7 @@ class CfnFlowOutput(
|
|
|
6384
6688
|
|
|
6385
6689
|
These fields only apply to outputs on flows that have a CDI source.
|
|
6386
6690
|
|
|
6387
|
-
:param compression_factor: A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are in the range of 3.0 to 10.0, inclusive.
|
|
6691
|
+
:param compression_factor: A value that is used to calculate compression for an output. The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.
|
|
6388
6692
|
:param encoder_profile: A setting on the encoder that drives compression settings. This property only applies to video media streams associated with outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol.
|
|
6389
6693
|
|
|
6390
6694
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-encodingparameters.html
|
|
@@ -6417,11 +6721,7 @@ class CfnFlowOutput(
|
|
|
6417
6721
|
def compression_factor(self) -> jsii.Number:
|
|
6418
6722
|
'''A value that is used to calculate compression for an output.
|
|
6419
6723
|
|
|
6420
|
-
The bitrate of the output is calculated as follows:
|
|
6421
|
-
|
|
6422
|
-
Output bitrate = (1 / compressionFactor) * (source bitrate)
|
|
6423
|
-
|
|
6424
|
-
This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are in the range of 3.0 to 10.0, inclusive.
|
|
6724
|
+
The bitrate of the output is calculated as follows: Output bitrate = (1 / compressionFactor) * (source bitrate) This property only applies to outputs that use the ST 2110 JPEG XS protocol, with a flow source that uses the CDI protocol. Valid values are floating point numbers in the range of 3.0 to 10.0, inclusive.
|
|
6425
6725
|
|
|
6426
6726
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-encodingparameters.html#cfn-mediaconnect-flowoutput-encodingparameters-compressionfactor
|
|
6427
6727
|
'''
|
|
@@ -6472,8 +6772,8 @@ class CfnFlowOutput(
|
|
|
6472
6772
|
) -> None:
|
|
6473
6773
|
'''Information about the encryption of the flow.
|
|
6474
6774
|
|
|
6475
|
-
:param role_arn: The
|
|
6476
|
-
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
6775
|
+
:param role_arn: The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
6776
|
+
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
6477
6777
|
:param algorithm: The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256). If you are using SPEKE or SRT-password encryption, this property must be left blank.
|
|
6478
6778
|
:param key_type: The type of key that is used for the encryption. If you don't specify a ``keyType`` value, the service uses the default setting ( ``static-key`` ). Valid key types are: ``static-key`` , ``speke`` , and ``srt-password`` . Default: - "static-key"
|
|
6479
6779
|
|
|
@@ -6512,7 +6812,7 @@ class CfnFlowOutput(
|
|
|
6512
6812
|
|
|
6513
6813
|
@builtins.property
|
|
6514
6814
|
def role_arn(self) -> builtins.str:
|
|
6515
|
-
'''The
|
|
6815
|
+
'''The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
6516
6816
|
|
|
6517
6817
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-encryption.html#cfn-mediaconnect-flowoutput-encryption-rolearn
|
|
6518
6818
|
'''
|
|
@@ -6524,6 +6824,8 @@ class CfnFlowOutput(
|
|
|
6524
6824
|
def secret_arn(self) -> builtins.str:
|
|
6525
6825
|
'''The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
6526
6826
|
|
|
6827
|
+
This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
6828
|
+
|
|
6527
6829
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-encryption.html#cfn-mediaconnect-flowoutput-encryption-secretarn
|
|
6528
6830
|
'''
|
|
6529
6831
|
result = self._values.get("secret_arn")
|
|
@@ -6572,9 +6874,9 @@ class CfnFlowOutput(
|
|
|
6572
6874
|
)
|
|
6573
6875
|
class InterfaceProperty:
|
|
6574
6876
|
def __init__(self, *, name: builtins.str) -> None:
|
|
6575
|
-
'''The VPC interface that
|
|
6877
|
+
'''The VPC interface that is used for the media stream associated with the source or output.
|
|
6576
6878
|
|
|
6577
|
-
:param name: The name of the VPC interface
|
|
6879
|
+
:param name: The name of the VPC interface.
|
|
6578
6880
|
|
|
6579
6881
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-interface.html
|
|
6580
6882
|
:exampleMetadata: fixture=_generated
|
|
@@ -6598,7 +6900,7 @@ class CfnFlowOutput(
|
|
|
6598
6900
|
|
|
6599
6901
|
@builtins.property
|
|
6600
6902
|
def name(self) -> builtins.str:
|
|
6601
|
-
'''The name of the VPC interface
|
|
6903
|
+
'''The name of the VPC interface.
|
|
6602
6904
|
|
|
6603
6905
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-interface.html#cfn-mediaconnect-flowoutput-interface-name
|
|
6604
6906
|
'''
|
|
@@ -6638,9 +6940,9 @@ class CfnFlowOutput(
|
|
|
6638
6940
|
) -> None:
|
|
6639
6941
|
'''The media stream that is associated with the output, and the parameters for that association.
|
|
6640
6942
|
|
|
6641
|
-
:param encoding_name: The format that
|
|
6642
|
-
:param media_stream_name:
|
|
6643
|
-
:param destination_configurations: The
|
|
6943
|
+
:param encoding_name: The format that was used to encode the data. For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
|
|
6944
|
+
:param media_stream_name: The name of the media stream.
|
|
6945
|
+
:param destination_configurations: The transport parameters that are associated with each outbound media stream.
|
|
6644
6946
|
:param encoding_parameters: A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
|
|
6645
6947
|
|
|
6646
6948
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-mediastreamoutputconfiguration.html
|
|
@@ -6689,15 +6991,9 @@ class CfnFlowOutput(
|
|
|
6689
6991
|
|
|
6690
6992
|
@builtins.property
|
|
6691
6993
|
def encoding_name(self) -> builtins.str:
|
|
6692
|
-
'''The format that
|
|
6693
|
-
|
|
6694
|
-
For ancillary data streams, set the encoding name to ``smpte291`` .
|
|
6695
|
-
|
|
6696
|
-
For audio streams, set the encoding name to ``pcm`` .
|
|
6697
|
-
|
|
6698
|
-
For video streams on sources or outputs that use the CDI protocol, set the encoding name to ``raw`` .
|
|
6994
|
+
'''The format that was used to encode the data.
|
|
6699
6995
|
|
|
6700
|
-
For
|
|
6996
|
+
For ancillary data streams, set the encoding name to smpte291. For audio streams, set the encoding name to pcm. For video, 2110 streams, set the encoding name to raw. For video, JPEG XS streams, set the encoding name to jxsv.
|
|
6701
6997
|
|
|
6702
6998
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-mediastreamoutputconfiguration.html#cfn-mediaconnect-flowoutput-mediastreamoutputconfiguration-encodingname
|
|
6703
6999
|
'''
|
|
@@ -6707,7 +7003,7 @@ class CfnFlowOutput(
|
|
|
6707
7003
|
|
|
6708
7004
|
@builtins.property
|
|
6709
7005
|
def media_stream_name(self) -> builtins.str:
|
|
6710
|
-
'''
|
|
7006
|
+
'''The name of the media stream.
|
|
6711
7007
|
|
|
6712
7008
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-mediastreamoutputconfiguration.html#cfn-mediaconnect-flowoutput-mediastreamoutputconfiguration-mediastreamname
|
|
6713
7009
|
'''
|
|
@@ -6719,7 +7015,7 @@ class CfnFlowOutput(
|
|
|
6719
7015
|
def destination_configurations(
|
|
6720
7016
|
self,
|
|
6721
7017
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlowOutput.DestinationConfigurationProperty"]]]]:
|
|
6722
|
-
'''The
|
|
7018
|
+
'''The transport parameters that are associated with each outbound media stream.
|
|
6723
7019
|
|
|
6724
7020
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-mediastreamoutputconfiguration.html#cfn-mediaconnect-flowoutput-mediastreamoutputconfiguration-destinationconfigurations
|
|
6725
7021
|
'''
|
|
@@ -6761,9 +7057,9 @@ class CfnFlowOutput(
|
|
|
6761
7057
|
*,
|
|
6762
7058
|
vpc_interface_name: typing.Optional[builtins.str] = None,
|
|
6763
7059
|
) -> None:
|
|
6764
|
-
'''The
|
|
7060
|
+
'''The settings for attaching a VPC interface to an resource.
|
|
6765
7061
|
|
|
6766
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
7062
|
+
:param vpc_interface_name: The name of the VPC interface to use for this resource.
|
|
6767
7063
|
|
|
6768
7064
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-vpcinterfaceattachment.html
|
|
6769
7065
|
:exampleMetadata: fixture=_generated
|
|
@@ -6787,7 +7083,7 @@ class CfnFlowOutput(
|
|
|
6787
7083
|
|
|
6788
7084
|
@builtins.property
|
|
6789
7085
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
6790
|
-
'''The name of the VPC interface
|
|
7086
|
+
'''The name of the VPC interface to use for this resource.
|
|
6791
7087
|
|
|
6792
7088
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowoutput-vpcinterfaceattachment.html#cfn-mediaconnect-flowoutput-vpcinterfaceattachment-vpcinterfacename
|
|
6793
7089
|
'''
|
|
@@ -6820,6 +7116,8 @@ class CfnFlowOutput(
|
|
|
6820
7116
|
"media_stream_output_configurations": "mediaStreamOutputConfigurations",
|
|
6821
7117
|
"min_latency": "minLatency",
|
|
6822
7118
|
"name": "name",
|
|
7119
|
+
"ndi_program_name": "ndiProgramName",
|
|
7120
|
+
"ndi_speed_hq_quality": "ndiSpeedHqQuality",
|
|
6823
7121
|
"output_status": "outputStatus",
|
|
6824
7122
|
"port": "port",
|
|
6825
7123
|
"remote_id": "remoteId",
|
|
@@ -6842,6 +7140,8 @@ class CfnFlowOutputProps:
|
|
|
6842
7140
|
media_stream_output_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlowOutput.MediaStreamOutputConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6843
7141
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
6844
7142
|
name: typing.Optional[builtins.str] = None,
|
|
7143
|
+
ndi_program_name: typing.Optional[builtins.str] = None,
|
|
7144
|
+
ndi_speed_hq_quality: typing.Optional[jsii.Number] = None,
|
|
6845
7145
|
output_status: typing.Optional[builtins.str] = None,
|
|
6846
7146
|
port: typing.Optional[jsii.Number] = None,
|
|
6847
7147
|
remote_id: typing.Optional[builtins.str] = None,
|
|
@@ -6853,20 +7153,22 @@ class CfnFlowOutputProps:
|
|
|
6853
7153
|
|
|
6854
7154
|
:param flow_arn: The Amazon Resource Name (ARN) of the flow this output is attached to.
|
|
6855
7155
|
: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.
|
|
6856
|
-
:param cidr_allow_list: The range of IP addresses that
|
|
6857
|
-
:param description: A description of the output. This description
|
|
7156
|
+
:param cidr_allow_list: The range of IP addresses that should be allowed to initiate output requests to this flow. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
7157
|
+
:param description: A description of the output. This description appears only on the MediaConnect console and will not be seen by the end user.
|
|
6858
7158
|
:param destination: The IP address where you want to send the output.
|
|
6859
|
-
:param encryption: The encryption
|
|
7159
|
+
:param encryption: The type of key used for the encryption. If no ``keyType`` is provided, the service will use the default setting (static-key). Allowable encryption types: static-key.
|
|
6860
7160
|
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
|
|
6861
|
-
:param media_stream_output_configurations: The
|
|
7161
|
+
:param media_stream_output_configurations: The media streams that are associated with the output, and the parameters for those associations.
|
|
6862
7162
|
: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.
|
|
6863
|
-
:param name: The name of the output.
|
|
6864
|
-
:param
|
|
6865
|
-
:param
|
|
6866
|
-
:param
|
|
7163
|
+
:param name: The name of the bridge's output.
|
|
7164
|
+
:param ndi_program_name: A suffix for the names of the NDI sources that the flow creates. If a custom name isn't specified, MediaConnect uses the output name.
|
|
7165
|
+
:param ndi_speed_hq_quality: A quality setting for the NDI Speed HQ encoder.
|
|
7166
|
+
:param output_status: An indication of whether the output should transmit data or not.
|
|
7167
|
+
:param port: The port to use when content is distributed to this output.
|
|
7168
|
+
:param remote_id: The remote ID for the Zixi-pull stream.
|
|
6867
7169
|
:param smoothing_latency: The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
|
6868
7170
|
:param stream_id: The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
|
|
6869
|
-
:param vpc_interface_attachment: The VPC interface
|
|
7171
|
+
:param vpc_interface_attachment: The name of the VPC interface attachment to use for this output.
|
|
6870
7172
|
|
|
6871
7173
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html
|
|
6872
7174
|
:exampleMetadata: fixture=_generated
|
|
@@ -6915,6 +7217,8 @@ class CfnFlowOutputProps:
|
|
|
6915
7217
|
)],
|
|
6916
7218
|
min_latency=123,
|
|
6917
7219
|
name="name",
|
|
7220
|
+
ndi_program_name="ndiProgramName",
|
|
7221
|
+
ndi_speed_hq_quality=123,
|
|
6918
7222
|
output_status="outputStatus",
|
|
6919
7223
|
port=123,
|
|
6920
7224
|
remote_id="remoteId",
|
|
@@ -6937,6 +7241,8 @@ class CfnFlowOutputProps:
|
|
|
6937
7241
|
check_type(argname="argument media_stream_output_configurations", value=media_stream_output_configurations, expected_type=type_hints["media_stream_output_configurations"])
|
|
6938
7242
|
check_type(argname="argument min_latency", value=min_latency, expected_type=type_hints["min_latency"])
|
|
6939
7243
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
7244
|
+
check_type(argname="argument ndi_program_name", value=ndi_program_name, expected_type=type_hints["ndi_program_name"])
|
|
7245
|
+
check_type(argname="argument ndi_speed_hq_quality", value=ndi_speed_hq_quality, expected_type=type_hints["ndi_speed_hq_quality"])
|
|
6940
7246
|
check_type(argname="argument output_status", value=output_status, expected_type=type_hints["output_status"])
|
|
6941
7247
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
6942
7248
|
check_type(argname="argument remote_id", value=remote_id, expected_type=type_hints["remote_id"])
|
|
@@ -6963,6 +7269,10 @@ class CfnFlowOutputProps:
|
|
|
6963
7269
|
self._values["min_latency"] = min_latency
|
|
6964
7270
|
if name is not None:
|
|
6965
7271
|
self._values["name"] = name
|
|
7272
|
+
if ndi_program_name is not None:
|
|
7273
|
+
self._values["ndi_program_name"] = ndi_program_name
|
|
7274
|
+
if ndi_speed_hq_quality is not None:
|
|
7275
|
+
self._values["ndi_speed_hq_quality"] = ndi_speed_hq_quality
|
|
6966
7276
|
if output_status is not None:
|
|
6967
7277
|
self._values["output_status"] = output_status
|
|
6968
7278
|
if port is not None:
|
|
@@ -7002,9 +7312,9 @@ class CfnFlowOutputProps:
|
|
|
7002
7312
|
|
|
7003
7313
|
@builtins.property
|
|
7004
7314
|
def cidr_allow_list(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
7005
|
-
'''The range of IP addresses that
|
|
7315
|
+
'''The range of IP addresses that should be allowed to initiate output requests to this flow.
|
|
7006
7316
|
|
|
7007
|
-
|
|
7317
|
+
These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
7008
7318
|
|
|
7009
7319
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-cidrallowlist
|
|
7010
7320
|
'''
|
|
@@ -7015,7 +7325,7 @@ class CfnFlowOutputProps:
|
|
|
7015
7325
|
def description(self) -> typing.Optional[builtins.str]:
|
|
7016
7326
|
'''A description of the output.
|
|
7017
7327
|
|
|
7018
|
-
This description
|
|
7328
|
+
This description appears only on the MediaConnect console and will not be seen by the end user.
|
|
7019
7329
|
|
|
7020
7330
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-description
|
|
7021
7331
|
'''
|
|
@@ -7035,7 +7345,9 @@ class CfnFlowOutputProps:
|
|
|
7035
7345
|
def encryption(
|
|
7036
7346
|
self,
|
|
7037
7347
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlowOutput.EncryptionProperty]]:
|
|
7038
|
-
'''The
|
|
7348
|
+
'''The type of key used for the encryption.
|
|
7349
|
+
|
|
7350
|
+
If no ``keyType`` is provided, the service will use the default setting (static-key). Allowable encryption types: static-key.
|
|
7039
7351
|
|
|
7040
7352
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-encryption
|
|
7041
7353
|
'''
|
|
@@ -7057,7 +7369,7 @@ class CfnFlowOutputProps:
|
|
|
7057
7369
|
def media_stream_output_configurations(
|
|
7058
7370
|
self,
|
|
7059
7371
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFlowOutput.MediaStreamOutputConfigurationProperty]]]]:
|
|
7060
|
-
'''The
|
|
7372
|
+
'''The media streams that are associated with the output, and the parameters for those associations.
|
|
7061
7373
|
|
|
7062
7374
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-mediastreamoutputconfigurations
|
|
7063
7375
|
'''
|
|
@@ -7077,9 +7389,7 @@ class CfnFlowOutputProps:
|
|
|
7077
7389
|
|
|
7078
7390
|
@builtins.property
|
|
7079
7391
|
def name(self) -> typing.Optional[builtins.str]:
|
|
7080
|
-
'''The name of the output.
|
|
7081
|
-
|
|
7082
|
-
This value must be unique within the current flow.
|
|
7392
|
+
'''The name of the bridge's output.
|
|
7083
7393
|
|
|
7084
7394
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-name
|
|
7085
7395
|
'''
|
|
@@ -7087,10 +7397,28 @@ class CfnFlowOutputProps:
|
|
|
7087
7397
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
7088
7398
|
|
|
7089
7399
|
@builtins.property
|
|
7090
|
-
def
|
|
7091
|
-
'''
|
|
7400
|
+
def ndi_program_name(self) -> typing.Optional[builtins.str]:
|
|
7401
|
+
'''A suffix for the names of the NDI sources that the flow creates.
|
|
7402
|
+
|
|
7403
|
+
If a custom name isn't specified, MediaConnect uses the output name.
|
|
7092
7404
|
|
|
7093
|
-
|
|
7405
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-ndiprogramname
|
|
7406
|
+
'''
|
|
7407
|
+
result = self._values.get("ndi_program_name")
|
|
7408
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7409
|
+
|
|
7410
|
+
@builtins.property
|
|
7411
|
+
def ndi_speed_hq_quality(self) -> typing.Optional[jsii.Number]:
|
|
7412
|
+
'''A quality setting for the NDI Speed HQ encoder.
|
|
7413
|
+
|
|
7414
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-ndispeedhqquality
|
|
7415
|
+
'''
|
|
7416
|
+
result = self._values.get("ndi_speed_hq_quality")
|
|
7417
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
7418
|
+
|
|
7419
|
+
@builtins.property
|
|
7420
|
+
def output_status(self) -> typing.Optional[builtins.str]:
|
|
7421
|
+
'''An indication of whether the output should transmit data or not.
|
|
7094
7422
|
|
|
7095
7423
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-outputstatus
|
|
7096
7424
|
'''
|
|
@@ -7099,7 +7427,7 @@ class CfnFlowOutputProps:
|
|
|
7099
7427
|
|
|
7100
7428
|
@builtins.property
|
|
7101
7429
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
7102
|
-
'''The port to use when
|
|
7430
|
+
'''The port to use when content is distributed to this output.
|
|
7103
7431
|
|
|
7104
7432
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-port
|
|
7105
7433
|
'''
|
|
@@ -7108,9 +7436,7 @@ class CfnFlowOutputProps:
|
|
|
7108
7436
|
|
|
7109
7437
|
@builtins.property
|
|
7110
7438
|
def remote_id(self) -> typing.Optional[builtins.str]:
|
|
7111
|
-
'''The
|
|
7112
|
-
|
|
7113
|
-
This parameter applies only to outputs that use Zixi pull.
|
|
7439
|
+
'''The remote ID for the Zixi-pull stream.
|
|
7114
7440
|
|
|
7115
7441
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-remoteid
|
|
7116
7442
|
'''
|
|
@@ -7141,7 +7467,7 @@ class CfnFlowOutputProps:
|
|
|
7141
7467
|
def vpc_interface_attachment(
|
|
7142
7468
|
self,
|
|
7143
7469
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlowOutput.VpcInterfaceAttachmentProperty]]:
|
|
7144
|
-
'''The VPC interface
|
|
7470
|
+
'''The name of the VPC interface attachment to use for this output.
|
|
7145
7471
|
|
|
7146
7472
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-vpcinterfaceattachment
|
|
7147
7473
|
'''
|
|
@@ -7167,8 +7493,10 @@ class CfnFlowOutputProps:
|
|
|
7167
7493
|
"name": "name",
|
|
7168
7494
|
"source": "source",
|
|
7169
7495
|
"availability_zone": "availabilityZone",
|
|
7496
|
+
"flow_size": "flowSize",
|
|
7170
7497
|
"maintenance": "maintenance",
|
|
7171
7498
|
"media_streams": "mediaStreams",
|
|
7499
|
+
"ndi_config": "ndiConfig",
|
|
7172
7500
|
"source_failover_config": "sourceFailoverConfig",
|
|
7173
7501
|
"source_monitoring_config": "sourceMonitoringConfig",
|
|
7174
7502
|
"vpc_interfaces": "vpcInterfaces",
|
|
@@ -7181,8 +7509,10 @@ class CfnFlowProps:
|
|
|
7181
7509
|
name: builtins.str,
|
|
7182
7510
|
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
7183
7511
|
availability_zone: typing.Optional[builtins.str] = None,
|
|
7512
|
+
flow_size: typing.Optional[builtins.str] = None,
|
|
7184
7513
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MaintenanceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7185
7514
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MediaStreamProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
7515
|
+
ndi_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.NdiConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7186
7516
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FailoverConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7187
7517
|
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceMonitoringConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
7188
7518
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VpcInterfaceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -7192,11 +7522,13 @@ class CfnFlowProps:
|
|
|
7192
7522
|
:param name: The name of the flow.
|
|
7193
7523
|
:param source: The settings for the source that you want to use for the new flow.
|
|
7194
7524
|
:param availability_zone: The Availability Zone that you want to create the flow in. These options are limited to the Availability Zones within the current AWS Region.
|
|
7525
|
+
:param flow_size: Determines the processing capacity and feature set of the flow. Set this optional parameter to LARGE if you want to enable NDI outputs on the flow.
|
|
7195
7526
|
:param maintenance: The maintenance settings you want to use for the flow.
|
|
7196
|
-
:param media_streams: The media streams associated with the flow.
|
|
7527
|
+
:param media_streams: The media streams that are associated with the flow. After you associate a media stream with a source, you can also associate it with outputs on the flow.
|
|
7528
|
+
:param ndi_config: Specifies the configuration settings for NDI outputs. Required when the flow includes NDI outputs.
|
|
7197
7529
|
:param source_failover_config: The settings for source failover.
|
|
7198
7530
|
:param source_monitoring_config: The settings for source monitoring.
|
|
7199
|
-
:param vpc_interfaces: The VPC
|
|
7531
|
+
:param vpc_interfaces: The VPC Interfaces for this flow.
|
|
7200
7532
|
|
|
7201
7533
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html
|
|
7202
7534
|
:exampleMetadata: fixture=_generated
|
|
@@ -7266,6 +7598,7 @@ class CfnFlowProps:
|
|
|
7266
7598
|
|
|
7267
7599
|
# the properties below are optional
|
|
7268
7600
|
availability_zone="availabilityZone",
|
|
7601
|
+
flow_size="flowSize",
|
|
7269
7602
|
maintenance=mediaconnect.CfnFlow.MaintenanceProperty(
|
|
7270
7603
|
maintenance_day="maintenanceDay",
|
|
7271
7604
|
maintenance_start_hour="maintenanceStartHour"
|
|
@@ -7293,6 +7626,17 @@ class CfnFlowProps:
|
|
|
7293
7626
|
fmt=123,
|
|
7294
7627
|
video_format="videoFormat"
|
|
7295
7628
|
)],
|
|
7629
|
+
ndi_config=mediaconnect.CfnFlow.NdiConfigProperty(
|
|
7630
|
+
machine_name="machineName",
|
|
7631
|
+
ndi_discovery_servers=[mediaconnect.CfnFlow.NdiDiscoveryServerConfigProperty(
|
|
7632
|
+
discovery_server_address="discoveryServerAddress",
|
|
7633
|
+
vpc_interface_adapter="vpcInterfaceAdapter",
|
|
7634
|
+
|
|
7635
|
+
# the properties below are optional
|
|
7636
|
+
discovery_server_port=123
|
|
7637
|
+
)],
|
|
7638
|
+
ndi_state="ndiState"
|
|
7639
|
+
),
|
|
7296
7640
|
source_failover_config=mediaconnect.CfnFlow.FailoverConfigProperty(
|
|
7297
7641
|
failover_mode="failoverMode",
|
|
7298
7642
|
recovery_window=123,
|
|
@@ -7338,8 +7682,10 @@ class CfnFlowProps:
|
|
|
7338
7682
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
7339
7683
|
check_type(argname="argument source", value=source, expected_type=type_hints["source"])
|
|
7340
7684
|
check_type(argname="argument availability_zone", value=availability_zone, expected_type=type_hints["availability_zone"])
|
|
7685
|
+
check_type(argname="argument flow_size", value=flow_size, expected_type=type_hints["flow_size"])
|
|
7341
7686
|
check_type(argname="argument maintenance", value=maintenance, expected_type=type_hints["maintenance"])
|
|
7342
7687
|
check_type(argname="argument media_streams", value=media_streams, expected_type=type_hints["media_streams"])
|
|
7688
|
+
check_type(argname="argument ndi_config", value=ndi_config, expected_type=type_hints["ndi_config"])
|
|
7343
7689
|
check_type(argname="argument source_failover_config", value=source_failover_config, expected_type=type_hints["source_failover_config"])
|
|
7344
7690
|
check_type(argname="argument source_monitoring_config", value=source_monitoring_config, expected_type=type_hints["source_monitoring_config"])
|
|
7345
7691
|
check_type(argname="argument vpc_interfaces", value=vpc_interfaces, expected_type=type_hints["vpc_interfaces"])
|
|
@@ -7349,10 +7695,14 @@ class CfnFlowProps:
|
|
|
7349
7695
|
}
|
|
7350
7696
|
if availability_zone is not None:
|
|
7351
7697
|
self._values["availability_zone"] = availability_zone
|
|
7698
|
+
if flow_size is not None:
|
|
7699
|
+
self._values["flow_size"] = flow_size
|
|
7352
7700
|
if maintenance is not None:
|
|
7353
7701
|
self._values["maintenance"] = maintenance
|
|
7354
7702
|
if media_streams is not None:
|
|
7355
7703
|
self._values["media_streams"] = media_streams
|
|
7704
|
+
if ndi_config is not None:
|
|
7705
|
+
self._values["ndi_config"] = ndi_config
|
|
7356
7706
|
if source_failover_config is not None:
|
|
7357
7707
|
self._values["source_failover_config"] = source_failover_config
|
|
7358
7708
|
if source_monitoring_config is not None:
|
|
@@ -7391,6 +7741,17 @@ class CfnFlowProps:
|
|
|
7391
7741
|
result = self._values.get("availability_zone")
|
|
7392
7742
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
7393
7743
|
|
|
7744
|
+
@builtins.property
|
|
7745
|
+
def flow_size(self) -> typing.Optional[builtins.str]:
|
|
7746
|
+
'''Determines the processing capacity and feature set of the flow.
|
|
7747
|
+
|
|
7748
|
+
Set this optional parameter to LARGE if you want to enable NDI outputs on the flow.
|
|
7749
|
+
|
|
7750
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-flowsize
|
|
7751
|
+
'''
|
|
7752
|
+
result = self._values.get("flow_size")
|
|
7753
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
7754
|
+
|
|
7394
7755
|
@builtins.property
|
|
7395
7756
|
def maintenance(
|
|
7396
7757
|
self,
|
|
@@ -7406,15 +7767,28 @@ class CfnFlowProps:
|
|
|
7406
7767
|
def media_streams(
|
|
7407
7768
|
self,
|
|
7408
7769
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFlow.MediaStreamProperty]]]]:
|
|
7409
|
-
'''The media streams associated with the flow.
|
|
7770
|
+
'''The media streams that are associated with the flow.
|
|
7410
7771
|
|
|
7411
|
-
|
|
7772
|
+
After you associate a media stream with a source, you can also associate it with outputs on the flow.
|
|
7412
7773
|
|
|
7413
7774
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-mediastreams
|
|
7414
7775
|
'''
|
|
7415
7776
|
result = self._values.get("media_streams")
|
|
7416
7777
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFlow.MediaStreamProperty]]]], result)
|
|
7417
7778
|
|
|
7779
|
+
@builtins.property
|
|
7780
|
+
def ndi_config(
|
|
7781
|
+
self,
|
|
7782
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.NdiConfigProperty]]:
|
|
7783
|
+
'''Specifies the configuration settings for NDI outputs.
|
|
7784
|
+
|
|
7785
|
+
Required when the flow includes NDI outputs.
|
|
7786
|
+
|
|
7787
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-ndiconfig
|
|
7788
|
+
'''
|
|
7789
|
+
result = self._values.get("ndi_config")
|
|
7790
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.NdiConfigProperty]], result)
|
|
7791
|
+
|
|
7418
7792
|
@builtins.property
|
|
7419
7793
|
def source_failover_config(
|
|
7420
7794
|
self,
|
|
@@ -7441,7 +7815,7 @@ class CfnFlowProps:
|
|
|
7441
7815
|
def vpc_interfaces(
|
|
7442
7816
|
self,
|
|
7443
7817
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFlow.VpcInterfaceProperty]]]]:
|
|
7444
|
-
'''The VPC
|
|
7818
|
+
'''The VPC Interfaces for this flow.
|
|
7445
7819
|
|
|
7446
7820
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-vpcinterfaces
|
|
7447
7821
|
'''
|
|
@@ -7466,7 +7840,7 @@ class CfnFlowSource(
|
|
|
7466
7840
|
metaclass=jsii.JSIIMeta,
|
|
7467
7841
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowSource",
|
|
7468
7842
|
):
|
|
7469
|
-
'''The AWS::MediaConnect::FlowSource resource is usedt to add additional sources to an existing flow.
|
|
7843
|
+
'''The ``AWS::MediaConnect::FlowSource`` resource is usedt to add additional sources to an existing flow.
|
|
7470
7844
|
|
|
7471
7845
|
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.
|
|
7472
7846
|
|
|
@@ -7550,14 +7924,14 @@ class CfnFlowSource(
|
|
|
7550
7924
|
'''
|
|
7551
7925
|
:param scope: Scope in which this resource is defined.
|
|
7552
7926
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
7553
|
-
:param description: A description
|
|
7927
|
+
:param description: A description for the source. This value is not used or seen outside of the current MediaConnect account.
|
|
7554
7928
|
:param name: The name of the source.
|
|
7555
|
-
:param decryption: The type of encryption that is used on the content ingested from
|
|
7556
|
-
:param entitlement_arn: The ARN of the entitlement that allows you to subscribe to
|
|
7929
|
+
:param decryption: The type of encryption that is used on the content ingested from this source. Allowable encryption types: static-key.
|
|
7930
|
+
:param entitlement_arn: The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.
|
|
7557
7931
|
:param flow_arn: The Amazon Resource Name (ARN) of the flow this source is connected to. The flow must have Failover enabled to add an additional source.
|
|
7558
|
-
:param gateway_bridge_source: The source
|
|
7932
|
+
:param gateway_bridge_source: The bridge's source.
|
|
7559
7933
|
: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.
|
|
7560
|
-
:param max_bitrate: The
|
|
7934
|
+
:param max_bitrate: The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
|
|
7561
7935
|
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
|
|
7562
7936
|
: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.
|
|
7563
7937
|
: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.
|
|
@@ -7566,8 +7940,8 @@ class CfnFlowSource(
|
|
|
7566
7940
|
:param source_listener_address: Source IP or domain name for SRT-caller protocol.
|
|
7567
7941
|
:param source_listener_port: Source port for SRT-caller protocol.
|
|
7568
7942
|
:param stream_id: The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
|
|
7569
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
7570
|
-
:param whitelist_cidr: The range of IP addresses that
|
|
7943
|
+
:param vpc_interface_name: The name of the VPC interface to use for this source.
|
|
7944
|
+
:param whitelist_cidr: The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
7571
7945
|
'''
|
|
7572
7946
|
if __debug__:
|
|
7573
7947
|
type_hints = typing.get_type_hints(_typecheckingstub__f14359cee01f3506467d65b7510ab8dfc45bad9d560a39ede9f196eb193c6d3f)
|
|
@@ -7663,7 +8037,7 @@ class CfnFlowSource(
|
|
|
7663
8037
|
@builtins.property
|
|
7664
8038
|
@jsii.member(jsii_name="description")
|
|
7665
8039
|
def description(self) -> builtins.str:
|
|
7666
|
-
'''A description
|
|
8040
|
+
'''A description for the source.'''
|
|
7667
8041
|
return typing.cast(builtins.str, jsii.get(self, "description"))
|
|
7668
8042
|
|
|
7669
8043
|
@description.setter
|
|
@@ -7691,7 +8065,7 @@ class CfnFlowSource(
|
|
|
7691
8065
|
def decryption(
|
|
7692
8066
|
self,
|
|
7693
8067
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowSource.EncryptionProperty"]]:
|
|
7694
|
-
'''The type of encryption that is used on the content ingested from
|
|
8068
|
+
'''The type of encryption that is used on the content ingested from this source.'''
|
|
7695
8069
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowSource.EncryptionProperty"]], jsii.get(self, "decryption"))
|
|
7696
8070
|
|
|
7697
8071
|
@decryption.setter
|
|
@@ -7707,7 +8081,7 @@ class CfnFlowSource(
|
|
|
7707
8081
|
@builtins.property
|
|
7708
8082
|
@jsii.member(jsii_name="entitlementArn")
|
|
7709
8083
|
def entitlement_arn(self) -> typing.Optional[builtins.str]:
|
|
7710
|
-
'''The ARN of the entitlement that allows you to subscribe to
|
|
8084
|
+
'''The ARN of the entitlement that allows you to subscribe to this flow.'''
|
|
7711
8085
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "entitlementArn"))
|
|
7712
8086
|
|
|
7713
8087
|
@entitlement_arn.setter
|
|
@@ -7735,7 +8109,7 @@ class CfnFlowSource(
|
|
|
7735
8109
|
def gateway_bridge_source(
|
|
7736
8110
|
self,
|
|
7737
8111
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowSource.GatewayBridgeSourceProperty"]]:
|
|
7738
|
-
'''The source
|
|
8112
|
+
'''The bridge's source.'''
|
|
7739
8113
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlowSource.GatewayBridgeSourceProperty"]], jsii.get(self, "gatewayBridgeSource"))
|
|
7740
8114
|
|
|
7741
8115
|
@gateway_bridge_source.setter
|
|
@@ -7764,7 +8138,7 @@ class CfnFlowSource(
|
|
|
7764
8138
|
@builtins.property
|
|
7765
8139
|
@jsii.member(jsii_name="maxBitrate")
|
|
7766
8140
|
def max_bitrate(self) -> typing.Optional[jsii.Number]:
|
|
7767
|
-
'''The
|
|
8141
|
+
'''The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.'''
|
|
7768
8142
|
return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "maxBitrate"))
|
|
7769
8143
|
|
|
7770
8144
|
@max_bitrate.setter
|
|
@@ -7881,7 +8255,7 @@ class CfnFlowSource(
|
|
|
7881
8255
|
@builtins.property
|
|
7882
8256
|
@jsii.member(jsii_name="vpcInterfaceName")
|
|
7883
8257
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
7884
|
-
'''The name of the VPC interface
|
|
8258
|
+
'''The name of the VPC interface to use for this source.'''
|
|
7885
8259
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "vpcInterfaceName"))
|
|
7886
8260
|
|
|
7887
8261
|
@vpc_interface_name.setter
|
|
@@ -7894,7 +8268,7 @@ class CfnFlowSource(
|
|
|
7894
8268
|
@builtins.property
|
|
7895
8269
|
@jsii.member(jsii_name="whitelistCidr")
|
|
7896
8270
|
def whitelist_cidr(self) -> typing.Optional[builtins.str]:
|
|
7897
|
-
'''The range of IP addresses that
|
|
8271
|
+
'''The range of IP addresses that should be allowed to contribute content to your source.'''
|
|
7898
8272
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "whitelistCidr"))
|
|
7899
8273
|
|
|
7900
8274
|
@whitelist_cidr.setter
|
|
@@ -7935,14 +8309,14 @@ class CfnFlowSource(
|
|
|
7935
8309
|
) -> None:
|
|
7936
8310
|
'''Information about the encryption of the flow.
|
|
7937
8311
|
|
|
7938
|
-
:param role_arn: The
|
|
8312
|
+
:param role_arn: The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
7939
8313
|
:param algorithm: The type of algorithm that is used for static key encryption (such as aes128, aes192, or aes256). If you are using SPEKE or SRT-password encryption, this property must be left blank.
|
|
7940
8314
|
:param constant_initialization_vector: A 128-bit, 16-byte hex value represented by a 32-character string, to be used with the key for encrypting content. This parameter is not valid for static key encryption.
|
|
7941
8315
|
:param device_id: The value of one of the devices that you configured with your digital rights management (DRM) platform key provider. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
7942
8316
|
:param key_type: The type of key that is used for the encryption. If you don't specify a ``keyType`` value, the service uses the default setting ( ``static-key`` ). Valid key types are: ``static-key`` , ``speke`` , and ``srt-password`` . Default: - "static-key"
|
|
7943
8317
|
:param region: The AWS Region that the API Gateway proxy endpoint was created in. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
7944
8318
|
:param resource_id: An identifier for the content. The service sends this value to the key server to identify the current endpoint. The resource ID is also known as the content ID. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
7945
|
-
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
8319
|
+
:param secret_arn: The ARN of the secret that you created in AWS Secrets Manager to store the encryption key. This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
7946
8320
|
:param url: The URL from the API Gateway proxy that you set up to talk to your key server. This parameter is required for SPEKE encryption and is not valid for static key encryption.
|
|
7947
8321
|
|
|
7948
8322
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-encryption.html
|
|
@@ -8001,7 +8375,7 @@ class CfnFlowSource(
|
|
|
8001
8375
|
|
|
8002
8376
|
@builtins.property
|
|
8003
8377
|
def role_arn(self) -> builtins.str:
|
|
8004
|
-
'''The
|
|
8378
|
+
'''The ARN of the role that you created during setup (when you set up MediaConnect as a trusted entity).
|
|
8005
8379
|
|
|
8006
8380
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-encryption.html#cfn-mediaconnect-flowsource-encryption-rolearn
|
|
8007
8381
|
'''
|
|
@@ -8081,6 +8455,8 @@ class CfnFlowSource(
|
|
|
8081
8455
|
def secret_arn(self) -> typing.Optional[builtins.str]:
|
|
8082
8456
|
'''The ARN of the secret that you created in AWS Secrets Manager to store the encryption key.
|
|
8083
8457
|
|
|
8458
|
+
This parameter is required for static key encryption and is not valid for SPEKE encryption.
|
|
8459
|
+
|
|
8084
8460
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-encryption.html#cfn-mediaconnect-flowsource-encryption-secretarn
|
|
8085
8461
|
'''
|
|
8086
8462
|
result = self._values.get("secret_arn")
|
|
@@ -8199,9 +8575,9 @@ class CfnFlowSource(
|
|
|
8199
8575
|
*,
|
|
8200
8576
|
vpc_interface_name: typing.Optional[builtins.str] = None,
|
|
8201
8577
|
) -> None:
|
|
8202
|
-
'''The
|
|
8578
|
+
'''The settings for attaching a VPC interface to an resource.
|
|
8203
8579
|
|
|
8204
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
8580
|
+
:param vpc_interface_name: The name of the VPC interface to use for this resource.
|
|
8205
8581
|
|
|
8206
8582
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-vpcinterfaceattachment.html
|
|
8207
8583
|
:exampleMetadata: fixture=_generated
|
|
@@ -8225,7 +8601,7 @@ class CfnFlowSource(
|
|
|
8225
8601
|
|
|
8226
8602
|
@builtins.property
|
|
8227
8603
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
8228
|
-
'''The name of the VPC interface
|
|
8604
|
+
'''The name of the VPC interface to use for this resource.
|
|
8229
8605
|
|
|
8230
8606
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flowsource-vpcinterfaceattachment.html#cfn-mediaconnect-flowsource-vpcinterfaceattachment-vpcinterfacename
|
|
8231
8607
|
'''
|
|
@@ -8293,14 +8669,14 @@ class CfnFlowSourceProps:
|
|
|
8293
8669
|
) -> None:
|
|
8294
8670
|
'''Properties for defining a ``CfnFlowSource``.
|
|
8295
8671
|
|
|
8296
|
-
:param description: A description
|
|
8672
|
+
:param description: A description for the source. This value is not used or seen outside of the current MediaConnect account.
|
|
8297
8673
|
:param name: The name of the source.
|
|
8298
|
-
:param decryption: The type of encryption that is used on the content ingested from
|
|
8299
|
-
:param entitlement_arn: The ARN of the entitlement that allows you to subscribe to
|
|
8674
|
+
:param decryption: The type of encryption that is used on the content ingested from this source. Allowable encryption types: static-key.
|
|
8675
|
+
:param entitlement_arn: The ARN of the entitlement that allows you to subscribe to this flow. The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.
|
|
8300
8676
|
:param flow_arn: The Amazon Resource Name (ARN) of the flow this source is connected to. The flow must have Failover enabled to add an additional source.
|
|
8301
|
-
:param gateway_bridge_source: The source
|
|
8677
|
+
:param gateway_bridge_source: The bridge's source.
|
|
8302
8678
|
: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.
|
|
8303
|
-
:param max_bitrate: The
|
|
8679
|
+
:param max_bitrate: The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
|
|
8304
8680
|
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based and Zixi-based streams.
|
|
8305
8681
|
: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.
|
|
8306
8682
|
: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.
|
|
@@ -8309,8 +8685,8 @@ class CfnFlowSourceProps:
|
|
|
8309
8685
|
:param source_listener_address: Source IP or domain name for SRT-caller protocol.
|
|
8310
8686
|
:param source_listener_port: Source port for SRT-caller protocol.
|
|
8311
8687
|
:param stream_id: The stream ID that you want to use for this transport. This parameter applies only to Zixi and SRT caller-based streams.
|
|
8312
|
-
:param vpc_interface_name: The name of the VPC interface
|
|
8313
|
-
:param whitelist_cidr: The range of IP addresses that
|
|
8688
|
+
:param vpc_interface_name: The name of the VPC interface to use for this source.
|
|
8689
|
+
:param whitelist_cidr: The range of IP addresses that should be allowed to contribute content to your source. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
8314
8690
|
|
|
8315
8691
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html
|
|
8316
8692
|
:exampleMetadata: fixture=_generated
|
|
@@ -8422,9 +8798,9 @@ class CfnFlowSourceProps:
|
|
|
8422
8798
|
|
|
8423
8799
|
@builtins.property
|
|
8424
8800
|
def description(self) -> builtins.str:
|
|
8425
|
-
'''A description
|
|
8801
|
+
'''A description for the source.
|
|
8426
8802
|
|
|
8427
|
-
This
|
|
8803
|
+
This value is not used or seen outside of the current MediaConnect account.
|
|
8428
8804
|
|
|
8429
8805
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-description
|
|
8430
8806
|
'''
|
|
@@ -8446,7 +8822,9 @@ class CfnFlowSourceProps:
|
|
|
8446
8822
|
def decryption(
|
|
8447
8823
|
self,
|
|
8448
8824
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlowSource.EncryptionProperty]]:
|
|
8449
|
-
'''The type of encryption that is used on the content ingested from
|
|
8825
|
+
'''The type of encryption that is used on the content ingested from this source.
|
|
8826
|
+
|
|
8827
|
+
Allowable encryption types: static-key.
|
|
8450
8828
|
|
|
8451
8829
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-decryption
|
|
8452
8830
|
'''
|
|
@@ -8455,9 +8833,9 @@ class CfnFlowSourceProps:
|
|
|
8455
8833
|
|
|
8456
8834
|
@builtins.property
|
|
8457
8835
|
def entitlement_arn(self) -> typing.Optional[builtins.str]:
|
|
8458
|
-
'''The ARN of the entitlement that allows you to subscribe to
|
|
8836
|
+
'''The ARN of the entitlement that allows you to subscribe to this flow.
|
|
8459
8837
|
|
|
8460
|
-
The entitlement is set by the
|
|
8838
|
+
The entitlement is set by the flow originator, and the ARN is generated as part of the originator's flow.
|
|
8461
8839
|
|
|
8462
8840
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-entitlementarn
|
|
8463
8841
|
'''
|
|
@@ -8479,7 +8857,7 @@ class CfnFlowSourceProps:
|
|
|
8479
8857
|
def gateway_bridge_source(
|
|
8480
8858
|
self,
|
|
8481
8859
|
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlowSource.GatewayBridgeSourceProperty]]:
|
|
8482
|
-
'''The source
|
|
8860
|
+
'''The bridge's source.
|
|
8483
8861
|
|
|
8484
8862
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-gatewaybridgesource
|
|
8485
8863
|
'''
|
|
@@ -8499,7 +8877,7 @@ class CfnFlowSourceProps:
|
|
|
8499
8877
|
|
|
8500
8878
|
@builtins.property
|
|
8501
8879
|
def max_bitrate(self) -> typing.Optional[jsii.Number]:
|
|
8502
|
-
'''The
|
|
8880
|
+
'''The smoothing max bitrate (in bps) for RIST, RTP, and RTP-FEC streams.
|
|
8503
8881
|
|
|
8504
8882
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-maxbitrate
|
|
8505
8883
|
'''
|
|
@@ -8590,7 +8968,7 @@ class CfnFlowSourceProps:
|
|
|
8590
8968
|
|
|
8591
8969
|
@builtins.property
|
|
8592
8970
|
def vpc_interface_name(self) -> typing.Optional[builtins.str]:
|
|
8593
|
-
'''The name of the VPC interface
|
|
8971
|
+
'''The name of the VPC interface to use for this source.
|
|
8594
8972
|
|
|
8595
8973
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-vpcinterfacename
|
|
8596
8974
|
'''
|
|
@@ -8599,9 +8977,9 @@ class CfnFlowSourceProps:
|
|
|
8599
8977
|
|
|
8600
8978
|
@builtins.property
|
|
8601
8979
|
def whitelist_cidr(self) -> typing.Optional[builtins.str]:
|
|
8602
|
-
'''The range of IP addresses that
|
|
8980
|
+
'''The range of IP addresses that should be allowed to contribute content to your source.
|
|
8603
8981
|
|
|
8604
|
-
|
|
8982
|
+
These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
8605
8983
|
|
|
8606
8984
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-whitelistcidr
|
|
8607
8985
|
'''
|
|
@@ -8626,7 +9004,7 @@ class CfnFlowVpcInterface(
|
|
|
8626
9004
|
metaclass=jsii.JSIIMeta,
|
|
8627
9005
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowVpcInterface",
|
|
8628
9006
|
):
|
|
8629
|
-
'''The AWS::MediaConnect::FlowVpcInterface resource is a connection between your AWS Elemental MediaConnect flow and a virtual private cloud (VPC) that you created using the Amazon Virtual Private Cloud service.
|
|
9007
|
+
'''The ``AWS::MediaConnect::FlowVpcInterface`` resource is a connection between your AWS Elemental MediaConnect flow and a virtual private cloud (VPC) that you created using the Amazon Virtual Private Cloud service.
|
|
8630
9008
|
|
|
8631
9009
|
To avoid streaming your content over the public internet, you can add up to two VPC interfaces to your flow and use those connections to transfer content between your VPC and MediaConnect.
|
|
8632
9010
|
|
|
@@ -8638,7 +9016,7 @@ class CfnFlowVpcInterface(
|
|
|
8638
9016
|
|
|
8639
9017
|
.. epigraph::
|
|
8640
9018
|
|
|
8641
|
-
The previous steps must be undone before the CloudFormation stack can be deleted. Because the source is manually updated in step 3, CloudFormation is not aware of this change. The source must be returned to a standard source before CloudFormation stack deletion.
|
|
9019
|
+
The previous steps must be undone before the CloudFormation stack can be deleted. Because the source is manually updated in step 3, CloudFormation is not aware of this change. The source must be returned to a standard source before CloudFormation stack deletion. > When configuring NDI outputs for your flow, define the VPC interface as a nested attribute within the ``AWS::MediaConnect::Flow`` resource. Do not use the top-level ``AWS::MediaConnect::FlowVpcInterface`` resource type to specify NDI configurations.
|
|
8642
9020
|
|
|
8643
9021
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html
|
|
8644
9022
|
:cloudformationResource: AWS::MediaConnect::FlowVpcInterface
|
|
@@ -8674,9 +9052,9 @@ class CfnFlowVpcInterface(
|
|
|
8674
9052
|
:param scope: Scope in which this resource is defined.
|
|
8675
9053
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8676
9054
|
:param flow_arn: The Amazon Resource Name (ARN) of the flow.
|
|
8677
|
-
:param name: The name
|
|
9055
|
+
:param name: The name for the VPC interface. This name must be unique within the flow.
|
|
8678
9056
|
:param role_arn: The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.
|
|
8679
|
-
:param security_group_ids:
|
|
9057
|
+
:param security_group_ids: A virtual firewall to control inbound and outbound traffic.
|
|
8680
9058
|
:param subnet_id: The subnet IDs that you want to use for your VPC interface. A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
|
|
8681
9059
|
'''
|
|
8682
9060
|
if __debug__:
|
|
@@ -8753,7 +9131,7 @@ class CfnFlowVpcInterface(
|
|
|
8753
9131
|
@builtins.property
|
|
8754
9132
|
@jsii.member(jsii_name="name")
|
|
8755
9133
|
def name(self) -> builtins.str:
|
|
8756
|
-
'''The name
|
|
9134
|
+
'''The name for the VPC interface.'''
|
|
8757
9135
|
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
8758
9136
|
|
|
8759
9137
|
@name.setter
|
|
@@ -8779,7 +9157,7 @@ class CfnFlowVpcInterface(
|
|
|
8779
9157
|
@builtins.property
|
|
8780
9158
|
@jsii.member(jsii_name="securityGroupIds")
|
|
8781
9159
|
def security_group_ids(self) -> typing.List[builtins.str]:
|
|
8782
|
-
'''
|
|
9160
|
+
'''A virtual firewall to control inbound and outbound traffic.'''
|
|
8783
9161
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "securityGroupIds"))
|
|
8784
9162
|
|
|
8785
9163
|
@security_group_ids.setter
|
|
@@ -8827,9 +9205,9 @@ class CfnFlowVpcInterfaceProps:
|
|
|
8827
9205
|
'''Properties for defining a ``CfnFlowVpcInterface``.
|
|
8828
9206
|
|
|
8829
9207
|
:param flow_arn: The Amazon Resource Name (ARN) of the flow.
|
|
8830
|
-
:param name: The name
|
|
9208
|
+
:param name: The name for the VPC interface. This name must be unique within the flow.
|
|
8831
9209
|
:param role_arn: The Amazon Resource Name (ARN) of the role that you created when you set up MediaConnect as a trusted service.
|
|
8832
|
-
:param security_group_ids:
|
|
9210
|
+
:param security_group_ids: A virtual firewall to control inbound and outbound traffic.
|
|
8833
9211
|
:param subnet_id: The subnet IDs that you want to use for your VPC interface. A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
|
|
8834
9212
|
|
|
8835
9213
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html
|
|
@@ -8876,9 +9254,9 @@ class CfnFlowVpcInterfaceProps:
|
|
|
8876
9254
|
|
|
8877
9255
|
@builtins.property
|
|
8878
9256
|
def name(self) -> builtins.str:
|
|
8879
|
-
'''The name
|
|
9257
|
+
'''The name for the VPC interface.
|
|
8880
9258
|
|
|
8881
|
-
This
|
|
9259
|
+
This name must be unique within the flow.
|
|
8882
9260
|
|
|
8883
9261
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-name
|
|
8884
9262
|
'''
|
|
@@ -8898,9 +9276,7 @@ class CfnFlowVpcInterfaceProps:
|
|
|
8898
9276
|
|
|
8899
9277
|
@builtins.property
|
|
8900
9278
|
def security_group_ids(self) -> typing.List[builtins.str]:
|
|
8901
|
-
'''
|
|
8902
|
-
|
|
8903
|
-
You must include at least one security group in the request.
|
|
9279
|
+
'''A virtual firewall to control inbound and outbound traffic.
|
|
8904
9280
|
|
|
8905
9281
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-securitygroupids
|
|
8906
9282
|
'''
|
|
@@ -8912,9 +9288,7 @@ class CfnFlowVpcInterfaceProps:
|
|
|
8912
9288
|
def subnet_id(self) -> builtins.str:
|
|
8913
9289
|
'''The subnet IDs that you want to use for your VPC interface.
|
|
8914
9290
|
|
|
8915
|
-
A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block.
|
|
8916
|
-
|
|
8917
|
-
The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
|
|
9291
|
+
A range of IP addresses in your VPC. When you create your VPC, you specify a range of IPv4 addresses for the VPC in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16. This is the primary CIDR block for your VPC. When you create a subnet for your VPC, you specify the CIDR block for the subnet, which is a subset of the VPC CIDR block. The subnets that you use across all VPC interfaces on the flow must be in the same Availability Zone as the flow.
|
|
8918
9292
|
|
|
8919
9293
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html#cfn-mediaconnect-flowvpcinterface-subnetid
|
|
8920
9294
|
'''
|
|
@@ -8940,7 +9314,7 @@ class CfnGateway(
|
|
|
8940
9314
|
metaclass=jsii.JSIIMeta,
|
|
8941
9315
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnGateway",
|
|
8942
9316
|
):
|
|
8943
|
-
'''The AWS::MediaConnect::Gateway resource is used to create a new gateway.
|
|
9317
|
+
'''The ``AWS::MediaConnect::Gateway`` resource is used to create a new gateway.
|
|
8944
9318
|
|
|
8945
9319
|
AWS Elemental MediaConnect Gateway is a feature of MediaConnect that allows the deployment of on-premises resources for transporting live video to and from the AWS Cloud. MediaConnect Gateway allows you to contribute live video to the AWS Cloud from on-premises hardware, as well as distribute live video from the AWS Cloud to your local data center.
|
|
8946
9320
|
|
|
@@ -8977,8 +9351,8 @@ class CfnGateway(
|
|
|
8977
9351
|
:param scope: Scope in which this resource is defined.
|
|
8978
9352
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
8979
9353
|
:param egress_cidr_blocks: The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
8980
|
-
:param name: The name of the
|
|
8981
|
-
:param networks: The list of networks
|
|
9354
|
+
:param name: The name of the gateway. This name can not be modified after the gateway is created.
|
|
9355
|
+
:param networks: The list of networks in the gateway.
|
|
8982
9356
|
'''
|
|
8983
9357
|
if __debug__:
|
|
8984
9358
|
type_hints = typing.get_type_hints(_typecheckingstub__4a889ede67aac65e3ba7da8735ec09aa46c53edb047800db832cc8f049ee063d)
|
|
@@ -9061,7 +9435,7 @@ class CfnGateway(
|
|
|
9061
9435
|
@builtins.property
|
|
9062
9436
|
@jsii.member(jsii_name="name")
|
|
9063
9437
|
def name(self) -> builtins.str:
|
|
9064
|
-
'''The name of the
|
|
9438
|
+
'''The name of the gateway.'''
|
|
9065
9439
|
return typing.cast(builtins.str, jsii.get(self, "name"))
|
|
9066
9440
|
|
|
9067
9441
|
@name.setter
|
|
@@ -9076,7 +9450,7 @@ class CfnGateway(
|
|
|
9076
9450
|
def networks(
|
|
9077
9451
|
self,
|
|
9078
9452
|
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnGateway.GatewayNetworkProperty"]]]:
|
|
9079
|
-
'''The list of networks
|
|
9453
|
+
'''The list of networks in the gateway.'''
|
|
9080
9454
|
return typing.cast(typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnGateway.GatewayNetworkProperty"]]], jsii.get(self, "networks"))
|
|
9081
9455
|
|
|
9082
9456
|
@networks.setter
|
|
@@ -9180,8 +9554,8 @@ class CfnGatewayProps:
|
|
|
9180
9554
|
'''Properties for defining a ``CfnGateway``.
|
|
9181
9555
|
|
|
9182
9556
|
:param egress_cidr_blocks: The range of IP addresses that are allowed to contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
|
9183
|
-
:param name: The name of the
|
|
9184
|
-
:param networks: The list of networks
|
|
9557
|
+
:param name: The name of the gateway. This name can not be modified after the gateway is created.
|
|
9558
|
+
:param networks: The list of networks in the gateway.
|
|
9185
9559
|
|
|
9186
9560
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-gateway.html
|
|
9187
9561
|
:exampleMetadata: fixture=_generated
|
|
@@ -9226,9 +9600,9 @@ class CfnGatewayProps:
|
|
|
9226
9600
|
|
|
9227
9601
|
@builtins.property
|
|
9228
9602
|
def name(self) -> builtins.str:
|
|
9229
|
-
'''The name of the
|
|
9603
|
+
'''The name of the gateway.
|
|
9230
9604
|
|
|
9231
|
-
This name
|
|
9605
|
+
This name can not be modified after the gateway is created.
|
|
9232
9606
|
|
|
9233
9607
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-gateway.html#cfn-mediaconnect-gateway-name
|
|
9234
9608
|
'''
|
|
@@ -9240,7 +9614,7 @@ class CfnGatewayProps:
|
|
|
9240
9614
|
def networks(
|
|
9241
9615
|
self,
|
|
9242
9616
|
) -> typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnGateway.GatewayNetworkProperty]]]:
|
|
9243
|
-
'''The list of networks
|
|
9617
|
+
'''The list of networks in the gateway.
|
|
9244
9618
|
|
|
9245
9619
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-gateway.html#cfn-mediaconnect-gateway-networks
|
|
9246
9620
|
'''
|
|
@@ -9617,8 +9991,10 @@ def _typecheckingstub__3568a95be2a886825b3db731f10e2fdea8be142c554d1e2055d7e22f5
|
|
|
9617
9991
|
name: builtins.str,
|
|
9618
9992
|
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
9619
9993
|
availability_zone: typing.Optional[builtins.str] = None,
|
|
9994
|
+
flow_size: typing.Optional[builtins.str] = None,
|
|
9620
9995
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MaintenanceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9621
9996
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MediaStreamProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9997
|
+
ndi_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.NdiConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9622
9998
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FailoverConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9623
9999
|
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceMonitoringConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9624
10000
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VpcInterfaceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
@@ -9656,6 +10032,12 @@ def _typecheckingstub__843065332a6d7586586605a6ec8a2bd932a36dd6774052d60e5f9fd8e
|
|
|
9656
10032
|
"""Type checking stubs"""
|
|
9657
10033
|
pass
|
|
9658
10034
|
|
|
10035
|
+
def _typecheckingstub__18797920a62f69ac5303a95d3356fc95d49473634b7f27d9e7ef811a4ad6cb34(
|
|
10036
|
+
value: typing.Optional[builtins.str],
|
|
10037
|
+
) -> None:
|
|
10038
|
+
"""Type checking stubs"""
|
|
10039
|
+
pass
|
|
10040
|
+
|
|
9659
10041
|
def _typecheckingstub__ddd188e9c2d5f8f194cf0b4c16e8b355b0ebcec43d953e6b0c8b77128e640aab(
|
|
9660
10042
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.MaintenanceProperty]],
|
|
9661
10043
|
) -> None:
|
|
@@ -9668,6 +10050,12 @@ def _typecheckingstub__c580931c160d15b8c0f43f0fe96dc390b640ae81cbc1900b00f369aaa
|
|
|
9668
10050
|
"""Type checking stubs"""
|
|
9669
10051
|
pass
|
|
9670
10052
|
|
|
10053
|
+
def _typecheckingstub__2f78a65c7535e71bd81a721df5718188077330f02b6d7cdd75ebb5693c7db1cf(
|
|
10054
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.NdiConfigProperty]],
|
|
10055
|
+
) -> None:
|
|
10056
|
+
"""Type checking stubs"""
|
|
10057
|
+
pass
|
|
10058
|
+
|
|
9671
10059
|
def _typecheckingstub__9d7deae7edf526ef9a6af2e16b592ef198ecb0cc777d1c7d97f392933ad97ef6(
|
|
9672
10060
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.FailoverConfigProperty]],
|
|
9673
10061
|
) -> None:
|
|
@@ -9809,6 +10197,24 @@ def _typecheckingstub__c288224888dcd985ea78c20d06801a00405d4260bf960e8dbcac65f3e
|
|
|
9809
10197
|
"""Type checking stubs"""
|
|
9810
10198
|
pass
|
|
9811
10199
|
|
|
10200
|
+
def _typecheckingstub__69742b949cc5728340bd262c9cb8f8127e5a045369699ab15384d6ad5532a7f7(
|
|
10201
|
+
*,
|
|
10202
|
+
machine_name: typing.Optional[builtins.str] = None,
|
|
10203
|
+
ndi_discovery_servers: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.NdiDiscoveryServerConfigProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10204
|
+
ndi_state: typing.Optional[builtins.str] = None,
|
|
10205
|
+
) -> None:
|
|
10206
|
+
"""Type checking stubs"""
|
|
10207
|
+
pass
|
|
10208
|
+
|
|
10209
|
+
def _typecheckingstub__cbd4bce903dd6a95ae93f0b2ca90f98d0d48bb24eebe475acf326160c51d3435(
|
|
10210
|
+
*,
|
|
10211
|
+
discovery_server_address: builtins.str,
|
|
10212
|
+
vpc_interface_adapter: builtins.str,
|
|
10213
|
+
discovery_server_port: typing.Optional[jsii.Number] = None,
|
|
10214
|
+
) -> None:
|
|
10215
|
+
"""Type checking stubs"""
|
|
10216
|
+
pass
|
|
10217
|
+
|
|
9812
10218
|
def _typecheckingstub__e28708aca7aa0aae7b96e1c58983b1ac8f27275c71b78ca026802bea4a53ffd6(
|
|
9813
10219
|
*,
|
|
9814
10220
|
state: typing.Optional[builtins.str] = None,
|
|
@@ -10000,6 +10406,8 @@ def _typecheckingstub__50a855342b002f2aaf180af2a85e45ce23346b4a5b582c00ee1a8474e
|
|
|
10000
10406
|
media_stream_output_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlowOutput.MediaStreamOutputConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10001
10407
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
10002
10408
|
name: typing.Optional[builtins.str] = None,
|
|
10409
|
+
ndi_program_name: typing.Optional[builtins.str] = None,
|
|
10410
|
+
ndi_speed_hq_quality: typing.Optional[jsii.Number] = None,
|
|
10003
10411
|
output_status: typing.Optional[builtins.str] = None,
|
|
10004
10412
|
port: typing.Optional[jsii.Number] = None,
|
|
10005
10413
|
remote_id: typing.Optional[builtins.str] = None,
|
|
@@ -10082,6 +10490,18 @@ def _typecheckingstub__07b750df47b88518fdf7bc5d1baec396797cb9cc3a0c8bdc7742108d9
|
|
|
10082
10490
|
"""Type checking stubs"""
|
|
10083
10491
|
pass
|
|
10084
10492
|
|
|
10493
|
+
def _typecheckingstub__726c61d1e734fe3825d1f969a727f62f0da47c2684038a9b2dd3b004d823f5a0(
|
|
10494
|
+
value: typing.Optional[builtins.str],
|
|
10495
|
+
) -> None:
|
|
10496
|
+
"""Type checking stubs"""
|
|
10497
|
+
pass
|
|
10498
|
+
|
|
10499
|
+
def _typecheckingstub__ce18d034d798847cffb7feeb7c46dad4031db9cee117a778fb30fb59f6e3cde2(
|
|
10500
|
+
value: typing.Optional[jsii.Number],
|
|
10501
|
+
) -> None:
|
|
10502
|
+
"""Type checking stubs"""
|
|
10503
|
+
pass
|
|
10504
|
+
|
|
10085
10505
|
def _typecheckingstub__6b4c653e5fd4b3a28c65a69d506d6616ef027aa50bccc2d72a02bc2ff7c57c1b(
|
|
10086
10506
|
value: typing.Optional[builtins.str],
|
|
10087
10507
|
) -> None:
|
|
@@ -10181,6 +10601,8 @@ def _typecheckingstub__90cee4cbdefa91956af92950bb2bfd2da4fa4f982f439596444cda525
|
|
|
10181
10601
|
media_stream_output_configurations: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlowOutput.MediaStreamOutputConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10182
10602
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
10183
10603
|
name: typing.Optional[builtins.str] = None,
|
|
10604
|
+
ndi_program_name: typing.Optional[builtins.str] = None,
|
|
10605
|
+
ndi_speed_hq_quality: typing.Optional[jsii.Number] = None,
|
|
10184
10606
|
output_status: typing.Optional[builtins.str] = None,
|
|
10185
10607
|
port: typing.Optional[jsii.Number] = None,
|
|
10186
10608
|
remote_id: typing.Optional[builtins.str] = None,
|
|
@@ -10196,8 +10618,10 @@ def _typecheckingstub__32a16a7697723a7ef816aaa9d297ca08cd44085f922995184f8bfdfde
|
|
|
10196
10618
|
name: builtins.str,
|
|
10197
10619
|
source: typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceProperty, typing.Dict[builtins.str, typing.Any]]],
|
|
10198
10620
|
availability_zone: typing.Optional[builtins.str] = None,
|
|
10621
|
+
flow_size: typing.Optional[builtins.str] = None,
|
|
10199
10622
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MaintenanceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10200
10623
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MediaStreamProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
10624
|
+
ndi_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.NdiConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10201
10625
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FailoverConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10202
10626
|
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceMonitoringConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10203
10627
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VpcInterfaceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|