aws-cdk-lib 2.217.0__py3-none-any.whl → 2.219.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 +19 -19
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.219.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +185 -87
- aws_cdk/aws_apigateway/__init__.py +242 -0
- aws_cdk/aws_apigatewayv2/__init__.py +58 -0
- 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_appstream/__init__.py +87 -0
- aws_cdk/aws_appsync/__init__.py +58 -0
- aws_cdk/aws_apptest/__init__.py +58 -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 +58 -0
- aws_cdk/aws_bcmdataexports/__init__.py +9 -0
- aws_cdk/aws_bedrock/__init__.py +501 -1
- aws_cdk/aws_bedrockagentcore/__init__.py +297 -157
- aws_cdk/aws_cassandra/__init__.py +29 -0
- aws_cdk/aws_certificatemanager/__init__.py +29 -0
- aws_cdk/aws_cloudfront/__init__.py +57 -0
- 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 +454 -74
- 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 +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_connect/__init__.py +9 -9
- aws_cdk/aws_cur/__init__.py +34 -3
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datasync/__init__.py +44 -22
- aws_cdk/aws_datazone/__init__.py +93 -33
- aws_cdk/aws_dms/__init__.py +61 -5
- aws_cdk/aws_docdb/__init__.py +153 -25
- aws_cdk/aws_dsql/__init__.py +29 -0
- aws_cdk/aws_dynamodb/__init__.py +58 -0
- aws_cdk/aws_ec2/__init__.py +4598 -22
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +2768 -79
- 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_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 +163 -0
- aws_cdk/aws_events/__init__.py +290 -0
- aws_cdk/aws_finspace/__init__.py +58 -0
- aws_cdk/aws_gamelift/__init__.py +435 -0
- aws_cdk/aws_glue/__init__.py +145 -0
- aws_cdk/aws_greengrass/__init__.py +464 -0
- aws_cdk/aws_greengrassv2/__init__.py +29 -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_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 +58 -0
- 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 +493 -0
- 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 +58 -0
- aws_cdk/aws_lambda/__init__.py +58 -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 +435 -0
- aws_cdk/aws_mediatailor/__init__.py +174 -0
- aws_cdk/aws_memorydb/__init__.py +203 -0
- aws_cdk/aws_msk/__init__.py +4 -2
- aws_cdk/aws_mwaa/__init__.py +58 -0
- aws_cdk/aws_networkfirewall/__init__.py +6 -2
- aws_cdk/aws_networkmanager/__init__.py +29 -0
- aws_cdk/aws_nimblestudio/__init__.py +29 -0
- aws_cdk/aws_omics/__init__.py +174 -0
- aws_cdk/aws_opensearchserverless/__init__.py +58 -0
- aws_cdk/aws_opensearchservice/__init__.py +58 -0
- aws_cdk/aws_opsworks/__init__.py +29 -0
- aws_cdk/aws_organizations/__init__.py +116 -0
- aws_cdk/aws_panorama/__init__.py +116 -0
- 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 +38 -0
- aws_cdk/aws_rds/__init__.py +97 -14
- 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_route53/__init__.py +8 -2
- 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 +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +107 -86
- 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 +319 -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 +261 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
- 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 +29 -0
- aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
- aws_cdk/pipelines/__init__.py +5 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/RECORD +140 -140
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.219.0.dist-info}/top_level.txt +0 -0
|
@@ -1235,6 +1235,27 @@ class CfnApplication(
|
|
|
1235
1235
|
|
|
1236
1236
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1237
1237
|
|
|
1238
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
1239
|
+
@builtins.classmethod
|
|
1240
|
+
def from_application_name(
|
|
1241
|
+
cls,
|
|
1242
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1243
|
+
id: builtins.str,
|
|
1244
|
+
application_name: builtins.str,
|
|
1245
|
+
) -> IApplicationRef:
|
|
1246
|
+
'''Creates a new IApplicationRef from a applicationName.
|
|
1247
|
+
|
|
1248
|
+
:param scope: -
|
|
1249
|
+
:param id: -
|
|
1250
|
+
:param application_name: -
|
|
1251
|
+
'''
|
|
1252
|
+
if __debug__:
|
|
1253
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f64e0e228a9756a4fe5df231bf425c7ec6801763aba68b5b5c88a2c7a3e01d60)
|
|
1254
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1255
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1256
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
1257
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
1258
|
+
|
|
1238
1259
|
@jsii.member(jsii_name="inspect")
|
|
1239
1260
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1240
1261
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3019,6 +3040,14 @@ def _typecheckingstub__2037a8b39c672f9e224a0d55f87a787c8f06cc34801647c616c1d3544
|
|
|
3019
3040
|
"""Type checking stubs"""
|
|
3020
3041
|
pass
|
|
3021
3042
|
|
|
3043
|
+
def _typecheckingstub__f64e0e228a9756a4fe5df231bf425c7ec6801763aba68b5b5c88a2c7a3e01d60(
|
|
3044
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3045
|
+
id: builtins.str,
|
|
3046
|
+
application_name: builtins.str,
|
|
3047
|
+
) -> None:
|
|
3048
|
+
"""Type checking stubs"""
|
|
3049
|
+
pass
|
|
3050
|
+
|
|
3022
3051
|
def _typecheckingstub__67008ad4d98231202ed96bd8356ff5d52d6ab2ac0b949ec39dee9c2e5b28516c(
|
|
3023
3052
|
inspector: _TreeInspector_488e0dd5,
|
|
3024
3053
|
) -> None:
|
aws_cdk/aws_emr/__init__.py
CHANGED
|
@@ -2790,6 +2790,27 @@ class CfnCluster(
|
|
|
2790
2790
|
|
|
2791
2791
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2792
2792
|
|
|
2793
|
+
@jsii.member(jsii_name="fromClusterId")
|
|
2794
|
+
@builtins.classmethod
|
|
2795
|
+
def from_cluster_id(
|
|
2796
|
+
cls,
|
|
2797
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2798
|
+
id: builtins.str,
|
|
2799
|
+
cluster_id: builtins.str,
|
|
2800
|
+
) -> IClusterRef:
|
|
2801
|
+
'''Creates a new IClusterRef from a clusterId.
|
|
2802
|
+
|
|
2803
|
+
:param scope: -
|
|
2804
|
+
:param id: -
|
|
2805
|
+
:param cluster_id: -
|
|
2806
|
+
'''
|
|
2807
|
+
if __debug__:
|
|
2808
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2e27223ababb66815a1fc03ea8f520f2c9e326c44c677e676f3e8d3e626d3f88)
|
|
2809
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2810
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2811
|
+
check_type(argname="argument cluster_id", value=cluster_id, expected_type=type_hints["cluster_id"])
|
|
2812
|
+
return typing.cast(IClusterRef, jsii.sinvoke(cls, "fromClusterId", [scope, id, cluster_id]))
|
|
2813
|
+
|
|
2793
2814
|
@jsii.member(jsii_name="inspect")
|
|
2794
2815
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2795
2816
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -11793,6 +11814,48 @@ class CfnStudio(
|
|
|
11793
11814
|
|
|
11794
11815
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
11795
11816
|
|
|
11817
|
+
@jsii.member(jsii_name="fromStudioArn")
|
|
11818
|
+
@builtins.classmethod
|
|
11819
|
+
def from_studio_arn(
|
|
11820
|
+
cls,
|
|
11821
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11822
|
+
id: builtins.str,
|
|
11823
|
+
arn: builtins.str,
|
|
11824
|
+
) -> IStudioRef:
|
|
11825
|
+
'''Creates a new IStudioRef from an ARN.
|
|
11826
|
+
|
|
11827
|
+
:param scope: -
|
|
11828
|
+
:param id: -
|
|
11829
|
+
:param arn: -
|
|
11830
|
+
'''
|
|
11831
|
+
if __debug__:
|
|
11832
|
+
type_hints = typing.get_type_hints(_typecheckingstub__18af80ae311cd75bd42e9e025054ae8fe4c14b9c209e71381086c85839dd91e5)
|
|
11833
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11834
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11835
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
11836
|
+
return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioArn", [scope, id, arn]))
|
|
11837
|
+
|
|
11838
|
+
@jsii.member(jsii_name="fromStudioId")
|
|
11839
|
+
@builtins.classmethod
|
|
11840
|
+
def from_studio_id(
|
|
11841
|
+
cls,
|
|
11842
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11843
|
+
id: builtins.str,
|
|
11844
|
+
studio_id: builtins.str,
|
|
11845
|
+
) -> IStudioRef:
|
|
11846
|
+
'''Creates a new IStudioRef from a studioId.
|
|
11847
|
+
|
|
11848
|
+
:param scope: -
|
|
11849
|
+
:param id: -
|
|
11850
|
+
:param studio_id: -
|
|
11851
|
+
'''
|
|
11852
|
+
if __debug__:
|
|
11853
|
+
type_hints = typing.get_type_hints(_typecheckingstub__197887eba05e26dd2d1162e18bd192b5f97b69e18850199c9d5f54f8f0f9d39e)
|
|
11854
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
11855
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
11856
|
+
check_type(argname="argument studio_id", value=studio_id, expected_type=type_hints["studio_id"])
|
|
11857
|
+
return typing.cast(IStudioRef, jsii.sinvoke(cls, "fromStudioId", [scope, id, studio_id]))
|
|
11858
|
+
|
|
11796
11859
|
@jsii.member(jsii_name="inspect")
|
|
11797
11860
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
11798
11861
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -12631,6 +12694,14 @@ def _typecheckingstub__078ec582504b982aedaecb6e8181c3cf53ae51c1b43cd59a31f8379e1
|
|
|
12631
12694
|
"""Type checking stubs"""
|
|
12632
12695
|
pass
|
|
12633
12696
|
|
|
12697
|
+
def _typecheckingstub__2e27223ababb66815a1fc03ea8f520f2c9e326c44c677e676f3e8d3e626d3f88(
|
|
12698
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
12699
|
+
id: builtins.str,
|
|
12700
|
+
cluster_id: builtins.str,
|
|
12701
|
+
) -> None:
|
|
12702
|
+
"""Type checking stubs"""
|
|
12703
|
+
pass
|
|
12704
|
+
|
|
12634
12705
|
def _typecheckingstub__7bbe2decc930b4772f0407223e119030f3892221da6840065798499363723d31(
|
|
12635
12706
|
inspector: _TreeInspector_488e0dd5,
|
|
12636
12707
|
) -> None:
|
|
@@ -13660,6 +13731,22 @@ def _typecheckingstub__9e5fa63dd56ed829e4898f84009809f50f4125ac18a4dd04d19284202
|
|
|
13660
13731
|
"""Type checking stubs"""
|
|
13661
13732
|
pass
|
|
13662
13733
|
|
|
13734
|
+
def _typecheckingstub__18af80ae311cd75bd42e9e025054ae8fe4c14b9c209e71381086c85839dd91e5(
|
|
13735
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13736
|
+
id: builtins.str,
|
|
13737
|
+
arn: builtins.str,
|
|
13738
|
+
) -> None:
|
|
13739
|
+
"""Type checking stubs"""
|
|
13740
|
+
pass
|
|
13741
|
+
|
|
13742
|
+
def _typecheckingstub__197887eba05e26dd2d1162e18bd192b5f97b69e18850199c9d5f54f8f0f9d39e(
|
|
13743
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13744
|
+
id: builtins.str,
|
|
13745
|
+
studio_id: builtins.str,
|
|
13746
|
+
) -> None:
|
|
13747
|
+
"""Type checking stubs"""
|
|
13748
|
+
pass
|
|
13749
|
+
|
|
13663
13750
|
def _typecheckingstub__12811625403d85ab8e027c82784f88c03aadb1a85e1a21e6db4a277a59011534(
|
|
13664
13751
|
inspector: _TreeInspector_488e0dd5,
|
|
13665
13752
|
) -> None:
|
|
@@ -373,6 +373,48 @@ class CfnVirtualCluster(
|
|
|
373
373
|
|
|
374
374
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
375
375
|
|
|
376
|
+
@jsii.member(jsii_name="fromVirtualClusterArn")
|
|
377
|
+
@builtins.classmethod
|
|
378
|
+
def from_virtual_cluster_arn(
|
|
379
|
+
cls,
|
|
380
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
381
|
+
id: builtins.str,
|
|
382
|
+
arn: builtins.str,
|
|
383
|
+
) -> IVirtualClusterRef:
|
|
384
|
+
'''Creates a new IVirtualClusterRef from an ARN.
|
|
385
|
+
|
|
386
|
+
:param scope: -
|
|
387
|
+
:param id: -
|
|
388
|
+
:param arn: -
|
|
389
|
+
'''
|
|
390
|
+
if __debug__:
|
|
391
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0d7111433bac0bf3eef5f3ffc73c4e649ef41bf63a44cfbc891a7f06a1b9be4b)
|
|
392
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
393
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
394
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
395
|
+
return typing.cast(IVirtualClusterRef, jsii.sinvoke(cls, "fromVirtualClusterArn", [scope, id, arn]))
|
|
396
|
+
|
|
397
|
+
@jsii.member(jsii_name="fromVirtualClusterId")
|
|
398
|
+
@builtins.classmethod
|
|
399
|
+
def from_virtual_cluster_id(
|
|
400
|
+
cls,
|
|
401
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
402
|
+
id: builtins.str,
|
|
403
|
+
virtual_cluster_id: builtins.str,
|
|
404
|
+
) -> IVirtualClusterRef:
|
|
405
|
+
'''Creates a new IVirtualClusterRef from a virtualClusterId.
|
|
406
|
+
|
|
407
|
+
:param scope: -
|
|
408
|
+
:param id: -
|
|
409
|
+
:param virtual_cluster_id: -
|
|
410
|
+
'''
|
|
411
|
+
if __debug__:
|
|
412
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fcaea2c30abe44238307f21b3c8a59222637a0fd52fab165c6272df6fa333e6a)
|
|
413
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
414
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
415
|
+
check_type(argname="argument virtual_cluster_id", value=virtual_cluster_id, expected_type=type_hints["virtual_cluster_id"])
|
|
416
|
+
return typing.cast(IVirtualClusterRef, jsii.sinvoke(cls, "fromVirtualClusterId", [scope, id, virtual_cluster_id]))
|
|
417
|
+
|
|
376
418
|
@jsii.member(jsii_name="inspect")
|
|
377
419
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
378
420
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -753,6 +795,22 @@ def _typecheckingstub__a06dc2760ceb0de7a449a23941f15987094157d1a540c30fa67c9e49a
|
|
|
753
795
|
"""Type checking stubs"""
|
|
754
796
|
pass
|
|
755
797
|
|
|
798
|
+
def _typecheckingstub__0d7111433bac0bf3eef5f3ffc73c4e649ef41bf63a44cfbc891a7f06a1b9be4b(
|
|
799
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
800
|
+
id: builtins.str,
|
|
801
|
+
arn: builtins.str,
|
|
802
|
+
) -> None:
|
|
803
|
+
"""Type checking stubs"""
|
|
804
|
+
pass
|
|
805
|
+
|
|
806
|
+
def _typecheckingstub__fcaea2c30abe44238307f21b3c8a59222637a0fd52fab165c6272df6fa333e6a(
|
|
807
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
808
|
+
id: builtins.str,
|
|
809
|
+
virtual_cluster_id: builtins.str,
|
|
810
|
+
) -> None:
|
|
811
|
+
"""Type checking stubs"""
|
|
812
|
+
pass
|
|
813
|
+
|
|
756
814
|
def _typecheckingstub__802f118bbdec329d651201f6f69836e8e9523c47d32a262a55c4813747ccf78c(
|
|
757
815
|
inspector: _TreeInspector_488e0dd5,
|
|
758
816
|
) -> None:
|
|
@@ -795,6 +795,48 @@ class CfnApplication(
|
|
|
795
795
|
|
|
796
796
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
797
797
|
|
|
798
|
+
@jsii.member(jsii_name="fromApplicationArn")
|
|
799
|
+
@builtins.classmethod
|
|
800
|
+
def from_application_arn(
|
|
801
|
+
cls,
|
|
802
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
803
|
+
id: builtins.str,
|
|
804
|
+
arn: builtins.str,
|
|
805
|
+
) -> IApplicationRef:
|
|
806
|
+
'''Creates a new IApplicationRef from an ARN.
|
|
807
|
+
|
|
808
|
+
:param scope: -
|
|
809
|
+
:param id: -
|
|
810
|
+
:param arn: -
|
|
811
|
+
'''
|
|
812
|
+
if __debug__:
|
|
813
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3f8e6c66d0f36254f933c626b45662a38d8aba1ed094463b820c4ba92fd65c33)
|
|
814
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
815
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
816
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
817
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
|
|
818
|
+
|
|
819
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
820
|
+
@builtins.classmethod
|
|
821
|
+
def from_application_id(
|
|
822
|
+
cls,
|
|
823
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
824
|
+
id: builtins.str,
|
|
825
|
+
application_id: builtins.str,
|
|
826
|
+
) -> IApplicationRef:
|
|
827
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
828
|
+
|
|
829
|
+
:param scope: -
|
|
830
|
+
:param id: -
|
|
831
|
+
:param application_id: -
|
|
832
|
+
'''
|
|
833
|
+
if __debug__:
|
|
834
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be742e4fc1bc96b7bcfd99fbe031b3ef66b8bbefbfea4ec77ddc5242aa3caccf)
|
|
835
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
836
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
837
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
838
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
839
|
+
|
|
798
840
|
@jsii.member(jsii_name="inspect")
|
|
799
841
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
800
842
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2755,6 +2797,22 @@ def _typecheckingstub__73910249d55cbd2983a3ea1bb4666acedb0e3e84df9686bbdeecd191b
|
|
|
2755
2797
|
"""Type checking stubs"""
|
|
2756
2798
|
pass
|
|
2757
2799
|
|
|
2800
|
+
def _typecheckingstub__3f8e6c66d0f36254f933c626b45662a38d8aba1ed094463b820c4ba92fd65c33(
|
|
2801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2802
|
+
id: builtins.str,
|
|
2803
|
+
arn: builtins.str,
|
|
2804
|
+
) -> None:
|
|
2805
|
+
"""Type checking stubs"""
|
|
2806
|
+
pass
|
|
2807
|
+
|
|
2808
|
+
def _typecheckingstub__be742e4fc1bc96b7bcfd99fbe031b3ef66b8bbefbfea4ec77ddc5242aa3caccf(
|
|
2809
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2810
|
+
id: builtins.str,
|
|
2811
|
+
application_id: builtins.str,
|
|
2812
|
+
) -> None:
|
|
2813
|
+
"""Type checking stubs"""
|
|
2814
|
+
pass
|
|
2815
|
+
|
|
2758
2816
|
def _typecheckingstub__ffb07c3ee5bcef7cdea2376c768ef28e4be2a5ff1b3d59792805560edbc23a53(
|
|
2759
2817
|
inspector: _TreeInspector_488e0dd5,
|
|
2760
2818
|
) -> None:
|
|
@@ -129,6 +129,7 @@ class CfnIdMappingWorkflowProps:
|
|
|
129
129
|
cfn_id_mapping_workflow_props = entityresolution.CfnIdMappingWorkflowProps(
|
|
130
130
|
id_mapping_techniques=entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty(
|
|
131
131
|
id_mapping_type="idMappingType",
|
|
132
|
+
normalization_version="normalizationVersion",
|
|
132
133
|
provider_properties=entityresolution.CfnIdMappingWorkflow.ProviderPropertiesProperty(
|
|
133
134
|
provider_service_arn="providerServiceArn",
|
|
134
135
|
|
|
@@ -1527,6 +1528,7 @@ class CfnIdMappingWorkflow(
|
|
|
1527
1528
|
cfn_id_mapping_workflow = entityresolution.CfnIdMappingWorkflow(self, "MyCfnIdMappingWorkflow",
|
|
1528
1529
|
id_mapping_techniques=entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty(
|
|
1529
1530
|
id_mapping_type="idMappingType",
|
|
1531
|
+
normalization_version="normalizationVersion",
|
|
1530
1532
|
provider_properties=entityresolution.CfnIdMappingWorkflow.ProviderPropertiesProperty(
|
|
1531
1533
|
provider_service_arn="providerServiceArn",
|
|
1532
1534
|
|
|
@@ -1621,6 +1623,27 @@ class CfnIdMappingWorkflow(
|
|
|
1621
1623
|
|
|
1622
1624
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1623
1625
|
|
|
1626
|
+
@jsii.member(jsii_name="fromWorkflowName")
|
|
1627
|
+
@builtins.classmethod
|
|
1628
|
+
def from_workflow_name(
|
|
1629
|
+
cls,
|
|
1630
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1631
|
+
id: builtins.str,
|
|
1632
|
+
workflow_name: builtins.str,
|
|
1633
|
+
) -> IIdMappingWorkflowRef:
|
|
1634
|
+
'''Creates a new IIdMappingWorkflowRef from a workflowName.
|
|
1635
|
+
|
|
1636
|
+
:param scope: -
|
|
1637
|
+
:param id: -
|
|
1638
|
+
:param workflow_name: -
|
|
1639
|
+
'''
|
|
1640
|
+
if __debug__:
|
|
1641
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706)
|
|
1642
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1643
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1644
|
+
check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
|
|
1645
|
+
return typing.cast(IIdMappingWorkflowRef, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
|
|
1646
|
+
|
|
1624
1647
|
@jsii.member(jsii_name="inspect")
|
|
1625
1648
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1626
1649
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1996,6 +2019,7 @@ class CfnIdMappingWorkflow(
|
|
|
1996
2019
|
jsii_struct_bases=[],
|
|
1997
2020
|
name_mapping={
|
|
1998
2021
|
"id_mapping_type": "idMappingType",
|
|
2022
|
+
"normalization_version": "normalizationVersion",
|
|
1999
2023
|
"provider_properties": "providerProperties",
|
|
2000
2024
|
"rule_based_properties": "ruleBasedProperties",
|
|
2001
2025
|
},
|
|
@@ -2005,12 +2029,14 @@ class CfnIdMappingWorkflow(
|
|
|
2005
2029
|
self,
|
|
2006
2030
|
*,
|
|
2007
2031
|
id_mapping_type: typing.Optional[builtins.str] = None,
|
|
2032
|
+
normalization_version: typing.Optional[builtins.str] = None,
|
|
2008
2033
|
provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.ProviderPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2009
2034
|
rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
2010
2035
|
) -> None:
|
|
2011
2036
|
'''An object which defines the ID mapping technique and any additional configurations.
|
|
2012
2037
|
|
|
2013
2038
|
:param id_mapping_type: The type of ID mapping.
|
|
2039
|
+
:param normalization_version:
|
|
2014
2040
|
:param provider_properties: An object which defines any additional configurations required by the provider service.
|
|
2015
2041
|
:param rule_based_properties: An object which defines any additional configurations required by rule-based matching.
|
|
2016
2042
|
|
|
@@ -2025,6 +2051,7 @@ class CfnIdMappingWorkflow(
|
|
|
2025
2051
|
|
|
2026
2052
|
id_mapping_techniques_property = entityresolution.CfnIdMappingWorkflow.IdMappingTechniquesProperty(
|
|
2027
2053
|
id_mapping_type="idMappingType",
|
|
2054
|
+
normalization_version="normalizationVersion",
|
|
2028
2055
|
provider_properties=entityresolution.CfnIdMappingWorkflow.ProviderPropertiesProperty(
|
|
2029
2056
|
provider_service_arn="providerServiceArn",
|
|
2030
2057
|
|
|
@@ -2052,11 +2079,14 @@ class CfnIdMappingWorkflow(
|
|
|
2052
2079
|
if __debug__:
|
|
2053
2080
|
type_hints = typing.get_type_hints(_typecheckingstub__14f084baf89be97b69b754d6755f29c921f7ef9044bf1e234a903b93f7718bcc)
|
|
2054
2081
|
check_type(argname="argument id_mapping_type", value=id_mapping_type, expected_type=type_hints["id_mapping_type"])
|
|
2082
|
+
check_type(argname="argument normalization_version", value=normalization_version, expected_type=type_hints["normalization_version"])
|
|
2055
2083
|
check_type(argname="argument provider_properties", value=provider_properties, expected_type=type_hints["provider_properties"])
|
|
2056
2084
|
check_type(argname="argument rule_based_properties", value=rule_based_properties, expected_type=type_hints["rule_based_properties"])
|
|
2057
2085
|
self._values: typing.Dict[builtins.str, typing.Any] = {}
|
|
2058
2086
|
if id_mapping_type is not None:
|
|
2059
2087
|
self._values["id_mapping_type"] = id_mapping_type
|
|
2088
|
+
if normalization_version is not None:
|
|
2089
|
+
self._values["normalization_version"] = normalization_version
|
|
2060
2090
|
if provider_properties is not None:
|
|
2061
2091
|
self._values["provider_properties"] = provider_properties
|
|
2062
2092
|
if rule_based_properties is not None:
|
|
@@ -2071,6 +2101,14 @@ class CfnIdMappingWorkflow(
|
|
|
2071
2101
|
result = self._values.get("id_mapping_type")
|
|
2072
2102
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
2073
2103
|
|
|
2104
|
+
@builtins.property
|
|
2105
|
+
def normalization_version(self) -> typing.Optional[builtins.str]:
|
|
2106
|
+
'''
|
|
2107
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-entityresolution-idmappingworkflow-idmappingtechniques.html#cfn-entityresolution-idmappingworkflow-idmappingtechniques-normalizationversion
|
|
2108
|
+
'''
|
|
2109
|
+
result = self._values.get("normalization_version")
|
|
2110
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
2111
|
+
|
|
2074
2112
|
@builtins.property
|
|
2075
2113
|
def provider_properties(
|
|
2076
2114
|
self,
|
|
@@ -2609,6 +2647,48 @@ class CfnIdNamespace(
|
|
|
2609
2647
|
|
|
2610
2648
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2611
2649
|
|
|
2650
|
+
@jsii.member(jsii_name="fromIdNamespaceArn")
|
|
2651
|
+
@builtins.classmethod
|
|
2652
|
+
def from_id_namespace_arn(
|
|
2653
|
+
cls,
|
|
2654
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2655
|
+
id: builtins.str,
|
|
2656
|
+
arn: builtins.str,
|
|
2657
|
+
) -> IIdNamespaceRef:
|
|
2658
|
+
'''Creates a new IIdNamespaceRef from an ARN.
|
|
2659
|
+
|
|
2660
|
+
:param scope: -
|
|
2661
|
+
:param id: -
|
|
2662
|
+
:param arn: -
|
|
2663
|
+
'''
|
|
2664
|
+
if __debug__:
|
|
2665
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003)
|
|
2666
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2667
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2668
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2669
|
+
return typing.cast(IIdNamespaceRef, jsii.sinvoke(cls, "fromIdNamespaceArn", [scope, id, arn]))
|
|
2670
|
+
|
|
2671
|
+
@jsii.member(jsii_name="fromIdNamespaceName")
|
|
2672
|
+
@builtins.classmethod
|
|
2673
|
+
def from_id_namespace_name(
|
|
2674
|
+
cls,
|
|
2675
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2676
|
+
id: builtins.str,
|
|
2677
|
+
id_namespace_name: builtins.str,
|
|
2678
|
+
) -> IIdNamespaceRef:
|
|
2679
|
+
'''Creates a new IIdNamespaceRef from a idNamespaceName.
|
|
2680
|
+
|
|
2681
|
+
:param scope: -
|
|
2682
|
+
:param id: -
|
|
2683
|
+
:param id_namespace_name: -
|
|
2684
|
+
'''
|
|
2685
|
+
if __debug__:
|
|
2686
|
+
type_hints = typing.get_type_hints(_typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1)
|
|
2687
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2688
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2689
|
+
check_type(argname="argument id_namespace_name", value=id_namespace_name, expected_type=type_hints["id_namespace_name"])
|
|
2690
|
+
return typing.cast(IIdNamespaceRef, jsii.sinvoke(cls, "fromIdNamespaceName", [scope, id, id_namespace_name]))
|
|
2691
|
+
|
|
2612
2692
|
@jsii.member(jsii_name="inspect")
|
|
2613
2693
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2614
2694
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3382,6 +3462,27 @@ class CfnMatchingWorkflow(
|
|
|
3382
3462
|
|
|
3383
3463
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3384
3464
|
|
|
3465
|
+
@jsii.member(jsii_name="fromWorkflowName")
|
|
3466
|
+
@builtins.classmethod
|
|
3467
|
+
def from_workflow_name(
|
|
3468
|
+
cls,
|
|
3469
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3470
|
+
id: builtins.str,
|
|
3471
|
+
workflow_name: builtins.str,
|
|
3472
|
+
) -> IMatchingWorkflowRef:
|
|
3473
|
+
'''Creates a new IMatchingWorkflowRef from a workflowName.
|
|
3474
|
+
|
|
3475
|
+
:param scope: -
|
|
3476
|
+
:param id: -
|
|
3477
|
+
:param workflow_name: -
|
|
3478
|
+
'''
|
|
3479
|
+
if __debug__:
|
|
3480
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0)
|
|
3481
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3482
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3483
|
+
check_type(argname="argument workflow_name", value=workflow_name, expected_type=type_hints["workflow_name"])
|
|
3484
|
+
return typing.cast(IMatchingWorkflowRef, jsii.sinvoke(cls, "fromWorkflowName", [scope, id, workflow_name]))
|
|
3485
|
+
|
|
3385
3486
|
@jsii.member(jsii_name="inspect")
|
|
3386
3487
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3387
3488
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4820,6 +4921,27 @@ class CfnSchemaMapping(
|
|
|
4820
4921
|
|
|
4821
4922
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4822
4923
|
|
|
4924
|
+
@jsii.member(jsii_name="fromSchemaName")
|
|
4925
|
+
@builtins.classmethod
|
|
4926
|
+
def from_schema_name(
|
|
4927
|
+
cls,
|
|
4928
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4929
|
+
id: builtins.str,
|
|
4930
|
+
schema_name: builtins.str,
|
|
4931
|
+
) -> ISchemaMappingRef:
|
|
4932
|
+
'''Creates a new ISchemaMappingRef from a schemaName.
|
|
4933
|
+
|
|
4934
|
+
:param scope: -
|
|
4935
|
+
:param id: -
|
|
4936
|
+
:param schema_name: -
|
|
4937
|
+
'''
|
|
4938
|
+
if __debug__:
|
|
4939
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b)
|
|
4940
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4941
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4942
|
+
check_type(argname="argument schema_name", value=schema_name, expected_type=type_hints["schema_name"])
|
|
4943
|
+
return typing.cast(ISchemaMappingRef, jsii.sinvoke(cls, "fromSchemaName", [scope, id, schema_name]))
|
|
4944
|
+
|
|
4823
4945
|
@jsii.member(jsii_name="inspect")
|
|
4824
4946
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4825
4947
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5271,6 +5393,14 @@ def _typecheckingstub__498454075de816db2ba240e783f9530effd93522c63f637ee5bff5bbf
|
|
|
5271
5393
|
"""Type checking stubs"""
|
|
5272
5394
|
pass
|
|
5273
5395
|
|
|
5396
|
+
def _typecheckingstub__c71e3475fcf92412e60d6b5cded8ce1be5e96efeb895e07d62610a74d2c5d706(
|
|
5397
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5398
|
+
id: builtins.str,
|
|
5399
|
+
workflow_name: builtins.str,
|
|
5400
|
+
) -> None:
|
|
5401
|
+
"""Type checking stubs"""
|
|
5402
|
+
pass
|
|
5403
|
+
|
|
5274
5404
|
def _typecheckingstub__0c638b8f7fe17b0bc0b2a90601d8ca32908c566908652ddf66cd02843ab5b9f3(
|
|
5275
5405
|
inspector: _TreeInspector_488e0dd5,
|
|
5276
5406
|
) -> None:
|
|
@@ -5351,6 +5481,7 @@ def _typecheckingstub__4bb92f6ba90c637e6800332c85746dca9a127a9d4ac3f6130ef5f9057
|
|
|
5351
5481
|
def _typecheckingstub__14f084baf89be97b69b754d6755f29c921f7ef9044bf1e234a903b93f7718bcc(
|
|
5352
5482
|
*,
|
|
5353
5483
|
id_mapping_type: typing.Optional[builtins.str] = None,
|
|
5484
|
+
normalization_version: typing.Optional[builtins.str] = None,
|
|
5354
5485
|
provider_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.ProviderPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5355
5486
|
rule_based_properties: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnIdMappingWorkflow.IdMappingRuleBasedPropertiesProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5356
5487
|
) -> None:
|
|
@@ -5413,6 +5544,22 @@ def _typecheckingstub__725fcecd44cb8acaba43bacc813f1feb11b78b50f21d8344c7e80f5e9
|
|
|
5413
5544
|
"""Type checking stubs"""
|
|
5414
5545
|
pass
|
|
5415
5546
|
|
|
5547
|
+
def _typecheckingstub__a37393a68cafd76cc27f2d6601ae82638be7969941bff433eb43c0d7ff73e003(
|
|
5548
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5549
|
+
id: builtins.str,
|
|
5550
|
+
arn: builtins.str,
|
|
5551
|
+
) -> None:
|
|
5552
|
+
"""Type checking stubs"""
|
|
5553
|
+
pass
|
|
5554
|
+
|
|
5555
|
+
def _typecheckingstub__07807daadfdacde57ae7950ec0b76d29c32466721c6de08f5dc2ea57c64564b1(
|
|
5556
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5557
|
+
id: builtins.str,
|
|
5558
|
+
id_namespace_name: builtins.str,
|
|
5559
|
+
) -> None:
|
|
5560
|
+
"""Type checking stubs"""
|
|
5561
|
+
pass
|
|
5562
|
+
|
|
5416
5563
|
def _typecheckingstub__acf8c5714be6a867ffa9fef5d36a2331d2ce5ef82287380b1e043fd28e6f21f2(
|
|
5417
5564
|
inspector: _TreeInspector_488e0dd5,
|
|
5418
5565
|
) -> None:
|
|
@@ -5526,6 +5673,14 @@ def _typecheckingstub__8c9e9b620b89ac2aae774eb42384e0472b5a13eeb28983708b164b240
|
|
|
5526
5673
|
"""Type checking stubs"""
|
|
5527
5674
|
pass
|
|
5528
5675
|
|
|
5676
|
+
def _typecheckingstub__0297ecf2a3d621f0a163726b6bf516267f2bcd4d3bc199bc19736d31d80c70d0(
|
|
5677
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5678
|
+
id: builtins.str,
|
|
5679
|
+
workflow_name: builtins.str,
|
|
5680
|
+
) -> None:
|
|
5681
|
+
"""Type checking stubs"""
|
|
5682
|
+
pass
|
|
5683
|
+
|
|
5529
5684
|
def _typecheckingstub__8a2bf1cfd69ad77cafcf7b6d5e0508159e0ece5385e2b3a0808436e336abbfcc(
|
|
5530
5685
|
inspector: _TreeInspector_488e0dd5,
|
|
5531
5686
|
) -> None:
|
|
@@ -5752,6 +5907,14 @@ def _typecheckingstub__d4b85e0c42d14b4681c4f948114178ba1c1a3d4eee3aed6f96a55a116
|
|
|
5752
5907
|
"""Type checking stubs"""
|
|
5753
5908
|
pass
|
|
5754
5909
|
|
|
5910
|
+
def _typecheckingstub__a4e67d191ac2d56f2d5b950bb060013ba8cf469fdc4b50abec8add67f9b2192b(
|
|
5911
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5912
|
+
id: builtins.str,
|
|
5913
|
+
schema_name: builtins.str,
|
|
5914
|
+
) -> None:
|
|
5915
|
+
"""Type checking stubs"""
|
|
5916
|
+
pass
|
|
5917
|
+
|
|
5755
5918
|
def _typecheckingstub__32b9491a9fbe1bcc73169aa2c5f87a0aa33490b2a27265d62378a0b8d687f933(
|
|
5756
5919
|
inspector: _TreeInspector_488e0dd5,
|
|
5757
5920
|
) -> None:
|