aws-cdk-lib 2.177.0__py3-none-any.whl → 2.178.1__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.
- aws_cdk/__init__.py +95 -61
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.177.0.jsii.tgz → aws-cdk-lib@2.178.1.jsii.tgz} +0 -0
- aws_cdk/aws_amplifyuibuilder/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +97 -97
- aws_cdk/aws_apigatewayv2/__init__.py +35 -10
- aws_cdk/aws_appconfig/__init__.py +10 -10
- aws_cdk/aws_appflow/__init__.py +20 -20
- aws_cdk/aws_applicationsignals/__init__.py +8 -8
- aws_cdk/aws_appmesh/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10383 -7035
- aws_cdk/aws_apptest/__init__.py +4 -4
- aws_cdk/aws_aps/__init__.py +135 -0
- aws_cdk/aws_athena/__init__.py +10 -10
- aws_cdk/aws_backup/__init__.py +14 -14
- aws_cdk/aws_batch/__init__.py +185 -22
- aws_cdk/aws_bcmdataexports/__init__.py +4 -4
- aws_cdk/aws_bedrock/__init__.py +266 -177
- aws_cdk/aws_certificatemanager/__init__.py +15 -14
- aws_cdk/aws_chatbot/__init__.py +4 -4
- aws_cdk/aws_cloudformation/__init__.py +22 -18
- aws_cdk/aws_cloudfront/__init__.py +674 -7
- aws_cdk/aws_cloudfront_origins/__init__.py +40 -0
- aws_cdk/aws_cloudtrail/__init__.py +4 -4
- aws_cdk/aws_cloudwatch/__init__.py +53 -53
- aws_cdk/aws_codedeploy/__init__.py +2 -2
- aws_cdk/aws_codepipeline/__init__.py +24 -6
- aws_cdk/aws_codepipeline_actions/__init__.py +2 -2
- aws_cdk/aws_cognito/__init__.py +42 -20
- aws_cdk/aws_connect/__init__.py +4 -4
- aws_cdk/aws_customerprofiles/__init__.py +3 -1
- aws_cdk/aws_databrew/__init__.py +16 -16
- aws_cdk/aws_datasync/__init__.py +14 -11
- aws_cdk/aws_datazone/__init__.py +5 -5
- aws_cdk/aws_dms/__init__.py +4 -4
- aws_cdk/aws_dynamodb/__init__.py +267 -25
- aws_cdk/aws_ec2/__init__.py +1137 -181
- aws_cdk/aws_ecs/__init__.py +740 -116
- aws_cdk/aws_ecs_patterns/__init__.py +49 -0
- aws_cdk/aws_efs/__init__.py +3 -3
- aws_cdk/aws_eks/__init__.py +31 -32
- aws_cdk/aws_elasticache/__init__.py +10 -10
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +47 -18
- aws_cdk/aws_elasticsearch/__init__.py +10 -10
- aws_cdk/aws_emr/__init__.py +16 -16
- aws_cdk/aws_emrserverless/__init__.py +12 -9
- aws_cdk/aws_entityresolution/__init__.py +31 -17
- aws_cdk/aws_events/__init__.py +12 -12
- aws_cdk/aws_fis/__init__.py +16 -16
- aws_cdk/aws_fms/__init__.py +7 -3
- aws_cdk/aws_glue/__init__.py +1326 -7
- aws_cdk/aws_greengrassv2/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +521 -0
- aws_cdk/aws_healthlake/__init__.py +10 -2
- aws_cdk/aws_imagebuilder/__init__.py +26 -26
- aws_cdk/aws_iot/__init__.py +40 -40
- aws_cdk/aws_iotanalytics/__init__.py +4 -4
- aws_cdk/aws_iotfleetwise/__init__.py +424 -10
- aws_cdk/aws_iotsitewise/__init__.py +84 -13
- aws_cdk/aws_iottwinmaker/__init__.py +18 -18
- aws_cdk/aws_iotwireless/__init__.py +4 -4
- aws_cdk/aws_kafkaconnect/__init__.py +10 -10
- aws_cdk/aws_kendra/__init__.py +0 -10
- aws_cdk/aws_kinesisanalytics/__init__.py +4 -4
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -4
- aws_cdk/aws_kinesisfirehose/__init__.py +4544 -183
- aws_cdk/aws_kms/__init__.py +11 -10
- aws_cdk/aws_lambda/__init__.py +34 -4
- aws_cdk/aws_lambda_nodejs/__init__.py +24 -5
- aws_cdk/aws_launchwizard/__init__.py +10 -10
- aws_cdk/aws_logs/__init__.py +19 -15
- aws_cdk/aws_mediaconnect/__init__.py +509 -12
- aws_cdk/aws_medialive/__init__.py +16 -16
- aws_cdk/aws_mediatailor/__init__.py +10 -10
- aws_cdk/aws_networkfirewall/__init__.py +12 -12
- aws_cdk/aws_notifications/__init__.py +602 -65
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_opensearchservice/__init__.py +10 -10
- aws_cdk/aws_opsworks/__init__.py +58 -58
- aws_cdk/aws_personalize/__init__.py +8 -8
- aws_cdk/aws_pipes/__init__.py +20 -20
- aws_cdk/aws_qbusiness/__init__.py +119 -0
- aws_cdk/aws_quicksight/__init__.py +247 -92
- aws_cdk/aws_rds/__init__.py +21 -15
- aws_cdk/aws_redshift/__init__.py +10 -10
- aws_cdk/aws_resiliencehub/__init__.py +0 -41
- aws_cdk/aws_route53/__init__.py +6 -0
- aws_cdk/aws_rum/__init__.py +4 -4
- aws_cdk/aws_s3/__init__.py +12 -2
- aws_cdk/aws_sagemaker/__init__.py +84 -60
- aws_cdk/aws_sam/__init__.py +48 -48
- aws_cdk/aws_secretsmanager/__init__.py +30 -14
- aws_cdk/aws_securityhub/__init__.py +12 -12
- aws_cdk/aws_sns/__init__.py +101 -15
- aws_cdk/aws_ssmquicksetup/__init__.py +10 -10
- aws_cdk/aws_stepfunctions/__init__.py +13207 -4740
- aws_cdk/aws_stepfunctions_tasks/__init__.py +77615 -22817
- aws_cdk/aws_synthetics/__init__.py +4 -4
- aws_cdk/aws_timestream/__init__.py +41 -0
- aws_cdk/aws_transfer/__init__.py +9 -10
- aws_cdk/aws_wafv2/__init__.py +24 -22
- aws_cdk/aws_wisdom/__init__.py +8 -8
- aws_cdk/aws_workspacesweb/__init__.py +60 -60
- aws_cdk/aws_xray/__init__.py +8 -8
- aws_cdk/cx_api/__init__.py +18 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/RECORD +111 -111
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.177.0.dist-info → aws_cdk_lib-2.178.1.dist-info}/top_level.txt +0 -0
|
@@ -2622,7 +2622,24 @@ class CfnFlow(
|
|
|
2622
2622
|
state="state"
|
|
2623
2623
|
),
|
|
2624
2624
|
source_monitoring_config=mediaconnect.CfnFlow.SourceMonitoringConfigProperty(
|
|
2625
|
-
|
|
2625
|
+
audio_monitoring_settings=[mediaconnect.CfnFlow.AudioMonitoringSettingProperty(
|
|
2626
|
+
silent_audio=mediaconnect.CfnFlow.SilentAudioProperty(
|
|
2627
|
+
state="state",
|
|
2628
|
+
threshold_seconds=123
|
|
2629
|
+
)
|
|
2630
|
+
)],
|
|
2631
|
+
content_quality_analysis_state="contentQualityAnalysisState",
|
|
2632
|
+
thumbnail_state="thumbnailState",
|
|
2633
|
+
video_monitoring_settings=[mediaconnect.CfnFlow.VideoMonitoringSettingProperty(
|
|
2634
|
+
black_frames=mediaconnect.CfnFlow.BlackFramesProperty(
|
|
2635
|
+
state="state",
|
|
2636
|
+
threshold_seconds=123
|
|
2637
|
+
),
|
|
2638
|
+
frozen_frames=mediaconnect.CfnFlow.FrozenFramesProperty(
|
|
2639
|
+
state="state",
|
|
2640
|
+
threshold_seconds=123
|
|
2641
|
+
)
|
|
2642
|
+
)]
|
|
2626
2643
|
),
|
|
2627
2644
|
vpc_interfaces=[mediaconnect.CfnFlow.VpcInterfaceProperty(
|
|
2628
2645
|
name="name",
|
|
@@ -2905,6 +2922,136 @@ class CfnFlow(
|
|
|
2905
2922
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2906
2923
|
jsii.set(self, "vpcInterfaces", value) # pyright: ignore[reportArgumentType]
|
|
2907
2924
|
|
|
2925
|
+
@jsii.data_type(
|
|
2926
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.AudioMonitoringSettingProperty",
|
|
2927
|
+
jsii_struct_bases=[],
|
|
2928
|
+
name_mapping={"silent_audio": "silentAudio"},
|
|
2929
|
+
)
|
|
2930
|
+
class AudioMonitoringSettingProperty:
|
|
2931
|
+
def __init__(
|
|
2932
|
+
self,
|
|
2933
|
+
*,
|
|
2934
|
+
silent_audio: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.SilentAudioProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2935
|
+
) -> None:
|
|
2936
|
+
'''Specifies the configuration for audio stream metrics monitoring.
|
|
2937
|
+
|
|
2938
|
+
:param silent_audio: Detects periods of silence.
|
|
2939
|
+
|
|
2940
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-audiomonitoringsetting.html
|
|
2941
|
+
:exampleMetadata: fixture=_generated
|
|
2942
|
+
|
|
2943
|
+
Example::
|
|
2944
|
+
|
|
2945
|
+
# The code below shows an example of how to instantiate this type.
|
|
2946
|
+
# The values are placeholders you should change.
|
|
2947
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
2948
|
+
|
|
2949
|
+
audio_monitoring_setting_property = mediaconnect.CfnFlow.AudioMonitoringSettingProperty(
|
|
2950
|
+
silent_audio=mediaconnect.CfnFlow.SilentAudioProperty(
|
|
2951
|
+
state="state",
|
|
2952
|
+
threshold_seconds=123
|
|
2953
|
+
)
|
|
2954
|
+
)
|
|
2955
|
+
'''
|
|
2956
|
+
if __debug__:
|
|
2957
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1ac15d313eb79141f926e0599cfa8d16a302729713ebc92bf0a1af7adbf56f21)
|
|
2958
|
+
check_type(argname="argument silent_audio", value=silent_audio, expected_type=type_hints["silent_audio"])
|
|
2959
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2960
|
+
if silent_audio is not None:
|
|
2961
|
+
self._values["silent_audio"] = silent_audio
|
|
2962
|
+
|
|
2963
|
+
@builtins.property
|
|
2964
|
+
def silent_audio(
|
|
2965
|
+
self,
|
|
2966
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.SilentAudioProperty"]]:
|
|
2967
|
+
'''Detects periods of silence.
|
|
2968
|
+
|
|
2969
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-audiomonitoringsetting.html#cfn-mediaconnect-flow-audiomonitoringsetting-silentaudio
|
|
2970
|
+
'''
|
|
2971
|
+
result = self._values.get("silent_audio")
|
|
2972
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.SilentAudioProperty"]], result)
|
|
2973
|
+
|
|
2974
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2975
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2976
|
+
|
|
2977
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2978
|
+
return not (rhs == self)
|
|
2979
|
+
|
|
2980
|
+
def __repr__(self) -> str:
|
|
2981
|
+
return "AudioMonitoringSettingProperty(%s)" % ", ".join(
|
|
2982
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2983
|
+
)
|
|
2984
|
+
|
|
2985
|
+
@jsii.data_type(
|
|
2986
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.BlackFramesProperty",
|
|
2987
|
+
jsii_struct_bases=[],
|
|
2988
|
+
name_mapping={"state": "state", "threshold_seconds": "thresholdSeconds"},
|
|
2989
|
+
)
|
|
2990
|
+
class BlackFramesProperty:
|
|
2991
|
+
def __init__(
|
|
2992
|
+
self,
|
|
2993
|
+
*,
|
|
2994
|
+
state: typing.Optional[builtins.str] = None,
|
|
2995
|
+
threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
2996
|
+
) -> None:
|
|
2997
|
+
'''Configures settings for the ``BlackFrames`` metric.
|
|
2998
|
+
|
|
2999
|
+
:param state: Indicates whether the ``BlackFrames`` metric is enabled or disabled.
|
|
3000
|
+
:param threshold_seconds: Specifies the number of consecutive seconds of black frames that triggers an event or alert.
|
|
3001
|
+
|
|
3002
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.html
|
|
3003
|
+
:exampleMetadata: fixture=_generated
|
|
3004
|
+
|
|
3005
|
+
Example::
|
|
3006
|
+
|
|
3007
|
+
# The code below shows an example of how to instantiate this type.
|
|
3008
|
+
# The values are placeholders you should change.
|
|
3009
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
3010
|
+
|
|
3011
|
+
black_frames_property = mediaconnect.CfnFlow.BlackFramesProperty(
|
|
3012
|
+
state="state",
|
|
3013
|
+
threshold_seconds=123
|
|
3014
|
+
)
|
|
3015
|
+
'''
|
|
3016
|
+
if __debug__:
|
|
3017
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b8eed2a01102ad4205f67e0e6efdd3aaeca33633021098b7b3d1d73054d386f3)
|
|
3018
|
+
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
3019
|
+
check_type(argname="argument threshold_seconds", value=threshold_seconds, expected_type=type_hints["threshold_seconds"])
|
|
3020
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3021
|
+
if state is not None:
|
|
3022
|
+
self._values["state"] = state
|
|
3023
|
+
if threshold_seconds is not None:
|
|
3024
|
+
self._values["threshold_seconds"] = threshold_seconds
|
|
3025
|
+
|
|
3026
|
+
@builtins.property
|
|
3027
|
+
def state(self) -> typing.Optional[builtins.str]:
|
|
3028
|
+
'''Indicates whether the ``BlackFrames`` metric is enabled or disabled.
|
|
3029
|
+
|
|
3030
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.html#cfn-mediaconnect-flow-blackframes-state
|
|
3031
|
+
'''
|
|
3032
|
+
result = self._values.get("state")
|
|
3033
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3034
|
+
|
|
3035
|
+
@builtins.property
|
|
3036
|
+
def threshold_seconds(self) -> typing.Optional[jsii.Number]:
|
|
3037
|
+
'''Specifies the number of consecutive seconds of black frames that triggers an event or alert.
|
|
3038
|
+
|
|
3039
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-blackframes.html#cfn-mediaconnect-flow-blackframes-thresholdseconds
|
|
3040
|
+
'''
|
|
3041
|
+
result = self._values.get("threshold_seconds")
|
|
3042
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3043
|
+
|
|
3044
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3045
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3046
|
+
|
|
3047
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3048
|
+
return not (rhs == self)
|
|
3049
|
+
|
|
3050
|
+
def __repr__(self) -> str:
|
|
3051
|
+
return "BlackFramesProperty(%s)" % ", ".join(
|
|
3052
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3053
|
+
)
|
|
3054
|
+
|
|
2908
3055
|
@jsii.data_type(
|
|
2909
3056
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.EncryptionProperty",
|
|
2910
3057
|
jsii_struct_bases=[],
|
|
@@ -3381,6 +3528,76 @@ class CfnFlow(
|
|
|
3381
3528
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
3382
3529
|
)
|
|
3383
3530
|
|
|
3531
|
+
@jsii.data_type(
|
|
3532
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.FrozenFramesProperty",
|
|
3533
|
+
jsii_struct_bases=[],
|
|
3534
|
+
name_mapping={"state": "state", "threshold_seconds": "thresholdSeconds"},
|
|
3535
|
+
)
|
|
3536
|
+
class FrozenFramesProperty:
|
|
3537
|
+
def __init__(
|
|
3538
|
+
self,
|
|
3539
|
+
*,
|
|
3540
|
+
state: typing.Optional[builtins.str] = None,
|
|
3541
|
+
threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
3542
|
+
) -> None:
|
|
3543
|
+
'''Configures settings for the ``FrozenFrames`` metric.
|
|
3544
|
+
|
|
3545
|
+
:param state: Indicates whether the ``FrozenFrames`` metric is enabled or disabled.
|
|
3546
|
+
:param threshold_seconds: Specifies the number of consecutive seconds of a static image that triggers an event or alert.
|
|
3547
|
+
|
|
3548
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html
|
|
3549
|
+
:exampleMetadata: fixture=_generated
|
|
3550
|
+
|
|
3551
|
+
Example::
|
|
3552
|
+
|
|
3553
|
+
# The code below shows an example of how to instantiate this type.
|
|
3554
|
+
# The values are placeholders you should change.
|
|
3555
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
3556
|
+
|
|
3557
|
+
frozen_frames_property = mediaconnect.CfnFlow.FrozenFramesProperty(
|
|
3558
|
+
state="state",
|
|
3559
|
+
threshold_seconds=123
|
|
3560
|
+
)
|
|
3561
|
+
'''
|
|
3562
|
+
if __debug__:
|
|
3563
|
+
type_hints = typing.get_type_hints(_typecheckingstub__261e148d056da084128b3530c69f370bb4b4b5d73098e06d42eb6c5c4d6025e5)
|
|
3564
|
+
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
3565
|
+
check_type(argname="argument threshold_seconds", value=threshold_seconds, expected_type=type_hints["threshold_seconds"])
|
|
3566
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
3567
|
+
if state is not None:
|
|
3568
|
+
self._values["state"] = state
|
|
3569
|
+
if threshold_seconds is not None:
|
|
3570
|
+
self._values["threshold_seconds"] = threshold_seconds
|
|
3571
|
+
|
|
3572
|
+
@builtins.property
|
|
3573
|
+
def state(self) -> typing.Optional[builtins.str]:
|
|
3574
|
+
'''Indicates whether the ``FrozenFrames`` metric is enabled or disabled.
|
|
3575
|
+
|
|
3576
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html#cfn-mediaconnect-flow-frozenframes-state
|
|
3577
|
+
'''
|
|
3578
|
+
result = self._values.get("state")
|
|
3579
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
3580
|
+
|
|
3581
|
+
@builtins.property
|
|
3582
|
+
def threshold_seconds(self) -> typing.Optional[jsii.Number]:
|
|
3583
|
+
'''Specifies the number of consecutive seconds of a static image that triggers an event or alert.
|
|
3584
|
+
|
|
3585
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-frozenframes.html#cfn-mediaconnect-flow-frozenframes-thresholdseconds
|
|
3586
|
+
'''
|
|
3587
|
+
result = self._values.get("threshold_seconds")
|
|
3588
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
3589
|
+
|
|
3590
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3591
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3592
|
+
|
|
3593
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3594
|
+
return not (rhs == self)
|
|
3595
|
+
|
|
3596
|
+
def __repr__(self) -> str:
|
|
3597
|
+
return "FrozenFramesProperty(%s)" % ", ".join(
|
|
3598
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3599
|
+
)
|
|
3600
|
+
|
|
3384
3601
|
@jsii.data_type(
|
|
3385
3602
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.GatewayBridgeSourceProperty",
|
|
3386
3603
|
jsii_struct_bases=[],
|
|
@@ -4048,16 +4265,101 @@ class CfnFlow(
|
|
|
4048
4265
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
4049
4266
|
)
|
|
4050
4267
|
|
|
4268
|
+
@jsii.data_type(
|
|
4269
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.SilentAudioProperty",
|
|
4270
|
+
jsii_struct_bases=[],
|
|
4271
|
+
name_mapping={"state": "state", "threshold_seconds": "thresholdSeconds"},
|
|
4272
|
+
)
|
|
4273
|
+
class SilentAudioProperty:
|
|
4274
|
+
def __init__(
|
|
4275
|
+
self,
|
|
4276
|
+
*,
|
|
4277
|
+
state: typing.Optional[builtins.str] = None,
|
|
4278
|
+
threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
4279
|
+
) -> None:
|
|
4280
|
+
'''Configures settings for the ``SilentAudio`` metric.
|
|
4281
|
+
|
|
4282
|
+
:param state: Indicates whether the ``SilentAudio`` metric is enabled or disabled.
|
|
4283
|
+
:param threshold_seconds: Specifies the number of consecutive seconds of silence that triggers an event or alert.
|
|
4284
|
+
|
|
4285
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-silentaudio.html
|
|
4286
|
+
:exampleMetadata: fixture=_generated
|
|
4287
|
+
|
|
4288
|
+
Example::
|
|
4289
|
+
|
|
4290
|
+
# The code below shows an example of how to instantiate this type.
|
|
4291
|
+
# The values are placeholders you should change.
|
|
4292
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
4293
|
+
|
|
4294
|
+
silent_audio_property = mediaconnect.CfnFlow.SilentAudioProperty(
|
|
4295
|
+
state="state",
|
|
4296
|
+
threshold_seconds=123
|
|
4297
|
+
)
|
|
4298
|
+
'''
|
|
4299
|
+
if __debug__:
|
|
4300
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e28708aca7aa0aae7b96e1c58983b1ac8f27275c71b78ca026802bea4a53ffd6)
|
|
4301
|
+
check_type(argname="argument state", value=state, expected_type=type_hints["state"])
|
|
4302
|
+
check_type(argname="argument threshold_seconds", value=threshold_seconds, expected_type=type_hints["threshold_seconds"])
|
|
4303
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4304
|
+
if state is not None:
|
|
4305
|
+
self._values["state"] = state
|
|
4306
|
+
if threshold_seconds is not None:
|
|
4307
|
+
self._values["threshold_seconds"] = threshold_seconds
|
|
4308
|
+
|
|
4309
|
+
@builtins.property
|
|
4310
|
+
def state(self) -> typing.Optional[builtins.str]:
|
|
4311
|
+
'''Indicates whether the ``SilentAudio`` metric is enabled or disabled.
|
|
4312
|
+
|
|
4313
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-silentaudio.html#cfn-mediaconnect-flow-silentaudio-state
|
|
4314
|
+
'''
|
|
4315
|
+
result = self._values.get("state")
|
|
4316
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4317
|
+
|
|
4318
|
+
@builtins.property
|
|
4319
|
+
def threshold_seconds(self) -> typing.Optional[jsii.Number]:
|
|
4320
|
+
'''Specifies the number of consecutive seconds of silence that triggers an event or alert.
|
|
4321
|
+
|
|
4322
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-silentaudio.html#cfn-mediaconnect-flow-silentaudio-thresholdseconds
|
|
4323
|
+
'''
|
|
4324
|
+
result = self._values.get("threshold_seconds")
|
|
4325
|
+
return typing.cast(typing.Optional[jsii.Number], result)
|
|
4326
|
+
|
|
4327
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4328
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
4329
|
+
|
|
4330
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
4331
|
+
return not (rhs == self)
|
|
4332
|
+
|
|
4333
|
+
def __repr__(self) -> str:
|
|
4334
|
+
return "SilentAudioProperty(%s)" % ", ".join(
|
|
4335
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
4336
|
+
)
|
|
4337
|
+
|
|
4051
4338
|
@jsii.data_type(
|
|
4052
4339
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.SourceMonitoringConfigProperty",
|
|
4053
4340
|
jsii_struct_bases=[],
|
|
4054
|
-
name_mapping={
|
|
4341
|
+
name_mapping={
|
|
4342
|
+
"audio_monitoring_settings": "audioMonitoringSettings",
|
|
4343
|
+
"content_quality_analysis_state": "contentQualityAnalysisState",
|
|
4344
|
+
"thumbnail_state": "thumbnailState",
|
|
4345
|
+
"video_monitoring_settings": "videoMonitoringSettings",
|
|
4346
|
+
},
|
|
4055
4347
|
)
|
|
4056
4348
|
class SourceMonitoringConfigProperty:
|
|
4057
|
-
def __init__(
|
|
4349
|
+
def __init__(
|
|
4350
|
+
self,
|
|
4351
|
+
*,
|
|
4352
|
+
audio_monitoring_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.AudioMonitoringSettingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4353
|
+
content_quality_analysis_state: typing.Optional[builtins.str] = None,
|
|
4354
|
+
thumbnail_state: typing.Optional[builtins.str] = None,
|
|
4355
|
+
video_monitoring_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.VideoMonitoringSettingProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
4356
|
+
) -> None:
|
|
4058
4357
|
'''The ``SourceMonitoringConfig`` property type specifies the source monitoring settings for an AWS::MediaConnect::Flow.
|
|
4059
4358
|
|
|
4359
|
+
:param audio_monitoring_settings: Contains the settings for audio stream metrics monitoring.
|
|
4360
|
+
:param content_quality_analysis_state: Indicates whether content quality analysis is enabled or disabled.
|
|
4060
4361
|
:param thumbnail_state: The current state of the thumbnail monitoring. - If you don't explicitly specify a value when creating a flow, no thumbnail state will be set. - If you update an existing flow and remove a previously set thumbnail state, the value will change to ``DISABLED`` .
|
|
4362
|
+
:param video_monitoring_settings: Contains the settings for video stream metrics monitoring.
|
|
4061
4363
|
|
|
4062
4364
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html
|
|
4063
4365
|
:exampleMetadata: fixture=_generated
|
|
@@ -4069,18 +4371,64 @@ class CfnFlow(
|
|
|
4069
4371
|
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
4070
4372
|
|
|
4071
4373
|
source_monitoring_config_property = mediaconnect.CfnFlow.SourceMonitoringConfigProperty(
|
|
4072
|
-
|
|
4374
|
+
audio_monitoring_settings=[mediaconnect.CfnFlow.AudioMonitoringSettingProperty(
|
|
4375
|
+
silent_audio=mediaconnect.CfnFlow.SilentAudioProperty(
|
|
4376
|
+
state="state",
|
|
4377
|
+
threshold_seconds=123
|
|
4378
|
+
)
|
|
4379
|
+
)],
|
|
4380
|
+
content_quality_analysis_state="contentQualityAnalysisState",
|
|
4381
|
+
thumbnail_state="thumbnailState",
|
|
4382
|
+
video_monitoring_settings=[mediaconnect.CfnFlow.VideoMonitoringSettingProperty(
|
|
4383
|
+
black_frames=mediaconnect.CfnFlow.BlackFramesProperty(
|
|
4384
|
+
state="state",
|
|
4385
|
+
threshold_seconds=123
|
|
4386
|
+
),
|
|
4387
|
+
frozen_frames=mediaconnect.CfnFlow.FrozenFramesProperty(
|
|
4388
|
+
state="state",
|
|
4389
|
+
threshold_seconds=123
|
|
4390
|
+
)
|
|
4391
|
+
)]
|
|
4073
4392
|
)
|
|
4074
4393
|
'''
|
|
4075
4394
|
if __debug__:
|
|
4076
4395
|
type_hints = typing.get_type_hints(_typecheckingstub__462b2e03950e94b47455b1cc22dd388c278a29615998512d70aa7513e3c8d698)
|
|
4396
|
+
check_type(argname="argument audio_monitoring_settings", value=audio_monitoring_settings, expected_type=type_hints["audio_monitoring_settings"])
|
|
4397
|
+
check_type(argname="argument content_quality_analysis_state", value=content_quality_analysis_state, expected_type=type_hints["content_quality_analysis_state"])
|
|
4077
4398
|
check_type(argname="argument thumbnail_state", value=thumbnail_state, expected_type=type_hints["thumbnail_state"])
|
|
4078
|
-
|
|
4079
|
-
|
|
4080
|
-
|
|
4399
|
+
check_type(argname="argument video_monitoring_settings", value=video_monitoring_settings, expected_type=type_hints["video_monitoring_settings"])
|
|
4400
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
4401
|
+
if audio_monitoring_settings is not None:
|
|
4402
|
+
self._values["audio_monitoring_settings"] = audio_monitoring_settings
|
|
4403
|
+
if content_quality_analysis_state is not None:
|
|
4404
|
+
self._values["content_quality_analysis_state"] = content_quality_analysis_state
|
|
4405
|
+
if thumbnail_state is not None:
|
|
4406
|
+
self._values["thumbnail_state"] = thumbnail_state
|
|
4407
|
+
if video_monitoring_settings is not None:
|
|
4408
|
+
self._values["video_monitoring_settings"] = video_monitoring_settings
|
|
4081
4409
|
|
|
4082
4410
|
@builtins.property
|
|
4083
|
-
def
|
|
4411
|
+
def audio_monitoring_settings(
|
|
4412
|
+
self,
|
|
4413
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.AudioMonitoringSettingProperty"]]]]:
|
|
4414
|
+
'''Contains the settings for audio stream metrics monitoring.
|
|
4415
|
+
|
|
4416
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html#cfn-mediaconnect-flow-sourcemonitoringconfig-audiomonitoringsettings
|
|
4417
|
+
'''
|
|
4418
|
+
result = self._values.get("audio_monitoring_settings")
|
|
4419
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.AudioMonitoringSettingProperty"]]]], result)
|
|
4420
|
+
|
|
4421
|
+
@builtins.property
|
|
4422
|
+
def content_quality_analysis_state(self) -> typing.Optional[builtins.str]:
|
|
4423
|
+
'''Indicates whether content quality analysis is enabled or disabled.
|
|
4424
|
+
|
|
4425
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html#cfn-mediaconnect-flow-sourcemonitoringconfig-contentqualityanalysisstate
|
|
4426
|
+
'''
|
|
4427
|
+
result = self._values.get("content_quality_analysis_state")
|
|
4428
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4429
|
+
|
|
4430
|
+
@builtins.property
|
|
4431
|
+
def thumbnail_state(self) -> typing.Optional[builtins.str]:
|
|
4084
4432
|
'''The current state of the thumbnail monitoring.
|
|
4085
4433
|
|
|
4086
4434
|
- If you don't explicitly specify a value when creating a flow, no thumbnail state will be set.
|
|
@@ -4089,8 +4437,18 @@ class CfnFlow(
|
|
|
4089
4437
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html#cfn-mediaconnect-flow-sourcemonitoringconfig-thumbnailstate
|
|
4090
4438
|
'''
|
|
4091
4439
|
result = self._values.get("thumbnail_state")
|
|
4092
|
-
|
|
4093
|
-
|
|
4440
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
4441
|
+
|
|
4442
|
+
@builtins.property
|
|
4443
|
+
def video_monitoring_settings(
|
|
4444
|
+
self,
|
|
4445
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.VideoMonitoringSettingProperty"]]]]:
|
|
4446
|
+
'''Contains the settings for video stream metrics monitoring.
|
|
4447
|
+
|
|
4448
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html#cfn-mediaconnect-flow-sourcemonitoringconfig-videomonitoringsettings
|
|
4449
|
+
'''
|
|
4450
|
+
result = self._values.get("video_monitoring_settings")
|
|
4451
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnFlow.VideoMonitoringSettingProperty"]]]], result)
|
|
4094
4452
|
|
|
4095
4453
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
4096
4454
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
@@ -4611,6 +4969,86 @@ class CfnFlow(
|
|
|
4611
4969
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
4612
4970
|
)
|
|
4613
4971
|
|
|
4972
|
+
@jsii.data_type(
|
|
4973
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.VideoMonitoringSettingProperty",
|
|
4974
|
+
jsii_struct_bases=[],
|
|
4975
|
+
name_mapping={"black_frames": "blackFrames", "frozen_frames": "frozenFrames"},
|
|
4976
|
+
)
|
|
4977
|
+
class VideoMonitoringSettingProperty:
|
|
4978
|
+
def __init__(
|
|
4979
|
+
self,
|
|
4980
|
+
*,
|
|
4981
|
+
black_frames: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.BlackFramesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4982
|
+
frozen_frames: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.FrozenFramesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
4983
|
+
) -> None:
|
|
4984
|
+
'''Specifies the configuration for video stream metrics monitoring.
|
|
4985
|
+
|
|
4986
|
+
:param black_frames: Detects video frames that are black.
|
|
4987
|
+
:param frozen_frames: Detects video frames that have not changed.
|
|
4988
|
+
|
|
4989
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-videomonitoringsetting.html
|
|
4990
|
+
:exampleMetadata: fixture=_generated
|
|
4991
|
+
|
|
4992
|
+
Example::
|
|
4993
|
+
|
|
4994
|
+
# The code below shows an example of how to instantiate this type.
|
|
4995
|
+
# The values are placeholders you should change.
|
|
4996
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
4997
|
+
|
|
4998
|
+
video_monitoring_setting_property = mediaconnect.CfnFlow.VideoMonitoringSettingProperty(
|
|
4999
|
+
black_frames=mediaconnect.CfnFlow.BlackFramesProperty(
|
|
5000
|
+
state="state",
|
|
5001
|
+
threshold_seconds=123
|
|
5002
|
+
),
|
|
5003
|
+
frozen_frames=mediaconnect.CfnFlow.FrozenFramesProperty(
|
|
5004
|
+
state="state",
|
|
5005
|
+
threshold_seconds=123
|
|
5006
|
+
)
|
|
5007
|
+
)
|
|
5008
|
+
'''
|
|
5009
|
+
if __debug__:
|
|
5010
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8b18d7f5756a7359dc9028ca35bdb8d048195959b43a7f2ac5c0f4b71d0b8761)
|
|
5011
|
+
check_type(argname="argument black_frames", value=black_frames, expected_type=type_hints["black_frames"])
|
|
5012
|
+
check_type(argname="argument frozen_frames", value=frozen_frames, expected_type=type_hints["frozen_frames"])
|
|
5013
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
5014
|
+
if black_frames is not None:
|
|
5015
|
+
self._values["black_frames"] = black_frames
|
|
5016
|
+
if frozen_frames is not None:
|
|
5017
|
+
self._values["frozen_frames"] = frozen_frames
|
|
5018
|
+
|
|
5019
|
+
@builtins.property
|
|
5020
|
+
def black_frames(
|
|
5021
|
+
self,
|
|
5022
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.BlackFramesProperty"]]:
|
|
5023
|
+
'''Detects video frames that are black.
|
|
5024
|
+
|
|
5025
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-videomonitoringsetting.html#cfn-mediaconnect-flow-videomonitoringsetting-blackframes
|
|
5026
|
+
'''
|
|
5027
|
+
result = self._values.get("black_frames")
|
|
5028
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.BlackFramesProperty"]], result)
|
|
5029
|
+
|
|
5030
|
+
@builtins.property
|
|
5031
|
+
def frozen_frames(
|
|
5032
|
+
self,
|
|
5033
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.FrozenFramesProperty"]]:
|
|
5034
|
+
'''Detects video frames that have not changed.
|
|
5035
|
+
|
|
5036
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-videomonitoringsetting.html#cfn-mediaconnect-flow-videomonitoringsetting-frozenframes
|
|
5037
|
+
'''
|
|
5038
|
+
result = self._values.get("frozen_frames")
|
|
5039
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.FrozenFramesProperty"]], result)
|
|
5040
|
+
|
|
5041
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
5042
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
5043
|
+
|
|
5044
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
5045
|
+
return not (rhs == self)
|
|
5046
|
+
|
|
5047
|
+
def __repr__(self) -> str:
|
|
5048
|
+
return "VideoMonitoringSettingProperty(%s)" % ", ".join(
|
|
5049
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
5050
|
+
)
|
|
5051
|
+
|
|
4614
5052
|
@jsii.data_type(
|
|
4615
5053
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.VpcInterfaceAttachmentProperty",
|
|
4616
5054
|
jsii_struct_bases=[],
|
|
@@ -6864,7 +7302,24 @@ class CfnFlowProps:
|
|
|
6864
7302
|
state="state"
|
|
6865
7303
|
),
|
|
6866
7304
|
source_monitoring_config=mediaconnect.CfnFlow.SourceMonitoringConfigProperty(
|
|
6867
|
-
|
|
7305
|
+
audio_monitoring_settings=[mediaconnect.CfnFlow.AudioMonitoringSettingProperty(
|
|
7306
|
+
silent_audio=mediaconnect.CfnFlow.SilentAudioProperty(
|
|
7307
|
+
state="state",
|
|
7308
|
+
threshold_seconds=123
|
|
7309
|
+
)
|
|
7310
|
+
)],
|
|
7311
|
+
content_quality_analysis_state="contentQualityAnalysisState",
|
|
7312
|
+
thumbnail_state="thumbnailState",
|
|
7313
|
+
video_monitoring_settings=[mediaconnect.CfnFlow.VideoMonitoringSettingProperty(
|
|
7314
|
+
black_frames=mediaconnect.CfnFlow.BlackFramesProperty(
|
|
7315
|
+
state="state",
|
|
7316
|
+
threshold_seconds=123
|
|
7317
|
+
),
|
|
7318
|
+
frozen_frames=mediaconnect.CfnFlow.FrozenFramesProperty(
|
|
7319
|
+
state="state",
|
|
7320
|
+
threshold_seconds=123
|
|
7321
|
+
)
|
|
7322
|
+
)]
|
|
6868
7323
|
),
|
|
6869
7324
|
vpc_interfaces=[mediaconnect.CfnFlow.VpcInterfaceProperty(
|
|
6870
7325
|
name="name",
|
|
@@ -9231,6 +9686,21 @@ def _typecheckingstub__7e75424871a1b67422fa8fe727bf0720abe8ea217c131244844ca71d1
|
|
|
9231
9686
|
"""Type checking stubs"""
|
|
9232
9687
|
pass
|
|
9233
9688
|
|
|
9689
|
+
def _typecheckingstub__1ac15d313eb79141f926e0599cfa8d16a302729713ebc92bf0a1af7adbf56f21(
|
|
9690
|
+
*,
|
|
9691
|
+
silent_audio: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SilentAudioProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9692
|
+
) -> None:
|
|
9693
|
+
"""Type checking stubs"""
|
|
9694
|
+
pass
|
|
9695
|
+
|
|
9696
|
+
def _typecheckingstub__b8eed2a01102ad4205f67e0e6efdd3aaeca33633021098b7b3d1d73054d386f3(
|
|
9697
|
+
*,
|
|
9698
|
+
state: typing.Optional[builtins.str] = None,
|
|
9699
|
+
threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
9700
|
+
) -> None:
|
|
9701
|
+
"""Type checking stubs"""
|
|
9702
|
+
pass
|
|
9703
|
+
|
|
9234
9704
|
def _typecheckingstub__023b62e8b380bcfa878c2a07568bc0d0f9912919827c329972ee2130250892b3(
|
|
9235
9705
|
*,
|
|
9236
9706
|
role_arn: builtins.str,
|
|
@@ -9269,6 +9739,14 @@ def _typecheckingstub__2c34da6d27a4d46f87384739bd6ec7bcc9bf7866bb051703aa63a4b21
|
|
|
9269
9739
|
"""Type checking stubs"""
|
|
9270
9740
|
pass
|
|
9271
9741
|
|
|
9742
|
+
def _typecheckingstub__261e148d056da084128b3530c69f370bb4b4b5d73098e06d42eb6c5c4d6025e5(
|
|
9743
|
+
*,
|
|
9744
|
+
state: typing.Optional[builtins.str] = None,
|
|
9745
|
+
threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
9746
|
+
) -> None:
|
|
9747
|
+
"""Type checking stubs"""
|
|
9748
|
+
pass
|
|
9749
|
+
|
|
9272
9750
|
def _typecheckingstub__00bf15dc37f493c33d6b2109cfa6283d2bb14bdc23b0ae4fd75a67ca60084ea8(
|
|
9273
9751
|
*,
|
|
9274
9752
|
bridge_arn: builtins.str,
|
|
@@ -9331,9 +9809,20 @@ def _typecheckingstub__c288224888dcd985ea78c20d06801a00405d4260bf960e8dbcac65f3e
|
|
|
9331
9809
|
"""Type checking stubs"""
|
|
9332
9810
|
pass
|
|
9333
9811
|
|
|
9812
|
+
def _typecheckingstub__e28708aca7aa0aae7b96e1c58983b1ac8f27275c71b78ca026802bea4a53ffd6(
|
|
9813
|
+
*,
|
|
9814
|
+
state: typing.Optional[builtins.str] = None,
|
|
9815
|
+
threshold_seconds: typing.Optional[jsii.Number] = None,
|
|
9816
|
+
) -> None:
|
|
9817
|
+
"""Type checking stubs"""
|
|
9818
|
+
pass
|
|
9819
|
+
|
|
9334
9820
|
def _typecheckingstub__462b2e03950e94b47455b1cc22dd388c278a29615998512d70aa7513e3c8d698(
|
|
9335
9821
|
*,
|
|
9336
|
-
|
|
9822
|
+
audio_monitoring_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.AudioMonitoringSettingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9823
|
+
content_quality_analysis_state: typing.Optional[builtins.str] = None,
|
|
9824
|
+
thumbnail_state: typing.Optional[builtins.str] = None,
|
|
9825
|
+
video_monitoring_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VideoMonitoringSettingProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9337
9826
|
) -> None:
|
|
9338
9827
|
"""Type checking stubs"""
|
|
9339
9828
|
pass
|
|
@@ -9373,6 +9862,14 @@ def _typecheckingstub__0c35ebd36bb52715c021bc299f222a377254ec8a3bd90d9c933fbefca
|
|
|
9373
9862
|
"""Type checking stubs"""
|
|
9374
9863
|
pass
|
|
9375
9864
|
|
|
9865
|
+
def _typecheckingstub__8b18d7f5756a7359dc9028ca35bdb8d048195959b43a7f2ac5c0f4b71d0b8761(
|
|
9866
|
+
*,
|
|
9867
|
+
black_frames: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.BlackFramesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9868
|
+
frozen_frames: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FrozenFramesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9869
|
+
) -> None:
|
|
9870
|
+
"""Type checking stubs"""
|
|
9871
|
+
pass
|
|
9872
|
+
|
|
9376
9873
|
def _typecheckingstub__866ca963188936c1dd8965fb722dc7f781261eab36e78ecdb20a9d41b146ef40(
|
|
9377
9874
|
*,
|
|
9378
9875
|
vpc_interface_name: typing.Optional[builtins.str] = None,
|