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_panorama/__init__.py
CHANGED
|
@@ -923,6 +923,48 @@ class CfnApplicationInstance(
|
|
|
923
923
|
|
|
924
924
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
925
925
|
|
|
926
|
+
@jsii.member(jsii_name="fromApplicationInstanceArn")
|
|
927
|
+
@builtins.classmethod
|
|
928
|
+
def from_application_instance_arn(
|
|
929
|
+
cls,
|
|
930
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
931
|
+
id: builtins.str,
|
|
932
|
+
arn: builtins.str,
|
|
933
|
+
) -> IApplicationInstanceRef:
|
|
934
|
+
'''Creates a new IApplicationInstanceRef from an ARN.
|
|
935
|
+
|
|
936
|
+
:param scope: -
|
|
937
|
+
:param id: -
|
|
938
|
+
:param arn: -
|
|
939
|
+
'''
|
|
940
|
+
if __debug__:
|
|
941
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a9f4f68f6afad3612ec12bf875c21240c719f76be3cb147ecb5aa8e2041ee7b3)
|
|
942
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
943
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
944
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
945
|
+
return typing.cast(IApplicationInstanceRef, jsii.sinvoke(cls, "fromApplicationInstanceArn", [scope, id, arn]))
|
|
946
|
+
|
|
947
|
+
@jsii.member(jsii_name="fromApplicationInstanceId")
|
|
948
|
+
@builtins.classmethod
|
|
949
|
+
def from_application_instance_id(
|
|
950
|
+
cls,
|
|
951
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
952
|
+
id: builtins.str,
|
|
953
|
+
application_instance_id: builtins.str,
|
|
954
|
+
) -> IApplicationInstanceRef:
|
|
955
|
+
'''Creates a new IApplicationInstanceRef from a applicationInstanceId.
|
|
956
|
+
|
|
957
|
+
:param scope: -
|
|
958
|
+
:param id: -
|
|
959
|
+
:param application_instance_id: -
|
|
960
|
+
'''
|
|
961
|
+
if __debug__:
|
|
962
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cf3c71beda280e35f7832b3400f0af821e251042c4f89db4b42f5975db8cb61e)
|
|
963
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
964
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
965
|
+
check_type(argname="argument application_instance_id", value=application_instance_id, expected_type=type_hints["application_instance_id"])
|
|
966
|
+
return typing.cast(IApplicationInstanceRef, jsii.sinvoke(cls, "fromApplicationInstanceId", [scope, id, application_instance_id]))
|
|
967
|
+
|
|
926
968
|
@jsii.member(jsii_name="inspect")
|
|
927
969
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
928
970
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1345,6 +1387,48 @@ class CfnPackage(
|
|
|
1345
1387
|
|
|
1346
1388
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1347
1389
|
|
|
1390
|
+
@jsii.member(jsii_name="fromPackageArn")
|
|
1391
|
+
@builtins.classmethod
|
|
1392
|
+
def from_package_arn(
|
|
1393
|
+
cls,
|
|
1394
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1395
|
+
id: builtins.str,
|
|
1396
|
+
arn: builtins.str,
|
|
1397
|
+
) -> IPackageRef:
|
|
1398
|
+
'''Creates a new IPackageRef from an ARN.
|
|
1399
|
+
|
|
1400
|
+
:param scope: -
|
|
1401
|
+
:param id: -
|
|
1402
|
+
:param arn: -
|
|
1403
|
+
'''
|
|
1404
|
+
if __debug__:
|
|
1405
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dbb1b4451fa22057cbdadb664b6b5291a345b0219fd29e15b98a5e75bc902dc5)
|
|
1406
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1407
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1408
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1409
|
+
return typing.cast(IPackageRef, jsii.sinvoke(cls, "fromPackageArn", [scope, id, arn]))
|
|
1410
|
+
|
|
1411
|
+
@jsii.member(jsii_name="fromPackageId")
|
|
1412
|
+
@builtins.classmethod
|
|
1413
|
+
def from_package_id(
|
|
1414
|
+
cls,
|
|
1415
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1416
|
+
id: builtins.str,
|
|
1417
|
+
package_id: builtins.str,
|
|
1418
|
+
) -> IPackageRef:
|
|
1419
|
+
'''Creates a new IPackageRef from a packageId.
|
|
1420
|
+
|
|
1421
|
+
:param scope: -
|
|
1422
|
+
:param id: -
|
|
1423
|
+
:param package_id: -
|
|
1424
|
+
'''
|
|
1425
|
+
if __debug__:
|
|
1426
|
+
type_hints = typing.get_type_hints(_typecheckingstub__036c08570129c334f6bca1d78d3bbd858ea49a86a6495c2d28a66c5f7fdd60a9)
|
|
1427
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1428
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1429
|
+
check_type(argname="argument package_id", value=package_id, expected_type=type_hints["package_id"])
|
|
1430
|
+
return typing.cast(IPackageRef, jsii.sinvoke(cls, "fromPackageId", [scope, id, package_id]))
|
|
1431
|
+
|
|
1348
1432
|
@jsii.member(jsii_name="inspect")
|
|
1349
1433
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1350
1434
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1981,6 +2065,22 @@ def _typecheckingstub__efd0ba4cd6c0b4ee9023df6f956444617b610a622dce5eb667859d9d3
|
|
|
1981
2065
|
"""Type checking stubs"""
|
|
1982
2066
|
pass
|
|
1983
2067
|
|
|
2068
|
+
def _typecheckingstub__a9f4f68f6afad3612ec12bf875c21240c719f76be3cb147ecb5aa8e2041ee7b3(
|
|
2069
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2070
|
+
id: builtins.str,
|
|
2071
|
+
arn: builtins.str,
|
|
2072
|
+
) -> None:
|
|
2073
|
+
"""Type checking stubs"""
|
|
2074
|
+
pass
|
|
2075
|
+
|
|
2076
|
+
def _typecheckingstub__cf3c71beda280e35f7832b3400f0af821e251042c4f89db4b42f5975db8cb61e(
|
|
2077
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2078
|
+
id: builtins.str,
|
|
2079
|
+
application_instance_id: builtins.str,
|
|
2080
|
+
) -> None:
|
|
2081
|
+
"""Type checking stubs"""
|
|
2082
|
+
pass
|
|
2083
|
+
|
|
1984
2084
|
def _typecheckingstub__f02c8fd6f1a71465462afea3d559ebb5b8ea0af1bc67afc99474bf782789ec30(
|
|
1985
2085
|
inspector: _TreeInspector_488e0dd5,
|
|
1986
2086
|
) -> None:
|
|
@@ -2066,6 +2166,22 @@ def _typecheckingstub__014b23b28acc37a82edebe15e1628f0ee03393a0354f498b25ce8519a
|
|
|
2066
2166
|
"""Type checking stubs"""
|
|
2067
2167
|
pass
|
|
2068
2168
|
|
|
2169
|
+
def _typecheckingstub__dbb1b4451fa22057cbdadb664b6b5291a345b0219fd29e15b98a5e75bc902dc5(
|
|
2170
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2171
|
+
id: builtins.str,
|
|
2172
|
+
arn: builtins.str,
|
|
2173
|
+
) -> None:
|
|
2174
|
+
"""Type checking stubs"""
|
|
2175
|
+
pass
|
|
2176
|
+
|
|
2177
|
+
def _typecheckingstub__036c08570129c334f6bca1d78d3bbd858ea49a86a6495c2d28a66c5f7fdd60a9(
|
|
2178
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2179
|
+
id: builtins.str,
|
|
2180
|
+
package_id: builtins.str,
|
|
2181
|
+
) -> None:
|
|
2182
|
+
"""Type checking stubs"""
|
|
2183
|
+
pass
|
|
2184
|
+
|
|
2069
2185
|
def _typecheckingstub__d571cb582323b52428cb462f12dd0ba0765010a338ed79ea157b3fc920aa535a(
|
|
2070
2186
|
inspector: _TreeInspector_488e0dd5,
|
|
2071
2187
|
) -> None:
|
aws_cdk/aws_pinpoint/__init__.py
CHANGED
|
@@ -6777,6 +6777,48 @@ class CfnApp(
|
|
|
6777
6777
|
|
|
6778
6778
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6779
6779
|
|
|
6780
|
+
@jsii.member(jsii_name="fromAppArn")
|
|
6781
|
+
@builtins.classmethod
|
|
6782
|
+
def from_app_arn(
|
|
6783
|
+
cls,
|
|
6784
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6785
|
+
id: builtins.str,
|
|
6786
|
+
arn: builtins.str,
|
|
6787
|
+
) -> IAppRef:
|
|
6788
|
+
'''Creates a new IAppRef from an ARN.
|
|
6789
|
+
|
|
6790
|
+
:param scope: -
|
|
6791
|
+
:param id: -
|
|
6792
|
+
:param arn: -
|
|
6793
|
+
'''
|
|
6794
|
+
if __debug__:
|
|
6795
|
+
type_hints = typing.get_type_hints(_typecheckingstub__70f0e32e7cd279e91fc578d15e5825d6dcb28ef1b582e7668a98f90634869397)
|
|
6796
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6797
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6798
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6799
|
+
return typing.cast(IAppRef, jsii.sinvoke(cls, "fromAppArn", [scope, id, arn]))
|
|
6800
|
+
|
|
6801
|
+
@jsii.member(jsii_name="fromAppId")
|
|
6802
|
+
@builtins.classmethod
|
|
6803
|
+
def from_app_id(
|
|
6804
|
+
cls,
|
|
6805
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6806
|
+
id: builtins.str,
|
|
6807
|
+
app_id: builtins.str,
|
|
6808
|
+
) -> IAppRef:
|
|
6809
|
+
'''Creates a new IAppRef from a appId.
|
|
6810
|
+
|
|
6811
|
+
:param scope: -
|
|
6812
|
+
:param id: -
|
|
6813
|
+
:param app_id: -
|
|
6814
|
+
'''
|
|
6815
|
+
if __debug__:
|
|
6816
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a2975d35784fc720a55f6e6753dfa83c2c5fbcdf77820d02fea580038ac4febd)
|
|
6817
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6818
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6819
|
+
check_type(argname="argument app_id", value=app_id, expected_type=type_hints["app_id"])
|
|
6820
|
+
return typing.cast(IAppRef, jsii.sinvoke(cls, "fromAppId", [scope, id, app_id]))
|
|
6821
|
+
|
|
6780
6822
|
@jsii.member(jsii_name="inspect")
|
|
6781
6823
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6782
6824
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8052,6 +8094,27 @@ class CfnCampaign(
|
|
|
8052
8094
|
|
|
8053
8095
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8054
8096
|
|
|
8097
|
+
@jsii.member(jsii_name="fromCampaignArn")
|
|
8098
|
+
@builtins.classmethod
|
|
8099
|
+
def from_campaign_arn(
|
|
8100
|
+
cls,
|
|
8101
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8102
|
+
id: builtins.str,
|
|
8103
|
+
arn: builtins.str,
|
|
8104
|
+
) -> ICampaignRef:
|
|
8105
|
+
'''Creates a new ICampaignRef from an ARN.
|
|
8106
|
+
|
|
8107
|
+
:param scope: -
|
|
8108
|
+
:param id: -
|
|
8109
|
+
:param arn: -
|
|
8110
|
+
'''
|
|
8111
|
+
if __debug__:
|
|
8112
|
+
type_hints = typing.get_type_hints(_typecheckingstub__ab591ee16a73472ae59021eed25e4aed98dd4fa5ba18769df90d60eb0376628e)
|
|
8113
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8114
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8115
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8116
|
+
return typing.cast(ICampaignRef, jsii.sinvoke(cls, "fromCampaignArn", [scope, id, arn]))
|
|
8117
|
+
|
|
8055
8118
|
@jsii.member(jsii_name="inspect")
|
|
8056
8119
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8057
8120
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -14650,6 +14713,27 @@ class CfnSegment(
|
|
|
14650
14713
|
|
|
14651
14714
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
14652
14715
|
|
|
14716
|
+
@jsii.member(jsii_name="fromSegmentArn")
|
|
14717
|
+
@builtins.classmethod
|
|
14718
|
+
def from_segment_arn(
|
|
14719
|
+
cls,
|
|
14720
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14721
|
+
id: builtins.str,
|
|
14722
|
+
arn: builtins.str,
|
|
14723
|
+
) -> ISegmentRef:
|
|
14724
|
+
'''Creates a new ISegmentRef from an ARN.
|
|
14725
|
+
|
|
14726
|
+
:param scope: -
|
|
14727
|
+
:param id: -
|
|
14728
|
+
:param arn: -
|
|
14729
|
+
'''
|
|
14730
|
+
if __debug__:
|
|
14731
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bc304a7477cb00665c766619671fb5c20dbf4598b1c401d36d4cda5b8640cf6b)
|
|
14732
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14733
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14734
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
14735
|
+
return typing.cast(ISegmentRef, jsii.sinvoke(cls, "fromSegmentArn", [scope, id, arn]))
|
|
14736
|
+
|
|
14653
14737
|
@jsii.member(jsii_name="inspect")
|
|
14654
14738
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
14655
14739
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -17222,6 +17306,22 @@ def _typecheckingstub__6b0f8bd367843c451288aaaaf44baa44f09abffc0daba385520088889
|
|
|
17222
17306
|
"""Type checking stubs"""
|
|
17223
17307
|
pass
|
|
17224
17308
|
|
|
17309
|
+
def _typecheckingstub__70f0e32e7cd279e91fc578d15e5825d6dcb28ef1b582e7668a98f90634869397(
|
|
17310
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17311
|
+
id: builtins.str,
|
|
17312
|
+
arn: builtins.str,
|
|
17313
|
+
) -> None:
|
|
17314
|
+
"""Type checking stubs"""
|
|
17315
|
+
pass
|
|
17316
|
+
|
|
17317
|
+
def _typecheckingstub__a2975d35784fc720a55f6e6753dfa83c2c5fbcdf77820d02fea580038ac4febd(
|
|
17318
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17319
|
+
id: builtins.str,
|
|
17320
|
+
app_id: builtins.str,
|
|
17321
|
+
) -> None:
|
|
17322
|
+
"""Type checking stubs"""
|
|
17323
|
+
pass
|
|
17324
|
+
|
|
17225
17325
|
def _typecheckingstub__70a1a0b3dc0d592b65e802e1e0b8f6d8ec8f0dc7df60bf7d1633880668ff742e(
|
|
17226
17326
|
inspector: _TreeInspector_488e0dd5,
|
|
17227
17327
|
) -> None:
|
|
@@ -17402,6 +17502,14 @@ def _typecheckingstub__37daefd9aecddac1551b6da8a771d74af1f7a13678f1d1fb2d351fab8
|
|
|
17402
17502
|
"""Type checking stubs"""
|
|
17403
17503
|
pass
|
|
17404
17504
|
|
|
17505
|
+
def _typecheckingstub__ab591ee16a73472ae59021eed25e4aed98dd4fa5ba18769df90d60eb0376628e(
|
|
17506
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
17507
|
+
id: builtins.str,
|
|
17508
|
+
arn: builtins.str,
|
|
17509
|
+
) -> None:
|
|
17510
|
+
"""Type checking stubs"""
|
|
17511
|
+
pass
|
|
17512
|
+
|
|
17405
17513
|
def _typecheckingstub__9e15e4e500736a6e94e0b0439baae0e844c072ad04e21f846e6d90b4d664758f(
|
|
17406
17514
|
inspector: _TreeInspector_488e0dd5,
|
|
17407
17515
|
) -> None:
|
|
@@ -18311,6 +18419,14 @@ def _typecheckingstub__f709a034a24c1bdbcf2c3ad69a8ec499d4a31c52228cfccf041a018ef
|
|
|
18311
18419
|
"""Type checking stubs"""
|
|
18312
18420
|
pass
|
|
18313
18421
|
|
|
18422
|
+
def _typecheckingstub__bc304a7477cb00665c766619671fb5c20dbf4598b1c401d36d4cda5b8640cf6b(
|
|
18423
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
18424
|
+
id: builtins.str,
|
|
18425
|
+
arn: builtins.str,
|
|
18426
|
+
) -> None:
|
|
18427
|
+
"""Type checking stubs"""
|
|
18428
|
+
pass
|
|
18429
|
+
|
|
18314
18430
|
def _typecheckingstub__ab85436978fff9eb6b667bf369ce182d580e19493d318100b008eac7b205fad6(
|
|
18315
18431
|
inspector: _TreeInspector_488e0dd5,
|
|
18316
18432
|
) -> None:
|
|
@@ -2967,6 +2967,48 @@ class CfnApplication(
|
|
|
2967
2967
|
|
|
2968
2968
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2969
2969
|
|
|
2970
|
+
@jsii.member(jsii_name="fromApplicationArn")
|
|
2971
|
+
@builtins.classmethod
|
|
2972
|
+
def from_application_arn(
|
|
2973
|
+
cls,
|
|
2974
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2975
|
+
id: builtins.str,
|
|
2976
|
+
arn: builtins.str,
|
|
2977
|
+
) -> IApplicationRef:
|
|
2978
|
+
'''Creates a new IApplicationRef from an ARN.
|
|
2979
|
+
|
|
2980
|
+
:param scope: -
|
|
2981
|
+
:param id: -
|
|
2982
|
+
:param arn: -
|
|
2983
|
+
'''
|
|
2984
|
+
if __debug__:
|
|
2985
|
+
type_hints = typing.get_type_hints(_typecheckingstub__7588037e663dbdf7e96cc384972e8ccf5a8f2b0ce464c77da36d747c5af4230b)
|
|
2986
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2987
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2988
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2989
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
|
|
2990
|
+
|
|
2991
|
+
@jsii.member(jsii_name="fromApplicationId")
|
|
2992
|
+
@builtins.classmethod
|
|
2993
|
+
def from_application_id(
|
|
2994
|
+
cls,
|
|
2995
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2996
|
+
id: builtins.str,
|
|
2997
|
+
application_id: builtins.str,
|
|
2998
|
+
) -> IApplicationRef:
|
|
2999
|
+
'''Creates a new IApplicationRef from a applicationId.
|
|
3000
|
+
|
|
3001
|
+
:param scope: -
|
|
3002
|
+
:param id: -
|
|
3003
|
+
:param application_id: -
|
|
3004
|
+
'''
|
|
3005
|
+
if __debug__:
|
|
3006
|
+
type_hints = typing.get_type_hints(_typecheckingstub__4437623b0c0426c55908d2b586e92137def40e9d7f5f7f4c722a1f1d09bf72f6)
|
|
3007
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3008
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3009
|
+
check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
|
|
3010
|
+
return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
|
|
3011
|
+
|
|
2970
3012
|
@jsii.member(jsii_name="inspect")
|
|
2971
3013
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2972
3014
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3794,6 +3836,27 @@ class CfnDataAccessor(
|
|
|
3794
3836
|
|
|
3795
3837
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3796
3838
|
|
|
3839
|
+
@jsii.member(jsii_name="fromDataAccessorArn")
|
|
3840
|
+
@builtins.classmethod
|
|
3841
|
+
def from_data_accessor_arn(
|
|
3842
|
+
cls,
|
|
3843
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3844
|
+
id: builtins.str,
|
|
3845
|
+
arn: builtins.str,
|
|
3846
|
+
) -> IDataAccessorRef:
|
|
3847
|
+
'''Creates a new IDataAccessorRef from an ARN.
|
|
3848
|
+
|
|
3849
|
+
:param scope: -
|
|
3850
|
+
:param id: -
|
|
3851
|
+
:param arn: -
|
|
3852
|
+
'''
|
|
3853
|
+
if __debug__:
|
|
3854
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5a0e659a7fb4d6193851b48d9d000fb8471dad485c72b5df2ff2fa38d7d92164)
|
|
3855
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3856
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3857
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3858
|
+
return typing.cast(IDataAccessorRef, jsii.sinvoke(cls, "fromDataAccessorArn", [scope, id, arn]))
|
|
3859
|
+
|
|
3797
3860
|
@jsii.member(jsii_name="inspect")
|
|
3798
3861
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3799
3862
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -5119,6 +5182,27 @@ class CfnDataSource(
|
|
|
5119
5182
|
|
|
5120
5183
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
5121
5184
|
|
|
5185
|
+
@jsii.member(jsii_name="fromDataSourceArn")
|
|
5186
|
+
@builtins.classmethod
|
|
5187
|
+
def from_data_source_arn(
|
|
5188
|
+
cls,
|
|
5189
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
5190
|
+
id: builtins.str,
|
|
5191
|
+
arn: builtins.str,
|
|
5192
|
+
) -> IDataSourceRef:
|
|
5193
|
+
'''Creates a new IDataSourceRef from an ARN.
|
|
5194
|
+
|
|
5195
|
+
:param scope: -
|
|
5196
|
+
:param id: -
|
|
5197
|
+
:param arn: -
|
|
5198
|
+
'''
|
|
5199
|
+
if __debug__:
|
|
5200
|
+
type_hints = typing.get_type_hints(_typecheckingstub__24af26b626bddf8e9a9667a1a2dc808ff322c9948befd24c071538957fb90d8f)
|
|
5201
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
5202
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5203
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
5204
|
+
return typing.cast(IDataSourceRef, jsii.sinvoke(cls, "fromDataSourceArn", [scope, id, arn]))
|
|
5205
|
+
|
|
5122
5206
|
@jsii.member(jsii_name="inspect")
|
|
5123
5207
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
5124
5208
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6545,6 +6629,27 @@ class CfnIndex(
|
|
|
6545
6629
|
|
|
6546
6630
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6547
6631
|
|
|
6632
|
+
@jsii.member(jsii_name="fromIndexArn")
|
|
6633
|
+
@builtins.classmethod
|
|
6634
|
+
def from_index_arn(
|
|
6635
|
+
cls,
|
|
6636
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6637
|
+
id: builtins.str,
|
|
6638
|
+
arn: builtins.str,
|
|
6639
|
+
) -> IIndexRef:
|
|
6640
|
+
'''Creates a new IIndexRef from an ARN.
|
|
6641
|
+
|
|
6642
|
+
:param scope: -
|
|
6643
|
+
:param id: -
|
|
6644
|
+
:param arn: -
|
|
6645
|
+
'''
|
|
6646
|
+
if __debug__:
|
|
6647
|
+
type_hints = typing.get_type_hints(_typecheckingstub__2a23fed42e7e12039495bd27a3b7c5fdfbf5ec36b6abee400c474e47ac541094)
|
|
6648
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6649
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6650
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6651
|
+
return typing.cast(IIndexRef, jsii.sinvoke(cls, "fromIndexArn", [scope, id, arn]))
|
|
6652
|
+
|
|
6548
6653
|
@jsii.member(jsii_name="inspect")
|
|
6549
6654
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6550
6655
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7392,6 +7497,27 @@ class CfnPlugin(
|
|
|
7392
7497
|
|
|
7393
7498
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7394
7499
|
|
|
7500
|
+
@jsii.member(jsii_name="fromPluginArn")
|
|
7501
|
+
@builtins.classmethod
|
|
7502
|
+
def from_plugin_arn(
|
|
7503
|
+
cls,
|
|
7504
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7505
|
+
id: builtins.str,
|
|
7506
|
+
arn: builtins.str,
|
|
7507
|
+
) -> IPluginRef:
|
|
7508
|
+
'''Creates a new IPluginRef from an ARN.
|
|
7509
|
+
|
|
7510
|
+
:param scope: -
|
|
7511
|
+
:param id: -
|
|
7512
|
+
:param arn: -
|
|
7513
|
+
'''
|
|
7514
|
+
if __debug__:
|
|
7515
|
+
type_hints = typing.get_type_hints(_typecheckingstub__95106ebbc6f37a4c8285841fdb03d4d394771295890383eb28b353dd5a6fd856)
|
|
7516
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7517
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7518
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7519
|
+
return typing.cast(IPluginRef, jsii.sinvoke(cls, "fromPluginArn", [scope, id, arn]))
|
|
7520
|
+
|
|
7395
7521
|
@jsii.member(jsii_name="inspect")
|
|
7396
7522
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7397
7523
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8200,6 +8326,27 @@ class CfnRetriever(
|
|
|
8200
8326
|
|
|
8201
8327
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8202
8328
|
|
|
8329
|
+
@jsii.member(jsii_name="fromRetrieverArn")
|
|
8330
|
+
@builtins.classmethod
|
|
8331
|
+
def from_retriever_arn(
|
|
8332
|
+
cls,
|
|
8333
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8334
|
+
id: builtins.str,
|
|
8335
|
+
arn: builtins.str,
|
|
8336
|
+
) -> IRetrieverRef:
|
|
8337
|
+
'''Creates a new IRetrieverRef from an ARN.
|
|
8338
|
+
|
|
8339
|
+
:param scope: -
|
|
8340
|
+
:param id: -
|
|
8341
|
+
:param arn: -
|
|
8342
|
+
'''
|
|
8343
|
+
if __debug__:
|
|
8344
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1cdcd7fa589eaa045ff7b0fa45782e3fc44d996f6e46beb76c443b3677420ba6)
|
|
8345
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8346
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8347
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8348
|
+
return typing.cast(IRetrieverRef, jsii.sinvoke(cls, "fromRetrieverArn", [scope, id, arn]))
|
|
8349
|
+
|
|
8203
8350
|
@jsii.member(jsii_name="inspect")
|
|
8204
8351
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8205
8352
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8666,6 +8813,27 @@ class CfnWebExperience(
|
|
|
8666
8813
|
|
|
8667
8814
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8668
8815
|
|
|
8816
|
+
@jsii.member(jsii_name="fromWebExperienceArn")
|
|
8817
|
+
@builtins.classmethod
|
|
8818
|
+
def from_web_experience_arn(
|
|
8819
|
+
cls,
|
|
8820
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8821
|
+
id: builtins.str,
|
|
8822
|
+
arn: builtins.str,
|
|
8823
|
+
) -> IWebExperienceRef:
|
|
8824
|
+
'''Creates a new IWebExperienceRef from an ARN.
|
|
8825
|
+
|
|
8826
|
+
:param scope: -
|
|
8827
|
+
:param id: -
|
|
8828
|
+
:param arn: -
|
|
8829
|
+
'''
|
|
8830
|
+
if __debug__:
|
|
8831
|
+
type_hints = typing.get_type_hints(_typecheckingstub__b65cb91fa978c975215eb644ea84dfc07558986e8e90c681ecb3971faddbb192)
|
|
8832
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8833
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8834
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8835
|
+
return typing.cast(IWebExperienceRef, jsii.sinvoke(cls, "fromWebExperienceArn", [scope, id, arn]))
|
|
8836
|
+
|
|
8669
8837
|
@jsii.member(jsii_name="inspect")
|
|
8670
8838
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8671
8839
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -9544,6 +9712,22 @@ def _typecheckingstub__e2c95edfee8896187b03149b15ce3604b3a59bfb3b08abd73c5672b7c
|
|
|
9544
9712
|
"""Type checking stubs"""
|
|
9545
9713
|
pass
|
|
9546
9714
|
|
|
9715
|
+
def _typecheckingstub__7588037e663dbdf7e96cc384972e8ccf5a8f2b0ce464c77da36d747c5af4230b(
|
|
9716
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9717
|
+
id: builtins.str,
|
|
9718
|
+
arn: builtins.str,
|
|
9719
|
+
) -> None:
|
|
9720
|
+
"""Type checking stubs"""
|
|
9721
|
+
pass
|
|
9722
|
+
|
|
9723
|
+
def _typecheckingstub__4437623b0c0426c55908d2b586e92137def40e9d7f5f7f4c722a1f1d09bf72f6(
|
|
9724
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9725
|
+
id: builtins.str,
|
|
9726
|
+
application_id: builtins.str,
|
|
9727
|
+
) -> None:
|
|
9728
|
+
"""Type checking stubs"""
|
|
9729
|
+
pass
|
|
9730
|
+
|
|
9547
9731
|
def _typecheckingstub__47a4b6795acfe5e89f676295cf4c40b3a8dced361f2d77a9b9d10c72aa48712c(
|
|
9548
9732
|
inspector: _TreeInspector_488e0dd5,
|
|
9549
9733
|
) -> None:
|
|
@@ -9697,6 +9881,14 @@ def _typecheckingstub__32b7ecf69912e25edcd2354b3e0497931ea6bf042b1aabc881c8677d2
|
|
|
9697
9881
|
"""Type checking stubs"""
|
|
9698
9882
|
pass
|
|
9699
9883
|
|
|
9884
|
+
def _typecheckingstub__5a0e659a7fb4d6193851b48d9d000fb8471dad485c72b5df2ff2fa38d7d92164(
|
|
9885
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9886
|
+
id: builtins.str,
|
|
9887
|
+
arn: builtins.str,
|
|
9888
|
+
) -> None:
|
|
9889
|
+
"""Type checking stubs"""
|
|
9890
|
+
pass
|
|
9891
|
+
|
|
9700
9892
|
def _typecheckingstub__ff90302eca1e0f24b3ab926881bc0099a551d74c3a71debb214f222b63ff0ee4(
|
|
9701
9893
|
inspector: _TreeInspector_488e0dd5,
|
|
9702
9894
|
) -> None:
|
|
@@ -9836,6 +10028,14 @@ def _typecheckingstub__44090f525589bca757ae88a29adc87bbfc36c3149c7964dfd32c2ce59
|
|
|
9836
10028
|
"""Type checking stubs"""
|
|
9837
10029
|
pass
|
|
9838
10030
|
|
|
10031
|
+
def _typecheckingstub__24af26b626bddf8e9a9667a1a2dc808ff322c9948befd24c071538957fb90d8f(
|
|
10032
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10033
|
+
id: builtins.str,
|
|
10034
|
+
arn: builtins.str,
|
|
10035
|
+
) -> None:
|
|
10036
|
+
"""Type checking stubs"""
|
|
10037
|
+
pass
|
|
10038
|
+
|
|
9839
10039
|
def _typecheckingstub__fd73286fa4603be5641a3ab936a93b6e83fc252d5d52182c6f0fe270c5b2a406(
|
|
9840
10040
|
inspector: _TreeInspector_488e0dd5,
|
|
9841
10041
|
) -> None:
|
|
@@ -10023,6 +10223,14 @@ def _typecheckingstub__c457625f955b1ba56d35bffbcea827abe87347b80fd33090422ef2a80
|
|
|
10023
10223
|
"""Type checking stubs"""
|
|
10024
10224
|
pass
|
|
10025
10225
|
|
|
10226
|
+
def _typecheckingstub__2a23fed42e7e12039495bd27a3b7c5fdfbf5ec36b6abee400c474e47ac541094(
|
|
10227
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10228
|
+
id: builtins.str,
|
|
10229
|
+
arn: builtins.str,
|
|
10230
|
+
) -> None:
|
|
10231
|
+
"""Type checking stubs"""
|
|
10232
|
+
pass
|
|
10233
|
+
|
|
10026
10234
|
def _typecheckingstub__fc39e6b7456662ae032c4446b1ba1e83f54ae382ca6aabc48cbb69fac624aef4(
|
|
10027
10235
|
inspector: _TreeInspector_488e0dd5,
|
|
10028
10236
|
) -> None:
|
|
@@ -10188,6 +10396,14 @@ def _typecheckingstub__65b6fb8d65ff428790a22d304932f2713710d70a9f6d789d819489f81
|
|
|
10188
10396
|
"""Type checking stubs"""
|
|
10189
10397
|
pass
|
|
10190
10398
|
|
|
10399
|
+
def _typecheckingstub__95106ebbc6f37a4c8285841fdb03d4d394771295890383eb28b353dd5a6fd856(
|
|
10400
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10401
|
+
id: builtins.str,
|
|
10402
|
+
arn: builtins.str,
|
|
10403
|
+
) -> None:
|
|
10404
|
+
"""Type checking stubs"""
|
|
10405
|
+
pass
|
|
10406
|
+
|
|
10191
10407
|
def _typecheckingstub__fec924728d6923b494037839fb41ee39d956abff0dc273347be667ed27df77ff(
|
|
10192
10408
|
inspector: _TreeInspector_488e0dd5,
|
|
10193
10409
|
) -> None:
|
|
@@ -10314,6 +10530,14 @@ def _typecheckingstub__793749362ec6ccd890aa9273b100a2ba004492449f0dba0ea4eb49095
|
|
|
10314
10530
|
"""Type checking stubs"""
|
|
10315
10531
|
pass
|
|
10316
10532
|
|
|
10533
|
+
def _typecheckingstub__1cdcd7fa589eaa045ff7b0fa45782e3fc44d996f6e46beb76c443b3677420ba6(
|
|
10534
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10535
|
+
id: builtins.str,
|
|
10536
|
+
arn: builtins.str,
|
|
10537
|
+
) -> None:
|
|
10538
|
+
"""Type checking stubs"""
|
|
10539
|
+
pass
|
|
10540
|
+
|
|
10317
10541
|
def _typecheckingstub__013b1c812aa4f36fb41a3e6e2da02553a56882a0b9e6a92ca26d883a232dfb06(
|
|
10318
10542
|
inspector: _TreeInspector_488e0dd5,
|
|
10319
10543
|
) -> None:
|
|
@@ -10403,6 +10627,14 @@ def _typecheckingstub__357871375e43a0ed6fbb398668ece13df26dff3afca5c98268a56fffd
|
|
|
10403
10627
|
"""Type checking stubs"""
|
|
10404
10628
|
pass
|
|
10405
10629
|
|
|
10630
|
+
def _typecheckingstub__b65cb91fa978c975215eb644ea84dfc07558986e8e90c681ecb3971faddbb192(
|
|
10631
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
10632
|
+
id: builtins.str,
|
|
10633
|
+
arn: builtins.str,
|
|
10634
|
+
) -> None:
|
|
10635
|
+
"""Type checking stubs"""
|
|
10636
|
+
pass
|
|
10637
|
+
|
|
10406
10638
|
def _typecheckingstub__18f54626970b688afafe657434af722476d6086ca982ba2b3c0785ca472ce28e(
|
|
10407
10639
|
inspector: _TreeInspector_488e0dd5,
|
|
10408
10640
|
) -> None:
|
aws_cdk/aws_qldb/__init__.py
CHANGED
|
@@ -913,6 +913,27 @@ class CfnStream(
|
|
|
913
913
|
|
|
914
914
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
915
915
|
|
|
916
|
+
@jsii.member(jsii_name="fromStreamArn")
|
|
917
|
+
@builtins.classmethod
|
|
918
|
+
def from_stream_arn(
|
|
919
|
+
cls,
|
|
920
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
921
|
+
id: builtins.str,
|
|
922
|
+
arn: builtins.str,
|
|
923
|
+
) -> IStreamRef:
|
|
924
|
+
'''Creates a new IStreamRef from an ARN.
|
|
925
|
+
|
|
926
|
+
:param scope: -
|
|
927
|
+
:param id: -
|
|
928
|
+
:param arn: -
|
|
929
|
+
'''
|
|
930
|
+
if __debug__:
|
|
931
|
+
type_hints = typing.get_type_hints(_typecheckingstub__0372ffe386476c0302d26d4a15b7d1b39eb94a297cd244064d17ee46e87b1deb)
|
|
932
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
933
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
934
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
935
|
+
return typing.cast(IStreamRef, jsii.sinvoke(cls, "fromStreamArn", [scope, id, arn]))
|
|
936
|
+
|
|
916
937
|
@jsii.member(jsii_name="inspect")
|
|
917
938
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
918
939
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1282,6 +1303,14 @@ def _typecheckingstub__19df9eb6d681fce76d2012fd0458a104b842f687fd7aed1f8d9228e06
|
|
|
1282
1303
|
"""Type checking stubs"""
|
|
1283
1304
|
pass
|
|
1284
1305
|
|
|
1306
|
+
def _typecheckingstub__0372ffe386476c0302d26d4a15b7d1b39eb94a297cd244064d17ee46e87b1deb(
|
|
1307
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1308
|
+
id: builtins.str,
|
|
1309
|
+
arn: builtins.str,
|
|
1310
|
+
) -> None:
|
|
1311
|
+
"""Type checking stubs"""
|
|
1312
|
+
pass
|
|
1313
|
+
|
|
1285
1314
|
def _typecheckingstub__c38c9a1489b8399636d442738d91441e35ce1cb927b06d8f5e6f31f309fad04a(
|
|
1286
1315
|
inspector: _TreeInspector_488e0dd5,
|
|
1287
1316
|
) -> None:
|