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
|
@@ -2666,6 +2666,48 @@ class CfnAccessPolicy(
|
|
|
2666
2666
|
|
|
2667
2667
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
2668
2668
|
|
|
2669
|
+
@jsii.member(jsii_name="fromAccessPolicyArn")
|
|
2670
|
+
@builtins.classmethod
|
|
2671
|
+
def from_access_policy_arn(
|
|
2672
|
+
cls,
|
|
2673
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2674
|
+
id: builtins.str,
|
|
2675
|
+
arn: builtins.str,
|
|
2676
|
+
) -> IAccessPolicyRef:
|
|
2677
|
+
'''Creates a new IAccessPolicyRef from an ARN.
|
|
2678
|
+
|
|
2679
|
+
:param scope: -
|
|
2680
|
+
:param id: -
|
|
2681
|
+
:param arn: -
|
|
2682
|
+
'''
|
|
2683
|
+
if __debug__:
|
|
2684
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8c5448873247f014fbabe75495d971f11170e821c8ceaf95d73559ecdd8e1681)
|
|
2685
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2686
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2687
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
2688
|
+
return typing.cast(IAccessPolicyRef, jsii.sinvoke(cls, "fromAccessPolicyArn", [scope, id, arn]))
|
|
2689
|
+
|
|
2690
|
+
@jsii.member(jsii_name="fromAccessPolicyId")
|
|
2691
|
+
@builtins.classmethod
|
|
2692
|
+
def from_access_policy_id(
|
|
2693
|
+
cls,
|
|
2694
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2695
|
+
id: builtins.str,
|
|
2696
|
+
access_policy_id: builtins.str,
|
|
2697
|
+
) -> IAccessPolicyRef:
|
|
2698
|
+
'''Creates a new IAccessPolicyRef from a accessPolicyId.
|
|
2699
|
+
|
|
2700
|
+
:param scope: -
|
|
2701
|
+
:param id: -
|
|
2702
|
+
:param access_policy_id: -
|
|
2703
|
+
'''
|
|
2704
|
+
if __debug__:
|
|
2705
|
+
type_hints = typing.get_type_hints(_typecheckingstub__582ff2c4a66e3c2f09077e37e119938b8584d09e400b9c6a5322e2f39340064e)
|
|
2706
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
2707
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
2708
|
+
check_type(argname="argument access_policy_id", value=access_policy_id, expected_type=type_hints["access_policy_id"])
|
|
2709
|
+
return typing.cast(IAccessPolicyRef, jsii.sinvoke(cls, "fromAccessPolicyId", [scope, id, access_policy_id]))
|
|
2710
|
+
|
|
2669
2711
|
@jsii.member(jsii_name="inspect")
|
|
2670
2712
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
2671
2713
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3307,6 +3349,48 @@ class CfnAsset(
|
|
|
3307
3349
|
|
|
3308
3350
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3309
3351
|
|
|
3352
|
+
@jsii.member(jsii_name="fromAssetArn")
|
|
3353
|
+
@builtins.classmethod
|
|
3354
|
+
def from_asset_arn(
|
|
3355
|
+
cls,
|
|
3356
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3357
|
+
id: builtins.str,
|
|
3358
|
+
arn: builtins.str,
|
|
3359
|
+
) -> IAssetRef:
|
|
3360
|
+
'''Creates a new IAssetRef from an ARN.
|
|
3361
|
+
|
|
3362
|
+
:param scope: -
|
|
3363
|
+
:param id: -
|
|
3364
|
+
:param arn: -
|
|
3365
|
+
'''
|
|
3366
|
+
if __debug__:
|
|
3367
|
+
type_hints = typing.get_type_hints(_typecheckingstub__073f8820073df238c5e7e3d9cb836ef8d0e89b64e5c0c4d6554996997da9ca16)
|
|
3368
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3369
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3370
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
3371
|
+
return typing.cast(IAssetRef, jsii.sinvoke(cls, "fromAssetArn", [scope, id, arn]))
|
|
3372
|
+
|
|
3373
|
+
@jsii.member(jsii_name="fromAssetId")
|
|
3374
|
+
@builtins.classmethod
|
|
3375
|
+
def from_asset_id(
|
|
3376
|
+
cls,
|
|
3377
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
3378
|
+
id: builtins.str,
|
|
3379
|
+
asset_id: builtins.str,
|
|
3380
|
+
) -> IAssetRef:
|
|
3381
|
+
'''Creates a new IAssetRef from a assetId.
|
|
3382
|
+
|
|
3383
|
+
:param scope: -
|
|
3384
|
+
:param id: -
|
|
3385
|
+
:param asset_id: -
|
|
3386
|
+
'''
|
|
3387
|
+
if __debug__:
|
|
3388
|
+
type_hints = typing.get_type_hints(_typecheckingstub__79d4307e6940146ab525a60e0533d574cdf0bb6e55223c0d04b513be0bb57bae)
|
|
3389
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
3390
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
3391
|
+
check_type(argname="argument asset_id", value=asset_id, expected_type=type_hints["asset_id"])
|
|
3392
|
+
return typing.cast(IAssetRef, jsii.sinvoke(cls, "fromAssetId", [scope, id, asset_id]))
|
|
3393
|
+
|
|
3310
3394
|
@jsii.member(jsii_name="inspect")
|
|
3311
3395
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3312
3396
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -3978,6 +4062,48 @@ class CfnAssetModel(
|
|
|
3978
4062
|
|
|
3979
4063
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
3980
4064
|
|
|
4065
|
+
@jsii.member(jsii_name="fromAssetModelArn")
|
|
4066
|
+
@builtins.classmethod
|
|
4067
|
+
def from_asset_model_arn(
|
|
4068
|
+
cls,
|
|
4069
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4070
|
+
id: builtins.str,
|
|
4071
|
+
arn: builtins.str,
|
|
4072
|
+
) -> IAssetModelRef:
|
|
4073
|
+
'''Creates a new IAssetModelRef from an ARN.
|
|
4074
|
+
|
|
4075
|
+
:param scope: -
|
|
4076
|
+
:param id: -
|
|
4077
|
+
:param arn: -
|
|
4078
|
+
'''
|
|
4079
|
+
if __debug__:
|
|
4080
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5c85c36d8469daf38476d7f2154aaf5d715e63d825b7e2509bafea40e9e03630)
|
|
4081
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4082
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4083
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
4084
|
+
return typing.cast(IAssetModelRef, jsii.sinvoke(cls, "fromAssetModelArn", [scope, id, arn]))
|
|
4085
|
+
|
|
4086
|
+
@jsii.member(jsii_name="fromAssetModelId")
|
|
4087
|
+
@builtins.classmethod
|
|
4088
|
+
def from_asset_model_id(
|
|
4089
|
+
cls,
|
|
4090
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
4091
|
+
id: builtins.str,
|
|
4092
|
+
asset_model_id: builtins.str,
|
|
4093
|
+
) -> IAssetModelRef:
|
|
4094
|
+
'''Creates a new IAssetModelRef from a assetModelId.
|
|
4095
|
+
|
|
4096
|
+
:param scope: -
|
|
4097
|
+
:param id: -
|
|
4098
|
+
:param asset_model_id: -
|
|
4099
|
+
'''
|
|
4100
|
+
if __debug__:
|
|
4101
|
+
type_hints = typing.get_type_hints(_typecheckingstub__1f061ec701a45e63d7603fe15d31d19f3e3367f9ad0d0e712c9bbae5505f1108)
|
|
4102
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
4103
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
4104
|
+
check_type(argname="argument asset_model_id", value=asset_model_id, expected_type=type_hints["asset_model_id"])
|
|
4105
|
+
return typing.cast(IAssetModelRef, jsii.sinvoke(cls, "fromAssetModelId", [scope, id, asset_model_id]))
|
|
4106
|
+
|
|
3981
4107
|
@jsii.member(jsii_name="inspect")
|
|
3982
4108
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
3983
4109
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6016,6 +6142,48 @@ class CfnComputationModel(
|
|
|
6016
6142
|
|
|
6017
6143
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6018
6144
|
|
|
6145
|
+
@jsii.member(jsii_name="fromComputationModelArn")
|
|
6146
|
+
@builtins.classmethod
|
|
6147
|
+
def from_computation_model_arn(
|
|
6148
|
+
cls,
|
|
6149
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6150
|
+
id: builtins.str,
|
|
6151
|
+
arn: builtins.str,
|
|
6152
|
+
) -> IComputationModelRef:
|
|
6153
|
+
'''Creates a new IComputationModelRef from an ARN.
|
|
6154
|
+
|
|
6155
|
+
:param scope: -
|
|
6156
|
+
:param id: -
|
|
6157
|
+
:param arn: -
|
|
6158
|
+
'''
|
|
6159
|
+
if __debug__:
|
|
6160
|
+
type_hints = typing.get_type_hints(_typecheckingstub__590e85092bc508f6256e60a12e43c81089d4fdbc5ea61a69300ebe6c241b75e3)
|
|
6161
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6162
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6163
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6164
|
+
return typing.cast(IComputationModelRef, jsii.sinvoke(cls, "fromComputationModelArn", [scope, id, arn]))
|
|
6165
|
+
|
|
6166
|
+
@jsii.member(jsii_name="fromComputationModelId")
|
|
6167
|
+
@builtins.classmethod
|
|
6168
|
+
def from_computation_model_id(
|
|
6169
|
+
cls,
|
|
6170
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6171
|
+
id: builtins.str,
|
|
6172
|
+
computation_model_id: builtins.str,
|
|
6173
|
+
) -> IComputationModelRef:
|
|
6174
|
+
'''Creates a new IComputationModelRef from a computationModelId.
|
|
6175
|
+
|
|
6176
|
+
:param scope: -
|
|
6177
|
+
:param id: -
|
|
6178
|
+
:param computation_model_id: -
|
|
6179
|
+
'''
|
|
6180
|
+
if __debug__:
|
|
6181
|
+
type_hints = typing.get_type_hints(_typecheckingstub__cf9f98dbe0a47ff6ba00814bcfe5bac495a1c8e0e1b952108f1c9fe15128b618)
|
|
6182
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6183
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6184
|
+
check_type(argname="argument computation_model_id", value=computation_model_id, expected_type=type_hints["computation_model_id"])
|
|
6185
|
+
return typing.cast(IComputationModelRef, jsii.sinvoke(cls, "fromComputationModelId", [scope, id, computation_model_id]))
|
|
6186
|
+
|
|
6019
6187
|
@jsii.member(jsii_name="inspect")
|
|
6020
6188
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6021
6189
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6595,6 +6763,48 @@ class CfnDashboard(
|
|
|
6595
6763
|
|
|
6596
6764
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6597
6765
|
|
|
6766
|
+
@jsii.member(jsii_name="fromDashboardArn")
|
|
6767
|
+
@builtins.classmethod
|
|
6768
|
+
def from_dashboard_arn(
|
|
6769
|
+
cls,
|
|
6770
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6771
|
+
id: builtins.str,
|
|
6772
|
+
arn: builtins.str,
|
|
6773
|
+
) -> IDashboardRef:
|
|
6774
|
+
'''Creates a new IDashboardRef from an ARN.
|
|
6775
|
+
|
|
6776
|
+
:param scope: -
|
|
6777
|
+
:param id: -
|
|
6778
|
+
:param arn: -
|
|
6779
|
+
'''
|
|
6780
|
+
if __debug__:
|
|
6781
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8d3ef066d6cc1deed982b975e1b332ddc442fc91c9cc1968ea2dadbe5c8d0e80)
|
|
6782
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6783
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6784
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
6785
|
+
return typing.cast(IDashboardRef, jsii.sinvoke(cls, "fromDashboardArn", [scope, id, arn]))
|
|
6786
|
+
|
|
6787
|
+
@jsii.member(jsii_name="fromDashboardId")
|
|
6788
|
+
@builtins.classmethod
|
|
6789
|
+
def from_dashboard_id(
|
|
6790
|
+
cls,
|
|
6791
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
6792
|
+
id: builtins.str,
|
|
6793
|
+
dashboard_id: builtins.str,
|
|
6794
|
+
) -> IDashboardRef:
|
|
6795
|
+
'''Creates a new IDashboardRef from a dashboardId.
|
|
6796
|
+
|
|
6797
|
+
:param scope: -
|
|
6798
|
+
:param id: -
|
|
6799
|
+
:param dashboard_id: -
|
|
6800
|
+
'''
|
|
6801
|
+
if __debug__:
|
|
6802
|
+
type_hints = typing.get_type_hints(_typecheckingstub__a04e6604e7125e6e08f9794e68e1b82fbe54ab836644eba76af6190724e6bfd1)
|
|
6803
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
6804
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
6805
|
+
check_type(argname="argument dashboard_id", value=dashboard_id, expected_type=type_hints["dashboard_id"])
|
|
6806
|
+
return typing.cast(IDashboardRef, jsii.sinvoke(cls, "fromDashboardId", [scope, id, dashboard_id]))
|
|
6807
|
+
|
|
6598
6808
|
@jsii.member(jsii_name="inspect")
|
|
6599
6809
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6600
6810
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -6801,6 +7011,48 @@ class CfnDataset(
|
|
|
6801
7011
|
|
|
6802
7012
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
6803
7013
|
|
|
7014
|
+
@jsii.member(jsii_name="fromDatasetArn")
|
|
7015
|
+
@builtins.classmethod
|
|
7016
|
+
def from_dataset_arn(
|
|
7017
|
+
cls,
|
|
7018
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7019
|
+
id: builtins.str,
|
|
7020
|
+
arn: builtins.str,
|
|
7021
|
+
) -> IDatasetRef:
|
|
7022
|
+
'''Creates a new IDatasetRef from an ARN.
|
|
7023
|
+
|
|
7024
|
+
:param scope: -
|
|
7025
|
+
:param id: -
|
|
7026
|
+
:param arn: -
|
|
7027
|
+
'''
|
|
7028
|
+
if __debug__:
|
|
7029
|
+
type_hints = typing.get_type_hints(_typecheckingstub__c9ff3dcdb3ac6f04e85b20ea8bb4c7d46762cd36c087beb7fd1d048c7e930202)
|
|
7030
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7031
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7032
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
7033
|
+
return typing.cast(IDatasetRef, jsii.sinvoke(cls, "fromDatasetArn", [scope, id, arn]))
|
|
7034
|
+
|
|
7035
|
+
@jsii.member(jsii_name="fromDatasetId")
|
|
7036
|
+
@builtins.classmethod
|
|
7037
|
+
def from_dataset_id(
|
|
7038
|
+
cls,
|
|
7039
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7040
|
+
id: builtins.str,
|
|
7041
|
+
dataset_id: builtins.str,
|
|
7042
|
+
) -> IDatasetRef:
|
|
7043
|
+
'''Creates a new IDatasetRef from a datasetId.
|
|
7044
|
+
|
|
7045
|
+
:param scope: -
|
|
7046
|
+
:param id: -
|
|
7047
|
+
:param dataset_id: -
|
|
7048
|
+
'''
|
|
7049
|
+
if __debug__:
|
|
7050
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9cd48c30f564ca50cc666275f3fc53e470cc09074323a9f778ce65224801abec)
|
|
7051
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7052
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7053
|
+
check_type(argname="argument dataset_id", value=dataset_id, expected_type=type_hints["dataset_id"])
|
|
7054
|
+
return typing.cast(IDatasetRef, jsii.sinvoke(cls, "fromDatasetId", [scope, id, dataset_id]))
|
|
7055
|
+
|
|
6804
7056
|
@jsii.member(jsii_name="inspect")
|
|
6805
7057
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
6806
7058
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7234,6 +7486,27 @@ class CfnGateway(
|
|
|
7234
7486
|
|
|
7235
7487
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7236
7488
|
|
|
7489
|
+
@jsii.member(jsii_name="fromGatewayId")
|
|
7490
|
+
@builtins.classmethod
|
|
7491
|
+
def from_gateway_id(
|
|
7492
|
+
cls,
|
|
7493
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
7494
|
+
id: builtins.str,
|
|
7495
|
+
gateway_id: builtins.str,
|
|
7496
|
+
) -> IGatewayRef:
|
|
7497
|
+
'''Creates a new IGatewayRef from a gatewayId.
|
|
7498
|
+
|
|
7499
|
+
:param scope: -
|
|
7500
|
+
:param id: -
|
|
7501
|
+
:param gateway_id: -
|
|
7502
|
+
'''
|
|
7503
|
+
if __debug__:
|
|
7504
|
+
type_hints = typing.get_type_hints(_typecheckingstub__faf587528166a7e799d27fa65efc17a4884e594560d908cdcce70a7ffd1bdb0b)
|
|
7505
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
7506
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
7507
|
+
check_type(argname="argument gateway_id", value=gateway_id, expected_type=type_hints["gateway_id"])
|
|
7508
|
+
return typing.cast(IGatewayRef, jsii.sinvoke(cls, "fromGatewayId", [scope, id, gateway_id]))
|
|
7509
|
+
|
|
7237
7510
|
@jsii.member(jsii_name="inspect")
|
|
7238
7511
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7239
7512
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -7832,6 +8105,48 @@ class CfnPortal(
|
|
|
7832
8105
|
|
|
7833
8106
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
7834
8107
|
|
|
8108
|
+
@jsii.member(jsii_name="fromPortalArn")
|
|
8109
|
+
@builtins.classmethod
|
|
8110
|
+
def from_portal_arn(
|
|
8111
|
+
cls,
|
|
8112
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8113
|
+
id: builtins.str,
|
|
8114
|
+
arn: builtins.str,
|
|
8115
|
+
) -> IPortalRef:
|
|
8116
|
+
'''Creates a new IPortalRef from an ARN.
|
|
8117
|
+
|
|
8118
|
+
:param scope: -
|
|
8119
|
+
:param id: -
|
|
8120
|
+
:param arn: -
|
|
8121
|
+
'''
|
|
8122
|
+
if __debug__:
|
|
8123
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e169faff9b040913570a502ac443183b97c899e914194ac17d33d71ace93855a)
|
|
8124
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8125
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8126
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8127
|
+
return typing.cast(IPortalRef, jsii.sinvoke(cls, "fromPortalArn", [scope, id, arn]))
|
|
8128
|
+
|
|
8129
|
+
@jsii.member(jsii_name="fromPortalId")
|
|
8130
|
+
@builtins.classmethod
|
|
8131
|
+
def from_portal_id(
|
|
8132
|
+
cls,
|
|
8133
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8134
|
+
id: builtins.str,
|
|
8135
|
+
portal_id: builtins.str,
|
|
8136
|
+
) -> IPortalRef:
|
|
8137
|
+
'''Creates a new IPortalRef from a portalId.
|
|
8138
|
+
|
|
8139
|
+
:param scope: -
|
|
8140
|
+
:param id: -
|
|
8141
|
+
:param portal_id: -
|
|
8142
|
+
'''
|
|
8143
|
+
if __debug__:
|
|
8144
|
+
type_hints = typing.get_type_hints(_typecheckingstub__44e55bc9565e17284ddba355fa0db38ce8c5ffdbbbf3673b605a11715a4c7444)
|
|
8145
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8146
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8147
|
+
check_type(argname="argument portal_id", value=portal_id, expected_type=type_hints["portal_id"])
|
|
8148
|
+
return typing.cast(IPortalRef, jsii.sinvoke(cls, "fromPortalId", [scope, id, portal_id]))
|
|
8149
|
+
|
|
7835
8150
|
@jsii.member(jsii_name="inspect")
|
|
7836
8151
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
7837
8152
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8255,6 +8570,48 @@ class CfnProject(
|
|
|
8255
8570
|
|
|
8256
8571
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
8257
8572
|
|
|
8573
|
+
@jsii.member(jsii_name="fromProjectArn")
|
|
8574
|
+
@builtins.classmethod
|
|
8575
|
+
def from_project_arn(
|
|
8576
|
+
cls,
|
|
8577
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8578
|
+
id: builtins.str,
|
|
8579
|
+
arn: builtins.str,
|
|
8580
|
+
) -> IProjectRef:
|
|
8581
|
+
'''Creates a new IProjectRef from an ARN.
|
|
8582
|
+
|
|
8583
|
+
:param scope: -
|
|
8584
|
+
:param id: -
|
|
8585
|
+
:param arn: -
|
|
8586
|
+
'''
|
|
8587
|
+
if __debug__:
|
|
8588
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e90060e79e1e7def55d44924df2b2574a62789a25ec5a41a823f97be953c5d51)
|
|
8589
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8590
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8591
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
8592
|
+
return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
|
|
8593
|
+
|
|
8594
|
+
@jsii.member(jsii_name="fromProjectId")
|
|
8595
|
+
@builtins.classmethod
|
|
8596
|
+
def from_project_id(
|
|
8597
|
+
cls,
|
|
8598
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8599
|
+
id: builtins.str,
|
|
8600
|
+
project_id: builtins.str,
|
|
8601
|
+
) -> IProjectRef:
|
|
8602
|
+
'''Creates a new IProjectRef from a projectId.
|
|
8603
|
+
|
|
8604
|
+
:param scope: -
|
|
8605
|
+
:param id: -
|
|
8606
|
+
:param project_id: -
|
|
8607
|
+
'''
|
|
8608
|
+
if __debug__:
|
|
8609
|
+
type_hints = typing.get_type_hints(_typecheckingstub__e1a0b1722831a32728661855d44d06d2304b0d1bda74a1dfaa308ad7867ced41)
|
|
8610
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
8611
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
8612
|
+
check_type(argname="argument project_id", value=project_id, expected_type=type_hints["project_id"])
|
|
8613
|
+
return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectId", [scope, id, project_id]))
|
|
8614
|
+
|
|
8258
8615
|
@jsii.member(jsii_name="inspect")
|
|
8259
8616
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
8260
8617
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -8618,6 +8975,22 @@ def _typecheckingstub__531aa21f3bed6dedfd9fce9d7bb67acf86efe74ca96cafedea1800e81
|
|
|
8618
8975
|
"""Type checking stubs"""
|
|
8619
8976
|
pass
|
|
8620
8977
|
|
|
8978
|
+
def _typecheckingstub__8c5448873247f014fbabe75495d971f11170e821c8ceaf95d73559ecdd8e1681(
|
|
8979
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8980
|
+
id: builtins.str,
|
|
8981
|
+
arn: builtins.str,
|
|
8982
|
+
) -> None:
|
|
8983
|
+
"""Type checking stubs"""
|
|
8984
|
+
pass
|
|
8985
|
+
|
|
8986
|
+
def _typecheckingstub__582ff2c4a66e3c2f09077e37e119938b8584d09e400b9c6a5322e2f39340064e(
|
|
8987
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
8988
|
+
id: builtins.str,
|
|
8989
|
+
access_policy_id: builtins.str,
|
|
8990
|
+
) -> None:
|
|
8991
|
+
"""Type checking stubs"""
|
|
8992
|
+
pass
|
|
8993
|
+
|
|
8621
8994
|
def _typecheckingstub__f7c314721c2fd001464c0deebc3b8d42528f0226fb07963546a560eee048707a(
|
|
8622
8995
|
inspector: _TreeInspector_488e0dd5,
|
|
8623
8996
|
) -> None:
|
|
@@ -8715,6 +9088,22 @@ def _typecheckingstub__23b484c08f8b327d7857c955867af231fc3193cc5df788160c4e1c6e3
|
|
|
8715
9088
|
"""Type checking stubs"""
|
|
8716
9089
|
pass
|
|
8717
9090
|
|
|
9091
|
+
def _typecheckingstub__073f8820073df238c5e7e3d9cb836ef8d0e89b64e5c0c4d6554996997da9ca16(
|
|
9092
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9093
|
+
id: builtins.str,
|
|
9094
|
+
arn: builtins.str,
|
|
9095
|
+
) -> None:
|
|
9096
|
+
"""Type checking stubs"""
|
|
9097
|
+
pass
|
|
9098
|
+
|
|
9099
|
+
def _typecheckingstub__79d4307e6940146ab525a60e0533d574cdf0bb6e55223c0d04b513be0bb57bae(
|
|
9100
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9101
|
+
id: builtins.str,
|
|
9102
|
+
asset_id: builtins.str,
|
|
9103
|
+
) -> None:
|
|
9104
|
+
"""Type checking stubs"""
|
|
9105
|
+
pass
|
|
9106
|
+
|
|
8718
9107
|
def _typecheckingstub__102e5bd91193367af65b5d5491e5dd31e20ce7e2d4a10294b8a904b2294f035c(
|
|
8719
9108
|
inspector: _TreeInspector_488e0dd5,
|
|
8720
9109
|
) -> None:
|
|
@@ -8808,6 +9197,22 @@ def _typecheckingstub__64edf231bb465b8f44da5cbed11fe0e7614208f47a50131d6c645ff0d
|
|
|
8808
9197
|
"""Type checking stubs"""
|
|
8809
9198
|
pass
|
|
8810
9199
|
|
|
9200
|
+
def _typecheckingstub__5c85c36d8469daf38476d7f2154aaf5d715e63d825b7e2509bafea40e9e03630(
|
|
9201
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9202
|
+
id: builtins.str,
|
|
9203
|
+
arn: builtins.str,
|
|
9204
|
+
) -> None:
|
|
9205
|
+
"""Type checking stubs"""
|
|
9206
|
+
pass
|
|
9207
|
+
|
|
9208
|
+
def _typecheckingstub__1f061ec701a45e63d7603fe15d31d19f3e3367f9ad0d0e712c9bbae5505f1108(
|
|
9209
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9210
|
+
id: builtins.str,
|
|
9211
|
+
asset_model_id: builtins.str,
|
|
9212
|
+
) -> None:
|
|
9213
|
+
"""Type checking stubs"""
|
|
9214
|
+
pass
|
|
9215
|
+
|
|
8811
9216
|
def _typecheckingstub__cbed60408dd1c2873bc70f9dc7fe48d0d621e09df06498a80d6afdcb1504aadc(
|
|
8812
9217
|
inspector: _TreeInspector_488e0dd5,
|
|
8813
9218
|
) -> None:
|
|
@@ -9021,6 +9426,22 @@ def _typecheckingstub__566bf1711c9dcacb9cb88add46c2c4e157208bdce4a774ccb256a7d21
|
|
|
9021
9426
|
"""Type checking stubs"""
|
|
9022
9427
|
pass
|
|
9023
9428
|
|
|
9429
|
+
def _typecheckingstub__590e85092bc508f6256e60a12e43c81089d4fdbc5ea61a69300ebe6c241b75e3(
|
|
9430
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9431
|
+
id: builtins.str,
|
|
9432
|
+
arn: builtins.str,
|
|
9433
|
+
) -> None:
|
|
9434
|
+
"""Type checking stubs"""
|
|
9435
|
+
pass
|
|
9436
|
+
|
|
9437
|
+
def _typecheckingstub__cf9f98dbe0a47ff6ba00814bcfe5bac495a1c8e0e1b952108f1c9fe15128b618(
|
|
9438
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9439
|
+
id: builtins.str,
|
|
9440
|
+
computation_model_id: builtins.str,
|
|
9441
|
+
) -> None:
|
|
9442
|
+
"""Type checking stubs"""
|
|
9443
|
+
pass
|
|
9444
|
+
|
|
9024
9445
|
def _typecheckingstub__137e70d4839513d333c73d5f02909172ab78f14b28c52c7f13f6f52ff398e870(
|
|
9025
9446
|
inspector: _TreeInspector_488e0dd5,
|
|
9026
9447
|
) -> None:
|
|
@@ -9116,6 +9537,22 @@ def _typecheckingstub__7408e63e7ba97e630e06dc4a383d275da9719808da2d750b179e27c09
|
|
|
9116
9537
|
"""Type checking stubs"""
|
|
9117
9538
|
pass
|
|
9118
9539
|
|
|
9540
|
+
def _typecheckingstub__8d3ef066d6cc1deed982b975e1b332ddc442fc91c9cc1968ea2dadbe5c8d0e80(
|
|
9541
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9542
|
+
id: builtins.str,
|
|
9543
|
+
arn: builtins.str,
|
|
9544
|
+
) -> None:
|
|
9545
|
+
"""Type checking stubs"""
|
|
9546
|
+
pass
|
|
9547
|
+
|
|
9548
|
+
def _typecheckingstub__a04e6604e7125e6e08f9794e68e1b82fbe54ab836644eba76af6190724e6bfd1(
|
|
9549
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9550
|
+
id: builtins.str,
|
|
9551
|
+
dashboard_id: builtins.str,
|
|
9552
|
+
) -> None:
|
|
9553
|
+
"""Type checking stubs"""
|
|
9554
|
+
pass
|
|
9555
|
+
|
|
9119
9556
|
def _typecheckingstub__b472ad5fec8e10a47deb9d29be81c0539f4b5be2ab95923bc43842cace7b7859(
|
|
9120
9557
|
inspector: _TreeInspector_488e0dd5,
|
|
9121
9558
|
) -> None:
|
|
@@ -9170,6 +9607,22 @@ def _typecheckingstub__44369ff07e07f1dbb28102a65eb5a8e6317f5b2e832b326cf3fc0bef1
|
|
|
9170
9607
|
"""Type checking stubs"""
|
|
9171
9608
|
pass
|
|
9172
9609
|
|
|
9610
|
+
def _typecheckingstub__c9ff3dcdb3ac6f04e85b20ea8bb4c7d46762cd36c087beb7fd1d048c7e930202(
|
|
9611
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9612
|
+
id: builtins.str,
|
|
9613
|
+
arn: builtins.str,
|
|
9614
|
+
) -> None:
|
|
9615
|
+
"""Type checking stubs"""
|
|
9616
|
+
pass
|
|
9617
|
+
|
|
9618
|
+
def _typecheckingstub__9cd48c30f564ca50cc666275f3fc53e470cc09074323a9f778ce65224801abec(
|
|
9619
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9620
|
+
id: builtins.str,
|
|
9621
|
+
dataset_id: builtins.str,
|
|
9622
|
+
) -> None:
|
|
9623
|
+
"""Type checking stubs"""
|
|
9624
|
+
pass
|
|
9625
|
+
|
|
9173
9626
|
def _typecheckingstub__c537b447cd6a1f193bb6937137b32d81fb8fc58b3637f501b722c0a287eff25e(
|
|
9174
9627
|
inspector: _TreeInspector_488e0dd5,
|
|
9175
9628
|
) -> None:
|
|
@@ -9243,6 +9696,14 @@ def _typecheckingstub__b4e7aa58e6088e2cbee0005ea5a43b4c9db3b6647e2ff56a2b30310e7
|
|
|
9243
9696
|
"""Type checking stubs"""
|
|
9244
9697
|
pass
|
|
9245
9698
|
|
|
9699
|
+
def _typecheckingstub__faf587528166a7e799d27fa65efc17a4884e594560d908cdcce70a7ffd1bdb0b(
|
|
9700
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9701
|
+
id: builtins.str,
|
|
9702
|
+
gateway_id: builtins.str,
|
|
9703
|
+
) -> None:
|
|
9704
|
+
"""Type checking stubs"""
|
|
9705
|
+
pass
|
|
9706
|
+
|
|
9246
9707
|
def _typecheckingstub__32d18496c19dcd70d3e2bfdd8e37ae7c14e763732057eeb476d73309d3c982b7(
|
|
9247
9708
|
inspector: _TreeInspector_488e0dd5,
|
|
9248
9709
|
) -> None:
|
|
@@ -9342,6 +9803,22 @@ def _typecheckingstub__cbc23e7f8ea9f23ecedfbb8e22cd39fad67b5932c9e8eb1d5d50975c1
|
|
|
9342
9803
|
"""Type checking stubs"""
|
|
9343
9804
|
pass
|
|
9344
9805
|
|
|
9806
|
+
def _typecheckingstub__e169faff9b040913570a502ac443183b97c899e914194ac17d33d71ace93855a(
|
|
9807
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9808
|
+
id: builtins.str,
|
|
9809
|
+
arn: builtins.str,
|
|
9810
|
+
) -> None:
|
|
9811
|
+
"""Type checking stubs"""
|
|
9812
|
+
pass
|
|
9813
|
+
|
|
9814
|
+
def _typecheckingstub__44e55bc9565e17284ddba355fa0db38ce8c5ffdbbbf3673b605a11715a4c7444(
|
|
9815
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9816
|
+
id: builtins.str,
|
|
9817
|
+
portal_id: builtins.str,
|
|
9818
|
+
) -> None:
|
|
9819
|
+
"""Type checking stubs"""
|
|
9820
|
+
pass
|
|
9821
|
+
|
|
9345
9822
|
def _typecheckingstub__e35d29c0f35bd7b72ba87b37ebcc981c82f95575036b8a5527137363bcb6ec6d(
|
|
9346
9823
|
inspector: _TreeInspector_488e0dd5,
|
|
9347
9824
|
) -> None:
|
|
@@ -9442,6 +9919,22 @@ def _typecheckingstub__2ca003aa6daa3e15044d74469428b378e883b1a517620f59fc80331c1
|
|
|
9442
9919
|
"""Type checking stubs"""
|
|
9443
9920
|
pass
|
|
9444
9921
|
|
|
9922
|
+
def _typecheckingstub__e90060e79e1e7def55d44924df2b2574a62789a25ec5a41a823f97be953c5d51(
|
|
9923
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9924
|
+
id: builtins.str,
|
|
9925
|
+
arn: builtins.str,
|
|
9926
|
+
) -> None:
|
|
9927
|
+
"""Type checking stubs"""
|
|
9928
|
+
pass
|
|
9929
|
+
|
|
9930
|
+
def _typecheckingstub__e1a0b1722831a32728661855d44d06d2304b0d1bda74a1dfaa308ad7867ced41(
|
|
9931
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
9932
|
+
id: builtins.str,
|
|
9933
|
+
project_id: builtins.str,
|
|
9934
|
+
) -> None:
|
|
9935
|
+
"""Type checking stubs"""
|
|
9936
|
+
pass
|
|
9937
|
+
|
|
9445
9938
|
def _typecheckingstub__a16b8d5ebb2cc95753d1c1a1a523d80ae58e829ae8ce8450719faca461b1b1c8(
|
|
9446
9939
|
inspector: _TreeInspector_488e0dd5,
|
|
9447
9940
|
) -> None:
|