aws-cdk-lib 2.173.4__py3-none-any.whl → 2.174.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 +210 -181
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.173.4.jsii.tgz → aws-cdk-lib@2.174.0.jsii.tgz} +0 -0
- aws_cdk/aws_apigateway/__init__.py +127 -168
- aws_cdk/aws_appconfig/__init__.py +498 -1
- aws_cdk/aws_applicationautoscaling/__init__.py +4 -1
- aws_cdk/aws_appsync/__init__.py +4 -0
- aws_cdk/aws_autoscaling/__init__.py +96 -0
- aws_cdk/aws_batch/__init__.py +1084 -233
- aws_cdk/aws_bedrock/__init__.py +2119 -181
- aws_cdk/aws_cassandra/__init__.py +476 -4
- aws_cdk/aws_cleanrooms/__init__.py +543 -17
- aws_cdk/aws_cloudformation/__init__.py +172 -169
- aws_cdk/aws_cloudfront/__init__.py +773 -26
- aws_cdk/aws_cloudtrail/__init__.py +8 -2
- aws_cdk/aws_codebuild/__init__.py +83 -0
- aws_cdk/aws_codepipeline/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +232 -200
- aws_cdk/aws_connect/__init__.py +187 -36
- aws_cdk/aws_connectcampaignsv2/__init__.py +106 -12
- aws_cdk/aws_databrew/__init__.py +69 -1
- aws_cdk/aws_datasync/__init__.py +33 -28
- aws_cdk/aws_datazone/__init__.py +141 -41
- aws_cdk/aws_dlm/__init__.py +20 -10
- aws_cdk/aws_dms/__init__.py +722 -30
- aws_cdk/aws_dynamodb/__init__.py +76 -4
- aws_cdk/aws_ec2/__init__.py +1233 -65
- aws_cdk/aws_ecr/__init__.py +31 -0
- aws_cdk/aws_ecr_assets/__init__.py +5 -0
- aws_cdk/aws_ecs/__init__.py +88 -11
- aws_cdk/aws_efs/__init__.py +15 -8
- aws_cdk/aws_eks/__init__.py +114 -45
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +2 -2
- aws_cdk/aws_emrserverless/__init__.py +143 -0
- aws_cdk/aws_events/__init__.py +50 -30
- aws_cdk/aws_fis/__init__.py +33 -33
- aws_cdk/aws_fsx/__init__.py +20 -10
- aws_cdk/aws_glue/__init__.py +34 -11
- aws_cdk/aws_greengrass/__init__.py +8 -8
- aws_cdk/aws_guardduty/__init__.py +1 -1
- aws_cdk/aws_imagebuilder/__init__.py +45 -47
- aws_cdk/aws_internetmonitor/__init__.py +3 -3
- aws_cdk/aws_invoicing/__init__.py +55 -30
- aws_cdk/aws_iot/__init__.py +1117 -4
- aws_cdk/aws_iot1click/__init__.py +17 -7
- aws_cdk/aws_kendra/__init__.py +4 -6
- aws_cdk/aws_lambda/__init__.py +15 -1
- aws_cdk/aws_logs/__init__.py +4011 -86
- aws_cdk/aws_m2/__init__.py +41 -0
- aws_cdk/aws_mediaconnect/__init__.py +202 -7
- aws_cdk/aws_memorydb/__init__.py +22 -22
- aws_cdk/aws_networkmanager/__init__.py +758 -0
- aws_cdk/aws_opensearchservice/__init__.py +222 -0
- aws_cdk/aws_organizations/__init__.py +5 -3
- aws_cdk/aws_pcs/__init__.py +3038 -0
- aws_cdk/aws_pipes/__init__.py +10 -10
- aws_cdk/aws_qbusiness/__init__.py +415 -140
- aws_cdk/aws_quicksight/__init__.py +15932 -6448
- aws_cdk/aws_ram/__init__.py +5 -11
- aws_cdk/aws_rbin/__init__.py +28 -16
- aws_cdk/aws_rds/__init__.py +184 -24
- aws_cdk/aws_redshiftserverless/__init__.py +156 -0
- aws_cdk/aws_resiliencehub/__init__.py +2 -1
- aws_cdk/aws_route53_targets/__init__.py +5 -5
- aws_cdk/aws_s3/__init__.py +25 -15
- aws_cdk/aws_s3express/__init__.py +7 -7
- aws_cdk/aws_s3tables/__init__.py +683 -0
- aws_cdk/aws_sagemaker/__init__.py +574 -189
- aws_cdk/aws_secretsmanager/__init__.py +2 -0
- aws_cdk/aws_securityhub/__init__.py +41 -165
- aws_cdk/aws_servicediscovery/__init__.py +10 -3
- aws_cdk/aws_ses/__init__.py +190 -5
- aws_cdk/aws_sns/__init__.py +7 -3
- aws_cdk/aws_synthetics/__init__.py +29 -4
- aws_cdk/aws_transfer/__init__.py +8 -0
- aws_cdk/aws_vpclattice/__init__.py +147 -77
- aws_cdk/aws_wafv2/__init__.py +20 -8
- aws_cdk/aws_wisdom/__init__.py +162 -111
- aws_cdk/aws_workspaces/__init__.py +10 -4
- aws_cdk/cloud_assembly_schema/__init__.py +22 -0
- aws_cdk/custom_resources/__init__.py +31 -0
- aws_cdk/cx_api/__init__.py +19 -0
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/LICENSE +1 -1
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/NOTICE +1 -1
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/RECORD +88 -86
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.173.4.dist-info → aws_cdk_lib-2.174.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_m2/__init__.py
CHANGED
|
@@ -817,6 +817,7 @@ class CfnEnvironment(
|
|
|
817
817
|
desired_capacity=123
|
|
818
818
|
),
|
|
819
819
|
kms_key_id="kmsKeyId",
|
|
820
|
+
network_type="networkType",
|
|
820
821
|
preferred_maintenance_window="preferredMaintenanceWindow",
|
|
821
822
|
publicly_accessible=False,
|
|
822
823
|
security_group_ids=["securityGroupIds"],
|
|
@@ -849,6 +850,7 @@ class CfnEnvironment(
|
|
|
849
850
|
engine_version: typing.Optional[builtins.str] = None,
|
|
850
851
|
high_availability_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnEnvironment.HighAvailabilityConfigProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
851
852
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
853
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
852
854
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
853
855
|
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
854
856
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -866,6 +868,7 @@ class CfnEnvironment(
|
|
|
866
868
|
:param engine_version: The version of the runtime engine.
|
|
867
869
|
:param high_availability_config: Defines the details of a high availability configuration.
|
|
868
870
|
:param kms_key_id: The identifier of a customer managed key.
|
|
871
|
+
:param network_type: The network type supported by the runtime environment.
|
|
869
872
|
:param preferred_maintenance_window: Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ``ddd:hh24:mi-ddd:hh24:mi`` and must be less than 24 hours. The following two examples are valid maintenance windows: ``sun:23:45-mon:00:15`` or ``sat:01:00-sat:03:00`` . If you do not provide a value, a random system-generated value will be assigned.
|
|
870
873
|
:param publicly_accessible: Specifies whether the runtime environment is publicly accessible.
|
|
871
874
|
:param security_group_ids: The list of security groups for the VPC associated with this runtime environment.
|
|
@@ -885,6 +888,7 @@ class CfnEnvironment(
|
|
|
885
888
|
engine_version=engine_version,
|
|
886
889
|
high_availability_config=high_availability_config,
|
|
887
890
|
kms_key_id=kms_key_id,
|
|
891
|
+
network_type=network_type,
|
|
888
892
|
preferred_maintenance_window=preferred_maintenance_window,
|
|
889
893
|
publicly_accessible=publicly_accessible,
|
|
890
894
|
security_group_ids=security_group_ids,
|
|
@@ -1050,6 +1054,19 @@ class CfnEnvironment(
|
|
|
1050
1054
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1051
1055
|
jsii.set(self, "kmsKeyId", value) # pyright: ignore[reportArgumentType]
|
|
1052
1056
|
|
|
1057
|
+
@builtins.property
|
|
1058
|
+
@jsii.member(jsii_name="networkType")
|
|
1059
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
1060
|
+
'''The network type supported by the runtime environment.'''
|
|
1061
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "networkType"))
|
|
1062
|
+
|
|
1063
|
+
@network_type.setter
|
|
1064
|
+
def network_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
1065
|
+
if __debug__:
|
|
1066
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e8306c738e99e7640fe287eb8cab792b233792a0500df21aeb4a912ba91040f2)
|
|
1067
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
1068
|
+
jsii.set(self, "networkType", value) # pyright: ignore[reportArgumentType]
|
|
1069
|
+
|
|
1053
1070
|
@builtins.property
|
|
1054
1071
|
@jsii.member(jsii_name="preferredMaintenanceWindow")
|
|
1055
1072
|
def preferred_maintenance_window(self) -> typing.Optional[builtins.str]:
|
|
@@ -1435,6 +1452,7 @@ class CfnEnvironment(
|
|
|
1435
1452
|
"engine_version": "engineVersion",
|
|
1436
1453
|
"high_availability_config": "highAvailabilityConfig",
|
|
1437
1454
|
"kms_key_id": "kmsKeyId",
|
|
1455
|
+
"network_type": "networkType",
|
|
1438
1456
|
"preferred_maintenance_window": "preferredMaintenanceWindow",
|
|
1439
1457
|
"publicly_accessible": "publiclyAccessible",
|
|
1440
1458
|
"security_group_ids": "securityGroupIds",
|
|
@@ -1454,6 +1472,7 @@ class CfnEnvironmentProps:
|
|
|
1454
1472
|
engine_version: typing.Optional[builtins.str] = None,
|
|
1455
1473
|
high_availability_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.HighAvailabilityConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1456
1474
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
1475
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
1457
1476
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
1458
1477
|
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1459
1478
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -1470,6 +1489,7 @@ class CfnEnvironmentProps:
|
|
|
1470
1489
|
:param engine_version: The version of the runtime engine.
|
|
1471
1490
|
:param high_availability_config: Defines the details of a high availability configuration.
|
|
1472
1491
|
:param kms_key_id: The identifier of a customer managed key.
|
|
1492
|
+
:param network_type: The network type supported by the runtime environment.
|
|
1473
1493
|
:param preferred_maintenance_window: Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format ``ddd:hh24:mi-ddd:hh24:mi`` and must be less than 24 hours. The following two examples are valid maintenance windows: ``sun:23:45-mon:00:15`` or ``sat:01:00-sat:03:00`` . If you do not provide a value, a random system-generated value will be assigned.
|
|
1474
1494
|
:param publicly_accessible: Specifies whether the runtime environment is publicly accessible.
|
|
1475
1495
|
:param security_group_ids: The list of security groups for the VPC associated with this runtime environment.
|
|
@@ -1498,6 +1518,7 @@ class CfnEnvironmentProps:
|
|
|
1498
1518
|
desired_capacity=123
|
|
1499
1519
|
),
|
|
1500
1520
|
kms_key_id="kmsKeyId",
|
|
1521
|
+
network_type="networkType",
|
|
1501
1522
|
preferred_maintenance_window="preferredMaintenanceWindow",
|
|
1502
1523
|
publicly_accessible=False,
|
|
1503
1524
|
security_group_ids=["securityGroupIds"],
|
|
@@ -1526,6 +1547,7 @@ class CfnEnvironmentProps:
|
|
|
1526
1547
|
check_type(argname="argument engine_version", value=engine_version, expected_type=type_hints["engine_version"])
|
|
1527
1548
|
check_type(argname="argument high_availability_config", value=high_availability_config, expected_type=type_hints["high_availability_config"])
|
|
1528
1549
|
check_type(argname="argument kms_key_id", value=kms_key_id, expected_type=type_hints["kms_key_id"])
|
|
1550
|
+
check_type(argname="argument network_type", value=network_type, expected_type=type_hints["network_type"])
|
|
1529
1551
|
check_type(argname="argument preferred_maintenance_window", value=preferred_maintenance_window, expected_type=type_hints["preferred_maintenance_window"])
|
|
1530
1552
|
check_type(argname="argument publicly_accessible", value=publicly_accessible, expected_type=type_hints["publicly_accessible"])
|
|
1531
1553
|
check_type(argname="argument security_group_ids", value=security_group_ids, expected_type=type_hints["security_group_ids"])
|
|
@@ -1545,6 +1567,8 @@ class CfnEnvironmentProps:
|
|
|
1545
1567
|
self._values["high_availability_config"] = high_availability_config
|
|
1546
1568
|
if kms_key_id is not None:
|
|
1547
1569
|
self._values["kms_key_id"] = kms_key_id
|
|
1570
|
+
if network_type is not None:
|
|
1571
|
+
self._values["network_type"] = network_type
|
|
1548
1572
|
if preferred_maintenance_window is not None:
|
|
1549
1573
|
self._values["preferred_maintenance_window"] = preferred_maintenance_window
|
|
1550
1574
|
if publicly_accessible is not None:
|
|
@@ -1626,6 +1650,15 @@ class CfnEnvironmentProps:
|
|
|
1626
1650
|
result = self._values.get("kms_key_id")
|
|
1627
1651
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
1628
1652
|
|
|
1653
|
+
@builtins.property
|
|
1654
|
+
def network_type(self) -> typing.Optional[builtins.str]:
|
|
1655
|
+
'''The network type supported by the runtime environment.
|
|
1656
|
+
|
|
1657
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-m2-environment.html#cfn-m2-environment-networktype
|
|
1658
|
+
'''
|
|
1659
|
+
result = self._values.get("network_type")
|
|
1660
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1661
|
+
|
|
1629
1662
|
@builtins.property
|
|
1630
1663
|
def preferred_maintenance_window(self) -> typing.Optional[builtins.str]:
|
|
1631
1664
|
'''Configures the maintenance window that you want for the runtime environment.
|
|
@@ -1864,6 +1897,7 @@ def _typecheckingstub__4b13501bd562f397b7070738470ee5bd51ff8aa50c0a2fb6c33998acd
|
|
|
1864
1897
|
engine_version: typing.Optional[builtins.str] = None,
|
|
1865
1898
|
high_availability_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.HighAvailabilityConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
1866
1899
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
1900
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
1867
1901
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
1868
1902
|
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
1869
1903
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -1928,6 +1962,12 @@ def _typecheckingstub__0011b59017b38aa278dd84a2dd688ba62f95b50bfcab1e26f0b42157d
|
|
|
1928
1962
|
"""Type checking stubs"""
|
|
1929
1963
|
pass
|
|
1930
1964
|
|
|
1965
|
+
def _typecheckingstub__e8306c738e99e7640fe287eb8cab792b233792a0500df21aeb4a912ba91040f2(
|
|
1966
|
+
value: typing.Optional[builtins.str],
|
|
1967
|
+
) -> None:
|
|
1968
|
+
"""Type checking stubs"""
|
|
1969
|
+
pass
|
|
1970
|
+
|
|
1931
1971
|
def _typecheckingstub__935b559bc9b04464e444f79017f7e13d5455cbffe9f8f3e646c3890255b99bf6(
|
|
1932
1972
|
value: typing.Optional[builtins.str],
|
|
1933
1973
|
) -> None:
|
|
@@ -2004,6 +2044,7 @@ def _typecheckingstub__a01760c10dc72a17faa5c350ba316c41979d4b9c411e040a52c7924e6
|
|
|
2004
2044
|
engine_version: typing.Optional[builtins.str] = None,
|
|
2005
2045
|
high_availability_config: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnEnvironment.HighAvailabilityConfigProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2006
2046
|
kms_key_id: typing.Optional[builtins.str] = None,
|
|
2047
|
+
network_type: typing.Optional[builtins.str] = None,
|
|
2007
2048
|
preferred_maintenance_window: typing.Optional[builtins.str] = None,
|
|
2008
2049
|
publicly_accessible: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
|
|
2009
2050
|
security_group_ids: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
@@ -104,7 +104,12 @@ class CfnBridge(
|
|
|
104
104
|
name="name",
|
|
105
105
|
network_name="networkName",
|
|
106
106
|
port=123,
|
|
107
|
-
protocol="protocol"
|
|
107
|
+
protocol="protocol",
|
|
108
|
+
|
|
109
|
+
# the properties below are optional
|
|
110
|
+
multicast_source_settings=mediaconnect.CfnBridge.MulticastSourceSettingsProperty(
|
|
111
|
+
multicast_source_ip="multicastSourceIp"
|
|
112
|
+
)
|
|
108
113
|
)
|
|
109
114
|
)],
|
|
110
115
|
|
|
@@ -596,6 +601,7 @@ class CfnBridge(
|
|
|
596
601
|
"network_name": "networkName",
|
|
597
602
|
"port": "port",
|
|
598
603
|
"protocol": "protocol",
|
|
604
|
+
"multicast_source_settings": "multicastSourceSettings",
|
|
599
605
|
},
|
|
600
606
|
)
|
|
601
607
|
class BridgeNetworkSourceProperty:
|
|
@@ -607,6 +613,7 @@ class CfnBridge(
|
|
|
607
613
|
network_name: builtins.str,
|
|
608
614
|
port: jsii.Number,
|
|
609
615
|
protocol: builtins.str,
|
|
616
|
+
multicast_source_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBridge.MulticastSourceSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
610
617
|
) -> None:
|
|
611
618
|
'''The source of the bridge.
|
|
612
619
|
|
|
@@ -617,6 +624,7 @@ class CfnBridge(
|
|
|
617
624
|
:param network_name: The network source's gateway network name.
|
|
618
625
|
:param port: The network source port.
|
|
619
626
|
:param protocol: The network source protocol.
|
|
627
|
+
:param multicast_source_settings: The settings related to the multicast source.
|
|
620
628
|
|
|
621
629
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworksource.html
|
|
622
630
|
:exampleMetadata: fixture=_generated
|
|
@@ -632,7 +640,12 @@ class CfnBridge(
|
|
|
632
640
|
name="name",
|
|
633
641
|
network_name="networkName",
|
|
634
642
|
port=123,
|
|
635
|
-
protocol="protocol"
|
|
643
|
+
protocol="protocol",
|
|
644
|
+
|
|
645
|
+
# the properties below are optional
|
|
646
|
+
multicast_source_settings=mediaconnect.CfnBridge.MulticastSourceSettingsProperty(
|
|
647
|
+
multicast_source_ip="multicastSourceIp"
|
|
648
|
+
)
|
|
636
649
|
)
|
|
637
650
|
'''
|
|
638
651
|
if __debug__:
|
|
@@ -642,6 +655,7 @@ class CfnBridge(
|
|
|
642
655
|
check_type(argname="argument network_name", value=network_name, expected_type=type_hints["network_name"])
|
|
643
656
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
644
657
|
check_type(argname="argument protocol", value=protocol, expected_type=type_hints["protocol"])
|
|
658
|
+
check_type(argname="argument multicast_source_settings", value=multicast_source_settings, expected_type=type_hints["multicast_source_settings"])
|
|
645
659
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
646
660
|
"multicast_ip": multicast_ip,
|
|
647
661
|
"name": name,
|
|
@@ -649,6 +663,8 @@ class CfnBridge(
|
|
|
649
663
|
"port": port,
|
|
650
664
|
"protocol": protocol,
|
|
651
665
|
}
|
|
666
|
+
if multicast_source_settings is not None:
|
|
667
|
+
self._values["multicast_source_settings"] = multicast_source_settings
|
|
652
668
|
|
|
653
669
|
@builtins.property
|
|
654
670
|
def multicast_ip(self) -> builtins.str:
|
|
@@ -702,6 +718,17 @@ class CfnBridge(
|
|
|
702
718
|
assert result is not None, "Required property 'protocol' is missing"
|
|
703
719
|
return typing.cast(builtins.str, result)
|
|
704
720
|
|
|
721
|
+
@builtins.property
|
|
722
|
+
def multicast_source_settings(
|
|
723
|
+
self,
|
|
724
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.MulticastSourceSettingsProperty"]]:
|
|
725
|
+
'''The settings related to the multicast source.
|
|
726
|
+
|
|
727
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-bridgenetworksource.html#cfn-mediaconnect-bridge-bridgenetworksource-multicastsourcesettings
|
|
728
|
+
'''
|
|
729
|
+
result = self._values.get("multicast_source_settings")
|
|
730
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridge.MulticastSourceSettingsProperty"]], result)
|
|
731
|
+
|
|
705
732
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
706
733
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
707
734
|
|
|
@@ -820,7 +847,12 @@ class CfnBridge(
|
|
|
820
847
|
name="name",
|
|
821
848
|
network_name="networkName",
|
|
822
849
|
port=123,
|
|
823
|
-
protocol="protocol"
|
|
850
|
+
protocol="protocol",
|
|
851
|
+
|
|
852
|
+
# the properties below are optional
|
|
853
|
+
multicast_source_settings=mediaconnect.CfnBridge.MulticastSourceSettingsProperty(
|
|
854
|
+
multicast_source_ip="multicastSourceIp"
|
|
855
|
+
)
|
|
824
856
|
)
|
|
825
857
|
)
|
|
826
858
|
'''
|
|
@@ -1100,6 +1132,61 @@ class CfnBridge(
|
|
|
1100
1132
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
1101
1133
|
)
|
|
1102
1134
|
|
|
1135
|
+
@jsii.data_type(
|
|
1136
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridge.MulticastSourceSettingsProperty",
|
|
1137
|
+
jsii_struct_bases=[],
|
|
1138
|
+
name_mapping={"multicast_source_ip": "multicastSourceIp"},
|
|
1139
|
+
)
|
|
1140
|
+
class MulticastSourceSettingsProperty:
|
|
1141
|
+
def __init__(
|
|
1142
|
+
self,
|
|
1143
|
+
*,
|
|
1144
|
+
multicast_source_ip: typing.Optional[builtins.str] = None,
|
|
1145
|
+
) -> None:
|
|
1146
|
+
'''The settings related to the multicast source.
|
|
1147
|
+
|
|
1148
|
+
:param multicast_source_ip: The IP address of the source for source-specific multicast (SSM).
|
|
1149
|
+
|
|
1150
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-multicastsourcesettings.html
|
|
1151
|
+
:exampleMetadata: fixture=_generated
|
|
1152
|
+
|
|
1153
|
+
Example::
|
|
1154
|
+
|
|
1155
|
+
# The code below shows an example of how to instantiate this type.
|
|
1156
|
+
# The values are placeholders you should change.
|
|
1157
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
1158
|
+
|
|
1159
|
+
multicast_source_settings_property = mediaconnect.CfnBridge.MulticastSourceSettingsProperty(
|
|
1160
|
+
multicast_source_ip="multicastSourceIp"
|
|
1161
|
+
)
|
|
1162
|
+
'''
|
|
1163
|
+
if __debug__:
|
|
1164
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e23d21827eb73665886579f4c9de765df4e5ab5b7f9a9d2336b912b8e357707)
|
|
1165
|
+
check_type(argname="argument multicast_source_ip", value=multicast_source_ip, expected_type=type_hints["multicast_source_ip"])
|
|
1166
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
1167
|
+
if multicast_source_ip is not None:
|
|
1168
|
+
self._values["multicast_source_ip"] = multicast_source_ip
|
|
1169
|
+
|
|
1170
|
+
@builtins.property
|
|
1171
|
+
def multicast_source_ip(self) -> typing.Optional[builtins.str]:
|
|
1172
|
+
'''The IP address of the source for source-specific multicast (SSM).
|
|
1173
|
+
|
|
1174
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridge-multicastsourcesettings.html#cfn-mediaconnect-bridge-multicastsourcesettings-multicastsourceip
|
|
1175
|
+
'''
|
|
1176
|
+
result = self._values.get("multicast_source_ip")
|
|
1177
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
1178
|
+
|
|
1179
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
1180
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
1181
|
+
|
|
1182
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
1183
|
+
return not (rhs == self)
|
|
1184
|
+
|
|
1185
|
+
def __repr__(self) -> str:
|
|
1186
|
+
return "MulticastSourceSettingsProperty(%s)" % ", ".join(
|
|
1187
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
1188
|
+
)
|
|
1189
|
+
|
|
1103
1190
|
@jsii.data_type(
|
|
1104
1191
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridge.SourcePriorityProperty",
|
|
1105
1192
|
jsii_struct_bases=[],
|
|
@@ -1637,7 +1724,12 @@ class CfnBridgeProps:
|
|
|
1637
1724
|
name="name",
|
|
1638
1725
|
network_name="networkName",
|
|
1639
1726
|
port=123,
|
|
1640
|
-
protocol="protocol"
|
|
1727
|
+
protocol="protocol",
|
|
1728
|
+
|
|
1729
|
+
# the properties below are optional
|
|
1730
|
+
multicast_source_settings=mediaconnect.CfnBridge.MulticastSourceSettingsProperty(
|
|
1731
|
+
multicast_source_ip="multicastSourceIp"
|
|
1732
|
+
)
|
|
1641
1733
|
)
|
|
1642
1734
|
)],
|
|
1643
1735
|
|
|
@@ -1822,7 +1914,12 @@ class CfnBridgeSource(
|
|
|
1822
1914
|
multicast_ip="multicastIp",
|
|
1823
1915
|
network_name="networkName",
|
|
1824
1916
|
port=123,
|
|
1825
|
-
protocol="protocol"
|
|
1917
|
+
protocol="protocol",
|
|
1918
|
+
|
|
1919
|
+
# the properties below are optional
|
|
1920
|
+
multicast_source_settings=mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty(
|
|
1921
|
+
multicast_source_ip="multicastSourceIp"
|
|
1922
|
+
)
|
|
1826
1923
|
)
|
|
1827
1924
|
)
|
|
1828
1925
|
'''
|
|
@@ -2045,6 +2142,7 @@ class CfnBridgeSource(
|
|
|
2045
2142
|
"network_name": "networkName",
|
|
2046
2143
|
"port": "port",
|
|
2047
2144
|
"protocol": "protocol",
|
|
2145
|
+
"multicast_source_settings": "multicastSourceSettings",
|
|
2048
2146
|
},
|
|
2049
2147
|
)
|
|
2050
2148
|
class BridgeNetworkSourceProperty:
|
|
@@ -2055,6 +2153,7 @@ class CfnBridgeSource(
|
|
|
2055
2153
|
network_name: builtins.str,
|
|
2056
2154
|
port: jsii.Number,
|
|
2057
2155
|
protocol: builtins.str,
|
|
2156
|
+
multicast_source_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnBridgeSource.MulticastSourceSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2058
2157
|
) -> None:
|
|
2059
2158
|
'''The source of the bridge.
|
|
2060
2159
|
|
|
@@ -2064,6 +2163,7 @@ class CfnBridgeSource(
|
|
|
2064
2163
|
:param network_name: The network source's gateway network name.
|
|
2065
2164
|
:param port: The network source port.
|
|
2066
2165
|
:param protocol: The network source protocol.
|
|
2166
|
+
:param multicast_source_settings: The settings related to the multicast source.
|
|
2067
2167
|
|
|
2068
2168
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-bridgenetworksource.html
|
|
2069
2169
|
:exampleMetadata: fixture=_generated
|
|
@@ -2078,7 +2178,12 @@ class CfnBridgeSource(
|
|
|
2078
2178
|
multicast_ip="multicastIp",
|
|
2079
2179
|
network_name="networkName",
|
|
2080
2180
|
port=123,
|
|
2081
|
-
protocol="protocol"
|
|
2181
|
+
protocol="protocol",
|
|
2182
|
+
|
|
2183
|
+
# the properties below are optional
|
|
2184
|
+
multicast_source_settings=mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty(
|
|
2185
|
+
multicast_source_ip="multicastSourceIp"
|
|
2186
|
+
)
|
|
2082
2187
|
)
|
|
2083
2188
|
'''
|
|
2084
2189
|
if __debug__:
|
|
@@ -2087,12 +2192,15 @@ class CfnBridgeSource(
|
|
|
2087
2192
|
check_type(argname="argument network_name", value=network_name, expected_type=type_hints["network_name"])
|
|
2088
2193
|
check_type(argname="argument port", value=port, expected_type=type_hints["port"])
|
|
2089
2194
|
check_type(argname="argument protocol", value=protocol, expected_type=type_hints["protocol"])
|
|
2195
|
+
check_type(argname="argument multicast_source_settings", value=multicast_source_settings, expected_type=type_hints["multicast_source_settings"])
|
|
2090
2196
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
2091
2197
|
"multicast_ip": multicast_ip,
|
|
2092
2198
|
"network_name": network_name,
|
|
2093
2199
|
"port": port,
|
|
2094
2200
|
"protocol": protocol,
|
|
2095
2201
|
}
|
|
2202
|
+
if multicast_source_settings is not None:
|
|
2203
|
+
self._values["multicast_source_settings"] = multicast_source_settings
|
|
2096
2204
|
|
|
2097
2205
|
@builtins.property
|
|
2098
2206
|
def multicast_ip(self) -> builtins.str:
|
|
@@ -2134,6 +2242,17 @@ class CfnBridgeSource(
|
|
|
2134
2242
|
assert result is not None, "Required property 'protocol' is missing"
|
|
2135
2243
|
return typing.cast(builtins.str, result)
|
|
2136
2244
|
|
|
2245
|
+
@builtins.property
|
|
2246
|
+
def multicast_source_settings(
|
|
2247
|
+
self,
|
|
2248
|
+
) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridgeSource.MulticastSourceSettingsProperty"]]:
|
|
2249
|
+
'''The settings related to the multicast source.
|
|
2250
|
+
|
|
2251
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-bridgenetworksource.html#cfn-mediaconnect-bridgesource-bridgenetworksource-multicastsourcesettings
|
|
2252
|
+
'''
|
|
2253
|
+
result = self._values.get("multicast_source_settings")
|
|
2254
|
+
return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnBridgeSource.MulticastSourceSettingsProperty"]], result)
|
|
2255
|
+
|
|
2137
2256
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2138
2257
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2139
2258
|
|
|
@@ -2145,6 +2264,61 @@ class CfnBridgeSource(
|
|
|
2145
2264
|
k + "=" + repr(v) for k, v in self._values.items()
|
|
2146
2265
|
)
|
|
2147
2266
|
|
|
2267
|
+
@jsii.data_type(
|
|
2268
|
+
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty",
|
|
2269
|
+
jsii_struct_bases=[],
|
|
2270
|
+
name_mapping={"multicast_source_ip": "multicastSourceIp"},
|
|
2271
|
+
)
|
|
2272
|
+
class MulticastSourceSettingsProperty:
|
|
2273
|
+
def __init__(
|
|
2274
|
+
self,
|
|
2275
|
+
*,
|
|
2276
|
+
multicast_source_ip: typing.Optional[builtins.str] = None,
|
|
2277
|
+
) -> None:
|
|
2278
|
+
'''The settings related to the multicast source.
|
|
2279
|
+
|
|
2280
|
+
:param multicast_source_ip: The IP address of the source for source-specific multicast (SSM).
|
|
2281
|
+
|
|
2282
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-multicastsourcesettings.html
|
|
2283
|
+
:exampleMetadata: fixture=_generated
|
|
2284
|
+
|
|
2285
|
+
Example::
|
|
2286
|
+
|
|
2287
|
+
# The code below shows an example of how to instantiate this type.
|
|
2288
|
+
# The values are placeholders you should change.
|
|
2289
|
+
from aws_cdk import aws_mediaconnect as mediaconnect
|
|
2290
|
+
|
|
2291
|
+
multicast_source_settings_property = mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty(
|
|
2292
|
+
multicast_source_ip="multicastSourceIp"
|
|
2293
|
+
)
|
|
2294
|
+
'''
|
|
2295
|
+
if __debug__:
|
|
2296
|
+
type_hints = typing.get_type_hints(_typecheckingstub__43fa91d86269952c92522f3e880b2f507aa1cc51cd5dbe28fb9249f61e4324cd)
|
|
2297
|
+
check_type(argname="argument multicast_source_ip", value=multicast_source_ip, expected_type=type_hints["multicast_source_ip"])
|
|
2298
|
+
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2299
|
+
if multicast_source_ip is not None:
|
|
2300
|
+
self._values["multicast_source_ip"] = multicast_source_ip
|
|
2301
|
+
|
|
2302
|
+
@builtins.property
|
|
2303
|
+
def multicast_source_ip(self) -> typing.Optional[builtins.str]:
|
|
2304
|
+
'''The IP address of the source for source-specific multicast (SSM).
|
|
2305
|
+
|
|
2306
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-bridgesource-multicastsourcesettings.html#cfn-mediaconnect-bridgesource-multicastsourcesettings-multicastsourceip
|
|
2307
|
+
'''
|
|
2308
|
+
result = self._values.get("multicast_source_ip")
|
|
2309
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2310
|
+
|
|
2311
|
+
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
2312
|
+
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
2313
|
+
|
|
2314
|
+
def __ne__(self, rhs: typing.Any) -> builtins.bool:
|
|
2315
|
+
return not (rhs == self)
|
|
2316
|
+
|
|
2317
|
+
def __repr__(self) -> str:
|
|
2318
|
+
return "MulticastSourceSettingsProperty(%s)" % ", ".join(
|
|
2319
|
+
k + "=" + repr(v) for k, v in self._values.items()
|
|
2320
|
+
)
|
|
2321
|
+
|
|
2148
2322
|
@jsii.data_type(
|
|
2149
2323
|
jsii_type="aws-cdk-lib.aws_mediaconnect.CfnBridgeSource.VpcInterfaceAttachmentProperty",
|
|
2150
2324
|
jsii_struct_bases=[],
|
|
@@ -2253,7 +2427,12 @@ class CfnBridgeSourceProps:
|
|
|
2253
2427
|
multicast_ip="multicastIp",
|
|
2254
2428
|
network_name="networkName",
|
|
2255
2429
|
port=123,
|
|
2256
|
-
protocol="protocol"
|
|
2430
|
+
protocol="protocol",
|
|
2431
|
+
|
|
2432
|
+
# the properties below are optional
|
|
2433
|
+
multicast_source_settings=mediaconnect.CfnBridgeSource.MulticastSourceSettingsProperty(
|
|
2434
|
+
multicast_source_ip="multicastSourceIp"
|
|
2435
|
+
)
|
|
2257
2436
|
)
|
|
2258
2437
|
)
|
|
2259
2438
|
'''
|
|
@@ -8746,6 +8925,7 @@ def _typecheckingstub__1642b43f3173ebc33fe250c935a5af5006fe555caff2d5246139c99d6
|
|
|
8746
8925
|
network_name: builtins.str,
|
|
8747
8926
|
port: jsii.Number,
|
|
8748
8927
|
protocol: builtins.str,
|
|
8928
|
+
multicast_source_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBridge.MulticastSourceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
8749
8929
|
) -> None:
|
|
8750
8930
|
"""Type checking stubs"""
|
|
8751
8931
|
pass
|
|
@@ -8789,6 +8969,13 @@ def _typecheckingstub__167e9f3b8055cd05eb90612891a377cb4cde612ba7f0ec6b9e69f7d2d
|
|
|
8789
8969
|
"""Type checking stubs"""
|
|
8790
8970
|
pass
|
|
8791
8971
|
|
|
8972
|
+
def _typecheckingstub__6e23d21827eb73665886579f4c9de765df4e5ab5b7f9a9d2336b912b8e357707(
|
|
8973
|
+
*,
|
|
8974
|
+
multicast_source_ip: typing.Optional[builtins.str] = None,
|
|
8975
|
+
) -> None:
|
|
8976
|
+
"""Type checking stubs"""
|
|
8977
|
+
pass
|
|
8978
|
+
|
|
8792
8979
|
def _typecheckingstub__58ccd453e30991d345c7d1533308b0d3e5827af4b03a42b43534f313026666a0(
|
|
8793
8980
|
*,
|
|
8794
8981
|
primary_source: typing.Optional[builtins.str] = None,
|
|
@@ -8939,6 +9126,14 @@ def _typecheckingstub__93b2199f774afbb32a622ba44ca26954c8e46e149f1bc0836b1dda198
|
|
|
8939
9126
|
network_name: builtins.str,
|
|
8940
9127
|
port: jsii.Number,
|
|
8941
9128
|
protocol: builtins.str,
|
|
9129
|
+
multicast_source_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnBridgeSource.MulticastSourceSettingsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
9130
|
+
) -> None:
|
|
9131
|
+
"""Type checking stubs"""
|
|
9132
|
+
pass
|
|
9133
|
+
|
|
9134
|
+
def _typecheckingstub__43fa91d86269952c92522f3e880b2f507aa1cc51cd5dbe28fb9249f61e4324cd(
|
|
9135
|
+
*,
|
|
9136
|
+
multicast_source_ip: typing.Optional[builtins.str] = None,
|
|
8942
9137
|
) -> None:
|
|
8943
9138
|
"""Type checking stubs"""
|
|
8944
9139
|
pass
|