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
aws_cdk/aws_kendra/__init__.py
CHANGED
|
@@ -2021,6 +2021,27 @@ class CfnDataSource(
|
|
|
2021
2021
|
|
|
2022
2022
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2023
2023
|
|
|
2024
|
+
@jsii.member(jsii_name="fromDataSourceArn")
|
|
2025
|
+
@builtins.classmethod
|
|
2026
|
+
def from_data_source_arn(
|
|
2027
|
+
cls,
|
|
2028
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2029
|
+
id: builtins.str,
|
|
2030
|
+
arn: builtins.str,
|
|
2031
|
+
) -> IDataSourceRef:
|
|
2032
|
+
'''Creates a new IDataSourceRef from an ARN.
|
|
2033
|
+
|
|
2034
|
+
:param scope: -
|
|
2035
|
+
:param id: -
|
|
2036
|
+
:param arn: -
|
|
2037
|
+
'''
|
|
2038
|
+
if __debug__:
|
|
2039
|
+
type_hints = typing.get_type_hints(_typecheckingstub__706fff372dcf2263b3ab788506e7c77792e4a5cae5211288f1733c9303ece68d)
|
|
2040
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2041
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2042
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2043
|
+
return typing.cast(IDataSourceRef, jsii.sinvoke(cls, "fromDataSourceArn", [scope, id, arn]))
|
|
2044
|
+
|
|
2024
2045
|
@jsii.member(jsii_name="inspect")
|
|
2025
2046
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2026
2047
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8935,6 +8956,27 @@ class CfnFaq(
|
|
|
8935
8956
|
|
|
8936
8957
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8937
8958
|
|
|
8959
|
+
@jsii.member(jsii_name="fromFaqArn")
|
|
8960
|
+
@builtins.classmethod
|
|
8961
|
+
def from_faq_arn(
|
|
8962
|
+
cls,
|
|
8963
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8964
|
+
id: builtins.str,
|
|
8965
|
+
arn: builtins.str,
|
|
8966
|
+
) -> IFaqRef:
|
|
8967
|
+
'''Creates a new IFaqRef from an ARN.
|
|
8968
|
+
|
|
8969
|
+
:param scope: -
|
|
8970
|
+
:param id: -
|
|
8971
|
+
:param arn: -
|
|
8972
|
+
'''
|
|
8973
|
+
if __debug__:
|
|
8974
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2b40544b7dfa36a1b1244afc2843ba70c752aae5f6c21935fec914da6fd7f074)
|
|
8975
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8976
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8977
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8978
|
+
return typing.cast(IFaqRef, jsii.sinvoke(cls, "fromFaqArn", [scope, id, arn]))
|
|
8979
|
+
|
|
8938
8980
|
@jsii.member(jsii_name="inspect")
|
|
8939
8981
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8940
8982
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9306,6 +9348,48 @@ class CfnIndex(
|
|
|
9306
9348
|
|
|
9307
9349
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
9308
9350
|
|
|
9351
|
+
@jsii.member(jsii_name="fromIndexArn")
|
|
9352
|
+
@builtins.classmethod
|
|
9353
|
+
def from_index_arn(
|
|
9354
|
+
cls,
|
|
9355
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9356
|
+
id: builtins.str,
|
|
9357
|
+
arn: builtins.str,
|
|
9358
|
+
) -> IIndexRef:
|
|
9359
|
+
'''Creates a new IIndexRef from an ARN.
|
|
9360
|
+
|
|
9361
|
+
:param scope: -
|
|
9362
|
+
:param id: -
|
|
9363
|
+
:param arn: -
|
|
9364
|
+
'''
|
|
9365
|
+
if __debug__:
|
|
9366
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c3cbc2e84defcc8e097b629b1377eab8c983f072040ad64099e394d8a6b80f1)
|
|
9367
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9368
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9369
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9370
|
+
return typing.cast(IIndexRef, jsii.sinvoke(cls, "fromIndexArn", [scope, id, arn]))
|
|
9371
|
+
|
|
9372
|
+
@jsii.member(jsii_name="fromIndexId")
|
|
9373
|
+
@builtins.classmethod
|
|
9374
|
+
def from_index_id(
|
|
9375
|
+
cls,
|
|
9376
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9377
|
+
id: builtins.str,
|
|
9378
|
+
index_id: builtins.str,
|
|
9379
|
+
) -> IIndexRef:
|
|
9380
|
+
'''Creates a new IIndexRef from a indexId.
|
|
9381
|
+
|
|
9382
|
+
:param scope: -
|
|
9383
|
+
:param id: -
|
|
9384
|
+
:param index_id: -
|
|
9385
|
+
'''
|
|
9386
|
+
if __debug__:
|
|
9387
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a3d65e01f4a12797e9ee2f3e2941dcfeed4c42a38a506c8b0213a0613c94d3f6)
|
|
9388
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9389
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9390
|
+
check_type(argname="argument index_id", value=index_id, expected_type=type_hints["index_id"])
|
|
9391
|
+
return typing.cast(IIndexRef, jsii.sinvoke(cls, "fromIndexId", [scope, id, index_id]))
|
|
9392
|
+
|
|
9309
9393
|
@jsii.member(jsii_name="inspect")
|
|
9310
9394
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
9311
9395
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -10559,6 +10643,14 @@ def _typecheckingstub__db7b870c602f215572ec4f7667cd46c2ae4e2c6035e16924c08cf6d68
|
|
|
10559
10643
|
"""Type checking stubs"""
|
|
10560
10644
|
pass
|
|
10561
10645
|
|
|
10646
|
+
def _typecheckingstub__706fff372dcf2263b3ab788506e7c77792e4a5cae5211288f1733c9303ece68d(
|
|
10647
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10648
|
+
id: builtins.str,
|
|
10649
|
+
arn: builtins.str,
|
|
10650
|
+
) -> None:
|
|
10651
|
+
"""Type checking stubs"""
|
|
10652
|
+
pass
|
|
10653
|
+
|
|
10562
10654
|
def _typecheckingstub__857c3d47368883ad30477d4c7721d4f448bafe37d7457ab7e8fa7ab0c70e6c2a(
|
|
10563
10655
|
inspector: _TreeInspector_488e0dd5,
|
|
10564
10656
|
) -> None:
|
|
@@ -11146,6 +11238,14 @@ def _typecheckingstub__da52634bf448f13a8dfdf111b1193f46a241ac941af460a15585386c0
|
|
|
11146
11238
|
"""Type checking stubs"""
|
|
11147
11239
|
pass
|
|
11148
11240
|
|
|
11241
|
+
def _typecheckingstub__2b40544b7dfa36a1b1244afc2843ba70c752aae5f6c21935fec914da6fd7f074(
|
|
11242
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11243
|
+
id: builtins.str,
|
|
11244
|
+
arn: builtins.str,
|
|
11245
|
+
) -> None:
|
|
11246
|
+
"""Type checking stubs"""
|
|
11247
|
+
pass
|
|
11248
|
+
|
|
11149
11249
|
def _typecheckingstub__11ca22cd6dac6125f6c23af39c883b9555dc5ca8feff5890bbf847c4d2ec1afa(
|
|
11150
11250
|
inspector: _TreeInspector_488e0dd5,
|
|
11151
11251
|
) -> None:
|
|
@@ -11232,6 +11332,22 @@ def _typecheckingstub__5f1204970a88ec523311382503badf4dde293efe7a39dfb0456e12407
|
|
|
11232
11332
|
"""Type checking stubs"""
|
|
11233
11333
|
pass
|
|
11234
11334
|
|
|
11335
|
+
def _typecheckingstub__9c3cbc2e84defcc8e097b629b1377eab8c983f072040ad64099e394d8a6b80f1(
|
|
11336
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11337
|
+
id: builtins.str,
|
|
11338
|
+
arn: builtins.str,
|
|
11339
|
+
) -> None:
|
|
11340
|
+
"""Type checking stubs"""
|
|
11341
|
+
pass
|
|
11342
|
+
|
|
11343
|
+
def _typecheckingstub__a3d65e01f4a12797e9ee2f3e2941dcfeed4c42a38a506c8b0213a0613c94d3f6(
|
|
11344
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
11345
|
+
id: builtins.str,
|
|
11346
|
+
index_id: builtins.str,
|
|
11347
|
+
) -> None:
|
|
11348
|
+
"""Type checking stubs"""
|
|
11349
|
+
pass
|
|
11350
|
+
|
|
11235
11351
|
def _typecheckingstub__540517a32fdcfcd298c87cf94ee56816edf19e0499b0f6948fee9fd23be529c6(
|
|
11236
11352
|
inspector: _TreeInspector_488e0dd5,
|
|
11237
11353
|
) -> None:
|
aws_cdk/aws_kinesis/__init__.py
CHANGED
|
@@ -5452,6 +5452,48 @@ class CfnStream(
|
|
|
5452
5452
|
|
|
5453
5453
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5454
5454
|
|
|
5455
|
+
@jsii.member(jsii_name="fromStreamArn")
|
|
5456
|
+
@builtins.classmethod
|
|
5457
|
+
def from_stream_arn(
|
|
5458
|
+
cls,
|
|
5459
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5460
|
+
id: builtins.str,
|
|
5461
|
+
arn: builtins.str,
|
|
5462
|
+
) -> IStreamRef:
|
|
5463
|
+
'''Creates a new IStreamRef from an ARN.
|
|
5464
|
+
|
|
5465
|
+
:param scope: -
|
|
5466
|
+
:param id: -
|
|
5467
|
+
:param arn: -
|
|
5468
|
+
'''
|
|
5469
|
+
if __debug__:
|
|
5470
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3c69677685a82f8e525ad2739006025db5278674d3e523946f160156221a9f73)
|
|
5471
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5472
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5473
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5474
|
+
return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamArn", [scope, id, arn]))
|
|
5475
|
+
|
|
5476
|
+
@jsii.member(jsii_name="fromStreamName")
|
|
5477
|
+
@builtins.classmethod
|
|
5478
|
+
def from_stream_name(
|
|
5479
|
+
cls,
|
|
5480
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5481
|
+
id: builtins.str,
|
|
5482
|
+
stream_name: builtins.str,
|
|
5483
|
+
) -> IStreamRef:
|
|
5484
|
+
'''Creates a new IStreamRef from a streamName.
|
|
5485
|
+
|
|
5486
|
+
:param scope: -
|
|
5487
|
+
:param id: -
|
|
5488
|
+
:param stream_name: -
|
|
5489
|
+
'''
|
|
5490
|
+
if __debug__:
|
|
5491
|
+
type_hints = typing.get_type_hints(_typecheckingstub__29cb46b7ceb2cd8a127a3866d6508b48f921857bfb60faeb20b84a87cb83f072)
|
|
5492
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5493
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5494
|
+
check_type(argname="argument stream_name", value=stream_name, expected_type=type_hints["stream_name"])
|
|
5495
|
+
return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamName", [scope, id, stream_name]))
|
|
5496
|
+
|
|
5455
5497
|
@jsii.member(jsii_name="inspect")
|
|
5456
5498
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5457
5499
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6342,6 +6384,22 @@ def _typecheckingstub__b956aa40f3e4f7ebba018fbc1caa3788147e52190c5c7131c5c035b04
|
|
|
6342
6384
|
"""Type checking stubs"""
|
|
6343
6385
|
pass
|
|
6344
6386
|
|
|
6387
|
+
def _typecheckingstub__3c69677685a82f8e525ad2739006025db5278674d3e523946f160156221a9f73(
|
|
6388
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6389
|
+
id: builtins.str,
|
|
6390
|
+
arn: builtins.str,
|
|
6391
|
+
) -> None:
|
|
6392
|
+
"""Type checking stubs"""
|
|
6393
|
+
pass
|
|
6394
|
+
|
|
6395
|
+
def _typecheckingstub__29cb46b7ceb2cd8a127a3866d6508b48f921857bfb60faeb20b84a87cb83f072(
|
|
6396
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6397
|
+
id: builtins.str,
|
|
6398
|
+
stream_name: builtins.str,
|
|
6399
|
+
) -> None:
|
|
6400
|
+
"""Type checking stubs"""
|
|
6401
|
+
pass
|
|
6402
|
+
|
|
6345
6403
|
def _typecheckingstub__333b8ca1bf2a7b045485860c8e016bc7f84165557984c70011b4f8bbc53133b1(
|
|
6346
6404
|
inspector: _TreeInspector_488e0dd5,
|
|
6347
6405
|
) -> None:
|
|
@@ -6503,6 +6503,29 @@ class CfnApplicationV2(
|
|
|
6503
6503
|
|
|
6504
6504
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6505
6505
|
|
|
6506
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
6507
|
+
@builtins.classmethod
|
|
6508
|
+
def from_application_name(
|
|
6509
|
+
cls,
|
|
6510
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6511
|
+
id: builtins.str,
|
|
6512
|
+
application_name: builtins.str,
|
|
6513
|
+
) -> IApplicationV2Ref:
|
|
6514
|
+
'''(deprecated) Creates a new IApplicationV2Ref from a applicationName.
|
|
6515
|
+
|
|
6516
|
+
:param scope: -
|
|
6517
|
+
:param id: -
|
|
6518
|
+
:param application_name: -
|
|
6519
|
+
|
|
6520
|
+
:stability: deprecated
|
|
6521
|
+
'''
|
|
6522
|
+
if __debug__:
|
|
6523
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6ad6fec85f8d8fd2cbda89e4d5e375818d13d6060f328eec41a9330b6fec772b)
|
|
6524
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6525
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6526
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
6527
|
+
return typing.cast(IApplicationV2Ref, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
6528
|
+
|
|
6506
6529
|
@jsii.member(jsii_name="inspect")
|
|
6507
6530
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6508
6531
|
'''(deprecated) Examines the CloudFormation resource and discloses attributes.
|
|
@@ -10925,6 +10948,14 @@ def _typecheckingstub__68f6c265e7d219c8087ecccfd8c8908a6940a2b12916b5234453b46ae
|
|
|
10925
10948
|
"""Type checking stubs"""
|
|
10926
10949
|
pass
|
|
10927
10950
|
|
|
10951
|
+
def _typecheckingstub__6ad6fec85f8d8fd2cbda89e4d5e375818d13d6060f328eec41a9330b6fec772b(
|
|
10952
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10953
|
+
id: builtins.str,
|
|
10954
|
+
application_name: builtins.str,
|
|
10955
|
+
) -> None:
|
|
10956
|
+
"""Type checking stubs"""
|
|
10957
|
+
pass
|
|
10958
|
+
|
|
10928
10959
|
def _typecheckingstub__7ea17d8a69f816e0d5e0fe4c8ba39325dd561dac4af7c67c01d09dc75d750b92(
|
|
10929
10960
|
inspector: _TreeInspector_488e0dd5,
|
|
10930
10961
|
) -> None:
|
|
@@ -1340,6 +1340,27 @@ class CfnApplication(
|
|
|
1340
1340
|
|
|
1341
1341
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1342
1342
|
|
|
1343
|
+
@jsii.member(jsii_name="fromApplicationName")
|
|
1344
|
+
@builtins.classmethod
|
|
1345
|
+
def from_application_name(
|
|
1346
|
+
cls,
|
|
1347
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1348
|
+
id: builtins.str,
|
|
1349
|
+
application_name: builtins.str,
|
|
1350
|
+
) -> IApplicationRef:
|
|
1351
|
+
'''Creates a new IApplicationRef from a applicationName.
|
|
1352
|
+
|
|
1353
|
+
:param scope: -
|
|
1354
|
+
:param id: -
|
|
1355
|
+
:param application_name: -
|
|
1356
|
+
'''
|
|
1357
|
+
if __debug__:
|
|
1358
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9c9a0ebdcc66a0570c262d92570b65f5b0951e044a932dd8cd82de9aac1283b9)
|
|
1359
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1360
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1361
|
+
check_type(argname="argument application_name", value=application_name, expected_type=type_hints["application_name"])
|
|
1362
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationName", [scope, id, application_name]))
|
|
1363
|
+
|
|
1343
1364
|
@jsii.member(jsii_name="inspect")
|
|
1344
1365
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1345
1366
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6702,6 +6723,14 @@ def _typecheckingstub__7c8b2c6c7d478ea7b78b40516077a829373526fa660eddd97eaf1bd6d
|
|
|
6702
6723
|
"""Type checking stubs"""
|
|
6703
6724
|
pass
|
|
6704
6725
|
|
|
6726
|
+
def _typecheckingstub__9c9a0ebdcc66a0570c262d92570b65f5b0951e044a932dd8cd82de9aac1283b9(
|
|
6727
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6728
|
+
id: builtins.str,
|
|
6729
|
+
application_name: builtins.str,
|
|
6730
|
+
) -> None:
|
|
6731
|
+
"""Type checking stubs"""
|
|
6732
|
+
pass
|
|
6733
|
+
|
|
6705
6734
|
def _typecheckingstub__97309c6f402e280964f725459e9a30e5481a8634812a35f109d54712867d0245(
|
|
6706
6735
|
inspector: _TreeInspector_488e0dd5,
|
|
6707
6736
|
) -> None:
|
|
@@ -4148,6 +4148,48 @@ class CfnDeliveryStream(
|
|
|
4148
4148
|
|
|
4149
4149
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4150
4150
|
|
|
4151
|
+
@jsii.member(jsii_name="fromDeliveryStreamArn")
|
|
4152
|
+
@builtins.classmethod
|
|
4153
|
+
def from_delivery_stream_arn(
|
|
4154
|
+
cls,
|
|
4155
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4156
|
+
id: builtins.str,
|
|
4157
|
+
arn: builtins.str,
|
|
4158
|
+
) -> IDeliveryStreamRef:
|
|
4159
|
+
'''Creates a new IDeliveryStreamRef from an ARN.
|
|
4160
|
+
|
|
4161
|
+
:param scope: -
|
|
4162
|
+
:param id: -
|
|
4163
|
+
:param arn: -
|
|
4164
|
+
'''
|
|
4165
|
+
if __debug__:
|
|
4166
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ac404a7fa1d1175b0b0a315429a21df403efec17716e0d0126de549b60901e43)
|
|
4167
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4168
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4169
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4170
|
+
return typing.cast(IDeliveryStreamRef, jsii.sinvoke(cls, "fromDeliveryStreamArn", [scope, id, arn]))
|
|
4171
|
+
|
|
4172
|
+
@jsii.member(jsii_name="fromDeliveryStreamName")
|
|
4173
|
+
@builtins.classmethod
|
|
4174
|
+
def from_delivery_stream_name(
|
|
4175
|
+
cls,
|
|
4176
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4177
|
+
id: builtins.str,
|
|
4178
|
+
delivery_stream_name: builtins.str,
|
|
4179
|
+
) -> IDeliveryStreamRef:
|
|
4180
|
+
'''Creates a new IDeliveryStreamRef from a deliveryStreamName.
|
|
4181
|
+
|
|
4182
|
+
:param scope: -
|
|
4183
|
+
:param id: -
|
|
4184
|
+
:param delivery_stream_name: -
|
|
4185
|
+
'''
|
|
4186
|
+
if __debug__:
|
|
4187
|
+
type_hints = typing.get_type_hints(_typecheckingstub__537ae2739e300bc97b7a362a703d67a61ec717ff18fbb371a4140cee84f23b48)
|
|
4188
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4189
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4190
|
+
check_type(argname="argument delivery_stream_name", value=delivery_stream_name, expected_type=type_hints["delivery_stream_name"])
|
|
4191
|
+
return typing.cast(IDeliveryStreamRef, jsii.sinvoke(cls, "fromDeliveryStreamName", [scope, id, delivery_stream_name]))
|
|
4192
|
+
|
|
4151
4193
|
@jsii.member(jsii_name="inspect")
|
|
4152
4194
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4153
4195
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13561,6 +13603,22 @@ def _typecheckingstub__b3cd824a2680c7d043cac684bd1be9ca77e94201f1ba00785d60a50ff
|
|
|
13561
13603
|
"""Type checking stubs"""
|
|
13562
13604
|
pass
|
|
13563
13605
|
|
|
13606
|
+
def _typecheckingstub__ac404a7fa1d1175b0b0a315429a21df403efec17716e0d0126de549b60901e43(
|
|
13607
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13608
|
+
id: builtins.str,
|
|
13609
|
+
arn: builtins.str,
|
|
13610
|
+
) -> None:
|
|
13611
|
+
"""Type checking stubs"""
|
|
13612
|
+
pass
|
|
13613
|
+
|
|
13614
|
+
def _typecheckingstub__537ae2739e300bc97b7a362a703d67a61ec717ff18fbb371a4140cee84f23b48(
|
|
13615
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13616
|
+
id: builtins.str,
|
|
13617
|
+
delivery_stream_name: builtins.str,
|
|
13618
|
+
) -> None:
|
|
13619
|
+
"""Type checking stubs"""
|
|
13620
|
+
pass
|
|
13621
|
+
|
|
13564
13622
|
def _typecheckingstub__0f6206943f45cc34824996fe47b775be3c1a09cb74450254dfa716bc71a96a69(
|
|
13565
13623
|
inspector: _TreeInspector_488e0dd5,
|
|
13566
13624
|
) -> None:
|
|
@@ -780,6 +780,27 @@ class CfnStream(
|
|
|
780
780
|
|
|
781
781
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
782
782
|
|
|
783
|
+
@jsii.member(jsii_name="fromStreamArn")
|
|
784
|
+
@builtins.classmethod
|
|
785
|
+
def from_stream_arn(
|
|
786
|
+
cls,
|
|
787
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
788
|
+
id: builtins.str,
|
|
789
|
+
arn: builtins.str,
|
|
790
|
+
) -> IStreamRef:
|
|
791
|
+
'''Creates a new IStreamRef from an ARN.
|
|
792
|
+
|
|
793
|
+
:param scope: -
|
|
794
|
+
:param id: -
|
|
795
|
+
:param arn: -
|
|
796
|
+
'''
|
|
797
|
+
if __debug__:
|
|
798
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fe0f44c811e2d2cc90117554fb9deac330b94d4acd5a32161f8a4592bdd478e7)
|
|
799
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
800
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
801
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
802
|
+
return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamArn", [scope, id, arn]))
|
|
803
|
+
|
|
783
804
|
@jsii.member(jsii_name="inspect")
|
|
784
805
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
785
806
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1028,6 +1049,14 @@ def _typecheckingstub__9ec46ef966c55301f1d7f90935a5a7340c3d7ee98963234b59d16d191
|
|
|
1028
1049
|
"""Type checking stubs"""
|
|
1029
1050
|
pass
|
|
1030
1051
|
|
|
1052
|
+
def _typecheckingstub__fe0f44c811e2d2cc90117554fb9deac330b94d4acd5a32161f8a4592bdd478e7(
|
|
1053
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1054
|
+
id: builtins.str,
|
|
1055
|
+
arn: builtins.str,
|
|
1056
|
+
) -> None:
|
|
1057
|
+
"""Type checking stubs"""
|
|
1058
|
+
pass
|
|
1059
|
+
|
|
1031
1060
|
def _typecheckingstub__9cce8d8f4e1ffc1f91558eea316dc5656b61eced6fd4e5ed8f9c5d2aedaeb00f(
|
|
1032
1061
|
inspector: _TreeInspector_488e0dd5,
|
|
1033
1062
|
) -> None:
|
aws_cdk/aws_kms/__init__.py
CHANGED
|
@@ -2287,6 +2287,48 @@ class CfnKey(
|
|
|
2287
2287
|
|
|
2288
2288
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2289
2289
|
|
|
2290
|
+
@jsii.member(jsii_name="fromKeyArn")
|
|
2291
|
+
@builtins.classmethod
|
|
2292
|
+
def from_key_arn(
|
|
2293
|
+
cls,
|
|
2294
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2295
|
+
id: builtins.str,
|
|
2296
|
+
arn: builtins.str,
|
|
2297
|
+
) -> IKeyRef:
|
|
2298
|
+
'''Creates a new IKeyRef from an ARN.
|
|
2299
|
+
|
|
2300
|
+
:param scope: -
|
|
2301
|
+
:param id: -
|
|
2302
|
+
:param arn: -
|
|
2303
|
+
'''
|
|
2304
|
+
if __debug__:
|
|
2305
|
+
type_hints = typing.get_type_hints(_typecheckingstub__717dcad4d9cbf2639e4a7706f2520822fc3c58d7d28a72e3e2c89cd6ecd9ec77)
|
|
2306
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2307
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2308
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2309
|
+
return typing.cast(IKeyRef, jsii.sinvoke(cls, "fromKeyArn", [scope, id, arn]))
|
|
2310
|
+
|
|
2311
|
+
@jsii.member(jsii_name="fromKeyId")
|
|
2312
|
+
@builtins.classmethod
|
|
2313
|
+
def from_key_id(
|
|
2314
|
+
cls,
|
|
2315
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2316
|
+
id: builtins.str,
|
|
2317
|
+
key_id: builtins.str,
|
|
2318
|
+
) -> IKeyRef:
|
|
2319
|
+
'''Creates a new IKeyRef from a keyId.
|
|
2320
|
+
|
|
2321
|
+
:param scope: -
|
|
2322
|
+
:param id: -
|
|
2323
|
+
:param key_id: -
|
|
2324
|
+
'''
|
|
2325
|
+
if __debug__:
|
|
2326
|
+
type_hints = typing.get_type_hints(_typecheckingstub__017d6fb56914db7b54b414d0535f40acc821857d39e3de53a3749ea5b44c245a)
|
|
2327
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2328
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2329
|
+
check_type(argname="argument key_id", value=key_id, expected_type=type_hints["key_id"])
|
|
2330
|
+
return typing.cast(IKeyRef, jsii.sinvoke(cls, "fromKeyId", [scope, id, key_id]))
|
|
2331
|
+
|
|
2290
2332
|
@jsii.member(jsii_name="inspect")
|
|
2291
2333
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2292
2334
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4040,6 +4082,22 @@ def _typecheckingstub__5ea678e9e5a947601d16e5bb11fec3683fbb15bba768bee0b88be7e19
|
|
|
4040
4082
|
"""Type checking stubs"""
|
|
4041
4083
|
pass
|
|
4042
4084
|
|
|
4085
|
+
def _typecheckingstub__717dcad4d9cbf2639e4a7706f2520822fc3c58d7d28a72e3e2c89cd6ecd9ec77(
|
|
4086
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4087
|
+
id: builtins.str,
|
|
4088
|
+
arn: builtins.str,
|
|
4089
|
+
) -> None:
|
|
4090
|
+
"""Type checking stubs"""
|
|
4091
|
+
pass
|
|
4092
|
+
|
|
4093
|
+
def _typecheckingstub__017d6fb56914db7b54b414d0535f40acc821857d39e3de53a3749ea5b44c245a(
|
|
4094
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4095
|
+
id: builtins.str,
|
|
4096
|
+
key_id: builtins.str,
|
|
4097
|
+
) -> None:
|
|
4098
|
+
"""Type checking stubs"""
|
|
4099
|
+
pass
|
|
4100
|
+
|
|
4043
4101
|
def _typecheckingstub__c6311cde99d8265c1aa77cad19077d4dc11fa11a16a0a5d601158013e78b4de6(
|
|
4044
4102
|
inspector: _TreeInspector_488e0dd5,
|
|
4045
4103
|
) -> None:
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -22514,6 +22514,48 @@ class CfnFunction(
|
|
|
22514
22514
|
|
|
22515
22515
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
22516
22516
|
|
|
22517
|
+
@jsii.member(jsii_name="fromFunctionArn")
|
|
22518
|
+
@builtins.classmethod
|
|
22519
|
+
def from_function_arn(
|
|
22520
|
+
cls,
|
|
22521
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22522
|
+
id: builtins.str,
|
|
22523
|
+
arn: builtins.str,
|
|
22524
|
+
) -> IFunctionRef:
|
|
22525
|
+
'''Creates a new IFunctionRef from an ARN.
|
|
22526
|
+
|
|
22527
|
+
:param scope: -
|
|
22528
|
+
:param id: -
|
|
22529
|
+
:param arn: -
|
|
22530
|
+
'''
|
|
22531
|
+
if __debug__:
|
|
22532
|
+
type_hints = typing.get_type_hints(_typecheckingstub__61e0d8c1c28ee6cc884328cf3d8f7451dc1672f27bc4c84cc8a4387c05009036)
|
|
22533
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
22534
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
22535
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
22536
|
+
return typing.cast(IFunctionRef, jsii.sinvoke(cls, "fromFunctionArn", [scope, id, arn]))
|
|
22537
|
+
|
|
22538
|
+
@jsii.member(jsii_name="fromFunctionName")
|
|
22539
|
+
@builtins.classmethod
|
|
22540
|
+
def from_function_name(
|
|
22541
|
+
cls,
|
|
22542
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
22543
|
+
id: builtins.str,
|
|
22544
|
+
function_name: builtins.str,
|
|
22545
|
+
) -> IFunctionRef:
|
|
22546
|
+
'''Creates a new IFunctionRef from a functionName.
|
|
22547
|
+
|
|
22548
|
+
:param scope: -
|
|
22549
|
+
:param id: -
|
|
22550
|
+
:param function_name: -
|
|
22551
|
+
'''
|
|
22552
|
+
if __debug__:
|
|
22553
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7302d6fbe27b6ce250ef5234f0c0dd25229f5a3ea8a65ee6de6f6ba4e0b506ad)
|
|
22554
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
22555
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
22556
|
+
check_type(argname="argument function_name", value=function_name, expected_type=type_hints["function_name"])
|
|
22557
|
+
return typing.cast(IFunctionRef, jsii.sinvoke(cls, "fromFunctionName", [scope, id, function_name]))
|
|
22558
|
+
|
|
22517
22559
|
@jsii.member(jsii_name="inspect")
|
|
22518
22560
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
22519
22561
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -34014,6 +34056,22 @@ def _typecheckingstub__d971f3872acf20816e6da364ff9e6bec83fe2e68bbb9a7debc845b400
|
|
|
34014
34056
|
"""Type checking stubs"""
|
|
34015
34057
|
pass
|
|
34016
34058
|
|
|
34059
|
+
def _typecheckingstub__61e0d8c1c28ee6cc884328cf3d8f7451dc1672f27bc4c84cc8a4387c05009036(
|
|
34060
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
34061
|
+
id: builtins.str,
|
|
34062
|
+
arn: builtins.str,
|
|
34063
|
+
) -> None:
|
|
34064
|
+
"""Type checking stubs"""
|
|
34065
|
+
pass
|
|
34066
|
+
|
|
34067
|
+
def _typecheckingstub__7302d6fbe27b6ce250ef5234f0c0dd25229f5a3ea8a65ee6de6f6ba4e0b506ad(
|
|
34068
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
34069
|
+
id: builtins.str,
|
|
34070
|
+
function_name: builtins.str,
|
|
34071
|
+
) -> None:
|
|
34072
|
+
"""Type checking stubs"""
|
|
34073
|
+
pass
|
|
34074
|
+
|
|
34017
34075
|
def _typecheckingstub__23f7f329458448a99a6be54e2f842c699a159be1c8aa208602a46d495a891364(
|
|
34018
34076
|
inspector: _TreeInspector_488e0dd5,
|
|
34019
34077
|
) -> None:
|
aws_cdk/aws_lex/__init__.py
CHANGED
|
@@ -13794,6 +13794,27 @@ class CfnBotAlias(
|
|
|
13794
13794
|
|
|
13795
13795
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13796
13796
|
|
|
13797
|
+
@jsii.member(jsii_name="fromBotAliasArn")
|
|
13798
|
+
@builtins.classmethod
|
|
13799
|
+
def from_bot_alias_arn(
|
|
13800
|
+
cls,
|
|
13801
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13802
|
+
id: builtins.str,
|
|
13803
|
+
arn: builtins.str,
|
|
13804
|
+
) -> IBotAliasRef:
|
|
13805
|
+
'''Creates a new IBotAliasRef from an ARN.
|
|
13806
|
+
|
|
13807
|
+
:param scope: -
|
|
13808
|
+
:param id: -
|
|
13809
|
+
:param arn: -
|
|
13810
|
+
'''
|
|
13811
|
+
if __debug__:
|
|
13812
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2ab747fa9eb7cb105192618f589a683ebd337733abaa1cc095d0ab0c0fa55d0d)
|
|
13813
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13814
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13815
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
13816
|
+
return typing.cast(IBotAliasRef, jsii.sinvoke(cls, "fromBotAliasArn", [scope, id, arn]))
|
|
13817
|
+
|
|
13797
13818
|
@jsii.member(jsii_name="inspect")
|
|
13798
13819
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13799
13820
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -16524,6 +16545,14 @@ def _typecheckingstub__57cf179c443f74ff3b1c43c56eef686f369711792e444e53d5668f07a
|
|
|
16524
16545
|
"""Type checking stubs"""
|
|
16525
16546
|
pass
|
|
16526
16547
|
|
|
16548
|
+
def _typecheckingstub__2ab747fa9eb7cb105192618f589a683ebd337733abaa1cc095d0ab0c0fa55d0d(
|
|
16549
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
16550
|
+
id: builtins.str,
|
|
16551
|
+
arn: builtins.str,
|
|
16552
|
+
) -> None:
|
|
16553
|
+
"""Type checking stubs"""
|
|
16554
|
+
pass
|
|
16555
|
+
|
|
16527
16556
|
def _typecheckingstub__69e306fef7aca1ecd05a385248f8253ae3fef56958f84e69c038125bb4b466d0(
|
|
16528
16557
|
inspector: _TreeInspector_488e0dd5,
|
|
16529
16558
|
) -> None:
|