aws-cdk-lib 2.219.0__py3-none-any.whl → 2.221.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 +33 -35
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.219.0.jsii.tgz → aws-cdk-lib@2.221.0.jsii.tgz} +0 -0
- aws_cdk/alexa_ask/__init__.py +3 -0
- aws_cdk/aws_accessanalyzer/__init__.py +3 -0
- aws_cdk/aws_acmpca/__init__.py +4 -1
- aws_cdk/aws_aiops/__init__.py +3 -0
- aws_cdk/aws_amazonmq/__init__.py +3 -29
- aws_cdk/aws_amplify/__init__.py +3 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
- aws_cdk/aws_apigateway/__init__.py +3 -0
- aws_cdk/aws_apigatewayv2/__init__.py +3 -0
- aws_cdk/aws_appconfig/__init__.py +3 -29
- aws_cdk/aws_appflow/__init__.py +3 -0
- aws_cdk/aws_appintegrations/__init__.py +3 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +3 -0
- aws_cdk/aws_applicationinsights/__init__.py +3 -0
- aws_cdk/aws_applicationsignals/__init__.py +453 -2
- aws_cdk/aws_appmesh/__init__.py +3 -0
- aws_cdk/aws_apprunner/__init__.py +3 -0
- aws_cdk/aws_appstream/__init__.py +3 -0
- aws_cdk/aws_appsync/__init__.py +3 -0
- aws_cdk/aws_apptest/__init__.py +3 -0
- aws_cdk/aws_aps/__init__.py +1168 -83
- aws_cdk/aws_arcregionswitch/__init__.py +11 -0
- aws_cdk/aws_arczonalshift/__init__.py +3 -0
- aws_cdk/aws_athena/__init__.py +3 -0
- aws_cdk/aws_auditmanager/__init__.py +3 -0
- aws_cdk/aws_autoscaling/__init__.py +3 -0
- aws_cdk/aws_autoscaling_common/__init__.py +3 -0
- aws_cdk/aws_autoscalingplans/__init__.py +3 -0
- aws_cdk/aws_b2bi/__init__.py +3 -0
- aws_cdk/aws_backup/__init__.py +32 -29
- aws_cdk/aws_backupgateway/__init__.py +3 -0
- aws_cdk/aws_batch/__init__.py +112 -7
- aws_cdk/aws_bcmdataexports/__init__.py +3 -0
- aws_cdk/aws_bedrock/__init__.py +53 -45
- aws_cdk/aws_bedrockagentcore/__init__.py +8499 -1732
- aws_cdk/aws_billingconductor/__init__.py +3 -0
- aws_cdk/aws_budgets/__init__.py +3 -0
- aws_cdk/aws_cassandra/__init__.py +3 -0
- aws_cdk/aws_ce/__init__.py +3 -0
- aws_cdk/aws_certificatemanager/__init__.py +3 -0
- aws_cdk/aws_chatbot/__init__.py +3 -0
- aws_cdk/aws_cleanrooms/__init__.py +3 -0
- aws_cdk/aws_cleanroomsml/__init__.py +3 -0
- aws_cdk/aws_cloud9/__init__.py +3 -0
- aws_cdk/aws_cloudformation/__init__.py +3 -0
- aws_cdk/aws_cloudfront/__init__.py +69 -3
- aws_cdk/aws_cloudfront/experimental/__init__.py +4 -0
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -6
- aws_cdk/aws_cloudtrail/__init__.py +3 -0
- aws_cdk/aws_cloudwatch/__init__.py +8 -5
- aws_cdk/aws_codeartifact/__init__.py +3 -0
- aws_cdk/aws_codebuild/__init__.py +3 -0
- aws_cdk/aws_codecommit/__init__.py +3 -0
- aws_cdk/aws_codeconnections/__init__.py +3 -0
- aws_cdk/aws_codedeploy/__init__.py +3 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +3 -0
- aws_cdk/aws_codegurureviewer/__init__.py +3 -0
- aws_cdk/aws_codepipeline/__init__.py +3 -0
- aws_cdk/aws_codepipeline_actions/__init__.py +3 -0
- aws_cdk/aws_codestar/__init__.py +3 -0
- aws_cdk/aws_codestarconnections/__init__.py +3 -0
- aws_cdk/aws_codestarnotifications/__init__.py +3 -0
- aws_cdk/aws_cognito/__init__.py +9 -4
- aws_cdk/aws_cognito_identitypool/__init__.py +3 -0
- aws_cdk/aws_comprehend/__init__.py +3 -0
- aws_cdk/aws_config/__init__.py +3 -0
- aws_cdk/aws_connect/__init__.py +1232 -2
- aws_cdk/aws_connectcampaigns/__init__.py +3 -0
- aws_cdk/aws_connectcampaignsv2/__init__.py +3 -0
- aws_cdk/aws_controltower/__init__.py +3 -0
- aws_cdk/aws_cur/__init__.py +3 -0
- aws_cdk/aws_customerprofiles/__init__.py +3 -29
- aws_cdk/aws_databrew/__init__.py +3 -0
- aws_cdk/aws_datapipeline/__init__.py +3 -0
- aws_cdk/aws_datasync/__init__.py +3 -0
- aws_cdk/aws_datazone/__init__.py +17 -15
- aws_cdk/aws_dax/__init__.py +15 -3
- aws_cdk/aws_deadline/__init__.py +3 -0
- aws_cdk/aws_detective/__init__.py +3 -0
- aws_cdk/aws_devicefarm/__init__.py +3 -0
- aws_cdk/aws_devopsguru/__init__.py +3 -0
- aws_cdk/aws_directoryservice/__init__.py +32 -0
- aws_cdk/aws_dlm/__init__.py +3 -0
- aws_cdk/aws_dms/__init__.py +3 -0
- aws_cdk/aws_docdb/__init__.py +14 -3
- aws_cdk/aws_docdbelastic/__init__.py +3 -0
- aws_cdk/aws_dsql/__init__.py +3 -0
- aws_cdk/aws_dynamodb/__init__.py +3 -0
- aws_cdk/aws_ec2/__init__.py +205 -48
- aws_cdk/aws_ecr/__init__.py +156 -33
- aws_cdk/aws_ecs/__init__.py +429 -182
- aws_cdk/aws_efs/__init__.py +3 -0
- aws_cdk/aws_eks/__init__.py +117 -67
- aws_cdk/aws_elasticache/__init__.py +3 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancing/__init__.py +3 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +445 -36
- aws_cdk/aws_elasticsearch/__init__.py +3 -0
- aws_cdk/aws_emr/__init__.py +3 -0
- aws_cdk/aws_emrcontainers/__init__.py +3 -0
- aws_cdk/aws_emrserverless/__init__.py +12 -11
- aws_cdk/aws_entityresolution/__init__.py +3 -0
- aws_cdk/aws_events/__init__.py +73 -29
- aws_cdk/aws_events_targets/__init__.py +3 -0
- aws_cdk/aws_eventschemas/__init__.py +3 -0
- aws_cdk/aws_evidently/__init__.py +3 -0
- aws_cdk/aws_evs/__init__.py +3 -0
- aws_cdk/aws_finspace/__init__.py +3 -0
- aws_cdk/aws_fis/__init__.py +3 -0
- aws_cdk/aws_fms/__init__.py +3 -0
- aws_cdk/aws_forecast/__init__.py +3 -0
- aws_cdk/aws_frauddetector/__init__.py +3 -0
- aws_cdk/aws_fsx/__init__.py +7 -4
- aws_cdk/aws_gamelift/__init__.py +3 -0
- aws_cdk/aws_gameliftstreams/__init__.py +8 -5
- aws_cdk/aws_globalaccelerator/__init__.py +3 -0
- aws_cdk/aws_glue/__init__.py +11 -80
- aws_cdk/aws_grafana/__init__.py +3 -0
- aws_cdk/aws_greengrass/__init__.py +3 -0
- aws_cdk/aws_greengrassv2/__init__.py +3 -0
- aws_cdk/aws_groundstation/__init__.py +3 -0
- aws_cdk/aws_guardduty/__init__.py +3 -0
- aws_cdk/aws_healthimaging/__init__.py +3 -0
- aws_cdk/aws_healthlake/__init__.py +3 -0
- aws_cdk/aws_iam/__init__.py +30 -32
- aws_cdk/aws_identitystore/__init__.py +3 -0
- aws_cdk/aws_imagebuilder/__init__.py +896 -0
- aws_cdk/aws_inspector/__init__.py +3 -0
- aws_cdk/aws_inspectorv2/__init__.py +3 -0
- aws_cdk/aws_internetmonitor/__init__.py +3 -0
- aws_cdk/aws_invoicing/__init__.py +3 -0
- aws_cdk/aws_iot/__init__.py +3 -0
- aws_cdk/aws_iotanalytics/__init__.py +3 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +3 -0
- aws_cdk/aws_iotevents/__init__.py +3 -0
- aws_cdk/aws_iotfleethub/__init__.py +3 -0
- aws_cdk/aws_iotfleetwise/__init__.py +3 -0
- aws_cdk/aws_iotsitewise/__init__.py +139 -80
- aws_cdk/aws_iotthingsgraph/__init__.py +3 -0
- aws_cdk/aws_iottwinmaker/__init__.py +3 -87
- aws_cdk/aws_iotwireless/__init__.py +61 -0
- aws_cdk/aws_ivs/__init__.py +3 -0
- aws_cdk/aws_ivschat/__init__.py +3 -0
- aws_cdk/aws_kafkaconnect/__init__.py +3 -0
- aws_cdk/aws_kendra/__init__.py +3 -58
- aws_cdk/aws_kendraranking/__init__.py +3 -0
- aws_cdk/aws_kinesis/__init__.py +98 -4
- aws_cdk/aws_kinesisanalytics/__init__.py +3 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +3 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +1709 -10
- aws_cdk/aws_kinesisvideo/__init__.py +3 -29
- aws_cdk/aws_kms/__init__.py +3 -0
- aws_cdk/aws_lakeformation/__init__.py +3 -0
- aws_cdk/aws_lambda/__init__.py +57 -7
- aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
- aws_cdk/aws_launchwizard/__init__.py +3 -0
- aws_cdk/aws_lex/__init__.py +3 -29
- aws_cdk/aws_licensemanager/__init__.py +3 -0
- aws_cdk/aws_lightsail/__init__.py +587 -0
- aws_cdk/aws_location/__init__.py +3 -0
- aws_cdk/aws_logs/__init__.py +283 -9
- aws_cdk/aws_lookoutequipment/__init__.py +3 -29
- aws_cdk/aws_lookoutmetrics/__init__.py +17 -2
- aws_cdk/aws_lookoutvision/__init__.py +3 -0
- aws_cdk/aws_m2/__init__.py +62 -13
- aws_cdk/aws_macie/__init__.py +3 -0
- aws_cdk/aws_managedblockchain/__init__.py +3 -0
- aws_cdk/aws_mediaconnect/__init__.py +3 -0
- aws_cdk/aws_mediaconvert/__init__.py +3 -0
- aws_cdk/aws_medialive/__init__.py +279 -33
- aws_cdk/aws_mediapackage/__init__.py +3 -0
- aws_cdk/aws_mediapackagev2/__init__.py +3 -0
- aws_cdk/aws_mediastore/__init__.py +3 -0
- aws_cdk/aws_mediatailor/__init__.py +3 -58
- aws_cdk/aws_memorydb/__init__.py +3 -0
- aws_cdk/aws_mpa/__init__.py +3 -0
- aws_cdk/aws_msk/__init__.py +3 -0
- aws_cdk/aws_mwaa/__init__.py +8 -5
- aws_cdk/aws_neptune/__init__.py +188 -70
- aws_cdk/aws_neptunegraph/__init__.py +3 -0
- aws_cdk/aws_networkfirewall/__init__.py +3 -0
- aws_cdk/aws_networkmanager/__init__.py +32 -0
- aws_cdk/aws_nimblestudio/__init__.py +3 -0
- aws_cdk/aws_notifications/__init__.py +3 -0
- aws_cdk/aws_notificationscontacts/__init__.py +3 -0
- aws_cdk/aws_oam/__init__.py +3 -0
- aws_cdk/aws_observabilityadmin/__init__.py +1365 -187
- aws_cdk/aws_odb/__init__.py +4 -1
- aws_cdk/aws_omics/__init__.py +10 -1
- aws_cdk/aws_opensearchserverless/__init__.py +3 -0
- aws_cdk/aws_opensearchservice/__init__.py +9 -0
- aws_cdk/aws_opsworks/__init__.py +3 -0
- aws_cdk/aws_opsworkscm/__init__.py +3 -0
- aws_cdk/aws_organizations/__init__.py +3 -116
- aws_cdk/aws_osis/__init__.py +157 -0
- aws_cdk/aws_panorama/__init__.py +3 -0
- aws_cdk/aws_paymentcryptography/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorad/__init__.py +3 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +3 -0
- aws_cdk/aws_pcs/__init__.py +227 -33
- aws_cdk/aws_personalize/__init__.py +3 -0
- aws_cdk/aws_pinpoint/__init__.py +61 -58
- aws_cdk/aws_pinpointemail/__init__.py +3 -0
- aws_cdk/aws_pipes/__init__.py +3 -0
- aws_cdk/aws_proton/__init__.py +3 -0
- aws_cdk/aws_qbusiness/__init__.py +3 -174
- aws_cdk/aws_qldb/__init__.py +3 -29
- aws_cdk/aws_quicksight/__init__.py +493 -406
- aws_cdk/aws_ram/__init__.py +3 -0
- aws_cdk/aws_rbin/__init__.py +3 -0
- aws_cdk/aws_rds/__init__.py +71 -42
- aws_cdk/aws_redshift/__init__.py +3 -0
- aws_cdk/aws_redshiftserverless/__init__.py +3 -0
- aws_cdk/aws_refactorspaces/__init__.py +21 -6
- aws_cdk/aws_rekognition/__init__.py +3 -29
- aws_cdk/aws_resiliencehub/__init__.py +3 -0
- aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
- aws_cdk/aws_resourcegroups/__init__.py +3 -0
- aws_cdk/aws_robomaker/__init__.py +3 -0
- aws_cdk/aws_rolesanywhere/__init__.py +3 -0
- aws_cdk/aws_route53/__init__.py +148 -24
- aws_cdk/aws_route53_targets/__init__.py +3 -0
- aws_cdk/aws_route53profiles/__init__.py +3 -0
- aws_cdk/aws_route53recoverycontrol/__init__.py +3 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +3 -0
- aws_cdk/aws_route53resolver/__init__.py +11 -4
- aws_cdk/aws_rum/__init__.py +3 -0
- aws_cdk/aws_s3/__init__.py +80 -43
- aws_cdk/aws_s3_deployment/__init__.py +3 -0
- aws_cdk/aws_s3express/__init__.py +3 -0
- aws_cdk/aws_s3objectlambda/__init__.py +47 -12
- aws_cdk/aws_s3outposts/__init__.py +3 -0
- aws_cdk/aws_s3tables/__init__.py +3 -0
- aws_cdk/aws_sagemaker/__init__.py +166 -87
- aws_cdk/aws_sam/__init__.py +3 -0
- aws_cdk/aws_scheduler/__init__.py +3 -29
- aws_cdk/aws_sdb/__init__.py +3 -0
- aws_cdk/aws_secretsmanager/__init__.py +3 -0
- aws_cdk/aws_securityhub/__init__.py +3 -0
- aws_cdk/aws_securitylake/__init__.py +3 -0
- aws_cdk/aws_servicecatalog/__init__.py +161 -144
- aws_cdk/aws_servicecatalogappregistry/__init__.py +3 -0
- aws_cdk/aws_servicediscovery/__init__.py +3 -0
- aws_cdk/aws_ses/__init__.py +3 -0
- aws_cdk/aws_shield/__init__.py +3 -0
- aws_cdk/aws_signer/__init__.py +3 -0
- aws_cdk/aws_simspaceweaver/__init__.py +3 -0
- aws_cdk/aws_smsvoice/__init__.py +3 -29
- aws_cdk/aws_sns/__init__.py +3 -0
- aws_cdk/aws_sqs/__init__.py +3 -0
- aws_cdk/aws_ssm/__init__.py +10 -3
- aws_cdk/aws_ssmcontacts/__init__.py +3 -0
- aws_cdk/aws_ssmguiconnect/__init__.py +3 -0
- aws_cdk/aws_ssmincidents/__init__.py +3 -0
- aws_cdk/aws_ssmquicksetup/__init__.py +470 -3
- aws_cdk/aws_sso/__init__.py +3 -0
- aws_cdk/aws_stepfunctions/__init__.py +23 -19
- aws_cdk/aws_stepfunctions_tasks/__init__.py +6 -3
- aws_cdk/aws_supportapp/__init__.py +3 -0
- aws_cdk/aws_synthetics/__init__.py +80 -27
- aws_cdk/aws_systemsmanagersap/__init__.py +3 -0
- aws_cdk/aws_timestream/__init__.py +3 -29
- aws_cdk/aws_transfer/__init__.py +20 -34
- aws_cdk/aws_verifiedpermissions/__init__.py +3 -0
- aws_cdk/aws_voiceid/__init__.py +3 -0
- aws_cdk/aws_vpclattice/__init__.py +7 -4
- aws_cdk/aws_waf/__init__.py +3 -0
- aws_cdk/aws_wafregional/__init__.py +3 -0
- aws_cdk/aws_wafv2/__init__.py +3 -0
- aws_cdk/aws_wisdom/__init__.py +3 -116
- aws_cdk/aws_workspaces/__init__.py +3 -0
- aws_cdk/aws_workspacesinstances/__init__.py +3 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +3 -0
- aws_cdk/aws_workspacesweb/__init__.py +3 -0
- aws_cdk/aws_xray/__init__.py +3 -0
- aws_cdk/cloud_assembly_schema/__init__.py +3 -0
- aws_cdk/cx_api/__init__.py +34 -0
- aws_cdk/pipelines/__init__.py +3 -0
- aws_cdk/region_info/__init__.py +3 -0
- aws_cdk/triggers/__init__.py +3 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/METADATA +2 -2
- aws_cdk_lib-2.221.0.dist-info/RECORD +313 -0
- aws_cdk_lib-2.219.0.dist-info/RECORD +0 -313
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.219.0.dist-info → aws_cdk_lib-2.221.0.dist-info}/top_level.txt +0 -0
|
@@ -7354,6 +7354,7 @@ class CfnChannel(
|
|
|
7354
7354
|
"level": "level",
|
|
7355
7355
|
"look_ahead_rate_control": "lookAheadRateControl",
|
|
7356
7356
|
"max_bitrate": "maxBitrate",
|
|
7357
|
+
"min_bitrate": "minBitrate",
|
|
7357
7358
|
"min_i_interval": "minIInterval",
|
|
7358
7359
|
"par_denominator": "parDenominator",
|
|
7359
7360
|
"par_numerator": "parNumerator",
|
|
@@ -7379,6 +7380,7 @@ class CfnChannel(
|
|
|
7379
7380
|
level: typing.Optional[builtins.str] = None,
|
|
7380
7381
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
7381
7382
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
7383
|
+
min_bitrate: typing.Optional[jsii.Number] = None,
|
|
7382
7384
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
7383
7385
|
par_denominator: typing.Optional[jsii.Number] = None,
|
|
7384
7386
|
par_numerator: typing.Optional[jsii.Number] = None,
|
|
@@ -7400,6 +7402,7 @@ class CfnChannel(
|
|
|
7400
7402
|
:param level:
|
|
7401
7403
|
:param look_ahead_rate_control:
|
|
7402
7404
|
:param max_bitrate:
|
|
7405
|
+
:param min_bitrate:
|
|
7403
7406
|
:param min_i_interval:
|
|
7404
7407
|
:param par_denominator:
|
|
7405
7408
|
:param par_numerator:
|
|
@@ -7442,6 +7445,7 @@ class CfnChannel(
|
|
|
7442
7445
|
level="level",
|
|
7443
7446
|
look_ahead_rate_control="lookAheadRateControl",
|
|
7444
7447
|
max_bitrate=123,
|
|
7448
|
+
min_bitrate=123,
|
|
7445
7449
|
min_iInterval=123,
|
|
7446
7450
|
par_denominator=123,
|
|
7447
7451
|
par_numerator=123,
|
|
@@ -7469,6 +7473,7 @@ class CfnChannel(
|
|
|
7469
7473
|
check_type(argname="argument level", value=level, expected_type=type_hints["level"])
|
|
7470
7474
|
check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
|
|
7471
7475
|
check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
|
|
7476
|
+
check_type(argname="argument min_bitrate", value=min_bitrate, expected_type=type_hints["min_bitrate"])
|
|
7472
7477
|
check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
|
|
7473
7478
|
check_type(argname="argument par_denominator", value=par_denominator, expected_type=type_hints["par_denominator"])
|
|
7474
7479
|
check_type(argname="argument par_numerator", value=par_numerator, expected_type=type_hints["par_numerator"])
|
|
@@ -7501,6 +7506,8 @@ class CfnChannel(
|
|
|
7501
7506
|
self._values["look_ahead_rate_control"] = look_ahead_rate_control
|
|
7502
7507
|
if max_bitrate is not None:
|
|
7503
7508
|
self._values["max_bitrate"] = max_bitrate
|
|
7509
|
+
if min_bitrate is not None:
|
|
7510
|
+
self._values["min_bitrate"] = min_bitrate
|
|
7504
7511
|
if min_i_interval is not None:
|
|
7505
7512
|
self._values["min_i_interval"] = min_i_interval
|
|
7506
7513
|
if par_denominator is not None:
|
|
@@ -7614,6 +7621,14 @@ class CfnChannel(
|
|
|
7614
7621
|
result = self._values.get("max_bitrate")
|
|
7615
7622
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
7616
7623
|
|
|
7624
|
+
@builtins.property
|
|
7625
|
+
def min_bitrate(self) -> typing.Optional[jsii.Number]:
|
|
7626
|
+
'''
|
|
7627
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-av1settings.html#cfn-medialive-channel-av1settings-minbitrate
|
|
7628
|
+
'''
|
|
7629
|
+
result = self._values.get("min_bitrate")
|
|
7630
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
7631
|
+
|
|
7617
7632
|
@builtins.property
|
|
7618
7633
|
def min_i_interval(self) -> typing.Optional[jsii.Number]:
|
|
7619
7634
|
'''
|
|
@@ -13669,6 +13684,7 @@ class CfnChannel(
|
|
|
13669
13684
|
"level": "level",
|
|
13670
13685
|
"look_ahead_rate_control": "lookAheadRateControl",
|
|
13671
13686
|
"max_bitrate": "maxBitrate",
|
|
13687
|
+
"min_bitrate": "minBitrate",
|
|
13672
13688
|
"min_i_interval": "minIInterval",
|
|
13673
13689
|
"min_qp": "minQp",
|
|
13674
13690
|
"num_ref_frames": "numRefFrames",
|
|
@@ -13718,6 +13734,7 @@ class CfnChannel(
|
|
|
13718
13734
|
level: typing.Optional[builtins.str] = None,
|
|
13719
13735
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
13720
13736
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
13737
|
+
min_bitrate: typing.Optional[jsii.Number] = None,
|
|
13721
13738
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
13722
13739
|
min_qp: typing.Optional[jsii.Number] = None,
|
|
13723
13740
|
num_ref_frames: typing.Optional[jsii.Number] = None,
|
|
@@ -13766,6 +13783,7 @@ class CfnChannel(
|
|
|
13766
13783
|
:param level: The H.264 level.
|
|
13767
13784
|
:param look_ahead_rate_control: The amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
|
|
13768
13785
|
:param max_bitrate: For QVBR: See the tooltip for Quality level. For VBR: Set the maximum bitrate in order to accommodate expected spikes in the complexity of the video.
|
|
13786
|
+
:param min_bitrate:
|
|
13769
13787
|
:param min_i_interval: Meaningful only if sceneChangeDetect is set to enabled. This setting enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting the I-interval. The normal cadence resumes for the next GOP. Note that the maximum GOP stretch = GOP size + Min-I-interval - 1.
|
|
13770
13788
|
:param min_qp:
|
|
13771
13789
|
:param num_ref_frames: The number of reference frames to use. The encoder might use more than requested if you use B-frames or interlaced encoding.
|
|
@@ -13833,6 +13851,7 @@ class CfnChannel(
|
|
|
13833
13851
|
level="level",
|
|
13834
13852
|
look_ahead_rate_control="lookAheadRateControl",
|
|
13835
13853
|
max_bitrate=123,
|
|
13854
|
+
min_bitrate=123,
|
|
13836
13855
|
min_iInterval=123,
|
|
13837
13856
|
min_qp=123,
|
|
13838
13857
|
num_ref_frames=123,
|
|
@@ -13884,6 +13903,7 @@ class CfnChannel(
|
|
|
13884
13903
|
check_type(argname="argument level", value=level, expected_type=type_hints["level"])
|
|
13885
13904
|
check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
|
|
13886
13905
|
check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
|
|
13906
|
+
check_type(argname="argument min_bitrate", value=min_bitrate, expected_type=type_hints["min_bitrate"])
|
|
13887
13907
|
check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
|
|
13888
13908
|
check_type(argname="argument min_qp", value=min_qp, expected_type=type_hints["min_qp"])
|
|
13889
13909
|
check_type(argname="argument num_ref_frames", value=num_ref_frames, expected_type=type_hints["num_ref_frames"])
|
|
@@ -13951,6 +13971,8 @@ class CfnChannel(
|
|
|
13951
13971
|
self._values["look_ahead_rate_control"] = look_ahead_rate_control
|
|
13952
13972
|
if max_bitrate is not None:
|
|
13953
13973
|
self._values["max_bitrate"] = max_bitrate
|
|
13974
|
+
if min_bitrate is not None:
|
|
13975
|
+
self._values["min_bitrate"] = min_bitrate
|
|
13954
13976
|
if min_i_interval is not None:
|
|
13955
13977
|
self._values["min_i_interval"] = min_i_interval
|
|
13956
13978
|
if min_qp is not None:
|
|
@@ -14227,6 +14249,14 @@ class CfnChannel(
|
|
|
14227
14249
|
result = self._values.get("max_bitrate")
|
|
14228
14250
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
14229
14251
|
|
|
14252
|
+
@builtins.property
|
|
14253
|
+
def min_bitrate(self) -> typing.Optional[jsii.Number]:
|
|
14254
|
+
'''
|
|
14255
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h264settings.html#cfn-medialive-channel-h264settings-minbitrate
|
|
14256
|
+
'''
|
|
14257
|
+
result = self._values.get("min_bitrate")
|
|
14258
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
14259
|
+
|
|
14230
14260
|
@builtins.property
|
|
14231
14261
|
def min_i_interval(self) -> typing.Optional[jsii.Number]:
|
|
14232
14262
|
'''Meaningful only if sceneChangeDetect is set to enabled.
|
|
@@ -14677,12 +14707,15 @@ class CfnChannel(
|
|
|
14677
14707
|
"flicker_aq": "flickerAq",
|
|
14678
14708
|
"framerate_denominator": "framerateDenominator",
|
|
14679
14709
|
"framerate_numerator": "framerateNumerator",
|
|
14710
|
+
"gop_b_reference": "gopBReference",
|
|
14680
14711
|
"gop_closed_cadence": "gopClosedCadence",
|
|
14712
|
+
"gop_num_b_frames": "gopNumBFrames",
|
|
14681
14713
|
"gop_size": "gopSize",
|
|
14682
14714
|
"gop_size_units": "gopSizeUnits",
|
|
14683
14715
|
"level": "level",
|
|
14684
14716
|
"look_ahead_rate_control": "lookAheadRateControl",
|
|
14685
14717
|
"max_bitrate": "maxBitrate",
|
|
14718
|
+
"min_bitrate": "minBitrate",
|
|
14686
14719
|
"min_i_interval": "minIInterval",
|
|
14687
14720
|
"min_qp": "minQp",
|
|
14688
14721
|
"mv_over_picture_boundaries": "mvOverPictureBoundaries",
|
|
@@ -14695,6 +14728,7 @@ class CfnChannel(
|
|
|
14695
14728
|
"scan_type": "scanType",
|
|
14696
14729
|
"scene_change_detect": "sceneChangeDetect",
|
|
14697
14730
|
"slices": "slices",
|
|
14731
|
+
"subgop_length": "subgopLength",
|
|
14698
14732
|
"tier": "tier",
|
|
14699
14733
|
"tile_height": "tileHeight",
|
|
14700
14734
|
"tile_padding": "tilePadding",
|
|
@@ -14721,12 +14755,15 @@ class CfnChannel(
|
|
|
14721
14755
|
flicker_aq: typing.Optional[builtins.str] = None,
|
|
14722
14756
|
framerate_denominator: typing.Optional[jsii.Number] = None,
|
|
14723
14757
|
framerate_numerator: typing.Optional[jsii.Number] = None,
|
|
14758
|
+
gop_b_reference: typing.Optional[builtins.str] = None,
|
|
14724
14759
|
gop_closed_cadence: typing.Optional[jsii.Number] = None,
|
|
14760
|
+
gop_num_b_frames: typing.Optional[jsii.Number] = None,
|
|
14725
14761
|
gop_size: typing.Optional[jsii.Number] = None,
|
|
14726
14762
|
gop_size_units: typing.Optional[builtins.str] = None,
|
|
14727
14763
|
level: typing.Optional[builtins.str] = None,
|
|
14728
14764
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
14729
14765
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
14766
|
+
min_bitrate: typing.Optional[jsii.Number] = None,
|
|
14730
14767
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
14731
14768
|
min_qp: typing.Optional[jsii.Number] = None,
|
|
14732
14769
|
mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
|
|
@@ -14739,6 +14776,7 @@ class CfnChannel(
|
|
|
14739
14776
|
scan_type: typing.Optional[builtins.str] = None,
|
|
14740
14777
|
scene_change_detect: typing.Optional[builtins.str] = None,
|
|
14741
14778
|
slices: typing.Optional[jsii.Number] = None,
|
|
14779
|
+
subgop_length: typing.Optional[builtins.str] = None,
|
|
14742
14780
|
tier: typing.Optional[builtins.str] = None,
|
|
14743
14781
|
tile_height: typing.Optional[jsii.Number] = None,
|
|
14744
14782
|
tile_padding: typing.Optional[builtins.str] = None,
|
|
@@ -14764,12 +14802,15 @@ class CfnChannel(
|
|
|
14764
14802
|
:param flicker_aq: If set to enabled, adjust quantization within each frame to reduce flicker or 'pop' on I-frames.
|
|
14765
14803
|
:param framerate_denominator: Framerate denominator.
|
|
14766
14804
|
:param framerate_numerator: Framerate numerator - framerate is a fraction, e.g. 24000 / 1001 = 23.976 fps.
|
|
14805
|
+
:param gop_b_reference:
|
|
14767
14806
|
:param gop_closed_cadence: Frequency of closed GOPs. In streaming applications, it is recommended that this be set to 1 so a decoder joining mid-stream will receive an IDR frame as quickly as possible. Setting this value to 0 will break output segmenting.
|
|
14807
|
+
:param gop_num_b_frames:
|
|
14768
14808
|
:param gop_size: GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an integer and must be greater than or equal to 1. If gopSizeUnits is seconds, gopSize must be greater than 0, but need not be an integer.
|
|
14769
14809
|
:param gop_size_units: Indicates if the gopSize is specified in frames or seconds. If seconds the system will convert the gopSize into a frame count at run time.
|
|
14770
14810
|
:param level: H.265 Level.
|
|
14771
14811
|
:param look_ahead_rate_control: Amount of lookahead. A value of low can decrease latency and memory usage, while high can produce better quality for certain content.
|
|
14772
14812
|
:param max_bitrate: For QVBR: See the tooltip for Quality level.
|
|
14813
|
+
:param min_bitrate:
|
|
14773
14814
|
:param min_i_interval: Only meaningful if sceneChangeDetect is set to enabled. Defaults to 5 if multiplex rate control is used. Enforces separation between repeated (cadence) I-frames and I-frames inserted by Scene Change Detection. If a scene change I-frame is within I-interval frames of a cadence I-frame, the GOP is shrunk and/or stretched to the scene change I-frame. GOP stretch requires enabling lookahead as well as setting I-interval. The normal cadence resumes for the next GOP. Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
|
|
14774
14815
|
:param min_qp:
|
|
14775
14816
|
:param mv_over_picture_boundaries:
|
|
@@ -14782,6 +14823,7 @@ class CfnChannel(
|
|
|
14782
14823
|
:param scan_type: Sets the scan type of the output to progressive or top-field-first interlaced.
|
|
14783
14824
|
:param scene_change_detect: Scene change detection.
|
|
14784
14825
|
:param slices: Number of slices per picture. Must be less than or equal to the number of macroblock rows for progressive pictures, and less than or equal to half the number of macroblock rows for interlaced pictures. This field is optional; when no value is specified the encoder will choose the number of slices based on encode resolution.
|
|
14826
|
+
:param subgop_length:
|
|
14785
14827
|
:param tier: H.265 Tier.
|
|
14786
14828
|
:param tile_height:
|
|
14787
14829
|
:param tile_padding:
|
|
@@ -14831,12 +14873,15 @@ class CfnChannel(
|
|
|
14831
14873
|
flicker_aq="flickerAq",
|
|
14832
14874
|
framerate_denominator=123,
|
|
14833
14875
|
framerate_numerator=123,
|
|
14876
|
+
gop_bReference="gopBReference",
|
|
14834
14877
|
gop_closed_cadence=123,
|
|
14878
|
+
gop_num_bFrames=123,
|
|
14835
14879
|
gop_size=123,
|
|
14836
14880
|
gop_size_units="gopSizeUnits",
|
|
14837
14881
|
level="level",
|
|
14838
14882
|
look_ahead_rate_control="lookAheadRateControl",
|
|
14839
14883
|
max_bitrate=123,
|
|
14884
|
+
min_bitrate=123,
|
|
14840
14885
|
min_iInterval=123,
|
|
14841
14886
|
min_qp=123,
|
|
14842
14887
|
mv_over_picture_boundaries="mvOverPictureBoundaries",
|
|
@@ -14849,6 +14894,7 @@ class CfnChannel(
|
|
|
14849
14894
|
scan_type="scanType",
|
|
14850
14895
|
scene_change_detect="sceneChangeDetect",
|
|
14851
14896
|
slices=123,
|
|
14897
|
+
subgop_length="subgopLength",
|
|
14852
14898
|
tier="tier",
|
|
14853
14899
|
tile_height=123,
|
|
14854
14900
|
tile_padding="tilePadding",
|
|
@@ -14877,12 +14923,15 @@ class CfnChannel(
|
|
|
14877
14923
|
check_type(argname="argument flicker_aq", value=flicker_aq, expected_type=type_hints["flicker_aq"])
|
|
14878
14924
|
check_type(argname="argument framerate_denominator", value=framerate_denominator, expected_type=type_hints["framerate_denominator"])
|
|
14879
14925
|
check_type(argname="argument framerate_numerator", value=framerate_numerator, expected_type=type_hints["framerate_numerator"])
|
|
14926
|
+
check_type(argname="argument gop_b_reference", value=gop_b_reference, expected_type=type_hints["gop_b_reference"])
|
|
14880
14927
|
check_type(argname="argument gop_closed_cadence", value=gop_closed_cadence, expected_type=type_hints["gop_closed_cadence"])
|
|
14928
|
+
check_type(argname="argument gop_num_b_frames", value=gop_num_b_frames, expected_type=type_hints["gop_num_b_frames"])
|
|
14881
14929
|
check_type(argname="argument gop_size", value=gop_size, expected_type=type_hints["gop_size"])
|
|
14882
14930
|
check_type(argname="argument gop_size_units", value=gop_size_units, expected_type=type_hints["gop_size_units"])
|
|
14883
14931
|
check_type(argname="argument level", value=level, expected_type=type_hints["level"])
|
|
14884
14932
|
check_type(argname="argument look_ahead_rate_control", value=look_ahead_rate_control, expected_type=type_hints["look_ahead_rate_control"])
|
|
14885
14933
|
check_type(argname="argument max_bitrate", value=max_bitrate, expected_type=type_hints["max_bitrate"])
|
|
14934
|
+
check_type(argname="argument min_bitrate", value=min_bitrate, expected_type=type_hints["min_bitrate"])
|
|
14886
14935
|
check_type(argname="argument min_i_interval", value=min_i_interval, expected_type=type_hints["min_i_interval"])
|
|
14887
14936
|
check_type(argname="argument min_qp", value=min_qp, expected_type=type_hints["min_qp"])
|
|
14888
14937
|
check_type(argname="argument mv_over_picture_boundaries", value=mv_over_picture_boundaries, expected_type=type_hints["mv_over_picture_boundaries"])
|
|
@@ -14895,6 +14944,7 @@ class CfnChannel(
|
|
|
14895
14944
|
check_type(argname="argument scan_type", value=scan_type, expected_type=type_hints["scan_type"])
|
|
14896
14945
|
check_type(argname="argument scene_change_detect", value=scene_change_detect, expected_type=type_hints["scene_change_detect"])
|
|
14897
14946
|
check_type(argname="argument slices", value=slices, expected_type=type_hints["slices"])
|
|
14947
|
+
check_type(argname="argument subgop_length", value=subgop_length, expected_type=type_hints["subgop_length"])
|
|
14898
14948
|
check_type(argname="argument tier", value=tier, expected_type=type_hints["tier"])
|
|
14899
14949
|
check_type(argname="argument tile_height", value=tile_height, expected_type=type_hints["tile_height"])
|
|
14900
14950
|
check_type(argname="argument tile_padding", value=tile_padding, expected_type=type_hints["tile_padding"])
|
|
@@ -14929,8 +14979,12 @@ class CfnChannel(
|
|
|
14929
14979
|
self._values["framerate_denominator"] = framerate_denominator
|
|
14930
14980
|
if framerate_numerator is not None:
|
|
14931
14981
|
self._values["framerate_numerator"] = framerate_numerator
|
|
14982
|
+
if gop_b_reference is not None:
|
|
14983
|
+
self._values["gop_b_reference"] = gop_b_reference
|
|
14932
14984
|
if gop_closed_cadence is not None:
|
|
14933
14985
|
self._values["gop_closed_cadence"] = gop_closed_cadence
|
|
14986
|
+
if gop_num_b_frames is not None:
|
|
14987
|
+
self._values["gop_num_b_frames"] = gop_num_b_frames
|
|
14934
14988
|
if gop_size is not None:
|
|
14935
14989
|
self._values["gop_size"] = gop_size
|
|
14936
14990
|
if gop_size_units is not None:
|
|
@@ -14941,6 +14995,8 @@ class CfnChannel(
|
|
|
14941
14995
|
self._values["look_ahead_rate_control"] = look_ahead_rate_control
|
|
14942
14996
|
if max_bitrate is not None:
|
|
14943
14997
|
self._values["max_bitrate"] = max_bitrate
|
|
14998
|
+
if min_bitrate is not None:
|
|
14999
|
+
self._values["min_bitrate"] = min_bitrate
|
|
14944
15000
|
if min_i_interval is not None:
|
|
14945
15001
|
self._values["min_i_interval"] = min_i_interval
|
|
14946
15002
|
if min_qp is not None:
|
|
@@ -14965,6 +15021,8 @@ class CfnChannel(
|
|
|
14965
15021
|
self._values["scene_change_detect"] = scene_change_detect
|
|
14966
15022
|
if slices is not None:
|
|
14967
15023
|
self._values["slices"] = slices
|
|
15024
|
+
if subgop_length is not None:
|
|
15025
|
+
self._values["subgop_length"] = subgop_length
|
|
14968
15026
|
if tier is not None:
|
|
14969
15027
|
self._values["tier"] = tier
|
|
14970
15028
|
if tile_height is not None:
|
|
@@ -15108,6 +15166,14 @@ class CfnChannel(
|
|
|
15108
15166
|
result = self._values.get("framerate_numerator")
|
|
15109
15167
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15110
15168
|
|
|
15169
|
+
@builtins.property
|
|
15170
|
+
def gop_b_reference(self) -> typing.Optional[builtins.str]:
|
|
15171
|
+
'''
|
|
15172
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopbreference
|
|
15173
|
+
'''
|
|
15174
|
+
result = self._values.get("gop_b_reference")
|
|
15175
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15176
|
+
|
|
15111
15177
|
@builtins.property
|
|
15112
15178
|
def gop_closed_cadence(self) -> typing.Optional[jsii.Number]:
|
|
15113
15179
|
'''Frequency of closed GOPs.
|
|
@@ -15119,6 +15185,14 @@ class CfnChannel(
|
|
|
15119
15185
|
result = self._values.get("gop_closed_cadence")
|
|
15120
15186
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15121
15187
|
|
|
15188
|
+
@builtins.property
|
|
15189
|
+
def gop_num_b_frames(self) -> typing.Optional[jsii.Number]:
|
|
15190
|
+
'''
|
|
15191
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-gopnumbframes
|
|
15192
|
+
'''
|
|
15193
|
+
result = self._values.get("gop_num_b_frames")
|
|
15194
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15195
|
+
|
|
15122
15196
|
@builtins.property
|
|
15123
15197
|
def gop_size(self) -> typing.Optional[jsii.Number]:
|
|
15124
15198
|
'''GOP size (keyframe interval) in units of either frames or seconds per gopSizeUnits.
|
|
@@ -15171,6 +15245,14 @@ class CfnChannel(
|
|
|
15171
15245
|
result = self._values.get("max_bitrate")
|
|
15172
15246
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15173
15247
|
|
|
15248
|
+
@builtins.property
|
|
15249
|
+
def min_bitrate(self) -> typing.Optional[jsii.Number]:
|
|
15250
|
+
'''
|
|
15251
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-minbitrate
|
|
15252
|
+
'''
|
|
15253
|
+
result = self._values.get("min_bitrate")
|
|
15254
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15255
|
+
|
|
15174
15256
|
@builtins.property
|
|
15175
15257
|
def min_i_interval(self) -> typing.Optional[jsii.Number]:
|
|
15176
15258
|
'''Only meaningful if sceneChangeDetect is set to enabled.
|
|
@@ -15293,6 +15375,14 @@ class CfnChannel(
|
|
|
15293
15375
|
result = self._values.get("slices")
|
|
15294
15376
|
return typing.cast(typing.Optional[jsii.Number], result)
|
|
15295
15377
|
|
|
15378
|
+
@builtins.property
|
|
15379
|
+
def subgop_length(self) -> typing.Optional[builtins.str]:
|
|
15380
|
+
'''
|
|
15381
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-h265settings.html#cfn-medialive-channel-h265settings-subgoplength
|
|
15382
|
+
'''
|
|
15383
|
+
result = self._values.get("subgop_length")
|
|
15384
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
15385
|
+
|
|
15296
15386
|
@builtins.property
|
|
15297
15387
|
def tier(self) -> typing.Optional[builtins.str]:
|
|
15298
15388
|
'''H.265 Tier.
|
|
@@ -20018,7 +20108,16 @@ class CfnChannel(
|
|
|
20018
20108
|
caption_channel=123,
|
|
20019
20109
|
language_code="languageCode",
|
|
20020
20110
|
language_description="languageDescription"
|
|
20021
|
-
)]
|
|
20111
|
+
)],
|
|
20112
|
+
id3_behavior="id3Behavior",
|
|
20113
|
+
klv_behavior="klvBehavior",
|
|
20114
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
20115
|
+
scte35_type="scte35Type",
|
|
20116
|
+
segment_length=123,
|
|
20117
|
+
segment_length_units="segmentLengthUnits",
|
|
20118
|
+
timed_metadata_id3_frame="timedMetadataId3Frame",
|
|
20119
|
+
timed_metadata_id3_period=123,
|
|
20120
|
+
timed_metadata_passthrough="timedMetadataPassthrough"
|
|
20022
20121
|
)
|
|
20023
20122
|
)
|
|
20024
20123
|
'''
|
|
@@ -20323,16 +20422,45 @@ class CfnChannel(
|
|
|
20323
20422
|
@jsii.data_type(
|
|
20324
20423
|
jsii_type="aws-cdk-lib.aws_medialive.CfnChannel.MediaPackageV2GroupSettingsProperty",
|
|
20325
20424
|
jsii_struct_bases=[],
|
|
20326
|
-
name_mapping={
|
|
20425
|
+
name_mapping={
|
|
20426
|
+
"caption_language_mappings": "captionLanguageMappings",
|
|
20427
|
+
"id3_behavior": "id3Behavior",
|
|
20428
|
+
"klv_behavior": "klvBehavior",
|
|
20429
|
+
"nielsen_id3_behavior": "nielsenId3Behavior",
|
|
20430
|
+
"scte35_type": "scte35Type",
|
|
20431
|
+
"segment_length": "segmentLength",
|
|
20432
|
+
"segment_length_units": "segmentLengthUnits",
|
|
20433
|
+
"timed_metadata_id3_frame": "timedMetadataId3Frame",
|
|
20434
|
+
"timed_metadata_id3_period": "timedMetadataId3Period",
|
|
20435
|
+
"timed_metadata_passthrough": "timedMetadataPassthrough",
|
|
20436
|
+
},
|
|
20327
20437
|
)
|
|
20328
20438
|
class MediaPackageV2GroupSettingsProperty:
|
|
20329
20439
|
def __init__(
|
|
20330
20440
|
self,
|
|
20331
20441
|
*,
|
|
20332
20442
|
caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnChannel.CaptionLanguageMappingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
20443
|
+
id3_behavior: typing.Optional[builtins.str] = None,
|
|
20444
|
+
klv_behavior: typing.Optional[builtins.str] = None,
|
|
20445
|
+
nielsen_id3_behavior: typing.Optional[builtins.str] = None,
|
|
20446
|
+
scte35_type: typing.Optional[builtins.str] = None,
|
|
20447
|
+
segment_length: typing.Optional[jsii.Number] = None,
|
|
20448
|
+
segment_length_units: typing.Optional[builtins.str] = None,
|
|
20449
|
+
timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
|
|
20450
|
+
timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
|
|
20451
|
+
timed_metadata_passthrough: typing.Optional[builtins.str] = None,
|
|
20333
20452
|
) -> None:
|
|
20334
20453
|
'''
|
|
20335
20454
|
:param caption_language_mappings:
|
|
20455
|
+
:param id3_behavior:
|
|
20456
|
+
:param klv_behavior:
|
|
20457
|
+
:param nielsen_id3_behavior:
|
|
20458
|
+
:param scte35_type:
|
|
20459
|
+
:param segment_length:
|
|
20460
|
+
:param segment_length_units:
|
|
20461
|
+
:param timed_metadata_id3_frame:
|
|
20462
|
+
:param timed_metadata_id3_period:
|
|
20463
|
+
:param timed_metadata_passthrough:
|
|
20336
20464
|
|
|
20337
20465
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html
|
|
20338
20466
|
:exampleMetadata: fixture=_generated
|
|
@@ -20348,15 +20476,51 @@ class CfnChannel(
|
|
|
20348
20476
|
caption_channel=123,
|
|
20349
20477
|
language_code="languageCode",
|
|
20350
20478
|
language_description="languageDescription"
|
|
20351
|
-
)]
|
|
20479
|
+
)],
|
|
20480
|
+
id3_behavior="id3Behavior",
|
|
20481
|
+
klv_behavior="klvBehavior",
|
|
20482
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
20483
|
+
scte35_type="scte35Type",
|
|
20484
|
+
segment_length=123,
|
|
20485
|
+
segment_length_units="segmentLengthUnits",
|
|
20486
|
+
timed_metadata_id3_frame="timedMetadataId3Frame",
|
|
20487
|
+
timed_metadata_id3_period=123,
|
|
20488
|
+
timed_metadata_passthrough="timedMetadataPassthrough"
|
|
20352
20489
|
)
|
|
20353
20490
|
'''
|
|
20354
20491
|
if __debug__:
|
|
20355
20492
|
type_hints = typing.get_type_hints(_typecheckingstub__8189ecb41c1c07836a410e8f437062328cb6483c38d02ea4abcb3be57ed148e4)
|
|
20356
20493
|
check_type(argname="argument caption_language_mappings", value=caption_language_mappings, expected_type=type_hints["caption_language_mappings"])
|
|
20494
|
+
check_type(argname="argument id3_behavior", value=id3_behavior, expected_type=type_hints["id3_behavior"])
|
|
20495
|
+
check_type(argname="argument klv_behavior", value=klv_behavior, expected_type=type_hints["klv_behavior"])
|
|
20496
|
+
check_type(argname="argument nielsen_id3_behavior", value=nielsen_id3_behavior, expected_type=type_hints["nielsen_id3_behavior"])
|
|
20497
|
+
check_type(argname="argument scte35_type", value=scte35_type, expected_type=type_hints["scte35_type"])
|
|
20498
|
+
check_type(argname="argument segment_length", value=segment_length, expected_type=type_hints["segment_length"])
|
|
20499
|
+
check_type(argname="argument segment_length_units", value=segment_length_units, expected_type=type_hints["segment_length_units"])
|
|
20500
|
+
check_type(argname="argument timed_metadata_id3_frame", value=timed_metadata_id3_frame, expected_type=type_hints["timed_metadata_id3_frame"])
|
|
20501
|
+
check_type(argname="argument timed_metadata_id3_period", value=timed_metadata_id3_period, expected_type=type_hints["timed_metadata_id3_period"])
|
|
20502
|
+
check_type(argname="argument timed_metadata_passthrough", value=timed_metadata_passthrough, expected_type=type_hints["timed_metadata_passthrough"])
|
|
20357
20503
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
20358
20504
|
if caption_language_mappings is not None:
|
|
20359
20505
|
self._values["caption_language_mappings"] = caption_language_mappings
|
|
20506
|
+
if id3_behavior is not None:
|
|
20507
|
+
self._values["id3_behavior"] = id3_behavior
|
|
20508
|
+
if klv_behavior is not None:
|
|
20509
|
+
self._values["klv_behavior"] = klv_behavior
|
|
20510
|
+
if nielsen_id3_behavior is not None:
|
|
20511
|
+
self._values["nielsen_id3_behavior"] = nielsen_id3_behavior
|
|
20512
|
+
if scte35_type is not None:
|
|
20513
|
+
self._values["scte35_type"] = scte35_type
|
|
20514
|
+
if segment_length is not None:
|
|
20515
|
+
self._values["segment_length"] = segment_length
|
|
20516
|
+
if segment_length_units is not None:
|
|
20517
|
+
self._values["segment_length_units"] = segment_length_units
|
|
20518
|
+
if timed_metadata_id3_frame is not None:
|
|
20519
|
+
self._values["timed_metadata_id3_frame"] = timed_metadata_id3_frame
|
|
20520
|
+
if timed_metadata_id3_period is not None:
|
|
20521
|
+
self._values["timed_metadata_id3_period"] = timed_metadata_id3_period
|
|
20522
|
+
if timed_metadata_passthrough is not None:
|
|
20523
|
+
self._values["timed_metadata_passthrough"] = timed_metadata_passthrough
|
|
20360
20524
|
|
|
20361
20525
|
@builtins.property
|
|
20362
20526
|
def caption_language_mappings(
|
|
@@ -20368,6 +20532,78 @@ class CfnChannel(
|
|
|
20368
20532
|
result = self._values.get("caption_language_mappings")
|
|
20369
20533
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnChannel.CaptionLanguageMappingProperty"]]]], result)
|
|
20370
20534
|
|
|
20535
|
+
@builtins.property
|
|
20536
|
+
def id3_behavior(self) -> typing.Optional[builtins.str]:
|
|
20537
|
+
'''
|
|
20538
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-id3behavior
|
|
20539
|
+
'''
|
|
20540
|
+
result = self._values.get("id3_behavior")
|
|
20541
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20542
|
+
|
|
20543
|
+
@builtins.property
|
|
20544
|
+
def klv_behavior(self) -> typing.Optional[builtins.str]:
|
|
20545
|
+
'''
|
|
20546
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-klvbehavior
|
|
20547
|
+
'''
|
|
20548
|
+
result = self._values.get("klv_behavior")
|
|
20549
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20550
|
+
|
|
20551
|
+
@builtins.property
|
|
20552
|
+
def nielsen_id3_behavior(self) -> typing.Optional[builtins.str]:
|
|
20553
|
+
'''
|
|
20554
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-nielsenid3behavior
|
|
20555
|
+
'''
|
|
20556
|
+
result = self._values.get("nielsen_id3_behavior")
|
|
20557
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20558
|
+
|
|
20559
|
+
@builtins.property
|
|
20560
|
+
def scte35_type(self) -> typing.Optional[builtins.str]:
|
|
20561
|
+
'''
|
|
20562
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-scte35type
|
|
20563
|
+
'''
|
|
20564
|
+
result = self._values.get("scte35_type")
|
|
20565
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20566
|
+
|
|
20567
|
+
@builtins.property
|
|
20568
|
+
def segment_length(self) -> typing.Optional[jsii.Number]:
|
|
20569
|
+
'''
|
|
20570
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlength
|
|
20571
|
+
'''
|
|
20572
|
+
result = self._values.get("segment_length")
|
|
20573
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
20574
|
+
|
|
20575
|
+
@builtins.property
|
|
20576
|
+
def segment_length_units(self) -> typing.Optional[builtins.str]:
|
|
20577
|
+
'''
|
|
20578
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-segmentlengthunits
|
|
20579
|
+
'''
|
|
20580
|
+
result = self._values.get("segment_length_units")
|
|
20581
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20582
|
+
|
|
20583
|
+
@builtins.property
|
|
20584
|
+
def timed_metadata_id3_frame(self) -> typing.Optional[builtins.str]:
|
|
20585
|
+
'''
|
|
20586
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3frame
|
|
20587
|
+
'''
|
|
20588
|
+
result = self._values.get("timed_metadata_id3_frame")
|
|
20589
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20590
|
+
|
|
20591
|
+
@builtins.property
|
|
20592
|
+
def timed_metadata_id3_period(self) -> typing.Optional[jsii.Number]:
|
|
20593
|
+
'''
|
|
20594
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadataid3period
|
|
20595
|
+
'''
|
|
20596
|
+
result = self._values.get("timed_metadata_id3_period")
|
|
20597
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
20598
|
+
|
|
20599
|
+
@builtins.property
|
|
20600
|
+
def timed_metadata_passthrough(self) -> typing.Optional[builtins.str]:
|
|
20601
|
+
'''
|
|
20602
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-mediapackagev2groupsettings.html#cfn-medialive-channel-mediapackagev2groupsettings-timedmetadatapassthrough
|
|
20603
|
+
'''
|
|
20604
|
+
result = self._values.get("timed_metadata_passthrough")
|
|
20605
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
20606
|
+
|
|
20371
20607
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
20372
20608
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
20373
20609
|
|
|
@@ -23100,7 +23336,16 @@ class CfnChannel(
|
|
|
23100
23336
|
caption_channel=123,
|
|
23101
23337
|
language_code="languageCode",
|
|
23102
23338
|
language_description="languageDescription"
|
|
23103
|
-
)]
|
|
23339
|
+
)],
|
|
23340
|
+
id3_behavior="id3Behavior",
|
|
23341
|
+
klv_behavior="klvBehavior",
|
|
23342
|
+
nielsen_id3_behavior="nielsenId3Behavior",
|
|
23343
|
+
scte35_type="scte35Type",
|
|
23344
|
+
segment_length=123,
|
|
23345
|
+
segment_length_units="segmentLengthUnits",
|
|
23346
|
+
timed_metadata_id3_frame="timedMetadataId3Frame",
|
|
23347
|
+
timed_metadata_id3_period=123,
|
|
23348
|
+
timed_metadata_passthrough="timedMetadataPassthrough"
|
|
23104
23349
|
)
|
|
23105
23350
|
),
|
|
23106
23351
|
ms_smooth_group_settings=medialive.CfnChannel.MsSmoothGroupSettingsProperty(
|
|
@@ -26893,6 +27138,7 @@ class CfnChannel(
|
|
|
26893
27138
|
level="level",
|
|
26894
27139
|
look_ahead_rate_control="lookAheadRateControl",
|
|
26895
27140
|
max_bitrate=123,
|
|
27141
|
+
min_bitrate=123,
|
|
26896
27142
|
min_iInterval=123,
|
|
26897
27143
|
par_denominator=123,
|
|
26898
27144
|
par_numerator=123,
|
|
@@ -26951,6 +27197,7 @@ class CfnChannel(
|
|
|
26951
27197
|
level="level",
|
|
26952
27198
|
look_ahead_rate_control="lookAheadRateControl",
|
|
26953
27199
|
max_bitrate=123,
|
|
27200
|
+
min_bitrate=123,
|
|
26954
27201
|
min_iInterval=123,
|
|
26955
27202
|
min_qp=123,
|
|
26956
27203
|
num_ref_frames=123,
|
|
@@ -27008,12 +27255,15 @@ class CfnChannel(
|
|
|
27008
27255
|
flicker_aq="flickerAq",
|
|
27009
27256
|
framerate_denominator=123,
|
|
27010
27257
|
framerate_numerator=123,
|
|
27258
|
+
gop_bReference="gopBReference",
|
|
27011
27259
|
gop_closed_cadence=123,
|
|
27260
|
+
gop_num_bFrames=123,
|
|
27012
27261
|
gop_size=123,
|
|
27013
27262
|
gop_size_units="gopSizeUnits",
|
|
27014
27263
|
level="level",
|
|
27015
27264
|
look_ahead_rate_control="lookAheadRateControl",
|
|
27016
27265
|
max_bitrate=123,
|
|
27266
|
+
min_bitrate=123,
|
|
27017
27267
|
min_iInterval=123,
|
|
27018
27268
|
min_qp=123,
|
|
27019
27269
|
mv_over_picture_boundaries="mvOverPictureBoundaries",
|
|
@@ -27026,6 +27276,7 @@ class CfnChannel(
|
|
|
27026
27276
|
scan_type="scanType",
|
|
27027
27277
|
scene_change_detect="sceneChangeDetect",
|
|
27028
27278
|
slices=123,
|
|
27279
|
+
subgop_length="subgopLength",
|
|
27029
27280
|
tier="tier",
|
|
27030
27281
|
tile_height=123,
|
|
27031
27282
|
tile_padding="tilePadding",
|
|
@@ -27225,6 +27476,7 @@ class CfnChannel(
|
|
|
27225
27476
|
level="level",
|
|
27226
27477
|
look_ahead_rate_control="lookAheadRateControl",
|
|
27227
27478
|
max_bitrate=123,
|
|
27479
|
+
min_bitrate=123,
|
|
27228
27480
|
min_iInterval=123,
|
|
27229
27481
|
par_denominator=123,
|
|
27230
27482
|
par_numerator=123,
|
|
@@ -27283,6 +27535,7 @@ class CfnChannel(
|
|
|
27283
27535
|
level="level",
|
|
27284
27536
|
look_ahead_rate_control="lookAheadRateControl",
|
|
27285
27537
|
max_bitrate=123,
|
|
27538
|
+
min_bitrate=123,
|
|
27286
27539
|
min_iInterval=123,
|
|
27287
27540
|
min_qp=123,
|
|
27288
27541
|
num_ref_frames=123,
|
|
@@ -27340,12 +27593,15 @@ class CfnChannel(
|
|
|
27340
27593
|
flicker_aq="flickerAq",
|
|
27341
27594
|
framerate_denominator=123,
|
|
27342
27595
|
framerate_numerator=123,
|
|
27596
|
+
gop_bReference="gopBReference",
|
|
27343
27597
|
gop_closed_cadence=123,
|
|
27598
|
+
gop_num_bFrames=123,
|
|
27344
27599
|
gop_size=123,
|
|
27345
27600
|
gop_size_units="gopSizeUnits",
|
|
27346
27601
|
level="level",
|
|
27347
27602
|
look_ahead_rate_control="lookAheadRateControl",
|
|
27348
27603
|
max_bitrate=123,
|
|
27604
|
+
min_bitrate=123,
|
|
27349
27605
|
min_iInterval=123,
|
|
27350
27606
|
min_qp=123,
|
|
27351
27607
|
mv_over_picture_boundaries="mvOverPictureBoundaries",
|
|
@@ -27358,6 +27614,7 @@ class CfnChannel(
|
|
|
27358
27614
|
scan_type="scanType",
|
|
27359
27615
|
scene_change_detect="sceneChangeDetect",
|
|
27360
27616
|
slices=123,
|
|
27617
|
+
subgop_length="subgopLength",
|
|
27361
27618
|
tier="tier",
|
|
27362
27619
|
tile_height=123,
|
|
27363
27620
|
tile_padding="tilePadding",
|
|
@@ -28209,27 +28466,6 @@ class CfnChannelPlacementGroup(
|
|
|
28209
28466
|
|
|
28210
28467
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
28211
28468
|
|
|
28212
|
-
@jsii.member(jsii_name="fromChannelPlacementGroupArn")
|
|
28213
|
-
@builtins.classmethod
|
|
28214
|
-
def from_channel_placement_group_arn(
|
|
28215
|
-
cls,
|
|
28216
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
28217
|
-
id: builtins.str,
|
|
28218
|
-
arn: builtins.str,
|
|
28219
|
-
) -> IChannelPlacementGroupRef:
|
|
28220
|
-
'''Creates a new IChannelPlacementGroupRef from an ARN.
|
|
28221
|
-
|
|
28222
|
-
:param scope: -
|
|
28223
|
-
:param id: -
|
|
28224
|
-
:param arn: -
|
|
28225
|
-
'''
|
|
28226
|
-
if __debug__:
|
|
28227
|
-
type_hints = typing.get_type_hints(_typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80)
|
|
28228
|
-
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
28229
|
-
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
28230
|
-
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
28231
|
-
return typing.cast(IChannelPlacementGroupRef, jsii.sinvoke(cls, "fromChannelPlacementGroupArn", [scope, id, arn]))
|
|
28232
|
-
|
|
28233
28469
|
@jsii.member(jsii_name="inspect")
|
|
28234
28470
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
28235
28471
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -35309,6 +35545,7 @@ def _typecheckingstub__1911156090a37730cd16cc0d13076f448f8b192dca9427883cf77e884
|
|
|
35309
35545
|
level: typing.Optional[builtins.str] = None,
|
|
35310
35546
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
35311
35547
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
35548
|
+
min_bitrate: typing.Optional[jsii.Number] = None,
|
|
35312
35549
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
35313
35550
|
par_denominator: typing.Optional[jsii.Number] = None,
|
|
35314
35551
|
par_numerator: typing.Optional[jsii.Number] = None,
|
|
@@ -35824,6 +36061,7 @@ def _typecheckingstub__b5cab7f49556648d7d963fdbb4cfd87845bc6a70172808b1847d7a218
|
|
|
35824
36061
|
level: typing.Optional[builtins.str] = None,
|
|
35825
36062
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
35826
36063
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
36064
|
+
min_bitrate: typing.Optional[jsii.Number] = None,
|
|
35827
36065
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
35828
36066
|
min_qp: typing.Optional[jsii.Number] = None,
|
|
35829
36067
|
num_ref_frames: typing.Optional[jsii.Number] = None,
|
|
@@ -35882,12 +36120,15 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
|
|
|
35882
36120
|
flicker_aq: typing.Optional[builtins.str] = None,
|
|
35883
36121
|
framerate_denominator: typing.Optional[jsii.Number] = None,
|
|
35884
36122
|
framerate_numerator: typing.Optional[jsii.Number] = None,
|
|
36123
|
+
gop_b_reference: typing.Optional[builtins.str] = None,
|
|
35885
36124
|
gop_closed_cadence: typing.Optional[jsii.Number] = None,
|
|
36125
|
+
gop_num_b_frames: typing.Optional[jsii.Number] = None,
|
|
35886
36126
|
gop_size: typing.Optional[jsii.Number] = None,
|
|
35887
36127
|
gop_size_units: typing.Optional[builtins.str] = None,
|
|
35888
36128
|
level: typing.Optional[builtins.str] = None,
|
|
35889
36129
|
look_ahead_rate_control: typing.Optional[builtins.str] = None,
|
|
35890
36130
|
max_bitrate: typing.Optional[jsii.Number] = None,
|
|
36131
|
+
min_bitrate: typing.Optional[jsii.Number] = None,
|
|
35891
36132
|
min_i_interval: typing.Optional[jsii.Number] = None,
|
|
35892
36133
|
min_qp: typing.Optional[jsii.Number] = None,
|
|
35893
36134
|
mv_over_picture_boundaries: typing.Optional[builtins.str] = None,
|
|
@@ -35900,6 +36141,7 @@ def _typecheckingstub__ba24f075b346c08bd6351ec946aa6352e1a32fe09c8751f612abee3e6
|
|
|
35900
36141
|
scan_type: typing.Optional[builtins.str] = None,
|
|
35901
36142
|
scene_change_detect: typing.Optional[builtins.str] = None,
|
|
35902
36143
|
slices: typing.Optional[jsii.Number] = None,
|
|
36144
|
+
subgop_length: typing.Optional[builtins.str] = None,
|
|
35903
36145
|
tier: typing.Optional[builtins.str] = None,
|
|
35904
36146
|
tile_height: typing.Optional[jsii.Number] = None,
|
|
35905
36147
|
tile_padding: typing.Optional[builtins.str] = None,
|
|
@@ -36274,6 +36516,15 @@ def _typecheckingstub__f3d603bf777a51fcd4a655ef17dcc1a5fa66a4fa5fe69e9918522175d
|
|
|
36274
36516
|
def _typecheckingstub__8189ecb41c1c07836a410e8f437062328cb6483c38d02ea4abcb3be57ed148e4(
|
|
36275
36517
|
*,
|
|
36276
36518
|
caption_language_mappings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnChannel.CaptionLanguageMappingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
36519
|
+
id3_behavior: typing.Optional[builtins.str] = None,
|
|
36520
|
+
klv_behavior: typing.Optional[builtins.str] = None,
|
|
36521
|
+
nielsen_id3_behavior: typing.Optional[builtins.str] = None,
|
|
36522
|
+
scte35_type: typing.Optional[builtins.str] = None,
|
|
36523
|
+
segment_length: typing.Optional[jsii.Number] = None,
|
|
36524
|
+
segment_length_units: typing.Optional[builtins.str] = None,
|
|
36525
|
+
timed_metadata_id3_frame: typing.Optional[builtins.str] = None,
|
|
36526
|
+
timed_metadata_id3_period: typing.Optional[jsii.Number] = None,
|
|
36527
|
+
timed_metadata_passthrough: typing.Optional[builtins.str] = None,
|
|
36277
36528
|
) -> None:
|
|
36278
36529
|
"""Type checking stubs"""
|
|
36279
36530
|
pass
|
|
@@ -36839,14 +37090,6 @@ def _typecheckingstub__4e243315b7345536389960f25695eb10f1fa9ae011ea703c70b9fbe4c
|
|
|
36839
37090
|
"""Type checking stubs"""
|
|
36840
37091
|
pass
|
|
36841
37092
|
|
|
36842
|
-
def _typecheckingstub__9b1f175fb7dae2b324a3046c29dc93a58faa99c0aaaf8b57b8a17aa2e09cdb80(
|
|
36843
|
-
scope: _constructs_77d1e7e8.Construct,
|
|
36844
|
-
id: builtins.str,
|
|
36845
|
-
arn: builtins.str,
|
|
36846
|
-
) -> None:
|
|
36847
|
-
"""Type checking stubs"""
|
|
36848
|
-
pass
|
|
36849
|
-
|
|
36850
37093
|
def _typecheckingstub__7dc59f9af5380ef0917c9d9bea643eb9e0495fd90e51b92ab0a1fe1ffbd1c64c(
|
|
36851
37094
|
inspector: _TreeInspector_488e0dd5,
|
|
36852
37095
|
) -> None:
|
|
@@ -38022,3 +38265,6 @@ def _typecheckingstub__9317fc441faa2bbf831054a6400c72c65b432c3cea33091ae4241073c
|
|
|
38022
38265
|
) -> None:
|
|
38023
38266
|
"""Type checking stubs"""
|
|
38024
38267
|
pass
|
|
38268
|
+
|
|
38269
|
+
for cls in [IChannelPlacementGroupRef, IChannelRef, ICloudWatchAlarmTemplateGroupRef, ICloudWatchAlarmTemplateRef, IClusterRef, IEventBridgeRuleTemplateGroupRef, IEventBridgeRuleTemplateRef, IInputRef, IInputSecurityGroupRef, IMultiplexRef, IMultiplexprogramRef, INetworkRef, ISdiSourceRef, ISignalMapRef]:
|
|
38270
|
+
typing.cast(typing.Any, cls).__protocol_attrs__ = typing.cast(typing.Any, cls).__protocol_attrs__ - set(['__jsii_proxy_class__', '__jsii_type__'])
|