aws-cdk-lib 2.153.0__py3-none-any.whl → 2.154.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 +157 -215
- aws_cdk/_jsii/__init__.py +2 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.153.0.jsii.tgz → aws-cdk-lib@2.154.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -3
- aws_cdk/aws_accessanalyzer/__init__.py +5 -5
- aws_cdk/aws_acmpca/__init__.py +79 -24
- aws_cdk/aws_amazonmq/__init__.py +161 -161
- aws_cdk/aws_amplify/__init__.py +36 -36
- aws_cdk/aws_amplifyuibuilder/__init__.py +32 -32
- aws_cdk/aws_apigateway/__init__.py +122 -122
- aws_cdk/aws_apigatewayv2/__init__.py +135 -121
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +12 -12
- aws_cdk/aws_appconfig/__init__.py +59 -59
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_appintegrations/__init__.py +19 -19
- aws_cdk/aws_applicationautoscaling/__init__.py +31 -16
- aws_cdk/aws_applicationinsights/__init__.py +11 -11
- aws_cdk/aws_applicationsignals/__init__.py +5 -5
- aws_cdk/aws_appmesh/__init__.py +35 -35
- aws_cdk/aws_apprunner/__init__.py +25 -25
- aws_cdk/aws_appstream/__init__.py +105 -105
- aws_cdk/aws_appsync/__init__.py +89 -89
- aws_cdk/aws_apptest/__init__.py +25 -25
- aws_cdk/aws_aps/__init__.py +14 -14
- aws_cdk/aws_arczonalshift/__init__.py +200 -3
- aws_cdk/aws_athena/__init__.py +25 -25
- aws_cdk/aws_auditmanager/__init__.py +15 -15
- aws_cdk/aws_autoscaling/__init__.py +84 -84
- aws_cdk/aws_autoscalingplans/__init__.py +2 -2
- aws_cdk/aws_b2bi/__init__.py +24 -24
- aws_cdk/aws_backup/__init__.py +33 -33
- aws_cdk/aws_backupgateway/__init__.py +7 -7
- aws_cdk/aws_batch/__init__.py +289 -35
- aws_cdk/aws_bcmdataexports/__init__.py +2 -2
- aws_cdk/aws_bedrock/__init__.py +13239 -3277
- aws_cdk/aws_billingconductor/__init__.py +28 -28
- aws_cdk/aws_budgets/__init__.py +12 -12
- aws_cdk/aws_cassandra/__init__.py +16 -16
- aws_cdk/aws_ce/__init__.py +17 -17
- aws_cdk/aws_certificatemanager/__init__.py +9 -9
- aws_cdk/aws_chatbot/__init__.py +22 -22
- aws_cdk/aws_cleanrooms/__init__.py +2470 -307
- aws_cdk/aws_cleanroomsml/__init__.py +5 -5
- aws_cdk/aws_cloud9/__init__.py +10 -10
- aws_cdk/aws_cloudformation/__init__.py +94 -69
- aws_cdk/aws_cloudfront/__init__.py +31 -30
- aws_cdk/aws_cloudtrail/__init__.py +46 -44
- aws_cdk/aws_cloudwatch/__init__.py +61 -69
- aws_cdk/aws_codeartifact/__init__.py +19 -19
- aws_cdk/aws_codebuild/__init__.py +60 -68
- aws_cdk/aws_codecommit/__init__.py +10 -6
- aws_cdk/aws_codeconnections/__init__.py +5 -5
- aws_cdk/aws_codedeploy/__init__.py +28 -28
- aws_cdk/aws_codeguruprofiler/__init__.py +5 -5
- aws_cdk/aws_codegurureviewer/__init__.py +6 -6
- aws_cdk/aws_codepipeline/__init__.py +849 -52
- aws_cdk/aws_codepipeline_actions/__init__.py +1 -1
- aws_cdk/aws_codestar/__init__.py +8 -8
- aws_cdk/aws_codestarconnections/__init__.py +17 -17
- aws_cdk/aws_codestarnotifications/__init__.py +10 -10
- aws_cdk/aws_cognito/__init__.py +465 -133
- aws_cdk/aws_comprehend/__init__.py +20 -20
- aws_cdk/aws_config/__init__.py +67 -67
- aws_cdk/aws_connect/__init__.py +139 -137
- aws_cdk/aws_connectcampaigns/__init__.py +5 -5
- aws_cdk/aws_controltower/__init__.py +12 -12
- aws_cdk/aws_cur/__init__.py +12 -12
- aws_cdk/aws_customerprofiles/__init__.py +36 -36
- aws_cdk/aws_databrew/__init__.py +45 -45
- aws_cdk/aws_datapipeline/__init__.py +12 -8
- aws_cdk/aws_datasync/__init__.py +119 -117
- aws_cdk/aws_datazone/__init__.py +63 -63
- aws_cdk/aws_dax/__init__.py +20 -20
- aws_cdk/aws_deadline/__init__.py +221 -292
- aws_cdk/aws_detective/__init__.py +8 -8
- aws_cdk/aws_devicefarm/__init__.py +37 -37
- aws_cdk/aws_devopsguru/__init__.py +2 -2
- aws_cdk/aws_directoryservice/__init__.py +15 -15
- aws_cdk/aws_dlm/__init__.py +12 -12
- aws_cdk/aws_dms/__init__.py +300 -298
- aws_cdk/aws_docdb/__init__.py +49 -49
- aws_cdk/aws_docdbelastic/__init__.py +14 -14
- aws_cdk/aws_dynamodb/__init__.py +371 -37
- aws_cdk/aws_ec2/__init__.py +900 -606
- aws_cdk/aws_ecr/__init__.py +117 -77
- aws_cdk/aws_ecr_assets/__init__.py +4 -4
- aws_cdk/aws_ecs/__init__.py +190 -191
- aws_cdk/aws_ecs_patterns/__init__.py +2 -2
- aws_cdk/aws_efs/__init__.py +22 -22
- aws_cdk/aws_eks/__init__.py +177 -61
- aws_cdk/aws_elasticache/__init__.py +218 -226
- aws_cdk/aws_elasticbeanstalk/__init__.py +25 -25
- aws_cdk/aws_elasticloadbalancing/__init__.py +16 -16
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +1066 -102
- aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +86 -4
- aws_cdk/aws_elasticsearch/__init__.py +16 -16
- aws_cdk/aws_emr/__init__.py +74 -74
- aws_cdk/aws_emrcontainers/__init__.py +3 -3
- aws_cdk/aws_emrserverless/__init__.py +157 -14
- aws_cdk/aws_entityresolution/__init__.py +613 -35
- aws_cdk/aws_events/__init__.py +42 -42
- aws_cdk/aws_eventschemas/__init__.py +16 -16
- aws_cdk/aws_evidently/__init__.py +38 -38
- aws_cdk/aws_finspace/__init__.py +8 -8
- aws_cdk/aws_fis/__init__.py +12 -12
- aws_cdk/aws_fms/__init__.py +21 -21
- aws_cdk/aws_forecast/__init__.py +18 -11
- aws_cdk/aws_frauddetector/__init__.py +35 -35
- aws_cdk/aws_fsx/__init__.py +35 -35
- aws_cdk/aws_gamelift/__init__.py +103 -103
- aws_cdk/aws_globalaccelerator/__init__.py +46 -24
- aws_cdk/aws_glue/__init__.py +132 -139
- aws_cdk/aws_grafana/__init__.py +17 -17
- aws_cdk/aws_greengrass/__init__.py +48 -48
- aws_cdk/aws_greengrassv2/__init__.py +10 -10
- aws_cdk/aws_groundstation/__init__.py +16 -16
- aws_cdk/aws_guardduty/__init__.py +40 -38
- aws_cdk/aws_healthimaging/__init__.py +3 -3
- aws_cdk/aws_healthlake/__init__.py +6 -6
- aws_cdk/aws_iam/__init__.py +120 -122
- aws_cdk/aws_identitystore/__init__.py +6 -6
- aws_cdk/aws_imagebuilder/__init__.py +92 -92
- aws_cdk/aws_inspector/__init__.py +8 -8
- aws_cdk/aws_inspectorv2/__init__.py +102 -97
- aws_cdk/aws_internetmonitor/__init__.py +12 -12
- aws_cdk/aws_iot/__init__.py +141 -141
- aws_cdk/aws_iot1click/__init__.py +9 -9
- aws_cdk/aws_iotanalytics/__init__.py +21 -21
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +2 -2
- aws_cdk/aws_iotevents/__init__.py +20 -20
- aws_cdk/aws_iotfleethub/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +45 -45
- aws_cdk/aws_iotsitewise/__init__.py +40 -40
- aws_cdk/aws_iotthingsgraph/__init__.py +2 -2
- aws_cdk/aws_iottwinmaker/__init__.py +34 -34
- aws_cdk/aws_iotwireless/__init__.py +66 -66
- aws_cdk/aws_ivs/__init__.py +32 -32
- aws_cdk/aws_ivschat/__init__.py +9 -9
- aws_cdk/aws_kafkaconnect/__init__.py +22 -22
- aws_cdk/aws_kendra/__init__.py +28 -28
- aws_cdk/aws_kendraranking/__init__.py +4 -4
- aws_cdk/aws_kinesis/__init__.py +8 -8
- aws_cdk/aws_kinesisanalytics/__init__.py +23 -23
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +15 -15
- aws_cdk/aws_kinesisfirehose/__init__.py +677 -18
- aws_cdk/aws_kinesisvideo/__init__.py +10 -10
- aws_cdk/aws_kms/__init__.py +20 -20
- aws_cdk/aws_lakeformation/__init__.py +36 -36
- aws_cdk/aws_lambda/__init__.py +174 -118
- aws_cdk/aws_launchwizard/__init__.py +508 -0
- aws_cdk/aws_lex/__init__.py +24 -24
- aws_cdk/aws_licensemanager/__init__.py +17 -17
- aws_cdk/aws_lightsail/__init__.py +90 -90
- aws_cdk/aws_location/__init__.py +41 -41
- aws_cdk/aws_logs/__init__.py +50 -50
- aws_cdk/aws_lookoutequipment/__init__.py +9 -9
- aws_cdk/aws_lookoutmetrics/__init__.py +10 -10
- aws_cdk/aws_lookoutvision/__init__.py +1 -1
- aws_cdk/aws_m2/__init__.py +20 -20
- aws_cdk/aws_macie/__init__.py +19 -19
- aws_cdk/aws_managedblockchain/__init__.py +10 -10
- aws_cdk/aws_mediaconnect/__init__.py +114 -77
- aws_cdk/aws_mediaconvert/__init__.py +20 -20
- aws_cdk/aws_medialive/__init__.py +44 -76
- aws_cdk/aws_mediapackage/__init__.py +38 -38
- aws_cdk/aws_mediapackagev2/__init__.py +178 -25
- aws_cdk/aws_mediastore/__init__.py +7 -7
- aws_cdk/aws_mediatailor/__init__.py +40 -40
- aws_cdk/aws_memorydb/__init__.py +41 -41
- aws_cdk/aws_msk/__init__.py +39 -39
- aws_cdk/aws_mwaa/__init__.py +25 -25
- aws_cdk/aws_neptune/__init__.py +55 -55
- aws_cdk/aws_neptunegraph/__init__.py +11 -11
- aws_cdk/aws_networkfirewall/__init__.py +36 -30
- aws_cdk/aws_networkmanager/__init__.py +1062 -91
- aws_cdk/aws_nimblestudio/__init__.py +31 -31
- aws_cdk/aws_oam/__init__.py +8 -8
- aws_cdk/aws_omics/__init__.py +36 -36
- aws_cdk/aws_opensearchserverless/__init__.py +25 -25
- aws_cdk/aws_opensearchservice/__init__.py +20 -20
- aws_cdk/aws_opsworks/__init__.py +87 -87
- aws_cdk/aws_opsworkscm/__init__.py +21 -21
- aws_cdk/aws_organizations/__init__.py +17 -17
- aws_cdk/aws_osis/__init__.py +122 -9
- aws_cdk/aws_panorama/__init__.py +27 -22
- aws_cdk/aws_paymentcryptography/__init__.py +7 -7
- aws_cdk/aws_pcaconnectorad/__init__.py +17 -17
- aws_cdk/aws_personalize/__init__.py +19 -19
- aws_cdk/aws_pinpoint/__init__.py +122 -122
- aws_cdk/aws_pinpointemail/__init__.py +16 -16
- aws_cdk/aws_pipes/__init__.py +14 -16
- aws_cdk/aws_proton/__init__.py +19 -19
- aws_cdk/aws_qbusiness/__init__.py +160 -45
- aws_cdk/aws_qldb/__init__.py +12 -12
- aws_cdk/aws_quicksight/__init__.py +91 -91
- aws_cdk/aws_ram/__init__.py +11 -11
- aws_cdk/aws_rds/__init__.py +365 -259
- aws_cdk/aws_redshift/__init__.py +136 -91
- aws_cdk/aws_redshiftserverless/__init__.py +27 -27
- aws_cdk/aws_refactorspaces/__init__.py +26 -26
- aws_cdk/aws_rekognition/__init__.py +16 -16
- aws_cdk/aws_resiliencehub/__init__.py +15 -15
- aws_cdk/aws_resourceexplorer2/__init__.py +8 -8
- aws_cdk/aws_resourcegroups/__init__.py +6 -6
- aws_cdk/aws_robomaker/__init__.py +25 -25
- aws_cdk/aws_rolesanywhere/__init__.py +67 -19
- aws_cdk/aws_route53/__init__.py +36 -36
- aws_cdk/aws_route53profiles/__init__.py +11 -11
- aws_cdk/aws_route53recoverycontrol/__init__.py +14 -14
- aws_cdk/aws_route53recoveryreadiness/__init__.py +13 -13
- aws_cdk/aws_route53resolver/__init__.py +123 -82
- aws_cdk/aws_rum/__init__.py +6 -6
- aws_cdk/aws_s3/__init__.py +136 -80
- aws_cdk/aws_s3_deployment/__init__.py +30 -24
- aws_cdk/aws_s3_notifications/__init__.py +3 -4
- aws_cdk/aws_s3express/__init__.py +5 -5
- aws_cdk/aws_s3objectlambda/__init__.py +6 -6
- aws_cdk/aws_s3outposts/__init__.py +16 -16
- aws_cdk/aws_sagemaker/__init__.py +2412 -280
- aws_cdk/aws_sam/__init__.py +101 -101
- aws_cdk/aws_scheduler/__init__.py +13 -13
- aws_cdk/aws_sdb/__init__.py +1 -1
- aws_cdk/aws_secretsmanager/__init__.py +20 -19
- aws_cdk/aws_securityhub/__init__.py +70 -57
- aws_cdk/aws_securitylake/__init__.py +341 -16
- aws_cdk/aws_servicecatalog/__init__.py +87 -87
- aws_cdk/aws_servicecatalogappregistry/__init__.py +12 -12
- aws_cdk/aws_servicediscovery/__init__.py +23 -23
- aws_cdk/aws_ses/__init__.py +12038 -5604
- aws_cdk/aws_shield/__init__.py +15 -15
- aws_cdk/aws_signer/__init__.py +9 -9
- aws_cdk/aws_simspaceweaver/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +28 -28
- aws_cdk/aws_sqs/__init__.py +20 -20
- aws_cdk/aws_ssm/__init__.py +172 -101
- aws_cdk/aws_ssmcontacts/__init__.py +18 -18
- aws_cdk/aws_ssmincidents/__init__.py +11 -11
- aws_cdk/aws_sso/__init__.py +31 -31
- aws_cdk/aws_stepfunctions/__init__.py +370 -28
- aws_cdk/aws_supportapp/__init__.py +11 -11
- aws_cdk/aws_synthetics/__init__.py +18 -18
- aws_cdk/aws_systemsmanagersap/__init__.py +48 -7
- aws_cdk/aws_timestream/__init__.py +34 -34
- aws_cdk/aws_transfer/__init__.py +57 -57
- aws_cdk/aws_verifiedpermissions/__init__.py +11 -11
- aws_cdk/aws_voiceid/__init__.py +4 -4
- aws_cdk/aws_vpclattice/__init__.py +42 -42
- aws_cdk/aws_waf/__init__.py +17 -17
- aws_cdk/aws_wafregional/__init__.py +28 -28
- aws_cdk/aws_wafv2/__init__.py +39 -39
- aws_cdk/aws_wisdom/__init__.py +16 -16
- aws_cdk/aws_workspaces/__init__.py +18 -18
- aws_cdk/aws_workspacesthinclient/__init__.py +63 -9
- aws_cdk/aws_workspacesweb/__init__.py +87 -46
- aws_cdk/aws_xray/__init__.py +12 -12
- aws_cdk/cloud_assembly_schema/__init__.py +348 -239
- aws_cdk/custom_resources/__init__.py +283 -0
- aws_cdk/cx_api/__init__.py +15 -15
- aws_cdk/pipelines/__init__.py +172 -237
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/METADATA +3 -2
- aws_cdk_lib-2.154.0.dist-info/RECORD +292 -0
- aws_cdk_lib-2.153.0.dist-info/RECORD +0 -291
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.153.0.dist-info → aws_cdk_lib-2.154.0.dist-info}/top_level.txt +0 -0
|
@@ -229,7 +229,7 @@ class CfnBridge(
|
|
|
229
229
|
if __debug__:
|
|
230
230
|
type_hints = typing.get_type_hints(_typecheckingstub__897e5b31abf5fb8064d23feda8e8dab6abc8fc04b479fede8ec2f5a8f11283ae)
|
|
231
231
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
232
|
-
jsii.set(self, "name", value)
|
|
232
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
233
233
|
|
|
234
234
|
@builtins.property
|
|
235
235
|
@jsii.member(jsii_name="placementArn")
|
|
@@ -242,7 +242,7 @@ class CfnBridge(
|
|
|
242
242
|
if __debug__:
|
|
243
243
|
type_hints = typing.get_type_hints(_typecheckingstub__b6c0d91a8143e25d3431f038cc493b72ff78caeb2aae6a8de25ef906162ed203)
|
|
244
244
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
245
|
-
jsii.set(self, "placementArn", value)
|
|
245
|
+
jsii.set(self, "placementArn", value) # pyright: ignore[reportArgumentType]
|
|
246
246
|
|
|
247
247
|
@builtins.property
|
|
248
248
|
@jsii.member(jsii_name="sources")
|
|
@@ -260,7 +260,7 @@ class CfnBridge(
|
|
|
260
260
|
if __debug__:
|
|
261
261
|
type_hints = typing.get_type_hints(_typecheckingstub__c151228d22c29de1b22fb11c72513278ae8b19faf50c26128a49b5bb5cd8231e)
|
|
262
262
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
263
|
-
jsii.set(self, "sources", value)
|
|
263
|
+
jsii.set(self, "sources", value) # pyright: ignore[reportArgumentType]
|
|
264
264
|
|
|
265
265
|
@builtins.property
|
|
266
266
|
@jsii.member(jsii_name="egressGatewayBridge")
|
|
@@ -278,7 +278,7 @@ class CfnBridge(
|
|
|
278
278
|
if __debug__:
|
|
279
279
|
type_hints = typing.get_type_hints(_typecheckingstub__8744f4915b3da8a1fb0b28e71cdd2260912dbea385353bb4a2378a0dcf2e1a19)
|
|
280
280
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
281
|
-
jsii.set(self, "egressGatewayBridge", value)
|
|
281
|
+
jsii.set(self, "egressGatewayBridge", value) # pyright: ignore[reportArgumentType]
|
|
282
282
|
|
|
283
283
|
@builtins.property
|
|
284
284
|
@jsii.member(jsii_name="ingressGatewayBridge")
|
|
@@ -296,7 +296,7 @@ class CfnBridge(
|
|
|
296
296
|
if __debug__:
|
|
297
297
|
type_hints = typing.get_type_hints(_typecheckingstub__2370206c3aaeddbbe4f170d30b717ce583cd273a4a651e68abaf2042096869bf)
|
|
298
298
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
299
|
-
jsii.set(self, "ingressGatewayBridge", value)
|
|
299
|
+
jsii.set(self, "ingressGatewayBridge", value) # pyright: ignore[reportArgumentType]
|
|
300
300
|
|
|
301
301
|
@builtins.property
|
|
302
302
|
@jsii.member(jsii_name="outputs")
|
|
@@ -314,7 +314,7 @@ class CfnBridge(
|
|
|
314
314
|
if __debug__:
|
|
315
315
|
type_hints = typing.get_type_hints(_typecheckingstub__0f0f04e00fdc529449b6434bd02be499c861ae34a03215caf6afedaf59974ca0)
|
|
316
316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
317
|
-
jsii.set(self, "outputs", value)
|
|
317
|
+
jsii.set(self, "outputs", value) # pyright: ignore[reportArgumentType]
|
|
318
318
|
|
|
319
319
|
@builtins.property
|
|
320
320
|
@jsii.member(jsii_name="sourceFailoverConfig")
|
|
@@ -332,7 +332,7 @@ class CfnBridge(
|
|
|
332
332
|
if __debug__:
|
|
333
333
|
type_hints = typing.get_type_hints(_typecheckingstub__0a1d3ccb8b1bf31380b43926b18329ad07b95b13cfd50c81dfdcb52ed4700194)
|
|
334
334
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
335
|
-
jsii.set(self, "sourceFailoverConfig", value)
|
|
335
|
+
jsii.set(self, "sourceFailoverConfig", value) # pyright: ignore[reportArgumentType]
|
|
336
336
|
|
|
337
337
|
@jsii.data_type(
|
|
338
338
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridge.BridgeFlowSourceProperty",
|
|
@@ -1301,7 +1301,7 @@ class CfnBridgeOutput(
|
|
|
1301
1301
|
if __debug__:
|
|
1302
1302
|
type_hints = typing.get_type_hints(_typecheckingstub__238bd53ec2ae6381eaaf2c652a080561d1722805471e9d898d9d8e2b66530295)
|
|
1303
1303
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1304
|
-
jsii.set(self, "bridgeArn", value)
|
|
1304
|
+
jsii.set(self, "bridgeArn", value) # pyright: ignore[reportArgumentType]
|
|
1305
1305
|
|
|
1306
1306
|
@builtins.property
|
|
1307
1307
|
@jsii.member(jsii_name="name")
|
|
@@ -1314,7 +1314,7 @@ class CfnBridgeOutput(
|
|
|
1314
1314
|
if __debug__:
|
|
1315
1315
|
type_hints = typing.get_type_hints(_typecheckingstub__4567364d21ca9ebe1a2f33abcf1e7bc00c0f6b671c2062fd3c6766537faf1fa0)
|
|
1316
1316
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1317
|
-
jsii.set(self, "name", value)
|
|
1317
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1318
1318
|
|
|
1319
1319
|
@builtins.property
|
|
1320
1320
|
@jsii.member(jsii_name="networkOutput")
|
|
@@ -1332,7 +1332,7 @@ class CfnBridgeOutput(
|
|
|
1332
1332
|
if __debug__:
|
|
1333
1333
|
type_hints = typing.get_type_hints(_typecheckingstub__78fe544a540a0346bab7b296adf77b0088521ed5104d3678ee517ee4d8b43eb1)
|
|
1334
1334
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1335
|
-
jsii.set(self, "networkOutput", value)
|
|
1335
|
+
jsii.set(self, "networkOutput", value) # pyright: ignore[reportArgumentType]
|
|
1336
1336
|
|
|
1337
1337
|
@jsii.data_type(
|
|
1338
1338
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridgeOutput.BridgeNetworkOutputProperty",
|
|
@@ -1889,7 +1889,7 @@ class CfnBridgeSource(
|
|
|
1889
1889
|
if __debug__:
|
|
1890
1890
|
type_hints = typing.get_type_hints(_typecheckingstub__28bb545b11a59b0c10f19770b49da21586071508bfbed47b6b137ab43e2aaa5d)
|
|
1891
1891
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1892
|
-
jsii.set(self, "bridgeArn", value)
|
|
1892
|
+
jsii.set(self, "bridgeArn", value) # pyright: ignore[reportArgumentType]
|
|
1893
1893
|
|
|
1894
1894
|
@builtins.property
|
|
1895
1895
|
@jsii.member(jsii_name="name")
|
|
@@ -1902,7 +1902,7 @@ class CfnBridgeSource(
|
|
|
1902
1902
|
if __debug__:
|
|
1903
1903
|
type_hints = typing.get_type_hints(_typecheckingstub__26ff480997cae96d755e2b7e83019229c27702f843cafce3fc5647020ec7d7a7)
|
|
1904
1904
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1905
|
-
jsii.set(self, "name", value)
|
|
1905
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
1906
1906
|
|
|
1907
1907
|
@builtins.property
|
|
1908
1908
|
@jsii.member(jsii_name="flowSource")
|
|
@@ -1920,7 +1920,7 @@ class CfnBridgeSource(
|
|
|
1920
1920
|
if __debug__:
|
|
1921
1921
|
type_hints = typing.get_type_hints(_typecheckingstub__fa9a2d6952ebe510d69e3877d36b01cb4f6aa83e11dfcf61576bdfaffa0dea74)
|
|
1922
1922
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1923
|
-
jsii.set(self, "flowSource", value)
|
|
1923
|
+
jsii.set(self, "flowSource", value) # pyright: ignore[reportArgumentType]
|
|
1924
1924
|
|
|
1925
1925
|
@builtins.property
|
|
1926
1926
|
@jsii.member(jsii_name="networkSource")
|
|
@@ -1938,7 +1938,7 @@ class CfnBridgeSource(
|
|
|
1938
1938
|
if __debug__:
|
|
1939
1939
|
type_hints = typing.get_type_hints(_typecheckingstub__afb1ff783738c431282bcaa0dec602d425b3f5a39195a1f65e4e683ba344caea)
|
|
1940
1940
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1941
|
-
jsii.set(self, "networkSource", value)
|
|
1941
|
+
jsii.set(self, "networkSource", value) # pyright: ignore[reportArgumentType]
|
|
1942
1942
|
|
|
1943
1943
|
@jsii.data_type(
|
|
1944
1944
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridgeSource.BridgeFlowSourceProperty",
|
|
@@ -2584,7 +2584,7 @@ class CfnFlow(
|
|
|
2584
2584
|
if __debug__:
|
|
2585
2585
|
type_hints = typing.get_type_hints(_typecheckingstub__7b9dd07005f4a1ea040eea97dccca156a16f5e9f3f6686139fbd52108ac4c3b7)
|
|
2586
2586
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2587
|
-
jsii.set(self, "name", value)
|
|
2587
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
2588
2588
|
|
|
2589
2589
|
@builtins.property
|
|
2590
2590
|
@jsii.member(jsii_name="source")
|
|
@@ -2600,7 +2600,7 @@ class CfnFlow(
|
|
|
2600
2600
|
if __debug__:
|
|
2601
2601
|
type_hints = typing.get_type_hints(_typecheckingstub__869299c75adeb5a7d478686f55b98acba18c279372a76486ab2c6231b1e54e54)
|
|
2602
2602
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2603
|
-
jsii.set(self, "source", value)
|
|
2603
|
+
jsii.set(self, "source", value) # pyright: ignore[reportArgumentType]
|
|
2604
2604
|
|
|
2605
2605
|
@builtins.property
|
|
2606
2606
|
@jsii.member(jsii_name="availabilityZone")
|
|
@@ -2613,7 +2613,7 @@ class CfnFlow(
|
|
|
2613
2613
|
if __debug__:
|
|
2614
2614
|
type_hints = typing.get_type_hints(_typecheckingstub__843065332a6d7586586605a6ec8a2bd932a36dd6774052d60e5f9fd8e52c280c)
|
|
2615
2615
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2616
|
-
jsii.set(self, "availabilityZone", value)
|
|
2616
|
+
jsii.set(self, "availabilityZone", value) # pyright: ignore[reportArgumentType]
|
|
2617
2617
|
|
|
2618
2618
|
@builtins.property
|
|
2619
2619
|
@jsii.member(jsii_name="maintenance")
|
|
@@ -2631,7 +2631,7 @@ class CfnFlow(
|
|
|
2631
2631
|
if __debug__:
|
|
2632
2632
|
type_hints = typing.get_type_hints(_typecheckingstub__ddd188e9c2d5f8f194cf0b4c16e8b355b0ebcec43d953e6b0c8b77128e640aab)
|
|
2633
2633
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2634
|
-
jsii.set(self, "maintenance", value)
|
|
2634
|
+
jsii.set(self, "maintenance", value) # pyright: ignore[reportArgumentType]
|
|
2635
2635
|
|
|
2636
2636
|
@builtins.property
|
|
2637
2637
|
@jsii.member(jsii_name="mediaStreams")
|
|
@@ -2649,7 +2649,7 @@ class CfnFlow(
|
|
|
2649
2649
|
if __debug__:
|
|
2650
2650
|
type_hints = typing.get_type_hints(_typecheckingstub__c580931c160d15b8c0f43f0fe96dc390b640ae81cbc1900b00f369aaa3c3f6e4)
|
|
2651
2651
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2652
|
-
jsii.set(self, "mediaStreams", value)
|
|
2652
|
+
jsii.set(self, "mediaStreams", value) # pyright: ignore[reportArgumentType]
|
|
2653
2653
|
|
|
2654
2654
|
@builtins.property
|
|
2655
2655
|
@jsii.member(jsii_name="sourceFailoverConfig")
|
|
@@ -2667,7 +2667,7 @@ class CfnFlow(
|
|
|
2667
2667
|
if __debug__:
|
|
2668
2668
|
type_hints = typing.get_type_hints(_typecheckingstub__9d7deae7edf526ef9a6af2e16b592ef198ecb0cc777d1c7d97f392933ad97ef6)
|
|
2669
2669
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2670
|
-
jsii.set(self, "sourceFailoverConfig", value)
|
|
2670
|
+
jsii.set(self, "sourceFailoverConfig", value) # pyright: ignore[reportArgumentType]
|
|
2671
2671
|
|
|
2672
2672
|
@builtins.property
|
|
2673
2673
|
@jsii.member(jsii_name="vpcInterfaces")
|
|
@@ -2685,7 +2685,7 @@ class CfnFlow(
|
|
|
2685
2685
|
if __debug__:
|
|
2686
2686
|
type_hints = typing.get_type_hints(_typecheckingstub__7e75424871a1b67422fa8fe727bf0720abe8ea217c131244844ca71d14e25f4d)
|
|
2687
2687
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2688
|
-
jsii.set(self, "vpcInterfaces", value)
|
|
2688
|
+
jsii.set(self, "vpcInterfaces", value) # pyright: ignore[reportArgumentType]
|
|
2689
2689
|
|
|
2690
2690
|
@jsii.data_type(
|
|
2691
2691
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.EncryptionProperty",
|
|
@@ -4677,7 +4677,7 @@ class CfnFlowEntitlement(
|
|
|
4677
4677
|
if __debug__:
|
|
4678
4678
|
type_hints = typing.get_type_hints(_typecheckingstub__ba5eab3ebe302e351ac5ac0d66029f44599f4749a72395abe65585f0a24955a1)
|
|
4679
4679
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4680
|
-
jsii.set(self, "description", value)
|
|
4680
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
4681
4681
|
|
|
4682
4682
|
@builtins.property
|
|
4683
4683
|
@jsii.member(jsii_name="flowArn")
|
|
@@ -4690,7 +4690,7 @@ class CfnFlowEntitlement(
|
|
|
4690
4690
|
if __debug__:
|
|
4691
4691
|
type_hints = typing.get_type_hints(_typecheckingstub__e11924d752092913d6e2606c9cde4c9d3a676e93d2cdf59e192e9e6c293bfe35)
|
|
4692
4692
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4693
|
-
jsii.set(self, "flowArn", value)
|
|
4693
|
+
jsii.set(self, "flowArn", value) # pyright: ignore[reportArgumentType]
|
|
4694
4694
|
|
|
4695
4695
|
@builtins.property
|
|
4696
4696
|
@jsii.member(jsii_name="name")
|
|
@@ -4703,7 +4703,7 @@ class CfnFlowEntitlement(
|
|
|
4703
4703
|
if __debug__:
|
|
4704
4704
|
type_hints = typing.get_type_hints(_typecheckingstub__916ef20a18bd718e63e193a4bfe9a47ef0a3fa7c7d6eb6a74a9f583ad5834eb2)
|
|
4705
4705
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4706
|
-
jsii.set(self, "name", value)
|
|
4706
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
4707
4707
|
|
|
4708
4708
|
@builtins.property
|
|
4709
4709
|
@jsii.member(jsii_name="subscribers")
|
|
@@ -4716,7 +4716,7 @@ class CfnFlowEntitlement(
|
|
|
4716
4716
|
if __debug__:
|
|
4717
4717
|
type_hints = typing.get_type_hints(_typecheckingstub__a9ffb421693bf57958756eb013d4d8a721597fcd6b5c4d155ff98a2fc1ee7f4e)
|
|
4718
4718
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4719
|
-
jsii.set(self, "subscribers", value)
|
|
4719
|
+
jsii.set(self, "subscribers", value) # pyright: ignore[reportArgumentType]
|
|
4720
4720
|
|
|
4721
4721
|
@builtins.property
|
|
4722
4722
|
@jsii.member(jsii_name="dataTransferSubscriberFeePercent")
|
|
@@ -4732,7 +4732,7 @@ class CfnFlowEntitlement(
|
|
|
4732
4732
|
if __debug__:
|
|
4733
4733
|
type_hints = typing.get_type_hints(_typecheckingstub__440918e3c472d10f8c3846eeee04790645912cc1f354752fcf74610c24a956dc)
|
|
4734
4734
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4735
|
-
jsii.set(self, "dataTransferSubscriberFeePercent", value)
|
|
4735
|
+
jsii.set(self, "dataTransferSubscriberFeePercent", value) # pyright: ignore[reportArgumentType]
|
|
4736
4736
|
|
|
4737
4737
|
@builtins.property
|
|
4738
4738
|
@jsii.member(jsii_name="encryption")
|
|
@@ -4750,7 +4750,7 @@ class CfnFlowEntitlement(
|
|
|
4750
4750
|
if __debug__:
|
|
4751
4751
|
type_hints = typing.get_type_hints(_typecheckingstub__e186a635819e5284e2d58b4d8e7f8c317f8ef3dcaf08d3a66dfe0e4f1b061e89)
|
|
4752
4752
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4753
|
-
jsii.set(self, "encryption", value)
|
|
4753
|
+
jsii.set(self, "encryption", value) # pyright: ignore[reportArgumentType]
|
|
4754
4754
|
|
|
4755
4755
|
@builtins.property
|
|
4756
4756
|
@jsii.member(jsii_name="entitlementStatus")
|
|
@@ -4763,7 +4763,7 @@ class CfnFlowEntitlement(
|
|
|
4763
4763
|
if __debug__:
|
|
4764
4764
|
type_hints = typing.get_type_hints(_typecheckingstub__bdf1b9a179db4ad86ff23860586d83012068ae1abfca84e5defe29f68556a89a)
|
|
4765
4765
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
4766
|
-
jsii.set(self, "entitlementStatus", value)
|
|
4766
|
+
jsii.set(self, "entitlementStatus", value) # pyright: ignore[reportArgumentType]
|
|
4767
4767
|
|
|
4768
4768
|
@jsii.data_type(
|
|
4769
4769
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowEntitlement.EncryptionProperty",
|
|
@@ -5209,6 +5209,7 @@ class CfnFlowOutput(
|
|
|
5209
5209
|
)],
|
|
5210
5210
|
min_latency=123,
|
|
5211
5211
|
name="name",
|
|
5212
|
+
output_status="outputStatus",
|
|
5212
5213
|
port=123,
|
|
5213
5214
|
remote_id="remoteId",
|
|
5214
5215
|
smoothing_latency=123,
|
|
@@ -5234,6 +5235,7 @@ class CfnFlowOutput(
|
|
|
5234
5235
|
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,
|
|
5235
5236
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
5236
5237
|
name: typing.Optional[builtins.str] = None,
|
|
5238
|
+
output_status: typing.Optional[builtins.str] = None,
|
|
5237
5239
|
port: typing.Optional[jsii.Number] = None,
|
|
5238
5240
|
remote_id: typing.Optional[builtins.str] = None,
|
|
5239
5241
|
smoothing_latency: typing.Optional[jsii.Number] = None,
|
|
@@ -5253,6 +5255,7 @@ class CfnFlowOutput(
|
|
|
5253
5255
|
:param media_stream_output_configurations: The definition for each media stream that is associated with the output.
|
|
5254
5256
|
: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.
|
|
5255
5257
|
:param name: The name of the output. This value must be unique within the current flow.
|
|
5258
|
+
:param output_status: An indication of whether the output should transmit data or not.
|
|
5256
5259
|
:param port: The port to use when MediaConnect distributes content to the output.
|
|
5257
5260
|
:param remote_id: The identifier that is assigned to the Zixi receiver. This parameter applies only to outputs that use Zixi pull.
|
|
5258
5261
|
:param smoothing_latency: The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
|
@@ -5274,6 +5277,7 @@ class CfnFlowOutput(
|
|
|
5274
5277
|
media_stream_output_configurations=media_stream_output_configurations,
|
|
5275
5278
|
min_latency=min_latency,
|
|
5276
5279
|
name=name,
|
|
5280
|
+
output_status=output_status,
|
|
5277
5281
|
port=port,
|
|
5278
5282
|
remote_id=remote_id,
|
|
5279
5283
|
smoothing_latency=smoothing_latency,
|
|
@@ -5338,7 +5342,7 @@ class CfnFlowOutput(
|
|
|
5338
5342
|
if __debug__:
|
|
5339
5343
|
type_hints = typing.get_type_hints(_typecheckingstub__15b58a8b918485e48f2bd2cbf5a806a141e4d5ae34f2cf830391b88420333717)
|
|
5340
5344
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5341
|
-
jsii.set(self, "flowArn", value)
|
|
5345
|
+
jsii.set(self, "flowArn", value) # pyright: ignore[reportArgumentType]
|
|
5342
5346
|
|
|
5343
5347
|
@builtins.property
|
|
5344
5348
|
@jsii.member(jsii_name="protocol")
|
|
@@ -5351,7 +5355,7 @@ class CfnFlowOutput(
|
|
|
5351
5355
|
if __debug__:
|
|
5352
5356
|
type_hints = typing.get_type_hints(_typecheckingstub__9a09f7a6d8ae99d18b6e3bb11284fa5b865ca2146c5efb07536e593ee9a05bc7)
|
|
5353
5357
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5354
|
-
jsii.set(self, "protocol", value)
|
|
5358
|
+
jsii.set(self, "protocol", value) # pyright: ignore[reportArgumentType]
|
|
5355
5359
|
|
|
5356
5360
|
@builtins.property
|
|
5357
5361
|
@jsii.member(jsii_name="cidrAllowList")
|
|
@@ -5367,7 +5371,7 @@ class CfnFlowOutput(
|
|
|
5367
5371
|
if __debug__:
|
|
5368
5372
|
type_hints = typing.get_type_hints(_typecheckingstub__07f3031245a81d1c4e02553eaeb7fc62e38e625e4d2cfe7b7ff3ecce31ce6ef5)
|
|
5369
5373
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5370
|
-
jsii.set(self, "cidrAllowList", value)
|
|
5374
|
+
jsii.set(self, "cidrAllowList", value) # pyright: ignore[reportArgumentType]
|
|
5371
5375
|
|
|
5372
5376
|
@builtins.property
|
|
5373
5377
|
@jsii.member(jsii_name="description")
|
|
@@ -5380,7 +5384,7 @@ class CfnFlowOutput(
|
|
|
5380
5384
|
if __debug__:
|
|
5381
5385
|
type_hints = typing.get_type_hints(_typecheckingstub__04edd4c6554768eef7ffa49af9bf9fdec351390bdef1d2d14056f7b2afa9b477)
|
|
5382
5386
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5383
|
-
jsii.set(self, "description", value)
|
|
5387
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
5384
5388
|
|
|
5385
5389
|
@builtins.property
|
|
5386
5390
|
@jsii.member(jsii_name="destination")
|
|
@@ -5393,7 +5397,7 @@ class CfnFlowOutput(
|
|
|
5393
5397
|
if __debug__:
|
|
5394
5398
|
type_hints = typing.get_type_hints(_typecheckingstub__b3f2991cc0ce7b9368aefbf86c1373167ce7a90e3225db313dd6d35540907285)
|
|
5395
5399
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5396
|
-
jsii.set(self, "destination", value)
|
|
5400
|
+
jsii.set(self, "destination", value) # pyright: ignore[reportArgumentType]
|
|
5397
5401
|
|
|
5398
5402
|
@builtins.property
|
|
5399
5403
|
@jsii.member(jsii_name="encryption")
|
|
@@ -5411,7 +5415,7 @@ class CfnFlowOutput(
|
|
|
5411
5415
|
if __debug__:
|
|
5412
5416
|
type_hints = typing.get_type_hints(_typecheckingstub__78a7a7ea75faea54e857e52b24703069f4dd92643ca1173b27422c3504eee69b)
|
|
5413
5417
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5414
|
-
jsii.set(self, "encryption", value)
|
|
5418
|
+
jsii.set(self, "encryption", value) # pyright: ignore[reportArgumentType]
|
|
5415
5419
|
|
|
5416
5420
|
@builtins.property
|
|
5417
5421
|
@jsii.member(jsii_name="maxLatency")
|
|
@@ -5424,7 +5428,7 @@ class CfnFlowOutput(
|
|
|
5424
5428
|
if __debug__:
|
|
5425
5429
|
type_hints = typing.get_type_hints(_typecheckingstub__9801fdc6b598fc4f2e913edc8984f374a7594553b0a1ef32ea0fa7be05bb61db)
|
|
5426
5430
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5427
|
-
jsii.set(self, "maxLatency", value)
|
|
5431
|
+
jsii.set(self, "maxLatency", value) # pyright: ignore[reportArgumentType]
|
|
5428
5432
|
|
|
5429
5433
|
@builtins.property
|
|
5430
5434
|
@jsii.member(jsii_name="mediaStreamOutputConfigurations")
|
|
@@ -5442,7 +5446,7 @@ class CfnFlowOutput(
|
|
|
5442
5446
|
if __debug__:
|
|
5443
5447
|
type_hints = typing.get_type_hints(_typecheckingstub__c99ca24b6208e72328e18819b003e97cbf14fb0f94304256c59924c6e02ae32d)
|
|
5444
5448
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5445
|
-
jsii.set(self, "mediaStreamOutputConfigurations", value)
|
|
5449
|
+
jsii.set(self, "mediaStreamOutputConfigurations", value) # pyright: ignore[reportArgumentType]
|
|
5446
5450
|
|
|
5447
5451
|
@builtins.property
|
|
5448
5452
|
@jsii.member(jsii_name="minLatency")
|
|
@@ -5455,7 +5459,7 @@ class CfnFlowOutput(
|
|
|
5455
5459
|
if __debug__:
|
|
5456
5460
|
type_hints = typing.get_type_hints(_typecheckingstub__ddb7401a37f3ff6ff7dc25a56db1a28806074c96fc3f42a6bd90cc4feab9b693)
|
|
5457
5461
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5458
|
-
jsii.set(self, "minLatency", value)
|
|
5462
|
+
jsii.set(self, "minLatency", value) # pyright: ignore[reportArgumentType]
|
|
5459
5463
|
|
|
5460
5464
|
@builtins.property
|
|
5461
5465
|
@jsii.member(jsii_name="name")
|
|
@@ -5468,7 +5472,20 @@ class CfnFlowOutput(
|
|
|
5468
5472
|
if __debug__:
|
|
5469
5473
|
type_hints = typing.get_type_hints(_typecheckingstub__07b750df47b88518fdf7bc5d1baec396797cb9cc3a0c8bdc7742108d9c93c231)
|
|
5470
5474
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5471
|
-
jsii.set(self, "name", value)
|
|
5475
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
5476
|
+
|
|
5477
|
+
@builtins.property
|
|
5478
|
+
@jsii.member(jsii_name="outputStatus")
|
|
5479
|
+
def output_status(self) -> typing.Optional[builtins.str]:
|
|
5480
|
+
'''An indication of whether the output should transmit data or not.'''
|
|
5481
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "outputStatus"))
|
|
5482
|
+
|
|
5483
|
+
@output_status.setter
|
|
5484
|
+
def output_status(self, value: typing.Optional[builtins.str]) -> None:
|
|
5485
|
+
if __debug__:
|
|
5486
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6b4c653e5fd4b3a28c65a69d506d6616ef027aa50bccc2d72a02bc2ff7c57c1b)
|
|
5487
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5488
|
+
jsii.set(self, "outputStatus", value) # pyright: ignore[reportArgumentType]
|
|
5472
5489
|
|
|
5473
5490
|
@builtins.property
|
|
5474
5491
|
@jsii.member(jsii_name="port")
|
|
@@ -5481,7 +5498,7 @@ class CfnFlowOutput(
|
|
|
5481
5498
|
if __debug__:
|
|
5482
5499
|
type_hints = typing.get_type_hints(_typecheckingstub__082204a6d2f259b91fea6a581b0aa8a534b0e447853734806818dfa91f967458)
|
|
5483
5500
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5484
|
-
jsii.set(self, "port", value)
|
|
5501
|
+
jsii.set(self, "port", value) # pyright: ignore[reportArgumentType]
|
|
5485
5502
|
|
|
5486
5503
|
@builtins.property
|
|
5487
5504
|
@jsii.member(jsii_name="remoteId")
|
|
@@ -5494,7 +5511,7 @@ class CfnFlowOutput(
|
|
|
5494
5511
|
if __debug__:
|
|
5495
5512
|
type_hints = typing.get_type_hints(_typecheckingstub__0f19d4552e8cf70ccb26264cc49b216d391ddef580a3635679d644bda9f8dabf)
|
|
5496
5513
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5497
|
-
jsii.set(self, "remoteId", value)
|
|
5514
|
+
jsii.set(self, "remoteId", value) # pyright: ignore[reportArgumentType]
|
|
5498
5515
|
|
|
5499
5516
|
@builtins.property
|
|
5500
5517
|
@jsii.member(jsii_name="smoothingLatency")
|
|
@@ -5507,7 +5524,7 @@ class CfnFlowOutput(
|
|
|
5507
5524
|
if __debug__:
|
|
5508
5525
|
type_hints = typing.get_type_hints(_typecheckingstub__2a7c12acde851480773f720ab16362e6f6dd272465bbe84d6b60322c1bfd207d)
|
|
5509
5526
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5510
|
-
jsii.set(self, "smoothingLatency", value)
|
|
5527
|
+
jsii.set(self, "smoothingLatency", value) # pyright: ignore[reportArgumentType]
|
|
5511
5528
|
|
|
5512
5529
|
@builtins.property
|
|
5513
5530
|
@jsii.member(jsii_name="streamId")
|
|
@@ -5520,7 +5537,7 @@ class CfnFlowOutput(
|
|
|
5520
5537
|
if __debug__:
|
|
5521
5538
|
type_hints = typing.get_type_hints(_typecheckingstub__dadac9d58702681fe997f284efaad53e6d5af9dac998dd803277c6ed1ee2a381)
|
|
5522
5539
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5523
|
-
jsii.set(self, "streamId", value)
|
|
5540
|
+
jsii.set(self, "streamId", value) # pyright: ignore[reportArgumentType]
|
|
5524
5541
|
|
|
5525
5542
|
@builtins.property
|
|
5526
5543
|
@jsii.member(jsii_name="vpcInterfaceAttachment")
|
|
@@ -5538,7 +5555,7 @@ class CfnFlowOutput(
|
|
|
5538
5555
|
if __debug__:
|
|
5539
5556
|
type_hints = typing.get_type_hints(_typecheckingstub__65a3e058407bcf8bd6fa065c9fd3cd66a1c54e7edb3b48af25c7893fd72db21d)
|
|
5540
5557
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5541
|
-
jsii.set(self, "vpcInterfaceAttachment", value)
|
|
5558
|
+
jsii.set(self, "vpcInterfaceAttachment", value) # pyright: ignore[reportArgumentType]
|
|
5542
5559
|
|
|
5543
5560
|
@jsii.data_type(
|
|
5544
5561
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowOutput.DestinationConfigurationProperty",
|
|
@@ -6089,6 +6106,7 @@ class CfnFlowOutput(
|
|
|
6089
6106
|
"media_stream_output_configurations": "mediaStreamOutputConfigurations",
|
|
6090
6107
|
"min_latency": "minLatency",
|
|
6091
6108
|
"name": "name",
|
|
6109
|
+
"output_status": "outputStatus",
|
|
6092
6110
|
"port": "port",
|
|
6093
6111
|
"remote_id": "remoteId",
|
|
6094
6112
|
"smoothing_latency": "smoothingLatency",
|
|
@@ -6110,6 +6128,7 @@ class CfnFlowOutputProps:
|
|
|
6110
6128
|
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,
|
|
6111
6129
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
6112
6130
|
name: typing.Optional[builtins.str] = None,
|
|
6131
|
+
output_status: typing.Optional[builtins.str] = None,
|
|
6113
6132
|
port: typing.Optional[jsii.Number] = None,
|
|
6114
6133
|
remote_id: typing.Optional[builtins.str] = None,
|
|
6115
6134
|
smoothing_latency: typing.Optional[jsii.Number] = None,
|
|
@@ -6128,6 +6147,7 @@ class CfnFlowOutputProps:
|
|
|
6128
6147
|
:param media_stream_output_configurations: The definition for each media stream that is associated with the output.
|
|
6129
6148
|
: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.
|
|
6130
6149
|
:param name: The name of the output. This value must be unique within the current flow.
|
|
6150
|
+
:param output_status: An indication of whether the output should transmit data or not.
|
|
6131
6151
|
:param port: The port to use when MediaConnect distributes content to the output.
|
|
6132
6152
|
:param remote_id: The identifier that is assigned to the Zixi receiver. This parameter applies only to outputs that use Zixi pull.
|
|
6133
6153
|
:param smoothing_latency: The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC streams.
|
|
@@ -6181,6 +6201,7 @@ class CfnFlowOutputProps:
|
|
|
6181
6201
|
)],
|
|
6182
6202
|
min_latency=123,
|
|
6183
6203
|
name="name",
|
|
6204
|
+
output_status="outputStatus",
|
|
6184
6205
|
port=123,
|
|
6185
6206
|
remote_id="remoteId",
|
|
6186
6207
|
smoothing_latency=123,
|
|
@@ -6202,6 +6223,7 @@ class CfnFlowOutputProps:
|
|
|
6202
6223
|
check_type(argname="argument media_stream_output_configurations", value=media_stream_output_configurations, expected_type=type_hints["media_stream_output_configurations"])
|
|
6203
6224
|
check_type(argname="argument min_latency", value=min_latency, expected_type=type_hints["min_latency"])
|
|
6204
6225
|
check_type(argname="argument name", value=name, expected_type=type_hints["name"])
|
|
6226
|
+
check_type(argname="argument output_status", value=output_status, expected_type=type_hints["output_status"])
|
|
6205
6227
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
6206
6228
|
check_type(argname="argument remote_id", value=remote_id, expected_type=type_hints["remote_id"])
|
|
6207
6229
|
check_type(argname="argument smoothing_latency", value=smoothing_latency, expected_type=type_hints["smoothing_latency"])
|
|
@@ -6227,6 +6249,8 @@ class CfnFlowOutputProps:
|
|
|
6227
6249
|
self._values["min_latency"] = min_latency
|
|
6228
6250
|
if name is not None:
|
|
6229
6251
|
self._values["name"] = name
|
|
6252
|
+
if output_status is not None:
|
|
6253
|
+
self._values["output_status"] = output_status
|
|
6230
6254
|
if port is not None:
|
|
6231
6255
|
self._values["port"] = port
|
|
6232
6256
|
if remote_id is not None:
|
|
@@ -6344,6 +6368,15 @@ class CfnFlowOutputProps:
|
|
|
6344
6368
|
result = self._values.get("name")
|
|
6345
6369
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
6346
6370
|
|
|
6371
|
+
@builtins.property
|
|
6372
|
+
def output_status(self) -> typing.Optional[builtins.str]:
|
|
6373
|
+
'''An indication of whether the output should transmit data or not.
|
|
6374
|
+
|
|
6375
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html#cfn-mediaconnect-flowoutput-outputstatus
|
|
6376
|
+
'''
|
|
6377
|
+
result = self._values.get("output_status")
|
|
6378
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6379
|
+
|
|
6347
6380
|
@builtins.property
|
|
6348
6381
|
def port(self) -> typing.Optional[jsii.Number]:
|
|
6349
6382
|
'''The port to use when MediaConnect distributes content to the output.
|
|
@@ -6768,8 +6801,8 @@ class CfnFlowSource(
|
|
|
6768
6801
|
:param gateway_bridge_source: The source configuration for cloud flows receiving a stream from a bridge.
|
|
6769
6802
|
: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.
|
|
6770
6803
|
:param max_bitrate: The maximum bitrate for RIST, RTP, and RTP-FEC streams.
|
|
6771
|
-
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
|
|
6772
|
-
: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.
|
|
6804
|
+
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
|
|
6805
|
+
: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.
|
|
6773
6806
|
: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.
|
|
6774
6807
|
:param sender_control_port: The port that the flow uses to send outbound requests to initiate connection with the sender.
|
|
6775
6808
|
:param sender_ip_address: The IP address that the flow communicates with to initiate connection with the sender.
|
|
@@ -6881,7 +6914,7 @@ class CfnFlowSource(
|
|
|
6881
6914
|
if __debug__:
|
|
6882
6915
|
type_hints = typing.get_type_hints(_typecheckingstub__169574c8d258397d0753838843606fa3a6f2792dbfbe9f805a3263cc2ce8bf99)
|
|
6883
6916
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6884
|
-
jsii.set(self, "description", value)
|
|
6917
|
+
jsii.set(self, "description", value) # pyright: ignore[reportArgumentType]
|
|
6885
6918
|
|
|
6886
6919
|
@builtins.property
|
|
6887
6920
|
@jsii.member(jsii_name="name")
|
|
@@ -6894,7 +6927,7 @@ class CfnFlowSource(
|
|
|
6894
6927
|
if __debug__:
|
|
6895
6928
|
type_hints = typing.get_type_hints(_typecheckingstub__56248647932d6154f5cc0ea3f1df2a2bb25f298ef25872b32e9b4dd6f8e0ff07)
|
|
6896
6929
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6897
|
-
jsii.set(self, "name", value)
|
|
6930
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
6898
6931
|
|
|
6899
6932
|
@builtins.property
|
|
6900
6933
|
@jsii.member(jsii_name="decryption")
|
|
@@ -6912,7 +6945,7 @@ class CfnFlowSource(
|
|
|
6912
6945
|
if __debug__:
|
|
6913
6946
|
type_hints = typing.get_type_hints(_typecheckingstub__713d2beba8d5285adfd07ee3f7ca737392fb89294806031a6cc288bb72c8f180)
|
|
6914
6947
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6915
|
-
jsii.set(self, "decryption", value)
|
|
6948
|
+
jsii.set(self, "decryption", value) # pyright: ignore[reportArgumentType]
|
|
6916
6949
|
|
|
6917
6950
|
@builtins.property
|
|
6918
6951
|
@jsii.member(jsii_name="entitlementArn")
|
|
@@ -6925,7 +6958,7 @@ class CfnFlowSource(
|
|
|
6925
6958
|
if __debug__:
|
|
6926
6959
|
type_hints = typing.get_type_hints(_typecheckingstub__93ba0fab964dfcf99d0e38ef04172e971ea1753fa1d98e88458675e4386302dc)
|
|
6927
6960
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6928
|
-
jsii.set(self, "entitlementArn", value)
|
|
6961
|
+
jsii.set(self, "entitlementArn", value) # pyright: ignore[reportArgumentType]
|
|
6929
6962
|
|
|
6930
6963
|
@builtins.property
|
|
6931
6964
|
@jsii.member(jsii_name="flowArn")
|
|
@@ -6938,7 +6971,7 @@ class CfnFlowSource(
|
|
|
6938
6971
|
if __debug__:
|
|
6939
6972
|
type_hints = typing.get_type_hints(_typecheckingstub__a393333c9ad7ce002f047c125d9ee3348efa283a66d9def5950529184e3be294)
|
|
6940
6973
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6941
|
-
jsii.set(self, "flowArn", value)
|
|
6974
|
+
jsii.set(self, "flowArn", value) # pyright: ignore[reportArgumentType]
|
|
6942
6975
|
|
|
6943
6976
|
@builtins.property
|
|
6944
6977
|
@jsii.member(jsii_name="gatewayBridgeSource")
|
|
@@ -6956,7 +6989,7 @@ class CfnFlowSource(
|
|
|
6956
6989
|
if __debug__:
|
|
6957
6990
|
type_hints = typing.get_type_hints(_typecheckingstub__d5cf895711559ebd9f3d9816442bc2258d4ed6f493bb32badf0ea76f038dd16a)
|
|
6958
6991
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6959
|
-
jsii.set(self, "gatewayBridgeSource", value)
|
|
6992
|
+
jsii.set(self, "gatewayBridgeSource", value) # pyright: ignore[reportArgumentType]
|
|
6960
6993
|
|
|
6961
6994
|
@builtins.property
|
|
6962
6995
|
@jsii.member(jsii_name="ingestPort")
|
|
@@ -6969,7 +7002,7 @@ class CfnFlowSource(
|
|
|
6969
7002
|
if __debug__:
|
|
6970
7003
|
type_hints = typing.get_type_hints(_typecheckingstub__8065f994df3b6b1f35a330146835da3506ebb87915688c1139a725cf72b5f618)
|
|
6971
7004
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6972
|
-
jsii.set(self, "ingestPort", value)
|
|
7005
|
+
jsii.set(self, "ingestPort", value) # pyright: ignore[reportArgumentType]
|
|
6973
7006
|
|
|
6974
7007
|
@builtins.property
|
|
6975
7008
|
@jsii.member(jsii_name="maxBitrate")
|
|
@@ -6982,7 +7015,7 @@ class CfnFlowSource(
|
|
|
6982
7015
|
if __debug__:
|
|
6983
7016
|
type_hints = typing.get_type_hints(_typecheckingstub__e362dd143dad56909dafd2e42bfcb4f36d21b914a7b90872305a01bec7758a1f)
|
|
6984
7017
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6985
|
-
jsii.set(self, "maxBitrate", value)
|
|
7018
|
+
jsii.set(self, "maxBitrate", value) # pyright: ignore[reportArgumentType]
|
|
6986
7019
|
|
|
6987
7020
|
@builtins.property
|
|
6988
7021
|
@jsii.member(jsii_name="maxLatency")
|
|
@@ -6995,7 +7028,7 @@ class CfnFlowSource(
|
|
|
6995
7028
|
if __debug__:
|
|
6996
7029
|
type_hints = typing.get_type_hints(_typecheckingstub__59ebbbae1ffe64a0b2ace0c589cfc271c5cf5155fb97c05e5866f905264c33c3)
|
|
6997
7030
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
6998
|
-
jsii.set(self, "maxLatency", value)
|
|
7031
|
+
jsii.set(self, "maxLatency", value) # pyright: ignore[reportArgumentType]
|
|
6999
7032
|
|
|
7000
7033
|
@builtins.property
|
|
7001
7034
|
@jsii.member(jsii_name="minLatency")
|
|
@@ -7008,7 +7041,7 @@ class CfnFlowSource(
|
|
|
7008
7041
|
if __debug__:
|
|
7009
7042
|
type_hints = typing.get_type_hints(_typecheckingstub__99ef8a4669e860fa72d8e2f4dc3ad3fe414a8d53d7156d84af37cde5562fb88d)
|
|
7010
7043
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7011
|
-
jsii.set(self, "minLatency", value)
|
|
7044
|
+
jsii.set(self, "minLatency", value) # pyright: ignore[reportArgumentType]
|
|
7012
7045
|
|
|
7013
7046
|
@builtins.property
|
|
7014
7047
|
@jsii.member(jsii_name="protocol")
|
|
@@ -7021,7 +7054,7 @@ class CfnFlowSource(
|
|
|
7021
7054
|
if __debug__:
|
|
7022
7055
|
type_hints = typing.get_type_hints(_typecheckingstub__eb57175f10a9dd5a4e263ec48354d53559458e760a13228af2bc8b2d5a738add)
|
|
7023
7056
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7024
|
-
jsii.set(self, "protocol", value)
|
|
7057
|
+
jsii.set(self, "protocol", value) # pyright: ignore[reportArgumentType]
|
|
7025
7058
|
|
|
7026
7059
|
@builtins.property
|
|
7027
7060
|
@jsii.member(jsii_name="senderControlPort")
|
|
@@ -7034,7 +7067,7 @@ class CfnFlowSource(
|
|
|
7034
7067
|
if __debug__:
|
|
7035
7068
|
type_hints = typing.get_type_hints(_typecheckingstub__2cb25d08779ab67d6811a557f48cd15bde00000d84c5ba57f8165f13a3f72f99)
|
|
7036
7069
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7037
|
-
jsii.set(self, "senderControlPort", value)
|
|
7070
|
+
jsii.set(self, "senderControlPort", value) # pyright: ignore[reportArgumentType]
|
|
7038
7071
|
|
|
7039
7072
|
@builtins.property
|
|
7040
7073
|
@jsii.member(jsii_name="senderIpAddress")
|
|
@@ -7047,7 +7080,7 @@ class CfnFlowSource(
|
|
|
7047
7080
|
if __debug__:
|
|
7048
7081
|
type_hints = typing.get_type_hints(_typecheckingstub__ce59a08878045e4b8bc6ff139a2307a1a5d3d8b55ad67c907a140517d9fdee00)
|
|
7049
7082
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7050
|
-
jsii.set(self, "senderIpAddress", value)
|
|
7083
|
+
jsii.set(self, "senderIpAddress", value) # pyright: ignore[reportArgumentType]
|
|
7051
7084
|
|
|
7052
7085
|
@builtins.property
|
|
7053
7086
|
@jsii.member(jsii_name="sourceListenerAddress")
|
|
@@ -7060,7 +7093,7 @@ class CfnFlowSource(
|
|
|
7060
7093
|
if __debug__:
|
|
7061
7094
|
type_hints = typing.get_type_hints(_typecheckingstub__f71f744022b312b3b4bc69179b8e4ce2cdb7fdeb46c179d7c72e3db30ac42e6c)
|
|
7062
7095
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7063
|
-
jsii.set(self, "sourceListenerAddress", value)
|
|
7096
|
+
jsii.set(self, "sourceListenerAddress", value) # pyright: ignore[reportArgumentType]
|
|
7064
7097
|
|
|
7065
7098
|
@builtins.property
|
|
7066
7099
|
@jsii.member(jsii_name="sourceListenerPort")
|
|
@@ -7073,7 +7106,7 @@ class CfnFlowSource(
|
|
|
7073
7106
|
if __debug__:
|
|
7074
7107
|
type_hints = typing.get_type_hints(_typecheckingstub__fc08edbf9070870e3f4ff641570a5fbe7bd92875ead1c75b9697e32c94084f4f)
|
|
7075
7108
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7076
|
-
jsii.set(self, "sourceListenerPort", value)
|
|
7109
|
+
jsii.set(self, "sourceListenerPort", value) # pyright: ignore[reportArgumentType]
|
|
7077
7110
|
|
|
7078
7111
|
@builtins.property
|
|
7079
7112
|
@jsii.member(jsii_name="streamId")
|
|
@@ -7086,7 +7119,7 @@ class CfnFlowSource(
|
|
|
7086
7119
|
if __debug__:
|
|
7087
7120
|
type_hints = typing.get_type_hints(_typecheckingstub__2f3b58b86420e937edcb73256eccae2a94f77b56863e967c6b79430f30f5ae00)
|
|
7088
7121
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7089
|
-
jsii.set(self, "streamId", value)
|
|
7122
|
+
jsii.set(self, "streamId", value) # pyright: ignore[reportArgumentType]
|
|
7090
7123
|
|
|
7091
7124
|
@builtins.property
|
|
7092
7125
|
@jsii.member(jsii_name="vpcInterfaceName")
|
|
@@ -7099,7 +7132,7 @@ class CfnFlowSource(
|
|
|
7099
7132
|
if __debug__:
|
|
7100
7133
|
type_hints = typing.get_type_hints(_typecheckingstub__aaca9be06dd26e302844cbceb849d87c083af662bbe659afe5a1819fd6ac9f7b)
|
|
7101
7134
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7102
|
-
jsii.set(self, "vpcInterfaceName", value)
|
|
7135
|
+
jsii.set(self, "vpcInterfaceName", value) # pyright: ignore[reportArgumentType]
|
|
7103
7136
|
|
|
7104
7137
|
@builtins.property
|
|
7105
7138
|
@jsii.member(jsii_name="whitelistCidr")
|
|
@@ -7112,7 +7145,7 @@ class CfnFlowSource(
|
|
|
7112
7145
|
if __debug__:
|
|
7113
7146
|
type_hints = typing.get_type_hints(_typecheckingstub__45499d5b323bea3d710e7e2165d62c80e1951ab949967a5138abfc7e37f673dc)
|
|
7114
7147
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7115
|
-
jsii.set(self, "whitelistCidr", value)
|
|
7148
|
+
jsii.set(self, "whitelistCidr", value) # pyright: ignore[reportArgumentType]
|
|
7116
7149
|
|
|
7117
7150
|
@jsii.data_type(
|
|
7118
7151
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlowSource.EncryptionProperty",
|
|
@@ -7511,8 +7544,8 @@ class CfnFlowSourceProps:
|
|
|
7511
7544
|
:param gateway_bridge_source: The source configuration for cloud flows receiving a stream from a bridge.
|
|
7512
7545
|
: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.
|
|
7513
7546
|
:param max_bitrate: The maximum bitrate for RIST, RTP, and RTP-FEC streams.
|
|
7514
|
-
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
|
|
7515
|
-
: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.
|
|
7547
|
+
:param max_latency: The maximum latency in milliseconds. This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
|
|
7548
|
+
: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.
|
|
7516
7549
|
: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.
|
|
7517
7550
|
:param sender_control_port: The port that the flow uses to send outbound requests to initiate connection with the sender.
|
|
7518
7551
|
:param sender_ip_address: The IP address that the flow communicates with to initiate connection with the sender.
|
|
@@ -7722,8 +7755,6 @@ class CfnFlowSourceProps:
|
|
|
7722
7755
|
|
|
7723
7756
|
This parameter applies only to RIST-based, Zixi-based, and Fujitsu-based streams.
|
|
7724
7757
|
|
|
7725
|
-
:default: - 2000
|
|
7726
|
-
|
|
7727
7758
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-maxlatency
|
|
7728
7759
|
'''
|
|
7729
7760
|
result = self._values.get("max_latency")
|
|
@@ -7735,8 +7766,6 @@ class CfnFlowSourceProps:
|
|
|
7735
7766
|
|
|
7736
7767
|
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.
|
|
7737
7768
|
|
|
7738
|
-
:default: - 2000
|
|
7739
|
-
|
|
7740
7769
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html#cfn-mediaconnect-flowsource-minlatency
|
|
7741
7770
|
'''
|
|
7742
7771
|
result = self._values.get("min_latency")
|
|
@@ -7962,7 +7991,7 @@ class CfnFlowVpcInterface(
|
|
|
7962
7991
|
if __debug__:
|
|
7963
7992
|
type_hints = typing.get_type_hints(_typecheckingstub__01b2ebce5fcf204059015d9ab2acd7dd1255fb422e85ba46d8372e7ed14634e7)
|
|
7964
7993
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7965
|
-
jsii.set(self, "flowArn", value)
|
|
7994
|
+
jsii.set(self, "flowArn", value) # pyright: ignore[reportArgumentType]
|
|
7966
7995
|
|
|
7967
7996
|
@builtins.property
|
|
7968
7997
|
@jsii.member(jsii_name="name")
|
|
@@ -7975,7 +8004,7 @@ class CfnFlowVpcInterface(
|
|
|
7975
8004
|
if __debug__:
|
|
7976
8005
|
type_hints = typing.get_type_hints(_typecheckingstub__315756aca1be9462393133e8a1bd030c6830be9cd62201141209ba92bca00733)
|
|
7977
8006
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7978
|
-
jsii.set(self, "name", value)
|
|
8007
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
7979
8008
|
|
|
7980
8009
|
@builtins.property
|
|
7981
8010
|
@jsii.member(jsii_name="roleArn")
|
|
@@ -7988,7 +8017,7 @@ class CfnFlowVpcInterface(
|
|
|
7988
8017
|
if __debug__:
|
|
7989
8018
|
type_hints = typing.get_type_hints(_typecheckingstub__25d1a6f274a5840002030ca9431469bb3346277b4320449fb605700060689db4)
|
|
7990
8019
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
7991
|
-
jsii.set(self, "roleArn", value)
|
|
8020
|
+
jsii.set(self, "roleArn", value) # pyright: ignore[reportArgumentType]
|
|
7992
8021
|
|
|
7993
8022
|
@builtins.property
|
|
7994
8023
|
@jsii.member(jsii_name="securityGroupIds")
|
|
@@ -8001,7 +8030,7 @@ class CfnFlowVpcInterface(
|
|
|
8001
8030
|
if __debug__:
|
|
8002
8031
|
type_hints = typing.get_type_hints(_typecheckingstub__22fe25e82013a9b0baddbe815abf51918a6107457c49b594041bb09b37e6db29)
|
|
8003
8032
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8004
|
-
jsii.set(self, "securityGroupIds", value)
|
|
8033
|
+
jsii.set(self, "securityGroupIds", value) # pyright: ignore[reportArgumentType]
|
|
8005
8034
|
|
|
8006
8035
|
@builtins.property
|
|
8007
8036
|
@jsii.member(jsii_name="subnetId")
|
|
@@ -8014,7 +8043,7 @@ class CfnFlowVpcInterface(
|
|
|
8014
8043
|
if __debug__:
|
|
8015
8044
|
type_hints = typing.get_type_hints(_typecheckingstub__21ff66cbd4857ab742f4461a355254e9a8da4cf04f8543fbb07ab7e6bde77b87)
|
|
8016
8045
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8017
|
-
jsii.set(self, "subnetId", value)
|
|
8046
|
+
jsii.set(self, "subnetId", value) # pyright: ignore[reportArgumentType]
|
|
8018
8047
|
|
|
8019
8048
|
|
|
8020
8049
|
@jsii.data_type(
|
|
@@ -8270,7 +8299,7 @@ class CfnGateway(
|
|
|
8270
8299
|
if __debug__:
|
|
8271
8300
|
type_hints = typing.get_type_hints(_typecheckingstub__c756c6472ede1cbb1eb656c10e07629e0cf818e434b2e8f9c94de41e295b332e)
|
|
8272
8301
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8273
|
-
jsii.set(self, "egressCidrBlocks", value)
|
|
8302
|
+
jsii.set(self, "egressCidrBlocks", value) # pyright: ignore[reportArgumentType]
|
|
8274
8303
|
|
|
8275
8304
|
@builtins.property
|
|
8276
8305
|
@jsii.member(jsii_name="name")
|
|
@@ -8283,7 +8312,7 @@ class CfnGateway(
|
|
|
8283
8312
|
if __debug__:
|
|
8284
8313
|
type_hints = typing.get_type_hints(_typecheckingstub__2f455f9a25731428a340c77bb14b2965a474f55740a64090450ee7dee16709ce)
|
|
8285
8314
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8286
|
-
jsii.set(self, "name", value)
|
|
8315
|
+
jsii.set(self, "name", value) # pyright: ignore[reportArgumentType]
|
|
8287
8316
|
|
|
8288
8317
|
@builtins.property
|
|
8289
8318
|
@jsii.member(jsii_name="networks")
|
|
@@ -8301,7 +8330,7 @@ class CfnGateway(
|
|
|
8301
8330
|
if __debug__:
|
|
8302
8331
|
type_hints = typing.get_type_hints(_typecheckingstub__87886ff9eadfa80377e79911ce74141941af595ecff54249e0b94a2aa4f4fdb6)
|
|
8303
8332
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
8304
|
-
jsii.set(self, "networks", value)
|
|
8333
|
+
jsii.set(self, "networks", value) # pyright: ignore[reportArgumentType]
|
|
8305
8334
|
|
|
8306
8335
|
@jsii.data_type(
|
|
8307
8336
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnGateway.GatewayNetworkProperty",
|
|
@@ -9142,6 +9171,7 @@ def _typecheckingstub__50a855342b002f2aaf180af2a85e45ce23346b4a5b582c00ee1a8474e
|
|
|
9142
9171
|
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,
|
|
9143
9172
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
9144
9173
|
name: typing.Optional[builtins.str] = None,
|
|
9174
|
+
output_status: typing.Optional[builtins.str] = None,
|
|
9145
9175
|
port: typing.Optional[jsii.Number] = None,
|
|
9146
9176
|
remote_id: typing.Optional[builtins.str] = None,
|
|
9147
9177
|
smoothing_latency: typing.Optional[jsii.Number] = None,
|
|
@@ -9223,6 +9253,12 @@ def _typecheckingstub__07b750df47b88518fdf7bc5d1baec396797cb9cc3a0c8bdc7742108d9
|
|
|
9223
9253
|
"""Type checking stubs"""
|
|
9224
9254
|
pass
|
|
9225
9255
|
|
|
9256
|
+
def _typecheckingstub__6b4c653e5fd4b3a28c65a69d506d6616ef027aa50bccc2d72a02bc2ff7c57c1b(
|
|
9257
|
+
value: typing.Optional[builtins.str],
|
|
9258
|
+
) -> None:
|
|
9259
|
+
"""Type checking stubs"""
|
|
9260
|
+
pass
|
|
9261
|
+
|
|
9226
9262
|
def _typecheckingstub__082204a6d2f259b91fea6a581b0aa8a534b0e447853734806818dfa91f967458(
|
|
9227
9263
|
value: typing.Optional[jsii.Number],
|
|
9228
9264
|
) -> None:
|
|
@@ -9316,6 +9352,7 @@ def _typecheckingstub__90cee4cbdefa91956af92950bb2bfd2da4fa4f982f439596444cda525
|
|
|
9316
9352
|
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,
|
|
9317
9353
|
min_latency: typing.Optional[jsii.Number] = None,
|
|
9318
9354
|
name: typing.Optional[builtins.str] = None,
|
|
9355
|
+
output_status: typing.Optional[builtins.str] = None,
|
|
9319
9356
|
port: typing.Optional[jsii.Number] = None,
|
|
9320
9357
|
remote_id: typing.Optional[builtins.str] = None,
|
|
9321
9358
|
smoothing_latency: typing.Optional[jsii.Number] = None,
|