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
aws_cdk/aws_apptest/__init__.py
CHANGED
|
@@ -538,6 +538,48 @@ class CfnTestCase(
|
|
|
538
538
|
|
|
539
539
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
540
540
|
|
|
541
|
+
@jsii.member(jsii_name="fromTestCaseArn")
|
|
542
|
+
@builtins.classmethod
|
|
543
|
+
def from_test_case_arn(
|
|
544
|
+
cls,
|
|
545
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
546
|
+
id: builtins.str,
|
|
547
|
+
arn: builtins.str,
|
|
548
|
+
) -> ITestCaseRef:
|
|
549
|
+
'''Creates a new ITestCaseRef from an ARN.
|
|
550
|
+
|
|
551
|
+
:param scope: -
|
|
552
|
+
:param id: -
|
|
553
|
+
:param arn: -
|
|
554
|
+
'''
|
|
555
|
+
if __debug__:
|
|
556
|
+
type_hints = typing.get_type_hints(_typecheckingstub__af185a6b4bcb527beec102b04642b87eba08b5275639cb1cbe04609c82aeb6fe)
|
|
557
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
558
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
559
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
560
|
+
return typing.cast(ITestCaseRef, jsii.sinvoke(cls, "fromTestCaseArn", [scope, id, arn]))
|
|
561
|
+
|
|
562
|
+
@jsii.member(jsii_name="fromTestCaseId")
|
|
563
|
+
@builtins.classmethod
|
|
564
|
+
def from_test_case_id(
|
|
565
|
+
cls,
|
|
566
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
567
|
+
id: builtins.str,
|
|
568
|
+
test_case_id: builtins.str,
|
|
569
|
+
) -> ITestCaseRef:
|
|
570
|
+
'''Creates a new ITestCaseRef from a testCaseId.
|
|
571
|
+
|
|
572
|
+
:param scope: -
|
|
573
|
+
:param id: -
|
|
574
|
+
:param test_case_id: -
|
|
575
|
+
'''
|
|
576
|
+
if __debug__:
|
|
577
|
+
type_hints = typing.get_type_hints(_typecheckingstub__3b84b944bc8165e6747da7d77217829834a2d3c5cf56daec44df158bf246a71f)
|
|
578
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
579
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
580
|
+
check_type(argname="argument test_case_id", value=test_case_id, expected_type=type_hints["test_case_id"])
|
|
581
|
+
return typing.cast(ITestCaseRef, jsii.sinvoke(cls, "fromTestCaseId", [scope, id, test_case_id]))
|
|
582
|
+
|
|
541
583
|
@jsii.member(jsii_name="inspect")
|
|
542
584
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
543
585
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2943,6 +2985,22 @@ def _typecheckingstub__b54328fdade9df4505a5f85498cf53fc62e7fc59a222ac471d1a63974
|
|
|
2943
2985
|
"""Type checking stubs"""
|
|
2944
2986
|
pass
|
|
2945
2987
|
|
|
2988
|
+
def _typecheckingstub__af185a6b4bcb527beec102b04642b87eba08b5275639cb1cbe04609c82aeb6fe(
|
|
2989
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2990
|
+
id: builtins.str,
|
|
2991
|
+
arn: builtins.str,
|
|
2992
|
+
) -> None:
|
|
2993
|
+
"""Type checking stubs"""
|
|
2994
|
+
pass
|
|
2995
|
+
|
|
2996
|
+
def _typecheckingstub__3b84b944bc8165e6747da7d77217829834a2d3c5cf56daec44df158bf246a71f(
|
|
2997
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2998
|
+
id: builtins.str,
|
|
2999
|
+
test_case_id: builtins.str,
|
|
3000
|
+
) -> None:
|
|
3001
|
+
"""Type checking stubs"""
|
|
3002
|
+
pass
|
|
3003
|
+
|
|
2946
3004
|
def _typecheckingstub__224090306333e2fc48135738c3d25b5e41f34e68b81b058fbfb26e7eda0deb3b(
|
|
2947
3005
|
inspector: _TreeInspector_488e0dd5,
|
|
2948
3006
|
) -> None:
|
aws_cdk/aws_athena/__init__.py
CHANGED
|
@@ -1781,6 +1781,27 @@ class CfnDataCatalog(
|
|
|
1781
1781
|
|
|
1782
1782
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1783
1783
|
|
|
1784
|
+
@jsii.member(jsii_name="fromDataCatalogName")
|
|
1785
|
+
@builtins.classmethod
|
|
1786
|
+
def from_data_catalog_name(
|
|
1787
|
+
cls,
|
|
1788
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1789
|
+
id: builtins.str,
|
|
1790
|
+
data_catalog_name: builtins.str,
|
|
1791
|
+
) -> IDataCatalogRef:
|
|
1792
|
+
'''Creates a new IDataCatalogRef from a dataCatalogName.
|
|
1793
|
+
|
|
1794
|
+
:param scope: -
|
|
1795
|
+
:param id: -
|
|
1796
|
+
:param data_catalog_name: -
|
|
1797
|
+
'''
|
|
1798
|
+
if __debug__:
|
|
1799
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d5d2a0246fafbbc6a693f337ada29b85155f59962e79d7c642084d44652d0f2e)
|
|
1800
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1801
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1802
|
+
check_type(argname="argument data_catalog_name", value=data_catalog_name, expected_type=type_hints["data_catalog_name"])
|
|
1803
|
+
return typing.cast(IDataCatalogRef, jsii.sinvoke(cls, "fromDataCatalogName", [scope, id, data_catalog_name]))
|
|
1804
|
+
|
|
1784
1805
|
@jsii.member(jsii_name="inspect")
|
|
1785
1806
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1786
1807
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2418,6 +2439,27 @@ class CfnWorkGroup(
|
|
|
2418
2439
|
|
|
2419
2440
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2420
2441
|
|
|
2442
|
+
@jsii.member(jsii_name="fromWorkGroupName")
|
|
2443
|
+
@builtins.classmethod
|
|
2444
|
+
def from_work_group_name(
|
|
2445
|
+
cls,
|
|
2446
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2447
|
+
id: builtins.str,
|
|
2448
|
+
work_group_name: builtins.str,
|
|
2449
|
+
) -> IWorkGroupRef:
|
|
2450
|
+
'''Creates a new IWorkGroupRef from a workGroupName.
|
|
2451
|
+
|
|
2452
|
+
:param scope: -
|
|
2453
|
+
:param id: -
|
|
2454
|
+
:param work_group_name: -
|
|
2455
|
+
'''
|
|
2456
|
+
if __debug__:
|
|
2457
|
+
type_hints = typing.get_type_hints(_typecheckingstub__be43a8d87adff5435c9f23ab60a2b7d950366fdde534d2500f7e413d6b588f9f)
|
|
2458
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2459
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2460
|
+
check_type(argname="argument work_group_name", value=work_group_name, expected_type=type_hints["work_group_name"])
|
|
2461
|
+
return typing.cast(IWorkGroupRef, jsii.sinvoke(cls, "fromWorkGroupName", [scope, id, work_group_name]))
|
|
2462
|
+
|
|
2421
2463
|
@jsii.member(jsii_name="inspect")
|
|
2422
2464
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2423
2465
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -4075,6 +4117,14 @@ def _typecheckingstub__05023d61a95576869568bc095d9889b971a9d8c061cba5833a71f4423
|
|
|
4075
4117
|
"""Type checking stubs"""
|
|
4076
4118
|
pass
|
|
4077
4119
|
|
|
4120
|
+
def _typecheckingstub__d5d2a0246fafbbc6a693f337ada29b85155f59962e79d7c642084d44652d0f2e(
|
|
4121
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4122
|
+
id: builtins.str,
|
|
4123
|
+
data_catalog_name: builtins.str,
|
|
4124
|
+
) -> None:
|
|
4125
|
+
"""Type checking stubs"""
|
|
4126
|
+
pass
|
|
4127
|
+
|
|
4078
4128
|
def _typecheckingstub__70484df33f57719ba2197f7ae86dd846651ec89bd9dc9853fbc4fff3bb342b5e(
|
|
4079
4129
|
inspector: _TreeInspector_488e0dd5,
|
|
4080
4130
|
) -> None:
|
|
@@ -4253,6 +4303,14 @@ def _typecheckingstub__be0f7d9e26f77f516ae56dabfd6aae7d4d7e7404767cea86eb51dbe5a
|
|
|
4253
4303
|
"""Type checking stubs"""
|
|
4254
4304
|
pass
|
|
4255
4305
|
|
|
4306
|
+
def _typecheckingstub__be43a8d87adff5435c9f23ab60a2b7d950366fdde534d2500f7e413d6b588f9f(
|
|
4307
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4308
|
+
id: builtins.str,
|
|
4309
|
+
work_group_name: builtins.str,
|
|
4310
|
+
) -> None:
|
|
4311
|
+
"""Type checking stubs"""
|
|
4312
|
+
pass
|
|
4313
|
+
|
|
4256
4314
|
def _typecheckingstub__a89351b058fb473aa673ca436e54b399faeed90f862768d495efb059a3875b1c(
|
|
4257
4315
|
inspector: _TreeInspector_488e0dd5,
|
|
4258
4316
|
) -> None:
|
|
@@ -541,6 +541,48 @@ class CfnAssessment(
|
|
|
541
541
|
|
|
542
542
|
jsii.create(self.__class__, self, [scope_, id, props])
|
|
543
543
|
|
|
544
|
+
@jsii.member(jsii_name="fromAssessmentArn")
|
|
545
|
+
@builtins.classmethod
|
|
546
|
+
def from_assessment_arn(
|
|
547
|
+
cls,
|
|
548
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
549
|
+
id: builtins.str,
|
|
550
|
+
arn: builtins.str,
|
|
551
|
+
) -> IAssessmentRef:
|
|
552
|
+
'''Creates a new IAssessmentRef from an ARN.
|
|
553
|
+
|
|
554
|
+
:param scope: -
|
|
555
|
+
:param id: -
|
|
556
|
+
:param arn: -
|
|
557
|
+
'''
|
|
558
|
+
if __debug__:
|
|
559
|
+
type_hints = typing.get_type_hints(_typecheckingstub__53998ced82653765b84ddead2a4dff0ff2e45ab68892348e05eacca82bb124dc)
|
|
560
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
561
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
562
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
563
|
+
return typing.cast(IAssessmentRef, jsii.sinvoke(cls, "fromAssessmentArn", [scope, id, arn]))
|
|
564
|
+
|
|
565
|
+
@jsii.member(jsii_name="fromAssessmentId")
|
|
566
|
+
@builtins.classmethod
|
|
567
|
+
def from_assessment_id(
|
|
568
|
+
cls,
|
|
569
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
570
|
+
id: builtins.str,
|
|
571
|
+
assessment_id: builtins.str,
|
|
572
|
+
) -> IAssessmentRef:
|
|
573
|
+
'''Creates a new IAssessmentRef from a assessmentId.
|
|
574
|
+
|
|
575
|
+
:param scope: -
|
|
576
|
+
:param id: -
|
|
577
|
+
:param assessment_id: -
|
|
578
|
+
'''
|
|
579
|
+
if __debug__:
|
|
580
|
+
type_hints = typing.get_type_hints(_typecheckingstub__43eb8aeb11f425b57f8a93b31b847effe83f1e71d092fac1c67aa18396a4326f)
|
|
581
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
582
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
583
|
+
check_type(argname="argument assessment_id", value=assessment_id, expected_type=type_hints["assessment_id"])
|
|
584
|
+
return typing.cast(IAssessmentRef, jsii.sinvoke(cls, "fromAssessmentId", [scope, id, assessment_id]))
|
|
585
|
+
|
|
544
586
|
@jsii.member(jsii_name="inspect")
|
|
545
587
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
546
588
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1428,6 +1470,22 @@ def _typecheckingstub__92bc07048cc88ff5fa41ca724a6b42a6ae66b35846d9ddafe90b7f486
|
|
|
1428
1470
|
"""Type checking stubs"""
|
|
1429
1471
|
pass
|
|
1430
1472
|
|
|
1473
|
+
def _typecheckingstub__53998ced82653765b84ddead2a4dff0ff2e45ab68892348e05eacca82bb124dc(
|
|
1474
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1475
|
+
id: builtins.str,
|
|
1476
|
+
arn: builtins.str,
|
|
1477
|
+
) -> None:
|
|
1478
|
+
"""Type checking stubs"""
|
|
1479
|
+
pass
|
|
1480
|
+
|
|
1481
|
+
def _typecheckingstub__43eb8aeb11f425b57f8a93b31b847effe83f1e71d092fac1c67aa18396a4326f(
|
|
1482
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1483
|
+
id: builtins.str,
|
|
1484
|
+
assessment_id: builtins.str,
|
|
1485
|
+
) -> None:
|
|
1486
|
+
"""Type checking stubs"""
|
|
1487
|
+
pass
|
|
1488
|
+
|
|
1431
1489
|
def _typecheckingstub__03e38c1f5231f872be6e5945b84145421d5aa9adad701fbe2da3ed8f537a8bf5(
|
|
1432
1490
|
inspector: _TreeInspector_488e0dd5,
|
|
1433
1491
|
) -> None:
|
aws_cdk/aws_backup/__init__.py
CHANGED
|
@@ -4520,6 +4520,48 @@ class CfnBackupPlan(
|
|
|
4520
4520
|
|
|
4521
4521
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
4522
4522
|
|
|
4523
|
+
@jsii.member(jsii_name="fromBackupPlanArn")
|
|
4524
|
+
@builtins.classmethod
|
|
4525
|
+
def from_backup_plan_arn(
|
|
4526
|
+
cls,
|
|
4527
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4528
|
+
id: builtins.str,
|
|
4529
|
+
arn: builtins.str,
|
|
4530
|
+
) -> IBackupPlanRef:
|
|
4531
|
+
'''Creates a new IBackupPlanRef from an ARN.
|
|
4532
|
+
|
|
4533
|
+
:param scope: -
|
|
4534
|
+
:param id: -
|
|
4535
|
+
:param arn: -
|
|
4536
|
+
'''
|
|
4537
|
+
if __debug__:
|
|
4538
|
+
type_hints = typing.get_type_hints(_typecheckingstub__19a621581dc951af9f595672bab4c44806829db988a9a543e73c82aa211347cc)
|
|
4539
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4540
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4541
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4542
|
+
return typing.cast(IBackupPlanRef, jsii.sinvoke(cls, "fromBackupPlanArn", [scope, id, arn]))
|
|
4543
|
+
|
|
4544
|
+
@jsii.member(jsii_name="fromBackupPlanId")
|
|
4545
|
+
@builtins.classmethod
|
|
4546
|
+
def from_backup_plan_id(
|
|
4547
|
+
cls,
|
|
4548
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4549
|
+
id: builtins.str,
|
|
4550
|
+
backup_plan_id: builtins.str,
|
|
4551
|
+
) -> IBackupPlanRef:
|
|
4552
|
+
'''Creates a new IBackupPlanRef from a backupPlanId.
|
|
4553
|
+
|
|
4554
|
+
:param scope: -
|
|
4555
|
+
:param id: -
|
|
4556
|
+
:param backup_plan_id: -
|
|
4557
|
+
'''
|
|
4558
|
+
if __debug__:
|
|
4559
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c10f5f2e9e380d8e917a10f74122d09d2b555c99380ffa6da4e01197e1e097dd)
|
|
4560
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4561
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4562
|
+
check_type(argname="argument backup_plan_id", value=backup_plan_id, expected_type=type_hints["backup_plan_id"])
|
|
4563
|
+
return typing.cast(IBackupPlanRef, jsii.sinvoke(cls, "fromBackupPlanId", [scope, id, backup_plan_id]))
|
|
4564
|
+
|
|
4523
4565
|
@jsii.member(jsii_name="inspect")
|
|
4524
4566
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
4525
4567
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6087,6 +6129,48 @@ class CfnBackupVault(
|
|
|
6087
6129
|
|
|
6088
6130
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6089
6131
|
|
|
6132
|
+
@jsii.member(jsii_name="fromBackupVaultArn")
|
|
6133
|
+
@builtins.classmethod
|
|
6134
|
+
def from_backup_vault_arn(
|
|
6135
|
+
cls,
|
|
6136
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6137
|
+
id: builtins.str,
|
|
6138
|
+
arn: builtins.str,
|
|
6139
|
+
) -> IBackupVaultRef:
|
|
6140
|
+
'''Creates a new IBackupVaultRef from an ARN.
|
|
6141
|
+
|
|
6142
|
+
:param scope: -
|
|
6143
|
+
:param id: -
|
|
6144
|
+
:param arn: -
|
|
6145
|
+
'''
|
|
6146
|
+
if __debug__:
|
|
6147
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2986d116c33dbb1dc995c507e7df9b0cf2f344f357d0a1404d0c2ece4c1fc5b2)
|
|
6148
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6149
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6150
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6151
|
+
return typing.cast(IBackupVaultRef, jsii.sinvoke(cls, "fromBackupVaultArn", [scope, id, arn]))
|
|
6152
|
+
|
|
6153
|
+
@jsii.member(jsii_name="fromBackupVaultName")
|
|
6154
|
+
@builtins.classmethod
|
|
6155
|
+
def from_backup_vault_name(
|
|
6156
|
+
cls,
|
|
6157
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6158
|
+
id: builtins.str,
|
|
6159
|
+
backup_vault_name: builtins.str,
|
|
6160
|
+
) -> IBackupVaultRef:
|
|
6161
|
+
'''Creates a new IBackupVaultRef from a backupVaultName.
|
|
6162
|
+
|
|
6163
|
+
:param scope: -
|
|
6164
|
+
:param id: -
|
|
6165
|
+
:param backup_vault_name: -
|
|
6166
|
+
'''
|
|
6167
|
+
if __debug__:
|
|
6168
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cc137647a726cfa7058e572fdb03e73df8b9f52e786f61edcd64eb6c3fc59645)
|
|
6169
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6170
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6171
|
+
check_type(argname="argument backup_vault_name", value=backup_vault_name, expected_type=type_hints["backup_vault_name"])
|
|
6172
|
+
return typing.cast(IBackupVaultRef, jsii.sinvoke(cls, "fromBackupVaultName", [scope, id, backup_vault_name]))
|
|
6173
|
+
|
|
6090
6174
|
@jsii.member(jsii_name="inspect")
|
|
6091
6175
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6092
6176
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7792,6 +7876,27 @@ class CfnRestoreTestingPlan(
|
|
|
7792
7876
|
|
|
7793
7877
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7794
7878
|
|
|
7879
|
+
@jsii.member(jsii_name="fromRestoreTestingPlanArn")
|
|
7880
|
+
@builtins.classmethod
|
|
7881
|
+
def from_restore_testing_plan_arn(
|
|
7882
|
+
cls,
|
|
7883
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7884
|
+
id: builtins.str,
|
|
7885
|
+
arn: builtins.str,
|
|
7886
|
+
) -> IRestoreTestingPlanRef:
|
|
7887
|
+
'''Creates a new IRestoreTestingPlanRef from an ARN.
|
|
7888
|
+
|
|
7889
|
+
:param scope: -
|
|
7890
|
+
:param id: -
|
|
7891
|
+
:param arn: -
|
|
7892
|
+
'''
|
|
7893
|
+
if __debug__:
|
|
7894
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f47a7b3e034a517883e53c07ea077732197f8b6f1c58c90dc62e677611bcf32b)
|
|
7895
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7896
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7897
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7898
|
+
return typing.cast(IRestoreTestingPlanRef, jsii.sinvoke(cls, "fromRestoreTestingPlanArn", [scope, id, arn]))
|
|
7899
|
+
|
|
7795
7900
|
@jsii.member(jsii_name="inspect")
|
|
7796
7901
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7797
7902
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9020,6 +9125,22 @@ def _typecheckingstub__8250888ac08b345ef300cc4ce53cc267858e31401cdc7b6a427c98f5b
|
|
|
9020
9125
|
"""Type checking stubs"""
|
|
9021
9126
|
pass
|
|
9022
9127
|
|
|
9128
|
+
def _typecheckingstub__19a621581dc951af9f595672bab4c44806829db988a9a543e73c82aa211347cc(
|
|
9129
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9130
|
+
id: builtins.str,
|
|
9131
|
+
arn: builtins.str,
|
|
9132
|
+
) -> None:
|
|
9133
|
+
"""Type checking stubs"""
|
|
9134
|
+
pass
|
|
9135
|
+
|
|
9136
|
+
def _typecheckingstub__c10f5f2e9e380d8e917a10f74122d09d2b555c99380ffa6da4e01197e1e097dd(
|
|
9137
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9138
|
+
id: builtins.str,
|
|
9139
|
+
backup_plan_id: builtins.str,
|
|
9140
|
+
) -> None:
|
|
9141
|
+
"""Type checking stubs"""
|
|
9142
|
+
pass
|
|
9143
|
+
|
|
9023
9144
|
def _typecheckingstub__ff313ad9e84c3475e4286a17d3e066d3b8ff12dcdde29c7a2727bf7529fa7fbb(
|
|
9024
9145
|
inspector: _TreeInspector_488e0dd5,
|
|
9025
9146
|
) -> None:
|
|
@@ -9189,6 +9310,22 @@ def _typecheckingstub__91f579bea882f82608d503a3e561568131d8e8e6d825c152c63d59622
|
|
|
9189
9310
|
"""Type checking stubs"""
|
|
9190
9311
|
pass
|
|
9191
9312
|
|
|
9313
|
+
def _typecheckingstub__2986d116c33dbb1dc995c507e7df9b0cf2f344f357d0a1404d0c2ece4c1fc5b2(
|
|
9314
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9315
|
+
id: builtins.str,
|
|
9316
|
+
arn: builtins.str,
|
|
9317
|
+
) -> None:
|
|
9318
|
+
"""Type checking stubs"""
|
|
9319
|
+
pass
|
|
9320
|
+
|
|
9321
|
+
def _typecheckingstub__cc137647a726cfa7058e572fdb03e73df8b9f52e786f61edcd64eb6c3fc59645(
|
|
9322
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9323
|
+
id: builtins.str,
|
|
9324
|
+
backup_vault_name: builtins.str,
|
|
9325
|
+
) -> None:
|
|
9326
|
+
"""Type checking stubs"""
|
|
9327
|
+
pass
|
|
9328
|
+
|
|
9192
9329
|
def _typecheckingstub__c5303f64257feccbaac430e6766ee8dd85d8293dcda5a0b514f9128fa193e156(
|
|
9193
9330
|
inspector: _TreeInspector_488e0dd5,
|
|
9194
9331
|
) -> None:
|
|
@@ -9487,6 +9624,14 @@ def _typecheckingstub__ce1d12683247bbd0bcd185e807f3b41b4b53ee7cfd847d57ecbf875d4
|
|
|
9487
9624
|
"""Type checking stubs"""
|
|
9488
9625
|
pass
|
|
9489
9626
|
|
|
9627
|
+
def _typecheckingstub__f47a7b3e034a517883e53c07ea077732197f8b6f1c58c90dc62e677611bcf32b(
|
|
9628
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9629
|
+
id: builtins.str,
|
|
9630
|
+
arn: builtins.str,
|
|
9631
|
+
) -> None:
|
|
9632
|
+
"""Type checking stubs"""
|
|
9633
|
+
pass
|
|
9634
|
+
|
|
9490
9635
|
def _typecheckingstub__d5ba5ffd43036caff767719ec070ceb8bbd591fd4d39ca36636cd2d29d4a56ff(
|
|
9491
9636
|
inspector: _TreeInspector_488e0dd5,
|
|
9492
9637
|
) -> None:
|
aws_cdk/aws_batch/__init__.py
CHANGED
|
@@ -15230,6 +15230,48 @@ class CfnJobDefinition(
|
|
|
15230
15230
|
|
|
15231
15231
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
15232
15232
|
|
|
15233
|
+
@jsii.member(jsii_name="fromJobDefinitionArn")
|
|
15234
|
+
@builtins.classmethod
|
|
15235
|
+
def from_job_definition_arn(
|
|
15236
|
+
cls,
|
|
15237
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15238
|
+
id: builtins.str,
|
|
15239
|
+
arn: builtins.str,
|
|
15240
|
+
) -> IJobDefinitionRef:
|
|
15241
|
+
'''Creates a new IJobDefinitionRef from an ARN.
|
|
15242
|
+
|
|
15243
|
+
:param scope: -
|
|
15244
|
+
:param id: -
|
|
15245
|
+
:param arn: -
|
|
15246
|
+
'''
|
|
15247
|
+
if __debug__:
|
|
15248
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9eb64c713801d4b9b5ffb80a279b71c78cb6317fd0c771df22f2646f9d957f0d)
|
|
15249
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
15250
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
15251
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
15252
|
+
return typing.cast(IJobDefinitionRef, jsii.sinvoke(cls, "fromJobDefinitionArn", [scope, id, arn]))
|
|
15253
|
+
|
|
15254
|
+
@jsii.member(jsii_name="fromJobDefinitionName")
|
|
15255
|
+
@builtins.classmethod
|
|
15256
|
+
def from_job_definition_name(
|
|
15257
|
+
cls,
|
|
15258
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
15259
|
+
id: builtins.str,
|
|
15260
|
+
job_definition_name: builtins.str,
|
|
15261
|
+
) -> IJobDefinitionRef:
|
|
15262
|
+
'''Creates a new IJobDefinitionRef from a jobDefinitionName.
|
|
15263
|
+
|
|
15264
|
+
:param scope: -
|
|
15265
|
+
:param id: -
|
|
15266
|
+
:param job_definition_name: -
|
|
15267
|
+
'''
|
|
15268
|
+
if __debug__:
|
|
15269
|
+
type_hints = typing.get_type_hints(_typecheckingstub__825692ecdcf61885a93251433de856e5a5f6a3a7d68b8673883d418e98bd1956)
|
|
15270
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
15271
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
15272
|
+
check_type(argname="argument job_definition_name", value=job_definition_name, expected_type=type_hints["job_definition_name"])
|
|
15273
|
+
return typing.cast(IJobDefinitionRef, jsii.sinvoke(cls, "fromJobDefinitionName", [scope, id, job_definition_name]))
|
|
15274
|
+
|
|
15233
15275
|
@jsii.member(jsii_name="inspect")
|
|
15234
15276
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
15235
15277
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -27395,6 +27437,22 @@ def _typecheckingstub__37959c68856ab28ea1a57515db976bc2215806d52c75f6166834df6ae
|
|
|
27395
27437
|
"""Type checking stubs"""
|
|
27396
27438
|
pass
|
|
27397
27439
|
|
|
27440
|
+
def _typecheckingstub__9eb64c713801d4b9b5ffb80a279b71c78cb6317fd0c771df22f2646f9d957f0d(
|
|
27441
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27442
|
+
id: builtins.str,
|
|
27443
|
+
arn: builtins.str,
|
|
27444
|
+
) -> None:
|
|
27445
|
+
"""Type checking stubs"""
|
|
27446
|
+
pass
|
|
27447
|
+
|
|
27448
|
+
def _typecheckingstub__825692ecdcf61885a93251433de856e5a5f6a3a7d68b8673883d418e98bd1956(
|
|
27449
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
27450
|
+
id: builtins.str,
|
|
27451
|
+
job_definition_name: builtins.str,
|
|
27452
|
+
) -> None:
|
|
27453
|
+
"""Type checking stubs"""
|
|
27454
|
+
pass
|
|
27455
|
+
|
|
27398
27456
|
def _typecheckingstub__84b6af858f7642dbc10029a34c2ed90c61a840b3c9d8a639fbe0690b4aa593d9(
|
|
27399
27457
|
inspector: _TreeInspector_488e0dd5,
|
|
27400
27458
|
) -> None:
|
aws_cdk/aws_bedrock/__init__.py
CHANGED
|
@@ -6660,6 +6660,48 @@ class CfnAgent(
|
|
|
6660
6660
|
|
|
6661
6661
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6662
6662
|
|
|
6663
|
+
@jsii.member(jsii_name="fromAgentArn")
|
|
6664
|
+
@builtins.classmethod
|
|
6665
|
+
def from_agent_arn(
|
|
6666
|
+
cls,
|
|
6667
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6668
|
+
id: builtins.str,
|
|
6669
|
+
arn: builtins.str,
|
|
6670
|
+
) -> IAgentRef:
|
|
6671
|
+
'''Creates a new IAgentRef from an ARN.
|
|
6672
|
+
|
|
6673
|
+
:param scope: -
|
|
6674
|
+
:param id: -
|
|
6675
|
+
:param arn: -
|
|
6676
|
+
'''
|
|
6677
|
+
if __debug__:
|
|
6678
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a50c386b00c38807392130c7c2e5f13011cfa631c2e224873413c4088fe704e9)
|
|
6679
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6680
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6681
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6682
|
+
return typing.cast(IAgentRef, jsii.sinvoke(cls, "fromAgentArn", [scope, id, arn]))
|
|
6683
|
+
|
|
6684
|
+
@jsii.member(jsii_name="fromAgentId")
|
|
6685
|
+
@builtins.classmethod
|
|
6686
|
+
def from_agent_id(
|
|
6687
|
+
cls,
|
|
6688
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6689
|
+
id: builtins.str,
|
|
6690
|
+
agent_id: builtins.str,
|
|
6691
|
+
) -> IAgentRef:
|
|
6692
|
+
'''Creates a new IAgentRef from a agentId.
|
|
6693
|
+
|
|
6694
|
+
:param scope: -
|
|
6695
|
+
:param id: -
|
|
6696
|
+
:param agent_id: -
|
|
6697
|
+
'''
|
|
6698
|
+
if __debug__:
|
|
6699
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8832a4127ba371cbf4e8480b4a27e2ec86907eaf703ccd4380023bcad71ad0c9)
|
|
6700
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6701
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6702
|
+
check_type(argname="argument agent_id", value=agent_id, expected_type=type_hints["agent_id"])
|
|
6703
|
+
return typing.cast(IAgentRef, jsii.sinvoke(cls, "fromAgentId", [scope, id, agent_id]))
|
|
6704
|
+
|
|
6663
6705
|
@jsii.member(jsii_name="inspect")
|
|
6664
6706
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6665
6707
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8941,6 +8983,27 @@ class CfnAgentAlias(
|
|
|
8941
8983
|
|
|
8942
8984
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8943
8985
|
|
|
8986
|
+
@jsii.member(jsii_name="fromAgentAliasArn")
|
|
8987
|
+
@builtins.classmethod
|
|
8988
|
+
def from_agent_alias_arn(
|
|
8989
|
+
cls,
|
|
8990
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8991
|
+
id: builtins.str,
|
|
8992
|
+
arn: builtins.str,
|
|
8993
|
+
) -> IAgentAliasRef:
|
|
8994
|
+
'''Creates a new IAgentAliasRef from an ARN.
|
|
8995
|
+
|
|
8996
|
+
:param scope: -
|
|
8997
|
+
:param id: -
|
|
8998
|
+
:param arn: -
|
|
8999
|
+
'''
|
|
9000
|
+
if __debug__:
|
|
9001
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e6591016d37503aa9857cba22986f12d7e87f0fbb1f7f3ab93e7b00dce6b951b)
|
|
9002
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
9003
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
9004
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
9005
|
+
return typing.cast(IAgentAliasRef, jsii.sinvoke(cls, "fromAgentAliasArn", [scope, id, arn]))
|
|
9006
|
+
|
|
8944
9007
|
@jsii.member(jsii_name="inspect")
|
|
8945
9008
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8946
9009
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -31544,6 +31607,48 @@ class CfnKnowledgeBase(
|
|
|
31544
31607
|
|
|
31545
31608
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
31546
31609
|
|
|
31610
|
+
@jsii.member(jsii_name="fromKnowledgeBaseArn")
|
|
31611
|
+
@builtins.classmethod
|
|
31612
|
+
def from_knowledge_base_arn(
|
|
31613
|
+
cls,
|
|
31614
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
31615
|
+
id: builtins.str,
|
|
31616
|
+
arn: builtins.str,
|
|
31617
|
+
) -> IKnowledgeBaseRef:
|
|
31618
|
+
'''Creates a new IKnowledgeBaseRef from an ARN.
|
|
31619
|
+
|
|
31620
|
+
:param scope: -
|
|
31621
|
+
:param id: -
|
|
31622
|
+
:param arn: -
|
|
31623
|
+
'''
|
|
31624
|
+
if __debug__:
|
|
31625
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f98092724f410a99d7d4dcc3737acddeb21df146f3241ebee83d2d0383c11268)
|
|
31626
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
31627
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
31628
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
31629
|
+
return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseArn", [scope, id, arn]))
|
|
31630
|
+
|
|
31631
|
+
@jsii.member(jsii_name="fromKnowledgeBaseId")
|
|
31632
|
+
@builtins.classmethod
|
|
31633
|
+
def from_knowledge_base_id(
|
|
31634
|
+
cls,
|
|
31635
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
31636
|
+
id: builtins.str,
|
|
31637
|
+
knowledge_base_id: builtins.str,
|
|
31638
|
+
) -> IKnowledgeBaseRef:
|
|
31639
|
+
'''Creates a new IKnowledgeBaseRef from a knowledgeBaseId.
|
|
31640
|
+
|
|
31641
|
+
:param scope: -
|
|
31642
|
+
:param id: -
|
|
31643
|
+
:param knowledge_base_id: -
|
|
31644
|
+
'''
|
|
31645
|
+
if __debug__:
|
|
31646
|
+
type_hints = typing.get_type_hints(_typecheckingstub__6e330de9640222ac7605e18bdc78b57c7813d7b535a850c1d84f6b0317c73430)
|
|
31647
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
31648
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
31649
|
+
check_type(argname="argument knowledge_base_id", value=knowledge_base_id, expected_type=type_hints["knowledge_base_id"])
|
|
31650
|
+
return typing.cast(IKnowledgeBaseRef, jsii.sinvoke(cls, "fromKnowledgeBaseId", [scope, id, knowledge_base_id]))
|
|
31651
|
+
|
|
31547
31652
|
@jsii.member(jsii_name="inspect")
|
|
31548
31653
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
31549
31654
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -40296,6 +40401,22 @@ def _typecheckingstub__facaad57ffe16da42f099d2b7997f3e6fd3b9eba46fd226d8fb5afe28
|
|
|
40296
40401
|
"""Type checking stubs"""
|
|
40297
40402
|
pass
|
|
40298
40403
|
|
|
40404
|
+
def _typecheckingstub__a50c386b00c38807392130c7c2e5f13011cfa631c2e224873413c4088fe704e9(
|
|
40405
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
40406
|
+
id: builtins.str,
|
|
40407
|
+
arn: builtins.str,
|
|
40408
|
+
) -> None:
|
|
40409
|
+
"""Type checking stubs"""
|
|
40410
|
+
pass
|
|
40411
|
+
|
|
40412
|
+
def _typecheckingstub__8832a4127ba371cbf4e8480b4a27e2ec86907eaf703ccd4380023bcad71ad0c9(
|
|
40413
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
40414
|
+
id: builtins.str,
|
|
40415
|
+
agent_id: builtins.str,
|
|
40416
|
+
) -> None:
|
|
40417
|
+
"""Type checking stubs"""
|
|
40418
|
+
pass
|
|
40419
|
+
|
|
40299
40420
|
def _typecheckingstub__c671dddc0216853bf62cdd51e6c2889b8dfe0d7819a455df2ad71c5b8d67daba(
|
|
40300
40421
|
inspector: _TreeInspector_488e0dd5,
|
|
40301
40422
|
) -> None:
|
|
@@ -40602,6 +40723,14 @@ def _typecheckingstub__9a8230a990c5fac91dc09e3de4211aa6f82fce95537f199a7987ca92f
|
|
|
40602
40723
|
"""Type checking stubs"""
|
|
40603
40724
|
pass
|
|
40604
40725
|
|
|
40726
|
+
def _typecheckingstub__e6591016d37503aa9857cba22986f12d7e87f0fbb1f7f3ab93e7b00dce6b951b(
|
|
40727
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
40728
|
+
id: builtins.str,
|
|
40729
|
+
arn: builtins.str,
|
|
40730
|
+
) -> None:
|
|
40731
|
+
"""Type checking stubs"""
|
|
40732
|
+
pass
|
|
40733
|
+
|
|
40605
40734
|
def _typecheckingstub__881be8885c059b078e3110beb1aed396db2ce3f0505bec32be8cedeba399356d(
|
|
40606
40735
|
inspector: _TreeInspector_488e0dd5,
|
|
40607
40736
|
) -> None:
|
|
@@ -42978,6 +43107,22 @@ def _typecheckingstub__6ef81b8dcbedbd76b5a39a6fd5a967ba49aa887b63aad45e2bc246c96
|
|
|
42978
43107
|
"""Type checking stubs"""
|
|
42979
43108
|
pass
|
|
42980
43109
|
|
|
43110
|
+
def _typecheckingstub__f98092724f410a99d7d4dcc3737acddeb21df146f3241ebee83d2d0383c11268(
|
|
43111
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
43112
|
+
id: builtins.str,
|
|
43113
|
+
arn: builtins.str,
|
|
43114
|
+
) -> None:
|
|
43115
|
+
"""Type checking stubs"""
|
|
43116
|
+
pass
|
|
43117
|
+
|
|
43118
|
+
def _typecheckingstub__6e330de9640222ac7605e18bdc78b57c7813d7b535a850c1d84f6b0317c73430(
|
|
43119
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
43120
|
+
id: builtins.str,
|
|
43121
|
+
knowledge_base_id: builtins.str,
|
|
43122
|
+
) -> None:
|
|
43123
|
+
"""Type checking stubs"""
|
|
43124
|
+
pass
|
|
43125
|
+
|
|
42981
43126
|
def _typecheckingstub__ff4bc276c76fa89d7e7e13dc3bbd6542bf9248bddf93da183855dfef109357e1(
|
|
42982
43127
|
inspector: _TreeInspector_488e0dd5,
|
|
42983
43128
|
) -> None:
|