aws-cdk-lib 2.158.0__py3-none-any.whl → 2.159.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 +36 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.158.0.jsii.tgz → aws-cdk-lib@2.159.0.jsii.tgz} +0 -0
- aws_cdk/aws_amplify/__init__.py +22 -8
- aws_cdk/aws_apigatewayv2/__init__.py +30 -0
- aws_cdk/aws_appconfig/__init__.py +3 -3
- aws_cdk/aws_applicationinsights/__init__.py +544 -4
- aws_cdk/aws_applicationsignals/__init__.py +170 -142
- aws_cdk/aws_athena/__init__.py +15 -15
- aws_cdk/aws_auditmanager/__init__.py +5 -5
- aws_cdk/aws_bedrock/__init__.py +7 -7
- aws_cdk/aws_codebuild/__init__.py +39 -18
- aws_cdk/aws_codeconnections/__init__.py +1 -1
- aws_cdk/aws_cognito/__init__.py +390 -203
- aws_cdk/aws_connect/__init__.py +1679 -152
- aws_cdk/aws_datazone/__init__.py +665 -40
- aws_cdk/aws_docdb/__init__.py +6 -1
- aws_cdk/aws_dynamodb/__init__.py +5 -5
- aws_cdk/aws_ec2/__init__.py +121 -36
- aws_cdk/aws_ecr/__init__.py +14 -6
- aws_cdk/aws_ecs/__init__.py +20 -20
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +167 -20
- aws_cdk/aws_emr/__init__.py +8 -8
- aws_cdk/aws_events/__init__.py +19 -17
- aws_cdk/aws_events_targets/__init__.py +165 -85
- aws_cdk/aws_fms/__init__.py +59 -0
- aws_cdk/aws_fsx/__init__.py +3 -3
- aws_cdk/aws_gamelift/__init__.py +40 -52
- aws_cdk/aws_globalaccelerator/__init__.py +22 -29
- aws_cdk/aws_iam/__init__.py +22 -20
- aws_cdk/aws_iotfleetwise/__init__.py +419 -0
- aws_cdk/aws_iotsitewise/__init__.py +90 -1
- aws_cdk/aws_iotwireless/__init__.py +205 -0
- aws_cdk/aws_lambda/__init__.py +129 -16
- aws_cdk/aws_lex/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +1 -1
- aws_cdk/aws_mediaconnect/__init__.py +111 -0
- aws_cdk/aws_medialive/__init__.py +7988 -3262
- aws_cdk/aws_msk/__init__.py +287 -479
- aws_cdk/aws_opensearchservice/__init__.py +6 -0
- aws_cdk/aws_pcaconnectorscep/__init__.py +69 -30
- aws_cdk/aws_pipes/__init__.py +49 -0
- aws_cdk/aws_qbusiness/__init__.py +11 -14
- aws_cdk/aws_quicksight/__init__.py +638 -99
- aws_cdk/aws_rds/__init__.py +38 -27
- aws_cdk/aws_s3/__init__.py +215 -33
- aws_cdk/aws_s3objectlambda/__init__.py +2 -2
- aws_cdk/aws_sagemaker/__init__.py +872 -58
- aws_cdk/aws_secretsmanager/__init__.py +22 -8
- aws_cdk/aws_securityhub/__init__.py +261 -19
- aws_cdk/aws_securitylake/__init__.py +327 -7
- aws_cdk/aws_servicediscovery/__init__.py +5 -5
- aws_cdk/aws_sns/__init__.py +0 -8
- aws_cdk/aws_ssm/__init__.py +20 -12
- aws_cdk/aws_stepfunctions_tasks/__init__.py +36 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.0.dist-info}/RECORD +62 -62
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.158.0.dist-info → aws_cdk_lib-2.159.0.dist-info}/top_level.txt +0 -0
|
@@ -2442,6 +2442,9 @@ class CfnFlow(
|
|
|
2442
2442
|
),
|
|
2443
2443
|
state="state"
|
|
2444
2444
|
),
|
|
2445
|
+
source_monitoring_config=mediaconnect.CfnFlow.SourceMonitoringConfigProperty(
|
|
2446
|
+
thumbnail_state="thumbnailState"
|
|
2447
|
+
),
|
|
2445
2448
|
vpc_interfaces=[mediaconnect.CfnFlow.VpcInterfaceProperty(
|
|
2446
2449
|
name="name",
|
|
2447
2450
|
role_arn="roleArn",
|
|
@@ -2466,6 +2469,7 @@ class CfnFlow(
|
|
|
2466
2469
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.MaintenanceProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2467
2470
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.MediaStreamProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2468
2471
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.FailoverConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2472
|
+
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.SourceMonitoringConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2469
2473
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnFlow.VpcInterfaceProperty", typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
2470
2474
|
) -> None:
|
|
2471
2475
|
'''
|
|
@@ -2477,6 +2481,7 @@ class CfnFlow(
|
|
|
2477
2481
|
:param maintenance: The maintenance settings you want to use for the flow.
|
|
2478
2482
|
:param media_streams: The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
|
|
2479
2483
|
:param source_failover_config: The settings for source failover.
|
|
2484
|
+
:param source_monitoring_config: The settings for source monitoring.
|
|
2480
2485
|
:param vpc_interfaces: The VPC interfaces that you added to this flow.
|
|
2481
2486
|
'''
|
|
2482
2487
|
if __debug__:
|
|
@@ -2490,6 +2495,7 @@ class CfnFlow(
|
|
|
2490
2495
|
maintenance=maintenance,
|
|
2491
2496
|
media_streams=media_streams,
|
|
2492
2497
|
source_failover_config=source_failover_config,
|
|
2498
|
+
source_monitoring_config=source_monitoring_config,
|
|
2493
2499
|
vpc_interfaces=vpc_interfaces,
|
|
2494
2500
|
)
|
|
2495
2501
|
|
|
@@ -2684,6 +2690,24 @@ class CfnFlow(
|
|
|
2684
2690
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2685
2691
|
jsii.set(self, "sourceFailoverConfig", value) # pyright: ignore[reportArgumentType]
|
|
2686
2692
|
|
|
2693
|
+
@builtins.property
|
|
2694
|
+
@jsii.member(jsii_name="sourceMonitoringConfig")
|
|
2695
|
+
def source_monitoring_config(
|
|
2696
|
+
self,
|
|
2697
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.SourceMonitoringConfigProperty"]]:
|
|
2698
|
+
'''The settings for source monitoring.'''
|
|
2699
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.SourceMonitoringConfigProperty"]], jsii.get(self, "sourceMonitoringConfig"))
|
|
2700
|
+
|
|
2701
|
+
@source_monitoring_config.setter
|
|
2702
|
+
def source_monitoring_config(
|
|
2703
|
+
self,
|
|
2704
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnFlow.SourceMonitoringConfigProperty"]],
|
|
2705
|
+
) -> None:
|
|
2706
|
+
if __debug__:
|
|
2707
|
+
type_hints = typing.get_type_hints(_typecheckingstub__03a0a0b12b76b8e0b7700d38b27d7f2ca928ad701fe5600b9bad475822621b98)
|
|
2708
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
2709
|
+
jsii.set(self, "sourceMonitoringConfig", value) # pyright: ignore[reportArgumentType]
|
|
2710
|
+
|
|
2687
2711
|
@builtins.property
|
|
2688
2712
|
@jsii.member(jsii_name="vpcInterfaces")
|
|
2689
2713
|
def vpc_interfaces(
|
|
@@ -3845,6 +3869,58 @@ class CfnFlow(
|
|
|
3845
3869
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
3846
3870
|
)
|
|
3847
3871
|
|
|
3872
|
+
@jsii.data_type(
|
|
3873
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.SourceMonitoringConfigProperty",
|
|
3874
|
+
jsii_struct_bases=[],
|
|
3875
|
+
name_mapping={"thumbnail_state": "thumbnailState"},
|
|
3876
|
+
)
|
|
3877
|
+
class SourceMonitoringConfigProperty:
|
|
3878
|
+
def __init__(self, *, thumbnail_state: builtins.str) -> None:
|
|
3879
|
+
'''The settings for source monitoring.
|
|
3880
|
+
|
|
3881
|
+
:param thumbnail_state: The state of thumbnail monitoring.
|
|
3882
|
+
|
|
3883
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html
|
|
3884
|
+
:exampleMetadata: fixture=_generated
|
|
3885
|
+
|
|
3886
|
+
Example::
|
|
3887
|
+
|
|
3888
|
+
# The code below shows an example of how to instantiate this type.
|
|
3889
|
+
# The values are placeholders you should change.
|
|
3890
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
3891
|
+
|
|
3892
|
+
source_monitoring_config_property = mediaconnect.CfnFlow.SourceMonitoringConfigProperty(
|
|
3893
|
+
thumbnail_state="thumbnailState"
|
|
3894
|
+
)
|
|
3895
|
+
'''
|
|
3896
|
+
if __debug__:
|
|
3897
|
+
type_hints = typing.get_type_hints(_typecheckingstub__462b2e03950e94b47455b1cc22dd388c278a29615998512d70aa7513e3c8d698)
|
|
3898
|
+
check_type(argname="argument thumbnail_state", value=thumbnail_state, expected_type=type_hints["thumbnail_state"])
|
|
3899
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
3900
|
+
"thumbnail_state": thumbnail_state,
|
|
3901
|
+
}
|
|
3902
|
+
|
|
3903
|
+
@builtins.property
|
|
3904
|
+
def thumbnail_state(self) -> builtins.str:
|
|
3905
|
+
'''The state of thumbnail monitoring.
|
|
3906
|
+
|
|
3907
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-flow-sourcemonitoringconfig.html#cfn-mediaconnect-flow-sourcemonitoringconfig-thumbnailstate
|
|
3908
|
+
'''
|
|
3909
|
+
result = self._values.get("thumbnail_state")
|
|
3910
|
+
assert result is not None, "Required property 'thumbnail_state' is missing"
|
|
3911
|
+
return typing.cast(builtins.str, result)
|
|
3912
|
+
|
|
3913
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
3914
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
3915
|
+
|
|
3916
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
3917
|
+
return not (rhs == self)
|
|
3918
|
+
|
|
3919
|
+
def __repr__(self) -> str:
|
|
3920
|
+
return "SourceMonitoringConfigProperty(%s)" % ", ".join(
|
|
3921
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
3922
|
+
)
|
|
3923
|
+
|
|
3848
3924
|
@jsii.data_type(
|
|
3849
3925
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnFlow.SourcePriorityProperty",
|
|
3850
3926
|
jsii_struct_bases=[],
|
|
@@ -6465,6 +6541,7 @@ class CfnFlowOutputProps:
|
|
|
6465
6541
|
"maintenance": "maintenance",
|
|
6466
6542
|
"media_streams": "mediaStreams",
|
|
6467
6543
|
"source_failover_config": "sourceFailoverConfig",
|
|
6544
|
+
"source_monitoring_config": "sourceMonitoringConfig",
|
|
6468
6545
|
"vpc_interfaces": "vpcInterfaces",
|
|
6469
6546
|
},
|
|
6470
6547
|
)
|
|
@@ -6478,6 +6555,7 @@ class CfnFlowProps:
|
|
|
6478
6555
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MaintenanceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6479
6556
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MediaStreamProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6480
6557
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FailoverConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6558
|
+
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceMonitoringConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6481
6559
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VpcInterfaceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
6482
6560
|
) -> None:
|
|
6483
6561
|
'''Properties for defining a ``CfnFlow``.
|
|
@@ -6488,6 +6566,7 @@ class CfnFlowProps:
|
|
|
6488
6566
|
:param maintenance: The maintenance settings you want to use for the flow.
|
|
6489
6567
|
:param media_streams: The media streams associated with the flow. You can associate any of these media streams with sources and outputs on the flow.
|
|
6490
6568
|
:param source_failover_config: The settings for source failover.
|
|
6569
|
+
:param source_monitoring_config: The settings for source monitoring.
|
|
6491
6570
|
:param vpc_interfaces: The VPC interfaces that you added to this flow.
|
|
6492
6571
|
|
|
6493
6572
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html
|
|
@@ -6593,6 +6672,9 @@ class CfnFlowProps:
|
|
|
6593
6672
|
),
|
|
6594
6673
|
state="state"
|
|
6595
6674
|
),
|
|
6675
|
+
source_monitoring_config=mediaconnect.CfnFlow.SourceMonitoringConfigProperty(
|
|
6676
|
+
thumbnail_state="thumbnailState"
|
|
6677
|
+
),
|
|
6596
6678
|
vpc_interfaces=[mediaconnect.CfnFlow.VpcInterfaceProperty(
|
|
6597
6679
|
name="name",
|
|
6598
6680
|
role_arn="roleArn",
|
|
@@ -6613,6 +6695,7 @@ class CfnFlowProps:
|
|
|
6613
6695
|
check_type(argname="argument maintenance", value=maintenance, expected_type=type_hints["maintenance"])
|
|
6614
6696
|
check_type(argname="argument media_streams", value=media_streams, expected_type=type_hints["media_streams"])
|
|
6615
6697
|
check_type(argname="argument source_failover_config", value=source_failover_config, expected_type=type_hints["source_failover_config"])
|
|
6698
|
+
check_type(argname="argument source_monitoring_config", value=source_monitoring_config, expected_type=type_hints["source_monitoring_config"])
|
|
6616
6699
|
check_type(argname="argument vpc_interfaces", value=vpc_interfaces, expected_type=type_hints["vpc_interfaces"])
|
|
6617
6700
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
6618
6701
|
"name": name,
|
|
@@ -6626,6 +6709,8 @@ class CfnFlowProps:
|
|
|
6626
6709
|
self._values["media_streams"] = media_streams
|
|
6627
6710
|
if source_failover_config is not None:
|
|
6628
6711
|
self._values["source_failover_config"] = source_failover_config
|
|
6712
|
+
if source_monitoring_config is not None:
|
|
6713
|
+
self._values["source_monitoring_config"] = source_monitoring_config
|
|
6629
6714
|
if vpc_interfaces is not None:
|
|
6630
6715
|
self._values["vpc_interfaces"] = vpc_interfaces
|
|
6631
6716
|
|
|
@@ -6695,6 +6780,17 @@ class CfnFlowProps:
|
|
|
6695
6780
|
result = self._values.get("source_failover_config")
|
|
6696
6781
|
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.FailoverConfigProperty]], result)
|
|
6697
6782
|
|
|
6783
|
+
@builtins.property
|
|
6784
|
+
def source_monitoring_config(
|
|
6785
|
+
self,
|
|
6786
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.SourceMonitoringConfigProperty]]:
|
|
6787
|
+
'''The settings for source monitoring.
|
|
6788
|
+
|
|
6789
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html#cfn-mediaconnect-flow-sourcemonitoringconfig
|
|
6790
|
+
'''
|
|
6791
|
+
result = self._values.get("source_monitoring_config")
|
|
6792
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.SourceMonitoringConfigProperty]], result)
|
|
6793
|
+
|
|
6698
6794
|
@builtins.property
|
|
6699
6795
|
def vpc_interfaces(
|
|
6700
6796
|
self,
|
|
@@ -8862,6 +8958,7 @@ def _typecheckingstub__3568a95be2a886825b3db731f10e2fdea8be142c554d1e2055d7e22f5
|
|
|
8862
8958
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MaintenanceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8863
8959
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MediaStreamProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
8864
8960
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FailoverConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8961
|
+
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceMonitoringConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8865
8962
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VpcInterfaceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
8866
8963
|
) -> None:
|
|
8867
8964
|
"""Type checking stubs"""
|
|
@@ -8915,6 +9012,12 @@ def _typecheckingstub__9d7deae7edf526ef9a6af2e16b592ef198ecb0cc777d1c7d97f392933
|
|
|
8915
9012
|
"""Type checking stubs"""
|
|
8916
9013
|
pass
|
|
8917
9014
|
|
|
9015
|
+
def _typecheckingstub__03a0a0b12b76b8e0b7700d38b27d7f2ca928ad701fe5600b9bad475822621b98(
|
|
9016
|
+
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnFlow.SourceMonitoringConfigProperty]],
|
|
9017
|
+
) -> None:
|
|
9018
|
+
"""Type checking stubs"""
|
|
9019
|
+
pass
|
|
9020
|
+
|
|
8918
9021
|
def _typecheckingstub__7e75424871a1b67422fa8fe727bf0720abe8ea217c131244844ca71d14e25f4d(
|
|
8919
9022
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnFlow.VpcInterfaceProperty]]]],
|
|
8920
9023
|
) -> None:
|
|
@@ -9021,6 +9124,13 @@ def _typecheckingstub__c288224888dcd985ea78c20d06801a00405d4260bf960e8dbcac65f3e
|
|
|
9021
9124
|
"""Type checking stubs"""
|
|
9022
9125
|
pass
|
|
9023
9126
|
|
|
9127
|
+
def _typecheckingstub__462b2e03950e94b47455b1cc22dd388c278a29615998512d70aa7513e3c8d698(
|
|
9128
|
+
*,
|
|
9129
|
+
thumbnail_state: builtins.str,
|
|
9130
|
+
) -> None:
|
|
9131
|
+
"""Type checking stubs"""
|
|
9132
|
+
pass
|
|
9133
|
+
|
|
9024
9134
|
def _typecheckingstub__a502d8c706596e3abd881dc963357d969893e22e8d25e78085445e09c58ac78b(
|
|
9025
9135
|
*,
|
|
9026
9136
|
primary_source: builtins.str,
|
|
@@ -9385,6 +9495,7 @@ def _typecheckingstub__32a16a7697723a7ef816aaa9d297ca08cd44085f922995184f8bfdfde
|
|
|
9385
9495
|
maintenance: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MaintenanceProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9386
9496
|
media_streams: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.MediaStreamProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9387
9497
|
source_failover_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.FailoverConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9498
|
+
source_monitoring_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.SourceMonitoringConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9388
9499
|
vpc_interfaces: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnFlow.VpcInterfaceProperty, typing.Dict[builtins.str, typing.Any]]]]]] = None,
|
|
9389
9500
|
) -> None:
|
|
9390
9501
|
"""Type checking stubs"""
|