aws-cdk-lib 2.216.0__py3-none-any.whl → 2.218.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 +60 -28
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +1 -1
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_amplify/__init__.py +8 -8
- aws_cdk/aws_apigateway/__init__.py +229 -6
- aws_cdk/aws_apigatewayv2/__init__.py +60 -2
- aws_cdk/aws_appconfig/__init__.py +145 -0
- aws_cdk/aws_appflow/__init__.py +116 -0
- aws_cdk/aws_appintegrations/__init__.py +116 -0
- aws_cdk/aws_appmesh/__init__.py +12 -12
- aws_cdk/aws_appstream/__init__.py +101 -4
- aws_cdk/aws_appsync/__init__.py +61 -3
- aws_cdk/aws_apptest/__init__.py +58 -0
- aws_cdk/aws_aps/__init__.py +459 -0
- aws_cdk/aws_athena/__init__.py +58 -0
- aws_cdk/aws_auditmanager/__init__.py +58 -0
- aws_cdk/aws_backup/__init__.py +145 -0
- aws_cdk/aws_batch/__init__.py +64 -2
- aws_cdk/aws_bedrock/__init__.py +277 -0
- aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +38 -10
- aws_cdk/aws_cleanrooms/__init__.py +163 -0
- aws_cdk/aws_cloudformation/__init__.py +14 -14
- aws_cdk/aws_cloudfront/__init__.py +69 -8
- aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
- aws_cdk/aws_cloudtrail/__init__.py +58 -0
- aws_cdk/aws_cloudwatch/__init__.py +145 -0
- aws_cdk/aws_codebuild/__init__.py +115 -12
- aws_cdk/aws_codedeploy/__init__.py +29 -0
- aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
- aws_cdk/aws_codepipeline/__init__.py +29 -0
- aws_cdk/aws_cognito/__init__.py +89 -2
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +138 -10
- aws_cdk/aws_cur/__init__.py +86 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +351 -0
- aws_cdk/aws_datazone/__init__.py +733 -2
- aws_cdk/aws_directoryservice/__init__.py +29 -0
- aws_cdk/aws_dms/__init__.py +58 -0
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +181 -0
- aws_cdk/aws_ec2/__init__.py +2031 -10
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +142 -12
- aws_cdk/aws_efs/__init__.py +116 -0
- aws_cdk/aws_eks/__init__.py +118 -0
- aws_cdk/aws_elasticache/__init__.py +261 -0
- aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
- aws_cdk/aws_elasticsearch/__init__.py +2 -2
- aws_cdk/aws_emr/__init__.py +87 -0
- aws_cdk/aws_emrcontainers/__init__.py +58 -0
- aws_cdk/aws_emrserverless/__init__.py +58 -0
- aws_cdk/aws_entityresolution/__init__.py +145 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_evs/__init__.py +58 -4
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +507 -56
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_groundstation/__init__.py +87 -0
- aws_cdk/aws_guardduty/__init__.py +87 -0
- aws_cdk/aws_healthimaging/__init__.py +58 -0
- aws_cdk/aws_healthlake/__init__.py +29 -0
- aws_cdk/aws_iam/__init__.py +1 -1
- aws_cdk/aws_internetmonitor/__init__.py +58 -0
- aws_cdk/aws_iot/__init__.py +957 -0
- aws_cdk/aws_iotanalytics/__init__.py +116 -0
- aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
- aws_cdk/aws_iotevents/__init__.py +87 -0
- aws_cdk/aws_iotfleethub/__init__.py +58 -0
- aws_cdk/aws_iotfleetwise/__init__.py +116 -0
- aws_cdk/aws_iotsitewise/__init__.py +568 -111
- aws_cdk/aws_iottwinmaker/__init__.py +145 -0
- aws_cdk/aws_iotwireless/__init__.py +464 -0
- aws_cdk/aws_kendra/__init__.py +116 -0
- aws_cdk/aws_kinesis/__init__.py +58 -0
- aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
- aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
- aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
- aws_cdk/aws_kinesisvideo/__init__.py +29 -0
- aws_cdk/aws_kms/__init__.py +68 -2
- aws_cdk/aws_lambda/__init__.py +104 -0
- aws_cdk/aws_lex/__init__.py +29 -0
- aws_cdk/aws_location/__init__.py +348 -0
- aws_cdk/aws_logs/__init__.py +232 -0
- aws_cdk/aws_lookoutequipment/__init__.py +29 -0
- aws_cdk/aws_lookoutvision/__init__.py +58 -0
- aws_cdk/aws_managedblockchain/__init__.py +145 -0
- aws_cdk/aws_medialive/__init__.py +562 -0
- aws_cdk/aws_mediapackage/__init__.py +2 -2
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +10 -10
- aws_cdk/aws_networkmanager/__init__.py +92 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_odb/__init__.py +2082 -195
- aws_cdk/aws_omics/__init__.py +1520 -103
- aws_cdk/aws_opensearchserverless/__init__.py +222 -21
- aws_cdk/aws_opensearchservice/__init__.py +5 -4
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_opsworkscm/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- aws_cdk/aws_pcs/__init__.py +9 -9
- aws_cdk/aws_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_quicksight/__init__.py +295 -3
- aws_cdk/aws_rds/__init__.py +402 -58
- aws_cdk/aws_redshift/__init__.py +29 -0
- aws_cdk/aws_rekognition/__init__.py +87 -0
- aws_cdk/aws_resourcegroups/__init__.py +58 -0
- aws_cdk/aws_rolesanywhere/__init__.py +145 -0
- aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
- aws_cdk/aws_route53resolver/__init__.py +29 -0
- aws_cdk/aws_s3/__init__.py +116 -0
- aws_cdk/aws_s3express/__init__.py +116 -0
- aws_cdk/aws_sagemaker/__init__.py +715 -1
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +191 -154
- aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
- aws_cdk/aws_servicediscovery/__init__.py +58 -0
- aws_cdk/aws_ses/__init__.py +261 -0
- aws_cdk/aws_simspaceweaver/__init__.py +29 -0
- aws_cdk/aws_smsvoice/__init__.py +5218 -0
- aws_cdk/aws_ssm/__init__.py +87 -0
- aws_cdk/aws_synthetics/__init__.py +29 -0
- aws_cdk/aws_timestream/__init__.py +87 -0
- aws_cdk/aws_transfer/__init__.py +274 -12
- aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
- aws_cdk/aws_voiceid/__init__.py +29 -0
- aws_cdk/aws_wisdom/__init__.py +232 -0
- aws_cdk/aws_workspaces/__init__.py +58 -0
- aws_cdk/aws_workspacesinstances/__init__.py +670 -2
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
|
@@ -953,6 +953,48 @@ class CfnApplication(
|
|
|
953
953
|
|
|
954
954
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
955
955
|
|
|
956
|
+
@jsii.member(jsii_name="fromApplicationArn")
|
|
957
|
+
@builtins.classmethod
|
|
958
|
+
def from_application_arn(
|
|
959
|
+
cls,
|
|
960
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
961
|
+
id: builtins.str,
|
|
962
|
+
arn: builtins.str,
|
|
963
|
+
) -> IApplicationRef:
|
|
964
|
+
'''Creates a new IApplicationRef from an ARN.
|
|
965
|
+
|
|
966
|
+
:param scope: -
|
|
967
|
+
:param id: -
|
|
968
|
+
:param arn: -
|
|
969
|
+
'''
|
|
970
|
+
if __debug__:
|
|
971
|
+
type_hints = typing.get_type_hints(_typecheckingstub__955a2e8ef9349aa04e3db911200984b604b9a25a10f842542d8fedf3bbd11c5b)
|
|
972
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
973
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
974
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
975
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
|
|
976
|
+
|
|
977
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
978
|
+
@builtins.classmethod
|
|
979
|
+
def from_application_id(
|
|
980
|
+
cls,
|
|
981
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
982
|
+
id: builtins.str,
|
|
983
|
+
application_id: builtins.str,
|
|
984
|
+
) -> IApplicationRef:
|
|
985
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
986
|
+
|
|
987
|
+
:param scope: -
|
|
988
|
+
:param id: -
|
|
989
|
+
:param application_id: -
|
|
990
|
+
'''
|
|
991
|
+
if __debug__:
|
|
992
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c856b19bc43eda16caf59ab994b1bd9cf310ba6ac9f9888cae037aa1fd3b0144)
|
|
993
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
994
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
995
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
996
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
997
|
+
|
|
956
998
|
@jsii.member(jsii_name="inspect")
|
|
957
999
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
958
1000
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1156,6 +1198,48 @@ class CfnAttributeGroup(
|
|
|
1156
1198
|
|
|
1157
1199
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1158
1200
|
|
|
1201
|
+
@jsii.member(jsii_name="fromAttributeGroupArn")
|
|
1202
|
+
@builtins.classmethod
|
|
1203
|
+
def from_attribute_group_arn(
|
|
1204
|
+
cls,
|
|
1205
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1206
|
+
id: builtins.str,
|
|
1207
|
+
arn: builtins.str,
|
|
1208
|
+
) -> IAttributeGroupRef:
|
|
1209
|
+
'''Creates a new IAttributeGroupRef from an ARN.
|
|
1210
|
+
|
|
1211
|
+
:param scope: -
|
|
1212
|
+
:param id: -
|
|
1213
|
+
:param arn: -
|
|
1214
|
+
'''
|
|
1215
|
+
if __debug__:
|
|
1216
|
+
type_hints = typing.get_type_hints(_typecheckingstub__af4bda4ff0ff6c60024477e288e493dcc0130f0d394de6e34fa6396c49a74c92)
|
|
1217
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1218
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1219
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1220
|
+
return typing.cast(IAttributeGroupRef, jsii.sinvoke(cls, "fromAttributeGroupArn", [scope, id, arn]))
|
|
1221
|
+
|
|
1222
|
+
@jsii.member(jsii_name="fromAttributeGroupId")
|
|
1223
|
+
@builtins.classmethod
|
|
1224
|
+
def from_attribute_group_id(
|
|
1225
|
+
cls,
|
|
1226
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1227
|
+
id: builtins.str,
|
|
1228
|
+
attribute_group_id: builtins.str,
|
|
1229
|
+
) -> IAttributeGroupRef:
|
|
1230
|
+
'''Creates a new IAttributeGroupRef from a attributeGroupId.
|
|
1231
|
+
|
|
1232
|
+
:param scope: -
|
|
1233
|
+
:param id: -
|
|
1234
|
+
:param attribute_group_id: -
|
|
1235
|
+
'''
|
|
1236
|
+
if __debug__:
|
|
1237
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8f72c219f00d2f2ceb6ddda988187c930677404d7a861ad884a3a3ac9cbfc16f)
|
|
1238
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1239
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1240
|
+
check_type(argname="argument attribute_group_id", value=attribute_group_id, expected_type=type_hints["attribute_group_id"])
|
|
1241
|
+
return typing.cast(IAttributeGroupRef, jsii.sinvoke(cls, "fromAttributeGroupId", [scope, id, attribute_group_id]))
|
|
1242
|
+
|
|
1159
1243
|
@jsii.member(jsii_name="inspect")
|
|
1160
1244
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1161
1245
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1682,6 +1766,22 @@ def _typecheckingstub__91487768dfb6dbf9a0c92291ea29984fa2e03a14eb546f250cf397d25
|
|
|
1682
1766
|
"""Type checking stubs"""
|
|
1683
1767
|
pass
|
|
1684
1768
|
|
|
1769
|
+
def _typecheckingstub__955a2e8ef9349aa04e3db911200984b604b9a25a10f842542d8fedf3bbd11c5b(
|
|
1770
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1771
|
+
id: builtins.str,
|
|
1772
|
+
arn: builtins.str,
|
|
1773
|
+
) -> None:
|
|
1774
|
+
"""Type checking stubs"""
|
|
1775
|
+
pass
|
|
1776
|
+
|
|
1777
|
+
def _typecheckingstub__c856b19bc43eda16caf59ab994b1bd9cf310ba6ac9f9888cae037aa1fd3b0144(
|
|
1778
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1779
|
+
id: builtins.str,
|
|
1780
|
+
application_id: builtins.str,
|
|
1781
|
+
) -> None:
|
|
1782
|
+
"""Type checking stubs"""
|
|
1783
|
+
pass
|
|
1784
|
+
|
|
1685
1785
|
def _typecheckingstub__6be1bb8c9136b473debe566d21e0967713957428516c09e09b72630210e7c453(
|
|
1686
1786
|
inspector: _TreeInspector_488e0dd5,
|
|
1687
1787
|
) -> None:
|
|
@@ -1724,6 +1824,22 @@ def _typecheckingstub__0d30783c939e9f88ec79a761d7c3f519f2a0838afdc04bd3644e3b2f8
|
|
|
1724
1824
|
"""Type checking stubs"""
|
|
1725
1825
|
pass
|
|
1726
1826
|
|
|
1827
|
+
def _typecheckingstub__af4bda4ff0ff6c60024477e288e493dcc0130f0d394de6e34fa6396c49a74c92(
|
|
1828
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1829
|
+
id: builtins.str,
|
|
1830
|
+
arn: builtins.str,
|
|
1831
|
+
) -> None:
|
|
1832
|
+
"""Type checking stubs"""
|
|
1833
|
+
pass
|
|
1834
|
+
|
|
1835
|
+
def _typecheckingstub__8f72c219f00d2f2ceb6ddda988187c930677404d7a861ad884a3a3ac9cbfc16f(
|
|
1836
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1837
|
+
id: builtins.str,
|
|
1838
|
+
attribute_group_id: builtins.str,
|
|
1839
|
+
) -> None:
|
|
1840
|
+
"""Type checking stubs"""
|
|
1841
|
+
pass
|
|
1842
|
+
|
|
1727
1843
|
def _typecheckingstub__8aeccce963693b654c1717c2e0421d969367b8759138483e8a26cb5b5cc59967(
|
|
1728
1844
|
inspector: _TreeInspector_488e0dd5,
|
|
1729
1845
|
) -> None:
|
|
@@ -6457,6 +6457,48 @@ class CfnService(
|
|
|
6457
6457
|
|
|
6458
6458
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6459
6459
|
|
|
6460
|
+
@jsii.member(jsii_name="fromServiceArn")
|
|
6461
|
+
@builtins.classmethod
|
|
6462
|
+
def from_service_arn(
|
|
6463
|
+
cls,
|
|
6464
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6465
|
+
id: builtins.str,
|
|
6466
|
+
arn: builtins.str,
|
|
6467
|
+
) -> IServiceRef:
|
|
6468
|
+
'''Creates a new IServiceRef from an ARN.
|
|
6469
|
+
|
|
6470
|
+
:param scope: -
|
|
6471
|
+
:param id: -
|
|
6472
|
+
:param arn: -
|
|
6473
|
+
'''
|
|
6474
|
+
if __debug__:
|
|
6475
|
+
type_hints = typing.get_type_hints(_typecheckingstub__50690470e73ef7cd3ff20a5dbdb67420dca6af2d45267b098383607637aac22e)
|
|
6476
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6477
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6478
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6479
|
+
return typing.cast(IServiceRef, jsii.sinvoke(cls, "fromServiceArn", [scope, id, arn]))
|
|
6480
|
+
|
|
6481
|
+
@jsii.member(jsii_name="fromServiceId")
|
|
6482
|
+
@builtins.classmethod
|
|
6483
|
+
def from_service_id(
|
|
6484
|
+
cls,
|
|
6485
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6486
|
+
id: builtins.str,
|
|
6487
|
+
service_id: builtins.str,
|
|
6488
|
+
) -> IServiceRef:
|
|
6489
|
+
'''Creates a new IServiceRef from a serviceId.
|
|
6490
|
+
|
|
6491
|
+
:param scope: -
|
|
6492
|
+
:param id: -
|
|
6493
|
+
:param service_id: -
|
|
6494
|
+
'''
|
|
6495
|
+
if __debug__:
|
|
6496
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bc01dac739c93292486dd4ca3d1b7f12acb51088c4fe602fe2714b29f96f7ffc)
|
|
6497
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6498
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6499
|
+
check_type(argname="argument service_id", value=service_id, expected_type=type_hints["service_id"])
|
|
6500
|
+
return typing.cast(IServiceRef, jsii.sinvoke(cls, "fromServiceId", [scope, id, service_id]))
|
|
6501
|
+
|
|
6460
6502
|
@jsii.member(jsii_name="inspect")
|
|
6461
6503
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6462
6504
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8210,6 +8252,22 @@ def _typecheckingstub__fe683ec1ba955070fa4b5c6770ac570af81044f6f1cfff34bc3ffffe7
|
|
|
8210
8252
|
"""Type checking stubs"""
|
|
8211
8253
|
pass
|
|
8212
8254
|
|
|
8255
|
+
def _typecheckingstub__50690470e73ef7cd3ff20a5dbdb67420dca6af2d45267b098383607637aac22e(
|
|
8256
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8257
|
+
id: builtins.str,
|
|
8258
|
+
arn: builtins.str,
|
|
8259
|
+
) -> None:
|
|
8260
|
+
"""Type checking stubs"""
|
|
8261
|
+
pass
|
|
8262
|
+
|
|
8263
|
+
def _typecheckingstub__bc01dac739c93292486dd4ca3d1b7f12acb51088c4fe602fe2714b29f96f7ffc(
|
|
8264
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8265
|
+
id: builtins.str,
|
|
8266
|
+
service_id: builtins.str,
|
|
8267
|
+
) -> None:
|
|
8268
|
+
"""Type checking stubs"""
|
|
8269
|
+
pass
|
|
8270
|
+
|
|
8213
8271
|
def _typecheckingstub__713d7d0bfb1535bc7ed461a8b2f884bc1b329dfad1a3b802e34adb9b36e4a4b1(
|
|
8214
8272
|
inspector: _TreeInspector_488e0dd5,
|
|
8215
8273
|
) -> None:
|
aws_cdk/aws_ses/__init__.py
CHANGED
|
@@ -8546,6 +8546,27 @@ class CfnConfigurationSet(
|
|
|
8546
8546
|
|
|
8547
8547
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8548
8548
|
|
|
8549
|
+
@jsii.member(jsii_name="fromConfigurationSetName")
|
|
8550
|
+
@builtins.classmethod
|
|
8551
|
+
def from_configuration_set_name(
|
|
8552
|
+
cls,
|
|
8553
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8554
|
+
id: builtins.str,
|
|
8555
|
+
configuration_set_name: builtins.str,
|
|
8556
|
+
) -> IConfigurationSetRef:
|
|
8557
|
+
'''Creates a new IConfigurationSetRef from a configurationSetName.
|
|
8558
|
+
|
|
8559
|
+
:param scope: -
|
|
8560
|
+
:param id: -
|
|
8561
|
+
:param configuration_set_name: -
|
|
8562
|
+
'''
|
|
8563
|
+
if __debug__:
|
|
8564
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f7e0cde305853fb2c740f29455949111afc0143ce4346e290a5d583cd414e670)
|
|
8565
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8566
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8567
|
+
check_type(argname="argument configuration_set_name", value=configuration_set_name, expected_type=type_hints["configuration_set_name"])
|
|
8568
|
+
return typing.cast(IConfigurationSetRef, jsii.sinvoke(cls, "fromConfigurationSetName", [scope, id, configuration_set_name]))
|
|
8569
|
+
|
|
8549
8570
|
@jsii.member(jsii_name="inspect")
|
|
8550
8571
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8551
8572
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -10056,6 +10077,27 @@ class CfnContactList(
|
|
|
10056
10077
|
|
|
10057
10078
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
10058
10079
|
|
|
10080
|
+
@jsii.member(jsii_name="fromContactListName")
|
|
10081
|
+
@builtins.classmethod
|
|
10082
|
+
def from_contact_list_name(
|
|
10083
|
+
cls,
|
|
10084
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10085
|
+
id: builtins.str,
|
|
10086
|
+
contact_list_name: builtins.str,
|
|
10087
|
+
) -> IContactListRef:
|
|
10088
|
+
'''Creates a new IContactListRef from a contactListName.
|
|
10089
|
+
|
|
10090
|
+
:param scope: -
|
|
10091
|
+
:param id: -
|
|
10092
|
+
:param contact_list_name: -
|
|
10093
|
+
'''
|
|
10094
|
+
if __debug__:
|
|
10095
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b19a50d34c95519a9d081d656ff2b1634828c7fe7a66b655cd9cb5360e9e3f6)
|
|
10096
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
10097
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
10098
|
+
check_type(argname="argument contact_list_name", value=contact_list_name, expected_type=type_hints["contact_list_name"])
|
|
10099
|
+
return typing.cast(IContactListRef, jsii.sinvoke(cls, "fromContactListName", [scope, id, contact_list_name]))
|
|
10100
|
+
|
|
10059
10101
|
@jsii.member(jsii_name="inspect")
|
|
10060
10102
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
10061
10103
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11156,6 +11198,27 @@ class CfnMailManagerAddonInstance(
|
|
|
11156
11198
|
|
|
11157
11199
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11158
11200
|
|
|
11201
|
+
@jsii.member(jsii_name="fromAddonInstanceId")
|
|
11202
|
+
@builtins.classmethod
|
|
11203
|
+
def from_addon_instance_id(
|
|
11204
|
+
cls,
|
|
11205
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11206
|
+
id: builtins.str,
|
|
11207
|
+
addon_instance_id: builtins.str,
|
|
11208
|
+
) -> IMailManagerAddonInstanceRef:
|
|
11209
|
+
'''Creates a new IMailManagerAddonInstanceRef from a addonInstanceId.
|
|
11210
|
+
|
|
11211
|
+
:param scope: -
|
|
11212
|
+
:param id: -
|
|
11213
|
+
:param addon_instance_id: -
|
|
11214
|
+
'''
|
|
11215
|
+
if __debug__:
|
|
11216
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4b82d982a648e92902a374694f84ff5e1fb61a1267dc909d615a37c7e086d706)
|
|
11217
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11218
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11219
|
+
check_type(argname="argument addon_instance_id", value=addon_instance_id, expected_type=type_hints["addon_instance_id"])
|
|
11220
|
+
return typing.cast(IMailManagerAddonInstanceRef, jsii.sinvoke(cls, "fromAddonInstanceId", [scope, id, addon_instance_id]))
|
|
11221
|
+
|
|
11159
11222
|
@jsii.member(jsii_name="inspect")
|
|
11160
11223
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11161
11224
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11310,6 +11373,27 @@ class CfnMailManagerAddonSubscription(
|
|
|
11310
11373
|
|
|
11311
11374
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11312
11375
|
|
|
11376
|
+
@jsii.member(jsii_name="fromAddonSubscriptionId")
|
|
11377
|
+
@builtins.classmethod
|
|
11378
|
+
def from_addon_subscription_id(
|
|
11379
|
+
cls,
|
|
11380
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11381
|
+
id: builtins.str,
|
|
11382
|
+
addon_subscription_id: builtins.str,
|
|
11383
|
+
) -> IMailManagerAddonSubscriptionRef:
|
|
11384
|
+
'''Creates a new IMailManagerAddonSubscriptionRef from a addonSubscriptionId.
|
|
11385
|
+
|
|
11386
|
+
:param scope: -
|
|
11387
|
+
:param id: -
|
|
11388
|
+
:param addon_subscription_id: -
|
|
11389
|
+
'''
|
|
11390
|
+
if __debug__:
|
|
11391
|
+
type_hints = typing.get_type_hints(_typecheckingstub__285468e4ba3edb67c9b4bcd9489b416e31f4f85a2a5e786f30d01535e38cacdc)
|
|
11392
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11393
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11394
|
+
check_type(argname="argument addon_subscription_id", value=addon_subscription_id, expected_type=type_hints["addon_subscription_id"])
|
|
11395
|
+
return typing.cast(IMailManagerAddonSubscriptionRef, jsii.sinvoke(cls, "fromAddonSubscriptionId", [scope, id, addon_subscription_id]))
|
|
11396
|
+
|
|
11313
11397
|
@jsii.member(jsii_name="inspect")
|
|
11314
11398
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11315
11399
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11609,6 +11693,27 @@ class CfnMailManagerArchive(
|
|
|
11609
11693
|
|
|
11610
11694
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11611
11695
|
|
|
11696
|
+
@jsii.member(jsii_name="fromArchiveId")
|
|
11697
|
+
@builtins.classmethod
|
|
11698
|
+
def from_archive_id(
|
|
11699
|
+
cls,
|
|
11700
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11701
|
+
id: builtins.str,
|
|
11702
|
+
archive_id: builtins.str,
|
|
11703
|
+
) -> IMailManagerArchiveRef:
|
|
11704
|
+
'''Creates a new IMailManagerArchiveRef from a archiveId.
|
|
11705
|
+
|
|
11706
|
+
:param scope: -
|
|
11707
|
+
:param id: -
|
|
11708
|
+
:param archive_id: -
|
|
11709
|
+
'''
|
|
11710
|
+
if __debug__:
|
|
11711
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a42d7ef06c37673fd058e245cd5defc63931aa1bb15399b919109cc87dcb76a2)
|
|
11712
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11713
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11714
|
+
check_type(argname="argument archive_id", value=archive_id, expected_type=type_hints["archive_id"])
|
|
11715
|
+
return typing.cast(IMailManagerArchiveRef, jsii.sinvoke(cls, "fromArchiveId", [scope, id, archive_id]))
|
|
11716
|
+
|
|
11612
11717
|
@jsii.member(jsii_name="inspect")
|
|
11613
11718
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11614
11719
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11886,6 +11991,27 @@ class CfnMailManagerIngressPoint(
|
|
|
11886
11991
|
|
|
11887
11992
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11888
11993
|
|
|
11994
|
+
@jsii.member(jsii_name="fromIngressPointId")
|
|
11995
|
+
@builtins.classmethod
|
|
11996
|
+
def from_ingress_point_id(
|
|
11997
|
+
cls,
|
|
11998
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11999
|
+
id: builtins.str,
|
|
12000
|
+
ingress_point_id: builtins.str,
|
|
12001
|
+
) -> IMailManagerIngressPointRef:
|
|
12002
|
+
'''Creates a new IMailManagerIngressPointRef from a ingressPointId.
|
|
12003
|
+
|
|
12004
|
+
:param scope: -
|
|
12005
|
+
:param id: -
|
|
12006
|
+
:param ingress_point_id: -
|
|
12007
|
+
'''
|
|
12008
|
+
if __debug__:
|
|
12009
|
+
type_hints = typing.get_type_hints(_typecheckingstub__92ffe7e62420c63aff01fd3a633abd4afd6de74cfc9be5956502b4eae1715abc)
|
|
12010
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12011
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12012
|
+
check_type(argname="argument ingress_point_id", value=ingress_point_id, expected_type=type_hints["ingress_point_id"])
|
|
12013
|
+
return typing.cast(IMailManagerIngressPointRef, jsii.sinvoke(cls, "fromIngressPointId", [scope, id, ingress_point_id]))
|
|
12014
|
+
|
|
11889
12015
|
@jsii.member(jsii_name="inspect")
|
|
11890
12016
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11891
12017
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12418,6 +12544,27 @@ class CfnMailManagerRelay(
|
|
|
12418
12544
|
|
|
12419
12545
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12420
12546
|
|
|
12547
|
+
@jsii.member(jsii_name="fromRelayId")
|
|
12548
|
+
@builtins.classmethod
|
|
12549
|
+
def from_relay_id(
|
|
12550
|
+
cls,
|
|
12551
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12552
|
+
id: builtins.str,
|
|
12553
|
+
relay_id: builtins.str,
|
|
12554
|
+
) -> IMailManagerRelayRef:
|
|
12555
|
+
'''Creates a new IMailManagerRelayRef from a relayId.
|
|
12556
|
+
|
|
12557
|
+
:param scope: -
|
|
12558
|
+
:param id: -
|
|
12559
|
+
:param relay_id: -
|
|
12560
|
+
'''
|
|
12561
|
+
if __debug__:
|
|
12562
|
+
type_hints = typing.get_type_hints(_typecheckingstub__20d085590a05ce27b9599b7ddb5dc4d721ab8fc87c006babf37032cd0ffc46ed)
|
|
12563
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
12564
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
12565
|
+
check_type(argname="argument relay_id", value=relay_id, expected_type=type_hints["relay_id"])
|
|
12566
|
+
return typing.cast(IMailManagerRelayRef, jsii.sinvoke(cls, "fromRelayId", [scope, id, relay_id]))
|
|
12567
|
+
|
|
12421
12568
|
@jsii.member(jsii_name="inspect")
|
|
12422
12569
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12423
12570
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12871,6 +13018,27 @@ class CfnMailManagerRuleSet(
|
|
|
12871
13018
|
|
|
12872
13019
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
12873
13020
|
|
|
13021
|
+
@jsii.member(jsii_name="fromRuleSetId")
|
|
13022
|
+
@builtins.classmethod
|
|
13023
|
+
def from_rule_set_id(
|
|
13024
|
+
cls,
|
|
13025
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13026
|
+
id: builtins.str,
|
|
13027
|
+
rule_set_id: builtins.str,
|
|
13028
|
+
) -> IMailManagerRuleSetRef:
|
|
13029
|
+
'''Creates a new IMailManagerRuleSetRef from a ruleSetId.
|
|
13030
|
+
|
|
13031
|
+
:param scope: -
|
|
13032
|
+
:param id: -
|
|
13033
|
+
:param rule_set_id: -
|
|
13034
|
+
'''
|
|
13035
|
+
if __debug__:
|
|
13036
|
+
type_hints = typing.get_type_hints(_typecheckingstub__78355a4a2620715789c2e5c3123619e35973a72ffc685bd95914181f608af137)
|
|
13037
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13038
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13039
|
+
check_type(argname="argument rule_set_id", value=rule_set_id, expected_type=type_hints["rule_set_id"])
|
|
13040
|
+
return typing.cast(IMailManagerRuleSetRef, jsii.sinvoke(cls, "fromRuleSetId", [scope, id, rule_set_id]))
|
|
13041
|
+
|
|
12874
13042
|
@jsii.member(jsii_name="inspect")
|
|
12875
13043
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
12876
13044
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -15797,6 +15965,27 @@ class CfnMailManagerTrafficPolicy(
|
|
|
15797
15965
|
|
|
15798
15966
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
15799
15967
|
|
|
15968
|
+
@jsii.member(jsii_name="fromTrafficPolicyId")
|
|
15969
|
+
@builtins.classmethod
|
|
15970
|
+
def from_traffic_policy_id(
|
|
15971
|
+
cls,
|
|
15972
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15973
|
+
id: builtins.str,
|
|
15974
|
+
traffic_policy_id: builtins.str,
|
|
15975
|
+
) -> IMailManagerTrafficPolicyRef:
|
|
15976
|
+
'''Creates a new IMailManagerTrafficPolicyRef from a trafficPolicyId.
|
|
15977
|
+
|
|
15978
|
+
:param scope: -
|
|
15979
|
+
:param id: -
|
|
15980
|
+
:param traffic_policy_id: -
|
|
15981
|
+
'''
|
|
15982
|
+
if __debug__:
|
|
15983
|
+
type_hints = typing.get_type_hints(_typecheckingstub__395da52cf16177971e7e9b795c457d2866532863ec94dc2aa23f2270e7a7d028)
|
|
15984
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
15985
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
15986
|
+
check_type(argname="argument traffic_policy_id", value=traffic_policy_id, expected_type=type_hints["traffic_policy_id"])
|
|
15987
|
+
return typing.cast(IMailManagerTrafficPolicyRef, jsii.sinvoke(cls, "fromTrafficPolicyId", [scope, id, traffic_policy_id]))
|
|
15988
|
+
|
|
15800
15989
|
@jsii.member(jsii_name="inspect")
|
|
15801
15990
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
15802
15991
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -21048,6 +21237,14 @@ def _typecheckingstub__ad84a733d05a7160c0517733c56c249f6a299231ebcf8e982ed1aeda9
|
|
|
21048
21237
|
"""Type checking stubs"""
|
|
21049
21238
|
pass
|
|
21050
21239
|
|
|
21240
|
+
def _typecheckingstub__f7e0cde305853fb2c740f29455949111afc0143ce4346e290a5d583cd414e670(
|
|
21241
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21242
|
+
id: builtins.str,
|
|
21243
|
+
configuration_set_name: builtins.str,
|
|
21244
|
+
) -> None:
|
|
21245
|
+
"""Type checking stubs"""
|
|
21246
|
+
pass
|
|
21247
|
+
|
|
21051
21248
|
def _typecheckingstub__703d8eb12ae21101f4f93e6ab7089d820f42a27a22e1028eee983deee4056343(
|
|
21052
21249
|
inspector: _TreeInspector_488e0dd5,
|
|
21053
21250
|
) -> None:
|
|
@@ -21265,6 +21462,14 @@ def _typecheckingstub__4f5901f6c4687a5069b93788dd46825d3f820617b06ab7617c713daa1
|
|
|
21265
21462
|
"""Type checking stubs"""
|
|
21266
21463
|
pass
|
|
21267
21464
|
|
|
21465
|
+
def _typecheckingstub__3b19a50d34c95519a9d081d656ff2b1634828c7fe7a66b655cd9cb5360e9e3f6(
|
|
21466
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21467
|
+
id: builtins.str,
|
|
21468
|
+
contact_list_name: builtins.str,
|
|
21469
|
+
) -> None:
|
|
21470
|
+
"""Type checking stubs"""
|
|
21471
|
+
pass
|
|
21472
|
+
|
|
21268
21473
|
def _typecheckingstub__04e7980d7184167e42f7e01ae8cec876d43f150d71c7057fca33fc0a3e2d3e6b(
|
|
21269
21474
|
inspector: _TreeInspector_488e0dd5,
|
|
21270
21475
|
) -> None:
|
|
@@ -21469,6 +21674,14 @@ def _typecheckingstub__b264df921b4ca04913aa8a8375e2c83055fd8df0a14752396030e13fc
|
|
|
21469
21674
|
"""Type checking stubs"""
|
|
21470
21675
|
pass
|
|
21471
21676
|
|
|
21677
|
+
def _typecheckingstub__4b82d982a648e92902a374694f84ff5e1fb61a1267dc909d615a37c7e086d706(
|
|
21678
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21679
|
+
id: builtins.str,
|
|
21680
|
+
addon_instance_id: builtins.str,
|
|
21681
|
+
) -> None:
|
|
21682
|
+
"""Type checking stubs"""
|
|
21683
|
+
pass
|
|
21684
|
+
|
|
21472
21685
|
def _typecheckingstub__af96657c240160581260abbc9d1a8bc62bbf6e2d5f9988be88caa5605fea6193(
|
|
21473
21686
|
inspector: _TreeInspector_488e0dd5,
|
|
21474
21687
|
) -> None:
|
|
@@ -21503,6 +21716,14 @@ def _typecheckingstub__0d0f399046a02347b7c8f90e068f3fd2b8d48f9ff28b35ef6bf0ae7e0
|
|
|
21503
21716
|
"""Type checking stubs"""
|
|
21504
21717
|
pass
|
|
21505
21718
|
|
|
21719
|
+
def _typecheckingstub__285468e4ba3edb67c9b4bcd9489b416e31f4f85a2a5e786f30d01535e38cacdc(
|
|
21720
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21721
|
+
id: builtins.str,
|
|
21722
|
+
addon_subscription_id: builtins.str,
|
|
21723
|
+
) -> None:
|
|
21724
|
+
"""Type checking stubs"""
|
|
21725
|
+
pass
|
|
21726
|
+
|
|
21506
21727
|
def _typecheckingstub__5938bdd1bc8d27ccb42b21d788b8b4b509125ca0348f4b02156af62aa3fc658d(
|
|
21507
21728
|
inspector: _TreeInspector_488e0dd5,
|
|
21508
21729
|
) -> None:
|
|
@@ -21573,6 +21794,14 @@ def _typecheckingstub__22dd3c6f42e37a1d2959a6aa4871e671e1737ebb4110933d8bfa22c2c
|
|
|
21573
21794
|
"""Type checking stubs"""
|
|
21574
21795
|
pass
|
|
21575
21796
|
|
|
21797
|
+
def _typecheckingstub__a42d7ef06c37673fd058e245cd5defc63931aa1bb15399b919109cc87dcb76a2(
|
|
21798
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21799
|
+
id: builtins.str,
|
|
21800
|
+
archive_id: builtins.str,
|
|
21801
|
+
) -> None:
|
|
21802
|
+
"""Type checking stubs"""
|
|
21803
|
+
pass
|
|
21804
|
+
|
|
21576
21805
|
def _typecheckingstub__ab6bbd8ed2986ac0e486edacc5048b747fb9a30a15f56c21ed3845accc6da320(
|
|
21577
21806
|
inspector: _TreeInspector_488e0dd5,
|
|
21578
21807
|
) -> None:
|
|
@@ -21632,6 +21861,14 @@ def _typecheckingstub__1ceb1a8308b4e72eecdc0962cf663d2c0564dbffbabebaa887b776484
|
|
|
21632
21861
|
"""Type checking stubs"""
|
|
21633
21862
|
pass
|
|
21634
21863
|
|
|
21864
|
+
def _typecheckingstub__92ffe7e62420c63aff01fd3a633abd4afd6de74cfc9be5956502b4eae1715abc(
|
|
21865
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21866
|
+
id: builtins.str,
|
|
21867
|
+
ingress_point_id: builtins.str,
|
|
21868
|
+
) -> None:
|
|
21869
|
+
"""Type checking stubs"""
|
|
21870
|
+
pass
|
|
21871
|
+
|
|
21635
21872
|
def _typecheckingstub__dc5b9905beb0e52af2daaf480d19b3056ba66ec86e4ed3b13577551722a1efe8(
|
|
21636
21873
|
inspector: _TreeInspector_488e0dd5,
|
|
21637
21874
|
) -> None:
|
|
@@ -21735,6 +21972,14 @@ def _typecheckingstub__c9ee528cdf366e99e1f68b7018c131315da04193c666245fa2c99e56b
|
|
|
21735
21972
|
"""Type checking stubs"""
|
|
21736
21973
|
pass
|
|
21737
21974
|
|
|
21975
|
+
def _typecheckingstub__20d085590a05ce27b9599b7ddb5dc4d721ab8fc87c006babf37032cd0ffc46ed(
|
|
21976
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21977
|
+
id: builtins.str,
|
|
21978
|
+
relay_id: builtins.str,
|
|
21979
|
+
) -> None:
|
|
21980
|
+
"""Type checking stubs"""
|
|
21981
|
+
pass
|
|
21982
|
+
|
|
21738
21983
|
def _typecheckingstub__5816a1b4f596fadebac48eac5ab989ccf692d395eb95689083e0aa60a4ac275e(
|
|
21739
21984
|
inspector: _TreeInspector_488e0dd5,
|
|
21740
21985
|
) -> None:
|
|
@@ -21796,6 +22041,14 @@ def _typecheckingstub__105680c1fa2be5692f8220b99da3b58468d88eba3dfec1c0ec0e39050
|
|
|
21796
22041
|
"""Type checking stubs"""
|
|
21797
22042
|
pass
|
|
21798
22043
|
|
|
22044
|
+
def _typecheckingstub__78355a4a2620715789c2e5c3123619e35973a72ffc685bd95914181f608af137(
|
|
22045
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22046
|
+
id: builtins.str,
|
|
22047
|
+
rule_set_id: builtins.str,
|
|
22048
|
+
) -> None:
|
|
22049
|
+
"""Type checking stubs"""
|
|
22050
|
+
pass
|
|
22051
|
+
|
|
21799
22052
|
def _typecheckingstub__0759f4c8304ca6f49025af7426410384933255e335181351fb5750c57ec3769f(
|
|
21800
22053
|
inspector: _TreeInspector_488e0dd5,
|
|
21801
22054
|
) -> None:
|
|
@@ -22066,6 +22319,14 @@ def _typecheckingstub__450b0bd78f68450d39a41b2242250c64ec412e1a58381c2d9d31cc0b9
|
|
|
22066
22319
|
"""Type checking stubs"""
|
|
22067
22320
|
pass
|
|
22068
22321
|
|
|
22322
|
+
def _typecheckingstub__395da52cf16177971e7e9b795c457d2866532863ec94dc2aa23f2270e7a7d028(
|
|
22323
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22324
|
+
id: builtins.str,
|
|
22325
|
+
traffic_policy_id: builtins.str,
|
|
22326
|
+
) -> None:
|
|
22327
|
+
"""Type checking stubs"""
|
|
22328
|
+
pass
|
|
22329
|
+
|
|
22069
22330
|
def _typecheckingstub__c2890273fd92b44df72c26923985873fcfcfde9cc0a10280486cd24096655fb4(
|
|
22070
22331
|
inspector: _TreeInspector_488e0dd5,
|
|
22071
22332
|
) -> None:
|
|
@@ -379,6 +379,27 @@ class CfnSimulation(
|
|
|
379
379
|
|
|
380
380
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
381
381
|
|
|
382
|
+
@jsii.member(jsii_name="fromSimulationName")
|
|
383
|
+
@builtins.classmethod
|
|
384
|
+
def from_simulation_name(
|
|
385
|
+
cls,
|
|
386
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
387
|
+
id: builtins.str,
|
|
388
|
+
simulation_name: builtins.str,
|
|
389
|
+
) -> ISimulationRef:
|
|
390
|
+
'''Creates a new ISimulationRef from a simulationName.
|
|
391
|
+
|
|
392
|
+
:param scope: -
|
|
393
|
+
:param id: -
|
|
394
|
+
:param simulation_name: -
|
|
395
|
+
'''
|
|
396
|
+
if __debug__:
|
|
397
|
+
type_hints = typing.get_type_hints(_typecheckingstub__38fc8e5779df1d285a56e558dbef426fcda347eabd323a01eadb0da3cc170d89)
|
|
398
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
399
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
400
|
+
check_type(argname="argument simulation_name", value=simulation_name, expected_type=type_hints["simulation_name"])
|
|
401
|
+
return typing.cast(ISimulationRef, jsii.sinvoke(cls, "fromSimulationName", [scope, id, simulation_name]))
|
|
402
|
+
|
|
382
403
|
@jsii.member(jsii_name="inspect")
|
|
383
404
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
384
405
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -620,6 +641,14 @@ def _typecheckingstub__49a18eff4f0bb5a69b0bd9ec4308865d3a99b9833d34d09dc1d10808b
|
|
|
620
641
|
"""Type checking stubs"""
|
|
621
642
|
pass
|
|
622
643
|
|
|
644
|
+
def _typecheckingstub__38fc8e5779df1d285a56e558dbef426fcda347eabd323a01eadb0da3cc170d89(
|
|
645
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
646
|
+
id: builtins.str,
|
|
647
|
+
simulation_name: builtins.str,
|
|
648
|
+
) -> None:
|
|
649
|
+
"""Type checking stubs"""
|
|
650
|
+
pass
|
|
651
|
+
|
|
623
652
|
def _typecheckingstub__a5e211ad7b3d49f5cb4da59f7dc84b6d22a3e802292f57f2c44fe93c3c9ff344(
|
|
624
653
|
inspector: _TreeInspector_488e0dd5,
|
|
625
654
|
) -> None:
|