aws-cdk-lib 2.217.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/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +87 -0
- aws_cdk/aws_apigateway/__init__.py +203 -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_bedrock/__init__.py +145 -0
- 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 +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 +87 -0
- aws_cdk/aws_config/__init__.py +58 -0
- aws_cdk/aws_cur/__init__.py +29 -0
- aws_cdk/aws_customerprofiles/__init__.py +58 -0
- aws_cdk/aws_datapipeline/__init__.py +29 -0
- aws_cdk/aws_datazone/__init__.py +58 -0
- 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 +58 -0
- aws_cdk/aws_ec2/__init__.py +1976 -0
- aws_cdk/aws_ecr/__init__.py +116 -0
- aws_cdk/aws_ecs/__init__.py +87 -0
- 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 +145 -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_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_mwaa/__init__.py +58 -0
- 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_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_pinpoint/__init__.py +116 -0
- aws_cdk/aws_qbusiness/__init__.py +232 -0
- aws_cdk/aws_qldb/__init__.py +29 -0
- aws_cdk/aws_rds/__init__.py +64 -0
- 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 +464 -0
- aws_cdk/aws_scheduler/__init__.py +29 -0
- aws_cdk/aws_secretsmanager/__init__.py +29 -0
- aws_cdk/aws_servicecatalog/__init__.py +29 -0
- 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_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.218.0.dist-info}/METADATA +1 -1
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +130 -130
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
|
@@ -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:
|
aws_cdk/aws_ssm/__init__.py
CHANGED
|
@@ -5416,6 +5416,27 @@ class CfnAssociation(
|
|
|
5416
5416
|
|
|
5417
5417
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5418
5418
|
|
|
5419
|
+
@jsii.member(jsii_name="fromAssociationId")
|
|
5420
|
+
@builtins.classmethod
|
|
5421
|
+
def from_association_id(
|
|
5422
|
+
cls,
|
|
5423
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5424
|
+
id: builtins.str,
|
|
5425
|
+
association_id: builtins.str,
|
|
5426
|
+
) -> IAssociationRef:
|
|
5427
|
+
'''Creates a new IAssociationRef from a associationId.
|
|
5428
|
+
|
|
5429
|
+
:param scope: -
|
|
5430
|
+
:param id: -
|
|
5431
|
+
:param association_id: -
|
|
5432
|
+
'''
|
|
5433
|
+
if __debug__:
|
|
5434
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b2a4e2f6f1ad5f1b777c7a5fcb533625aa60df723d920b56a3738329f8b631cb)
|
|
5435
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5436
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5437
|
+
check_type(argname="argument association_id", value=association_id, expected_type=type_hints["association_id"])
|
|
5438
|
+
return typing.cast(IAssociationRef, jsii.sinvoke(cls, "fromAssociationId", [scope, id, association_id]))
|
|
5439
|
+
|
|
5419
5440
|
@jsii.member(jsii_name="inspect")
|
|
5420
5441
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5421
5442
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6016,6 +6037,27 @@ class CfnDocument(
|
|
|
6016
6037
|
|
|
6017
6038
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6018
6039
|
|
|
6040
|
+
@jsii.member(jsii_name="fromDocumentName")
|
|
6041
|
+
@builtins.classmethod
|
|
6042
|
+
def from_document_name(
|
|
6043
|
+
cls,
|
|
6044
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6045
|
+
id: builtins.str,
|
|
6046
|
+
document_name: builtins.str,
|
|
6047
|
+
) -> IDocumentRef:
|
|
6048
|
+
'''Creates a new IDocumentRef from a documentName.
|
|
6049
|
+
|
|
6050
|
+
:param scope: -
|
|
6051
|
+
:param id: -
|
|
6052
|
+
:param document_name: -
|
|
6053
|
+
'''
|
|
6054
|
+
if __debug__:
|
|
6055
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0c67b192e3e153596beb12dc7520f7cbf677768f2e862aa4d968b306611aea53)
|
|
6056
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6057
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6058
|
+
check_type(argname="argument document_name", value=document_name, expected_type=type_hints["document_name"])
|
|
6059
|
+
return typing.cast(IDocumentRef, jsii.sinvoke(cls, "fromDocumentName", [scope, id, document_name]))
|
|
6060
|
+
|
|
6019
6061
|
@jsii.member(jsii_name="inspect")
|
|
6020
6062
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6021
6063
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9670,6 +9712,27 @@ class CfnResourceDataSync(
|
|
|
9670
9712
|
|
|
9671
9713
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9672
9714
|
|
|
9715
|
+
@jsii.member(jsii_name="fromSyncName")
|
|
9716
|
+
@builtins.classmethod
|
|
9717
|
+
def from_sync_name(
|
|
9718
|
+
cls,
|
|
9719
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9720
|
+
id: builtins.str,
|
|
9721
|
+
sync_name: builtins.str,
|
|
9722
|
+
) -> IResourceDataSyncRef:
|
|
9723
|
+
'''Creates a new IResourceDataSyncRef from a syncName.
|
|
9724
|
+
|
|
9725
|
+
:param scope: -
|
|
9726
|
+
:param id: -
|
|
9727
|
+
:param sync_name: -
|
|
9728
|
+
'''
|
|
9729
|
+
if __debug__:
|
|
9730
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cedf0c69b18eabda62c763c9450657c3f2ff5e3fd11df7e4494672287104d75)
|
|
9731
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9732
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9733
|
+
check_type(argname="argument sync_name", value=sync_name, expected_type=type_hints["sync_name"])
|
|
9734
|
+
return typing.cast(IResourceDataSyncRef, jsii.sinvoke(cls, "fromSyncName", [scope, id, sync_name]))
|
|
9735
|
+
|
|
9673
9736
|
@jsii.member(jsii_name="inspect")
|
|
9674
9737
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9675
9738
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -10873,6 +10936,14 @@ def _typecheckingstub__92579425f735301e17a993e7df464a283a7d42ba685c2d4205cf945db
|
|
|
10873
10936
|
"""Type checking stubs"""
|
|
10874
10937
|
pass
|
|
10875
10938
|
|
|
10939
|
+
def _typecheckingstub__b2a4e2f6f1ad5f1b777c7a5fcb533625aa60df723d920b56a3738329f8b631cb(
|
|
10940
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10941
|
+
id: builtins.str,
|
|
10942
|
+
association_id: builtins.str,
|
|
10943
|
+
) -> None:
|
|
10944
|
+
"""Type checking stubs"""
|
|
10945
|
+
pass
|
|
10946
|
+
|
|
10876
10947
|
def _typecheckingstub__04dced959ace7c06e46713696a2e0111696820a92076dddbfb0d4e73ef74ff78(
|
|
10877
10948
|
inspector: _TreeInspector_488e0dd5,
|
|
10878
10949
|
) -> None:
|
|
@@ -11029,6 +11100,14 @@ def _typecheckingstub__4d0587e99b7ec516726ff27f1c34b1714d8645ad06944d59be27a6125
|
|
|
11029
11100
|
"""Type checking stubs"""
|
|
11030
11101
|
pass
|
|
11031
11102
|
|
|
11103
|
+
def _typecheckingstub__0c67b192e3e153596beb12dc7520f7cbf677768f2e862aa4d968b306611aea53(
|
|
11104
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11105
|
+
id: builtins.str,
|
|
11106
|
+
document_name: builtins.str,
|
|
11107
|
+
) -> None:
|
|
11108
|
+
"""Type checking stubs"""
|
|
11109
|
+
pass
|
|
11110
|
+
|
|
11032
11111
|
def _typecheckingstub__e943c2273ff892e2fdd4d583a1890854bb12dbd590854b62347e2fa9562d5a14(
|
|
11033
11112
|
inspector: _TreeInspector_488e0dd5,
|
|
11034
11113
|
) -> None:
|
|
@@ -11756,6 +11835,14 @@ def _typecheckingstub__c8a24f4d86cad49691c9635278face17e76a24ad5a69daef9687e1e2d
|
|
|
11756
11835
|
"""Type checking stubs"""
|
|
11757
11836
|
pass
|
|
11758
11837
|
|
|
11838
|
+
def _typecheckingstub__8cedf0c69b18eabda62c763c9450657c3f2ff5e3fd11df7e4494672287104d75(
|
|
11839
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11840
|
+
id: builtins.str,
|
|
11841
|
+
sync_name: builtins.str,
|
|
11842
|
+
) -> None:
|
|
11843
|
+
"""Type checking stubs"""
|
|
11844
|
+
pass
|
|
11845
|
+
|
|
11759
11846
|
def _typecheckingstub__23f6022ac7efc29929aa079bf79384c8ac5f0ba1718316a5dd4e06c591b9203d(
|
|
11760
11847
|
inspector: _TreeInspector_488e0dd5,
|
|
11761
11848
|
) -> None:
|
|
@@ -3925,6 +3925,27 @@ class CfnCanary(
|
|
|
3925
3925
|
|
|
3926
3926
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3927
3927
|
|
|
3928
|
+
@jsii.member(jsii_name="fromCanaryName")
|
|
3929
|
+
@builtins.classmethod
|
|
3930
|
+
def from_canary_name(
|
|
3931
|
+
cls,
|
|
3932
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3933
|
+
id: builtins.str,
|
|
3934
|
+
canary_name: builtins.str,
|
|
3935
|
+
) -> ICanaryRef:
|
|
3936
|
+
'''Creates a new ICanaryRef from a canaryName.
|
|
3937
|
+
|
|
3938
|
+
:param scope: -
|
|
3939
|
+
:param id: -
|
|
3940
|
+
:param canary_name: -
|
|
3941
|
+
'''
|
|
3942
|
+
if __debug__:
|
|
3943
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a9ea9a4c62ed507734c1656b5b5b9ece24a5a15e32aa598350d8dcba80710c99)
|
|
3944
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3945
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3946
|
+
check_type(argname="argument canary_name", value=canary_name, expected_type=type_hints["canary_name"])
|
|
3947
|
+
return typing.cast(ICanaryRef, jsii.sinvoke(cls, "fromCanaryName", [scope, id, canary_name]))
|
|
3948
|
+
|
|
3928
3949
|
@jsii.member(jsii_name="inspect")
|
|
3929
3950
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3930
3951
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5860,6 +5881,14 @@ def _typecheckingstub__b8fcb3f48eca9399b4d1d31a5ef709e22f9fa52ad1e174b75d8313ef2
|
|
|
5860
5881
|
"""Type checking stubs"""
|
|
5861
5882
|
pass
|
|
5862
5883
|
|
|
5884
|
+
def _typecheckingstub__a9ea9a4c62ed507734c1656b5b5b9ece24a5a15e32aa598350d8dcba80710c99(
|
|
5885
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5886
|
+
id: builtins.str,
|
|
5887
|
+
canary_name: builtins.str,
|
|
5888
|
+
) -> None:
|
|
5889
|
+
"""Type checking stubs"""
|
|
5890
|
+
pass
|
|
5891
|
+
|
|
5863
5892
|
def _typecheckingstub__bc166bab0fcf177897c1dbb233203e39458428064bc6ff7215b01b2b3ec6f3a2(
|
|
5864
5893
|
inspector: _TreeInspector_488e0dd5,
|
|
5865
5894
|
) -> None:
|
|
@@ -1485,6 +1485,48 @@ class CfnDatabase(
|
|
|
1485
1485
|
|
|
1486
1486
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1487
1487
|
|
|
1488
|
+
@jsii.member(jsii_name="fromDatabaseArn")
|
|
1489
|
+
@builtins.classmethod
|
|
1490
|
+
def from_database_arn(
|
|
1491
|
+
cls,
|
|
1492
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1493
|
+
id: builtins.str,
|
|
1494
|
+
arn: builtins.str,
|
|
1495
|
+
) -> IDatabaseRef:
|
|
1496
|
+
'''Creates a new IDatabaseRef from an ARN.
|
|
1497
|
+
|
|
1498
|
+
:param scope: -
|
|
1499
|
+
:param id: -
|
|
1500
|
+
:param arn: -
|
|
1501
|
+
'''
|
|
1502
|
+
if __debug__:
|
|
1503
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ef9fb31e4811ec8f8d4eb09bcb361570b30be71e51de16f1d8bb7d350c98dad3)
|
|
1504
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1505
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1506
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1507
|
+
return typing.cast(IDatabaseRef, jsii.sinvoke(cls, "fromDatabaseArn", [scope, id, arn]))
|
|
1508
|
+
|
|
1509
|
+
@jsii.member(jsii_name="fromDatabaseName")
|
|
1510
|
+
@builtins.classmethod
|
|
1511
|
+
def from_database_name(
|
|
1512
|
+
cls,
|
|
1513
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1514
|
+
id: builtins.str,
|
|
1515
|
+
database_name: builtins.str,
|
|
1516
|
+
) -> IDatabaseRef:
|
|
1517
|
+
'''Creates a new IDatabaseRef from a databaseName.
|
|
1518
|
+
|
|
1519
|
+
:param scope: -
|
|
1520
|
+
:param id: -
|
|
1521
|
+
:param database_name: -
|
|
1522
|
+
'''
|
|
1523
|
+
if __debug__:
|
|
1524
|
+
type_hints = typing.get_type_hints(_typecheckingstub__443c70e66537de2c34b05ebf9916d47389606d6215ab7cf58e76d81ecc568467)
|
|
1525
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1526
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1527
|
+
check_type(argname="argument database_name", value=database_name, expected_type=type_hints["database_name"])
|
|
1528
|
+
return typing.cast(IDatabaseRef, jsii.sinvoke(cls, "fromDatabaseName", [scope, id, database_name]))
|
|
1529
|
+
|
|
1488
1530
|
@jsii.member(jsii_name="inspect")
|
|
1489
1531
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1490
1532
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3707,6 +3749,27 @@ class CfnTable(
|
|
|
3707
3749
|
|
|
3708
3750
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3709
3751
|
|
|
3752
|
+
@jsii.member(jsii_name="fromTableArn")
|
|
3753
|
+
@builtins.classmethod
|
|
3754
|
+
def from_table_arn(
|
|
3755
|
+
cls,
|
|
3756
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3757
|
+
id: builtins.str,
|
|
3758
|
+
arn: builtins.str,
|
|
3759
|
+
) -> ITableRef:
|
|
3760
|
+
'''Creates a new ITableRef from an ARN.
|
|
3761
|
+
|
|
3762
|
+
:param scope: -
|
|
3763
|
+
:param id: -
|
|
3764
|
+
:param arn: -
|
|
3765
|
+
'''
|
|
3766
|
+
if __debug__:
|
|
3767
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fa753463a41b4c926c9b5b8d188dff52c3157fe2316e6dfb94568d8660260ca2)
|
|
3768
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3769
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3770
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3771
|
+
return typing.cast(ITableRef, jsii.sinvoke(cls, "fromTableArn", [scope, id, arn]))
|
|
3772
|
+
|
|
3710
3773
|
@jsii.member(jsii_name="inspect")
|
|
3711
3774
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3712
3775
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4486,6 +4549,22 @@ def _typecheckingstub__df267d6c98734bb503e076f315371b3537a6654cdfd5246386d41db61
|
|
|
4486
4549
|
"""Type checking stubs"""
|
|
4487
4550
|
pass
|
|
4488
4551
|
|
|
4552
|
+
def _typecheckingstub__ef9fb31e4811ec8f8d4eb09bcb361570b30be71e51de16f1d8bb7d350c98dad3(
|
|
4553
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4554
|
+
id: builtins.str,
|
|
4555
|
+
arn: builtins.str,
|
|
4556
|
+
) -> None:
|
|
4557
|
+
"""Type checking stubs"""
|
|
4558
|
+
pass
|
|
4559
|
+
|
|
4560
|
+
def _typecheckingstub__443c70e66537de2c34b05ebf9916d47389606d6215ab7cf58e76d81ecc568467(
|
|
4561
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4562
|
+
id: builtins.str,
|
|
4563
|
+
database_name: builtins.str,
|
|
4564
|
+
) -> None:
|
|
4565
|
+
"""Type checking stubs"""
|
|
4566
|
+
pass
|
|
4567
|
+
|
|
4489
4568
|
def _typecheckingstub__9baaa3cf10dd12d7584c82547f4f62f6168d3a70bb84280e11437c6f39e056e8(
|
|
4490
4569
|
inspector: _TreeInspector_488e0dd5,
|
|
4491
4570
|
) -> None:
|
|
@@ -4867,6 +4946,14 @@ def _typecheckingstub__aad96eaee00841ee49968da22b6ed13b3777f265d71c1981b2f1b217c
|
|
|
4867
4946
|
"""Type checking stubs"""
|
|
4868
4947
|
pass
|
|
4869
4948
|
|
|
4949
|
+
def _typecheckingstub__fa753463a41b4c926c9b5b8d188dff52c3157fe2316e6dfb94568d8660260ca2(
|
|
4950
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4951
|
+
id: builtins.str,
|
|
4952
|
+
arn: builtins.str,
|
|
4953
|
+
) -> None:
|
|
4954
|
+
"""Type checking stubs"""
|
|
4955
|
+
pass
|
|
4956
|
+
|
|
4870
4957
|
def _typecheckingstub__5e1f672b6c3046841d69f96c6b256cf927db52e0b4f4cd165e7022a893b539b1(
|
|
4871
4958
|
inspector: _TreeInspector_488e0dd5,
|
|
4872
4959
|
) -> None:
|
aws_cdk/aws_transfer/__init__.py
CHANGED
|
@@ -2794,6 +2794,27 @@ class CfnAgreement(
|
|
|
2794
2794
|
|
|
2795
2795
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2796
2796
|
|
|
2797
|
+
@jsii.member(jsii_name="fromAgreementArn")
|
|
2798
|
+
@builtins.classmethod
|
|
2799
|
+
def from_agreement_arn(
|
|
2800
|
+
cls,
|
|
2801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2802
|
+
id: builtins.str,
|
|
2803
|
+
arn: builtins.str,
|
|
2804
|
+
) -> IAgreementRef:
|
|
2805
|
+
'''Creates a new IAgreementRef from an ARN.
|
|
2806
|
+
|
|
2807
|
+
:param scope: -
|
|
2808
|
+
:param id: -
|
|
2809
|
+
:param arn: -
|
|
2810
|
+
'''
|
|
2811
|
+
if __debug__:
|
|
2812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__49865972fac7cf97b37625ebb0dab09d88b56b9f2dd79d90fc649828bfc624ff)
|
|
2813
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2814
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2815
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2816
|
+
return typing.cast(IAgreementRef, jsii.sinvoke(cls, "fromAgreementArn", [scope, id, arn]))
|
|
2817
|
+
|
|
2797
2818
|
@jsii.member(jsii_name="inspect")
|
|
2798
2819
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2799
2820
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3224,6 +3245,48 @@ class CfnCertificate(
|
|
|
3224
3245
|
|
|
3225
3246
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3226
3247
|
|
|
3248
|
+
@jsii.member(jsii_name="fromCertificateArn")
|
|
3249
|
+
@builtins.classmethod
|
|
3250
|
+
def from_certificate_arn(
|
|
3251
|
+
cls,
|
|
3252
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3253
|
+
id: builtins.str,
|
|
3254
|
+
arn: builtins.str,
|
|
3255
|
+
) -> ICertificateRef:
|
|
3256
|
+
'''Creates a new ICertificateRef from an ARN.
|
|
3257
|
+
|
|
3258
|
+
:param scope: -
|
|
3259
|
+
:param id: -
|
|
3260
|
+
:param arn: -
|
|
3261
|
+
'''
|
|
3262
|
+
if __debug__:
|
|
3263
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dc4fb6b44e5c3b46d7a4b6d2cddd238e6967e5ba869d0beec1e241cd289794f0)
|
|
3264
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3265
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3266
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3267
|
+
return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateArn", [scope, id, arn]))
|
|
3268
|
+
|
|
3269
|
+
@jsii.member(jsii_name="fromCertificateId")
|
|
3270
|
+
@builtins.classmethod
|
|
3271
|
+
def from_certificate_id(
|
|
3272
|
+
cls,
|
|
3273
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3274
|
+
id: builtins.str,
|
|
3275
|
+
certificate_id: builtins.str,
|
|
3276
|
+
) -> ICertificateRef:
|
|
3277
|
+
'''Creates a new ICertificateRef from a certificateId.
|
|
3278
|
+
|
|
3279
|
+
:param scope: -
|
|
3280
|
+
:param id: -
|
|
3281
|
+
:param certificate_id: -
|
|
3282
|
+
'''
|
|
3283
|
+
if __debug__:
|
|
3284
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5ac0c4753dbb35aa2c4992fbcf97129e0a6a0be0b5fee455f1416d86edcba9ea)
|
|
3285
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3286
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3287
|
+
check_type(argname="argument certificate_id", value=certificate_id, expected_type=type_hints["certificate_id"])
|
|
3288
|
+
return typing.cast(ICertificateRef, jsii.sinvoke(cls, "fromCertificateId", [scope, id, certificate_id]))
|
|
3289
|
+
|
|
3227
3290
|
@jsii.member(jsii_name="inspect")
|
|
3228
3291
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3229
3292
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3533,6 +3596,48 @@ class CfnConnector(
|
|
|
3533
3596
|
|
|
3534
3597
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3535
3598
|
|
|
3599
|
+
@jsii.member(jsii_name="fromConnectorArn")
|
|
3600
|
+
@builtins.classmethod
|
|
3601
|
+
def from_connector_arn(
|
|
3602
|
+
cls,
|
|
3603
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3604
|
+
id: builtins.str,
|
|
3605
|
+
arn: builtins.str,
|
|
3606
|
+
) -> IConnectorRef:
|
|
3607
|
+
'''Creates a new IConnectorRef from an ARN.
|
|
3608
|
+
|
|
3609
|
+
:param scope: -
|
|
3610
|
+
:param id: -
|
|
3611
|
+
:param arn: -
|
|
3612
|
+
'''
|
|
3613
|
+
if __debug__:
|
|
3614
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a59af73cca17d333ea4e8a725b5ea84947fbdf727ceaa58fb5d37dde8ba99e43)
|
|
3615
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3616
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3617
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3618
|
+
return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorArn", [scope, id, arn]))
|
|
3619
|
+
|
|
3620
|
+
@jsii.member(jsii_name="fromConnectorId")
|
|
3621
|
+
@builtins.classmethod
|
|
3622
|
+
def from_connector_id(
|
|
3623
|
+
cls,
|
|
3624
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3625
|
+
id: builtins.str,
|
|
3626
|
+
connector_id: builtins.str,
|
|
3627
|
+
) -> IConnectorRef:
|
|
3628
|
+
'''Creates a new IConnectorRef from a connectorId.
|
|
3629
|
+
|
|
3630
|
+
:param scope: -
|
|
3631
|
+
:param id: -
|
|
3632
|
+
:param connector_id: -
|
|
3633
|
+
'''
|
|
3634
|
+
if __debug__:
|
|
3635
|
+
type_hints = typing.get_type_hints(_typecheckingstub__38a8932f140563c5eae5ee417477d8ef0fb37d560d4497ce233ca03fcfedea17)
|
|
3636
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3637
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3638
|
+
check_type(argname="argument connector_id", value=connector_id, expected_type=type_hints["connector_id"])
|
|
3639
|
+
return typing.cast(IConnectorRef, jsii.sinvoke(cls, "fromConnectorId", [scope, id, connector_id]))
|
|
3640
|
+
|
|
3536
3641
|
@jsii.member(jsii_name="inspect")
|
|
3537
3642
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3538
3643
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4128,6 +4233,48 @@ class CfnProfile(
|
|
|
4128
4233
|
|
|
4129
4234
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4130
4235
|
|
|
4236
|
+
@jsii.member(jsii_name="fromProfileArn")
|
|
4237
|
+
@builtins.classmethod
|
|
4238
|
+
def from_profile_arn(
|
|
4239
|
+
cls,
|
|
4240
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4241
|
+
id: builtins.str,
|
|
4242
|
+
arn: builtins.str,
|
|
4243
|
+
) -> IProfileRef:
|
|
4244
|
+
'''Creates a new IProfileRef from an ARN.
|
|
4245
|
+
|
|
4246
|
+
:param scope: -
|
|
4247
|
+
:param id: -
|
|
4248
|
+
:param arn: -
|
|
4249
|
+
'''
|
|
4250
|
+
if __debug__:
|
|
4251
|
+
type_hints = typing.get_type_hints(_typecheckingstub__06008f4a63def34bd89f1208264539fe9dfb8dc17a9fd244d185273546799142)
|
|
4252
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4253
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4254
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4255
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileArn", [scope, id, arn]))
|
|
4256
|
+
|
|
4257
|
+
@jsii.member(jsii_name="fromProfileId")
|
|
4258
|
+
@builtins.classmethod
|
|
4259
|
+
def from_profile_id(
|
|
4260
|
+
cls,
|
|
4261
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4262
|
+
id: builtins.str,
|
|
4263
|
+
profile_id: builtins.str,
|
|
4264
|
+
) -> IProfileRef:
|
|
4265
|
+
'''Creates a new IProfileRef from a profileId.
|
|
4266
|
+
|
|
4267
|
+
:param scope: -
|
|
4268
|
+
:param id: -
|
|
4269
|
+
:param profile_id: -
|
|
4270
|
+
'''
|
|
4271
|
+
if __debug__:
|
|
4272
|
+
type_hints = typing.get_type_hints(_typecheckingstub__feb8675e38aa0953f2ede297f189ff49cd5a30c0b0176aac11fd742a2fda9b49)
|
|
4273
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4274
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4275
|
+
check_type(argname="argument profile_id", value=profile_id, expected_type=type_hints["profile_id"])
|
|
4276
|
+
return typing.cast(IProfileRef, jsii.sinvoke(cls, "fromProfileId", [scope, id, profile_id]))
|
|
4277
|
+
|
|
4131
4278
|
@jsii.member(jsii_name="inspect")
|
|
4132
4279
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4133
4280
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6514,6 +6661,48 @@ class CfnWorkflow(
|
|
|
6514
6661
|
|
|
6515
6662
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6516
6663
|
|
|
6664
|
+
@jsii.member(jsii_name="fromWorkflowArn")
|
|
6665
|
+
@builtins.classmethod
|
|
6666
|
+
def from_workflow_arn(
|
|
6667
|
+
cls,
|
|
6668
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6669
|
+
id: builtins.str,
|
|
6670
|
+
arn: builtins.str,
|
|
6671
|
+
) -> IWorkflowRef:
|
|
6672
|
+
'''Creates a new IWorkflowRef from an ARN.
|
|
6673
|
+
|
|
6674
|
+
:param scope: -
|
|
6675
|
+
:param id: -
|
|
6676
|
+
:param arn: -
|
|
6677
|
+
'''
|
|
6678
|
+
if __debug__:
|
|
6679
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fe53c79c7532b3619e6be4cd157702c5cab36a8777950667b5647332a0038621)
|
|
6680
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6681
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6682
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6683
|
+
return typing.cast(IWorkflowRef, jsii.sinvoke(cls, "fromWorkflowArn", [scope, id, arn]))
|
|
6684
|
+
|
|
6685
|
+
@jsii.member(jsii_name="fromWorkflowId")
|
|
6686
|
+
@builtins.classmethod
|
|
6687
|
+
def from_workflow_id(
|
|
6688
|
+
cls,
|
|
6689
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6690
|
+
id: builtins.str,
|
|
6691
|
+
workflow_id: builtins.str,
|
|
6692
|
+
) -> IWorkflowRef:
|
|
6693
|
+
'''Creates a new IWorkflowRef from a workflowId.
|
|
6694
|
+
|
|
6695
|
+
:param scope: -
|
|
6696
|
+
:param id: -
|
|
6697
|
+
:param workflow_id: -
|
|
6698
|
+
'''
|
|
6699
|
+
if __debug__:
|
|
6700
|
+
type_hints = typing.get_type_hints(_typecheckingstub__42c6ff2311d814991108aadd101319b04b1b334b1daf50bcd421d633d00c8645)
|
|
6701
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6702
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6703
|
+
check_type(argname="argument workflow_id", value=workflow_id, expected_type=type_hints["workflow_id"])
|
|
6704
|
+
return typing.cast(IWorkflowRef, jsii.sinvoke(cls, "fromWorkflowId", [scope, id, workflow_id]))
|
|
6705
|
+
|
|
6517
6706
|
@jsii.member(jsii_name="inspect")
|
|
6518
6707
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6519
6708
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7990,6 +8179,14 @@ def _typecheckingstub__f95ec07e6c4ee624e4f9374f7db0e66b46af64fa8c86e2e41aa290c72
|
|
|
7990
8179
|
"""Type checking stubs"""
|
|
7991
8180
|
pass
|
|
7992
8181
|
|
|
8182
|
+
def _typecheckingstub__49865972fac7cf97b37625ebb0dab09d88b56b9f2dd79d90fc649828bfc624ff(
|
|
8183
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8184
|
+
id: builtins.str,
|
|
8185
|
+
arn: builtins.str,
|
|
8186
|
+
) -> None:
|
|
8187
|
+
"""Type checking stubs"""
|
|
8188
|
+
pass
|
|
8189
|
+
|
|
7993
8190
|
def _typecheckingstub__228db9cea00437d476e4860ef1214693d948e861477e0b0435205c3df9bf79f1(
|
|
7994
8191
|
inspector: _TreeInspector_488e0dd5,
|
|
7995
8192
|
) -> None:
|
|
@@ -8095,6 +8292,22 @@ def _typecheckingstub__0f95ee160137bed43b6b325f0de8dc95bc0d10db792e4492913f9d664
|
|
|
8095
8292
|
"""Type checking stubs"""
|
|
8096
8293
|
pass
|
|
8097
8294
|
|
|
8295
|
+
def _typecheckingstub__dc4fb6b44e5c3b46d7a4b6d2cddd238e6967e5ba869d0beec1e241cd289794f0(
|
|
8296
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8297
|
+
id: builtins.str,
|
|
8298
|
+
arn: builtins.str,
|
|
8299
|
+
) -> None:
|
|
8300
|
+
"""Type checking stubs"""
|
|
8301
|
+
pass
|
|
8302
|
+
|
|
8303
|
+
def _typecheckingstub__5ac0c4753dbb35aa2c4992fbcf97129e0a6a0be0b5fee455f1416d86edcba9ea(
|
|
8304
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8305
|
+
id: builtins.str,
|
|
8306
|
+
certificate_id: builtins.str,
|
|
8307
|
+
) -> None:
|
|
8308
|
+
"""Type checking stubs"""
|
|
8309
|
+
pass
|
|
8310
|
+
|
|
8098
8311
|
def _typecheckingstub__f1474a816abc465fbde815216c7dd03f20d910c99fb002aee78d0f01c8d4f55c(
|
|
8099
8312
|
inspector: _TreeInspector_488e0dd5,
|
|
8100
8313
|
) -> None:
|
|
@@ -8170,6 +8383,22 @@ def _typecheckingstub__2a3d92be7ab611ebe6dbf531ad899c2a95b3655fb829aeffdf52fdb11
|
|
|
8170
8383
|
"""Type checking stubs"""
|
|
8171
8384
|
pass
|
|
8172
8385
|
|
|
8386
|
+
def _typecheckingstub__a59af73cca17d333ea4e8a725b5ea84947fbdf727ceaa58fb5d37dde8ba99e43(
|
|
8387
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8388
|
+
id: builtins.str,
|
|
8389
|
+
arn: builtins.str,
|
|
8390
|
+
) -> None:
|
|
8391
|
+
"""Type checking stubs"""
|
|
8392
|
+
pass
|
|
8393
|
+
|
|
8394
|
+
def _typecheckingstub__38a8932f140563c5eae5ee417477d8ef0fb37d560d4497ce233ca03fcfedea17(
|
|
8395
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8396
|
+
id: builtins.str,
|
|
8397
|
+
connector_id: builtins.str,
|
|
8398
|
+
) -> None:
|
|
8399
|
+
"""Type checking stubs"""
|
|
8400
|
+
pass
|
|
8401
|
+
|
|
8173
8402
|
def _typecheckingstub__72a4f5bff2b8dd506b9f1b6f0cd274f6a295704751fa097cd5e1cf149d089e94(
|
|
8174
8403
|
inspector: _TreeInspector_488e0dd5,
|
|
8175
8404
|
) -> None:
|
|
@@ -8261,6 +8490,22 @@ def _typecheckingstub__f5b82428b7fd1ac13f1a57b868694175d216c1f61c671da5b091d46d8
|
|
|
8261
8490
|
"""Type checking stubs"""
|
|
8262
8491
|
pass
|
|
8263
8492
|
|
|
8493
|
+
def _typecheckingstub__06008f4a63def34bd89f1208264539fe9dfb8dc17a9fd244d185273546799142(
|
|
8494
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8495
|
+
id: builtins.str,
|
|
8496
|
+
arn: builtins.str,
|
|
8497
|
+
) -> None:
|
|
8498
|
+
"""Type checking stubs"""
|
|
8499
|
+
pass
|
|
8500
|
+
|
|
8501
|
+
def _typecheckingstub__feb8675e38aa0953f2ede297f189ff49cd5a30c0b0176aac11fd742a2fda9b49(
|
|
8502
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8503
|
+
id: builtins.str,
|
|
8504
|
+
profile_id: builtins.str,
|
|
8505
|
+
) -> None:
|
|
8506
|
+
"""Type checking stubs"""
|
|
8507
|
+
pass
|
|
8508
|
+
|
|
8264
8509
|
def _typecheckingstub__56325834528256f6c2bd12b40bde80e132a645d3bffd84876d0f808ee64a8d81(
|
|
8265
8510
|
inspector: _TreeInspector_488e0dd5,
|
|
8266
8511
|
) -> None:
|
|
@@ -8698,6 +8943,22 @@ def _typecheckingstub__9a86ecf6f123d228f6edf61149bc2542f6ce02d9365ac8986ec7c6468
|
|
|
8698
8943
|
"""Type checking stubs"""
|
|
8699
8944
|
pass
|
|
8700
8945
|
|
|
8946
|
+
def _typecheckingstub__fe53c79c7532b3619e6be4cd157702c5cab36a8777950667b5647332a0038621(
|
|
8947
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8948
|
+
id: builtins.str,
|
|
8949
|
+
arn: builtins.str,
|
|
8950
|
+
) -> None:
|
|
8951
|
+
"""Type checking stubs"""
|
|
8952
|
+
pass
|
|
8953
|
+
|
|
8954
|
+
def _typecheckingstub__42c6ff2311d814991108aadd101319b04b1b334b1daf50bcd421d633d00c8645(
|
|
8955
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8956
|
+
id: builtins.str,
|
|
8957
|
+
workflow_id: builtins.str,
|
|
8958
|
+
) -> None:
|
|
8959
|
+
"""Type checking stubs"""
|
|
8960
|
+
pass
|
|
8961
|
+
|
|
8701
8962
|
def _typecheckingstub__fcf8488f51b3aba3af306d264af9434fa1e0040f1b353a0381fc97849f0e69f1(
|
|
8702
8963
|
inspector: _TreeInspector_488e0dd5,
|
|
8703
8964
|
) -> None:
|