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_logs/__init__.py
CHANGED
|
@@ -13169,6 +13169,48 @@ class CfnDeliveryDestination(
|
|
|
13169
13169
|
|
|
13170
13170
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13171
13171
|
|
|
13172
|
+
@jsii.member(jsii_name="fromDeliveryDestinationArn")
|
|
13173
|
+
@builtins.classmethod
|
|
13174
|
+
def from_delivery_destination_arn(
|
|
13175
|
+
cls,
|
|
13176
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13177
|
+
id: builtins.str,
|
|
13178
|
+
arn: builtins.str,
|
|
13179
|
+
) -> IDeliveryDestinationRef:
|
|
13180
|
+
'''Creates a new IDeliveryDestinationRef from an ARN.
|
|
13181
|
+
|
|
13182
|
+
:param scope: -
|
|
13183
|
+
:param id: -
|
|
13184
|
+
:param arn: -
|
|
13185
|
+
'''
|
|
13186
|
+
if __debug__:
|
|
13187
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d1e83561d79b76de64f92e3782f1bc297af75c216b7ecd182d529be3e5ec932c)
|
|
13188
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13189
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13190
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
13191
|
+
return typing.cast(IDeliveryDestinationRef, jsii.sinvoke(cls, "fromDeliveryDestinationArn", [scope, id, arn]))
|
|
13192
|
+
|
|
13193
|
+
@jsii.member(jsii_name="fromDeliveryDestinationName")
|
|
13194
|
+
@builtins.classmethod
|
|
13195
|
+
def from_delivery_destination_name(
|
|
13196
|
+
cls,
|
|
13197
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13198
|
+
id: builtins.str,
|
|
13199
|
+
delivery_destination_name: builtins.str,
|
|
13200
|
+
) -> IDeliveryDestinationRef:
|
|
13201
|
+
'''Creates a new IDeliveryDestinationRef from a deliveryDestinationName.
|
|
13202
|
+
|
|
13203
|
+
:param scope: -
|
|
13204
|
+
:param id: -
|
|
13205
|
+
:param delivery_destination_name: -
|
|
13206
|
+
'''
|
|
13207
|
+
if __debug__:
|
|
13208
|
+
type_hints = typing.get_type_hints(_typecheckingstub__52807567fd92a62daaa4fd863c9ec3d7ce9139652fe7e505d8a34f4c5d71a0a9)
|
|
13209
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13210
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13211
|
+
check_type(argname="argument delivery_destination_name", value=delivery_destination_name, expected_type=type_hints["delivery_destination_name"])
|
|
13212
|
+
return typing.cast(IDeliveryDestinationRef, jsii.sinvoke(cls, "fromDeliveryDestinationName", [scope, id, delivery_destination_name]))
|
|
13213
|
+
|
|
13172
13214
|
@jsii.member(jsii_name="inspect")
|
|
13173
13215
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13174
13216
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13453,6 +13495,48 @@ class CfnDeliverySource(
|
|
|
13453
13495
|
|
|
13454
13496
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13455
13497
|
|
|
13498
|
+
@jsii.member(jsii_name="fromDeliverySourceArn")
|
|
13499
|
+
@builtins.classmethod
|
|
13500
|
+
def from_delivery_source_arn(
|
|
13501
|
+
cls,
|
|
13502
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13503
|
+
id: builtins.str,
|
|
13504
|
+
arn: builtins.str,
|
|
13505
|
+
) -> IDeliverySourceRef:
|
|
13506
|
+
'''Creates a new IDeliverySourceRef from an ARN.
|
|
13507
|
+
|
|
13508
|
+
:param scope: -
|
|
13509
|
+
:param id: -
|
|
13510
|
+
:param arn: -
|
|
13511
|
+
'''
|
|
13512
|
+
if __debug__:
|
|
13513
|
+
type_hints = typing.get_type_hints(_typecheckingstub__fe3645e1e4c10cf1b0fe5b3ba9f688197a0cbd098972ea22498ac17302ca98af)
|
|
13514
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13515
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13516
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
13517
|
+
return typing.cast(IDeliverySourceRef, jsii.sinvoke(cls, "fromDeliverySourceArn", [scope, id, arn]))
|
|
13518
|
+
|
|
13519
|
+
@jsii.member(jsii_name="fromDeliverySourceName")
|
|
13520
|
+
@builtins.classmethod
|
|
13521
|
+
def from_delivery_source_name(
|
|
13522
|
+
cls,
|
|
13523
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13524
|
+
id: builtins.str,
|
|
13525
|
+
delivery_source_name: builtins.str,
|
|
13526
|
+
) -> IDeliverySourceRef:
|
|
13527
|
+
'''Creates a new IDeliverySourceRef from a deliverySourceName.
|
|
13528
|
+
|
|
13529
|
+
:param scope: -
|
|
13530
|
+
:param id: -
|
|
13531
|
+
:param delivery_source_name: -
|
|
13532
|
+
'''
|
|
13533
|
+
if __debug__:
|
|
13534
|
+
type_hints = typing.get_type_hints(_typecheckingstub__8cef4d671754d809d8f96960211efecebc6d0542354b07264b1121591602a4af)
|
|
13535
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13536
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13537
|
+
check_type(argname="argument delivery_source_name", value=delivery_source_name, expected_type=type_hints["delivery_source_name"])
|
|
13538
|
+
return typing.cast(IDeliverySourceRef, jsii.sinvoke(cls, "fromDeliverySourceName", [scope, id, delivery_source_name]))
|
|
13539
|
+
|
|
13456
13540
|
@jsii.member(jsii_name="inspect")
|
|
13457
13541
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13458
13542
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -13650,6 +13734,48 @@ class CfnDestination(
|
|
|
13650
13734
|
|
|
13651
13735
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
13652
13736
|
|
|
13737
|
+
@jsii.member(jsii_name="fromDestinationArn")
|
|
13738
|
+
@builtins.classmethod
|
|
13739
|
+
def from_destination_arn(
|
|
13740
|
+
cls,
|
|
13741
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13742
|
+
id: builtins.str,
|
|
13743
|
+
arn: builtins.str,
|
|
13744
|
+
) -> IDestinationRef:
|
|
13745
|
+
'''Creates a new IDestinationRef from an ARN.
|
|
13746
|
+
|
|
13747
|
+
:param scope: -
|
|
13748
|
+
:param id: -
|
|
13749
|
+
:param arn: -
|
|
13750
|
+
'''
|
|
13751
|
+
if __debug__:
|
|
13752
|
+
type_hints = typing.get_type_hints(_typecheckingstub__5d22907d88ca3e23984b81480d0446130e46043f9eafe39cc156b22a6864905d)
|
|
13753
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13754
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13755
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
13756
|
+
return typing.cast(IDestinationRef, jsii.sinvoke(cls, "fromDestinationArn", [scope, id, arn]))
|
|
13757
|
+
|
|
13758
|
+
@jsii.member(jsii_name="fromDestinationName")
|
|
13759
|
+
@builtins.classmethod
|
|
13760
|
+
def from_destination_name(
|
|
13761
|
+
cls,
|
|
13762
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
13763
|
+
id: builtins.str,
|
|
13764
|
+
destination_name: builtins.str,
|
|
13765
|
+
) -> IDestinationRef:
|
|
13766
|
+
'''Creates a new IDestinationRef from a destinationName.
|
|
13767
|
+
|
|
13768
|
+
:param scope: -
|
|
13769
|
+
:param id: -
|
|
13770
|
+
:param destination_name: -
|
|
13771
|
+
'''
|
|
13772
|
+
if __debug__:
|
|
13773
|
+
type_hints = typing.get_type_hints(_typecheckingstub__72098253cd55d3f2d4ef3a81a2e95b4299ea75c1d598c85a8172d33dffc5e877)
|
|
13774
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
13775
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
13776
|
+
check_type(argname="argument destination_name", value=destination_name, expected_type=type_hints["destination_name"])
|
|
13777
|
+
return typing.cast(IDestinationRef, jsii.sinvoke(cls, "fromDestinationName", [scope, id, destination_name]))
|
|
13778
|
+
|
|
13653
13779
|
@jsii.member(jsii_name="inspect")
|
|
13654
13780
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
13655
13781
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -14472,6 +14598,48 @@ class CfnLogGroup(
|
|
|
14472
14598
|
|
|
14473
14599
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
14474
14600
|
|
|
14601
|
+
@jsii.member(jsii_name="fromLogGroupArn")
|
|
14602
|
+
@builtins.classmethod
|
|
14603
|
+
def from_log_group_arn(
|
|
14604
|
+
cls,
|
|
14605
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14606
|
+
id: builtins.str,
|
|
14607
|
+
arn: builtins.str,
|
|
14608
|
+
) -> ILogGroupRef:
|
|
14609
|
+
'''Creates a new ILogGroupRef from an ARN.
|
|
14610
|
+
|
|
14611
|
+
:param scope: -
|
|
14612
|
+
:param id: -
|
|
14613
|
+
:param arn: -
|
|
14614
|
+
'''
|
|
14615
|
+
if __debug__:
|
|
14616
|
+
type_hints = typing.get_type_hints(_typecheckingstub__bd5145d6ba21ff4b0d3b237b22f89369cc8cc4d8a87eac5d0c07c8c99316aa84)
|
|
14617
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14618
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14619
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
14620
|
+
return typing.cast(ILogGroupRef, jsii.sinvoke(cls, "fromLogGroupArn", [scope, id, arn]))
|
|
14621
|
+
|
|
14622
|
+
@jsii.member(jsii_name="fromLogGroupName")
|
|
14623
|
+
@builtins.classmethod
|
|
14624
|
+
def from_log_group_name(
|
|
14625
|
+
cls,
|
|
14626
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
14627
|
+
id: builtins.str,
|
|
14628
|
+
log_group_name: builtins.str,
|
|
14629
|
+
) -> ILogGroupRef:
|
|
14630
|
+
'''Creates a new ILogGroupRef from a logGroupName.
|
|
14631
|
+
|
|
14632
|
+
:param scope: -
|
|
14633
|
+
:param id: -
|
|
14634
|
+
:param log_group_name: -
|
|
14635
|
+
'''
|
|
14636
|
+
if __debug__:
|
|
14637
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9e7f370df7c4e533a9fa07450d807c33f0a3851262d29053c2fc4739a18fe397)
|
|
14638
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
14639
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
14640
|
+
check_type(argname="argument log_group_name", value=log_group_name, expected_type=type_hints["log_group_name"])
|
|
14641
|
+
return typing.cast(ILogGroupRef, jsii.sinvoke(cls, "fromLogGroupName", [scope, id, log_group_name]))
|
|
14642
|
+
|
|
14475
14643
|
@jsii.member(jsii_name="inspect")
|
|
14476
14644
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
14477
14645
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -20729,6 +20897,22 @@ def _typecheckingstub__b48efa0b7b05ab2d9f1417a0b1e0cd7f28039825d1520fe16f6f8dca7
|
|
|
20729
20897
|
"""Type checking stubs"""
|
|
20730
20898
|
pass
|
|
20731
20899
|
|
|
20900
|
+
def _typecheckingstub__d1e83561d79b76de64f92e3782f1bc297af75c216b7ecd182d529be3e5ec932c(
|
|
20901
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20902
|
+
id: builtins.str,
|
|
20903
|
+
arn: builtins.str,
|
|
20904
|
+
) -> None:
|
|
20905
|
+
"""Type checking stubs"""
|
|
20906
|
+
pass
|
|
20907
|
+
|
|
20908
|
+
def _typecheckingstub__52807567fd92a62daaa4fd863c9ec3d7ce9139652fe7e505d8a34f4c5d71a0a9(
|
|
20909
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20910
|
+
id: builtins.str,
|
|
20911
|
+
delivery_destination_name: builtins.str,
|
|
20912
|
+
) -> None:
|
|
20913
|
+
"""Type checking stubs"""
|
|
20914
|
+
pass
|
|
20915
|
+
|
|
20732
20916
|
def _typecheckingstub__a2db73754a49fde6308de1010ac96a197f9965c58bd5d9e7fc31cc846e853ab8(
|
|
20733
20917
|
inspector: _TreeInspector_488e0dd5,
|
|
20734
20918
|
) -> None:
|
|
@@ -20791,6 +20975,22 @@ def _typecheckingstub__5ab0297a02d5ec18fef514a89fa2743d7fb62f4e7b1fd892c1bd7ee90
|
|
|
20791
20975
|
"""Type checking stubs"""
|
|
20792
20976
|
pass
|
|
20793
20977
|
|
|
20978
|
+
def _typecheckingstub__fe3645e1e4c10cf1b0fe5b3ba9f688197a0cbd098972ea22498ac17302ca98af(
|
|
20979
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20980
|
+
id: builtins.str,
|
|
20981
|
+
arn: builtins.str,
|
|
20982
|
+
) -> None:
|
|
20983
|
+
"""Type checking stubs"""
|
|
20984
|
+
pass
|
|
20985
|
+
|
|
20986
|
+
def _typecheckingstub__8cef4d671754d809d8f96960211efecebc6d0542354b07264b1121591602a4af(
|
|
20987
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
20988
|
+
id: builtins.str,
|
|
20989
|
+
delivery_source_name: builtins.str,
|
|
20990
|
+
) -> None:
|
|
20991
|
+
"""Type checking stubs"""
|
|
20992
|
+
pass
|
|
20993
|
+
|
|
20794
20994
|
def _typecheckingstub__a7c152d845b9eb6bc70785b4e0e32dec0dce7f287b55eaf85acdcea613be11d3(
|
|
20795
20995
|
inspector: _TreeInspector_488e0dd5,
|
|
20796
20996
|
) -> None:
|
|
@@ -20840,6 +21040,22 @@ def _typecheckingstub__44e37c6c2772abdacfbcd01df5c5418fca8937b435df3890a5a5cb343
|
|
|
20840
21040
|
"""Type checking stubs"""
|
|
20841
21041
|
pass
|
|
20842
21042
|
|
|
21043
|
+
def _typecheckingstub__5d22907d88ca3e23984b81480d0446130e46043f9eafe39cc156b22a6864905d(
|
|
21044
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21045
|
+
id: builtins.str,
|
|
21046
|
+
arn: builtins.str,
|
|
21047
|
+
) -> None:
|
|
21048
|
+
"""Type checking stubs"""
|
|
21049
|
+
pass
|
|
21050
|
+
|
|
21051
|
+
def _typecheckingstub__72098253cd55d3f2d4ef3a81a2e95b4299ea75c1d598c85a8172d33dffc5e877(
|
|
21052
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21053
|
+
id: builtins.str,
|
|
21054
|
+
destination_name: builtins.str,
|
|
21055
|
+
) -> None:
|
|
21056
|
+
"""Type checking stubs"""
|
|
21057
|
+
pass
|
|
21058
|
+
|
|
20843
21059
|
def _typecheckingstub__96cb24255178be4bad07466bab77f2ccec3a7bf2f35acfe8bf018152eb28bb7e(
|
|
20844
21060
|
inspector: _TreeInspector_488e0dd5,
|
|
20845
21061
|
) -> None:
|
|
@@ -21026,6 +21242,22 @@ def _typecheckingstub__8e283e76ec168d67513d106f9413697672f161b29f03fa9b13486e96b
|
|
|
21026
21242
|
"""Type checking stubs"""
|
|
21027
21243
|
pass
|
|
21028
21244
|
|
|
21245
|
+
def _typecheckingstub__bd5145d6ba21ff4b0d3b237b22f89369cc8cc4d8a87eac5d0c07c8c99316aa84(
|
|
21246
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21247
|
+
id: builtins.str,
|
|
21248
|
+
arn: builtins.str,
|
|
21249
|
+
) -> None:
|
|
21250
|
+
"""Type checking stubs"""
|
|
21251
|
+
pass
|
|
21252
|
+
|
|
21253
|
+
def _typecheckingstub__9e7f370df7c4e533a9fa07450d807c33f0a3851262d29053c2fc4739a18fe397(
|
|
21254
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
21255
|
+
id: builtins.str,
|
|
21256
|
+
log_group_name: builtins.str,
|
|
21257
|
+
) -> None:
|
|
21258
|
+
"""Type checking stubs"""
|
|
21259
|
+
pass
|
|
21260
|
+
|
|
21029
21261
|
def _typecheckingstub__5c5bac0ef7ae74529e652cc24b33213b3432954607a3665dd72bd69b68490c7c(
|
|
21030
21262
|
inspector: _TreeInspector_488e0dd5,
|
|
21031
21263
|
) -> None:
|
|
@@ -471,6 +471,27 @@ class CfnInferenceScheduler(
|
|
|
471
471
|
|
|
472
472
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
473
473
|
|
|
474
|
+
@jsii.member(jsii_name="fromInferenceSchedulerArn")
|
|
475
|
+
@builtins.classmethod
|
|
476
|
+
def from_inference_scheduler_arn(
|
|
477
|
+
cls,
|
|
478
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
479
|
+
id: builtins.str,
|
|
480
|
+
arn: builtins.str,
|
|
481
|
+
) -> IInferenceSchedulerRef:
|
|
482
|
+
'''Creates a new IInferenceSchedulerRef from an ARN.
|
|
483
|
+
|
|
484
|
+
:param scope: -
|
|
485
|
+
:param id: -
|
|
486
|
+
:param arn: -
|
|
487
|
+
'''
|
|
488
|
+
if __debug__:
|
|
489
|
+
type_hints = typing.get_type_hints(_typecheckingstub__39beab2fec8994633590fe702cc2df5275e7a7f2455f97bd05355c0fb9066377)
|
|
490
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
491
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
492
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
493
|
+
return typing.cast(IInferenceSchedulerRef, jsii.sinvoke(cls, "fromInferenceSchedulerArn", [scope, id, arn]))
|
|
494
|
+
|
|
474
495
|
@jsii.member(jsii_name="inspect")
|
|
475
496
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
476
497
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1096,6 +1117,14 @@ def _typecheckingstub__28ccba613c6dd6bc7182eb74423ae99fe0414b38931a2a99663f06223
|
|
|
1096
1117
|
"""Type checking stubs"""
|
|
1097
1118
|
pass
|
|
1098
1119
|
|
|
1120
|
+
def _typecheckingstub__39beab2fec8994633590fe702cc2df5275e7a7f2455f97bd05355c0fb9066377(
|
|
1121
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1122
|
+
id: builtins.str,
|
|
1123
|
+
arn: builtins.str,
|
|
1124
|
+
) -> None:
|
|
1125
|
+
"""Type checking stubs"""
|
|
1126
|
+
pass
|
|
1127
|
+
|
|
1099
1128
|
def _typecheckingstub__7167477c3b30b5c0c05007b3e6a0e9c319ace9e6a36c4ad6090f5287a068261b(
|
|
1100
1129
|
inspector: _TreeInspector_488e0dd5,
|
|
1101
1130
|
) -> None:
|
|
@@ -268,6 +268,48 @@ class CfnProject(
|
|
|
268
268
|
|
|
269
269
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
270
270
|
|
|
271
|
+
@jsii.member(jsii_name="fromProjectArn")
|
|
272
|
+
@builtins.classmethod
|
|
273
|
+
def from_project_arn(
|
|
274
|
+
cls,
|
|
275
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
276
|
+
id: builtins.str,
|
|
277
|
+
arn: builtins.str,
|
|
278
|
+
) -> IProjectRef:
|
|
279
|
+
'''Creates a new IProjectRef from an ARN.
|
|
280
|
+
|
|
281
|
+
:param scope: -
|
|
282
|
+
:param id: -
|
|
283
|
+
:param arn: -
|
|
284
|
+
'''
|
|
285
|
+
if __debug__:
|
|
286
|
+
type_hints = typing.get_type_hints(_typecheckingstub__84fff196233367990984dbde8dbe8aa8640b040153a13a4a883d4f0528c0f0ca)
|
|
287
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
288
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
289
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
290
|
+
return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectArn", [scope, id, arn]))
|
|
291
|
+
|
|
292
|
+
@jsii.member(jsii_name="fromProjectName")
|
|
293
|
+
@builtins.classmethod
|
|
294
|
+
def from_project_name(
|
|
295
|
+
cls,
|
|
296
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
297
|
+
id: builtins.str,
|
|
298
|
+
project_name: builtins.str,
|
|
299
|
+
) -> IProjectRef:
|
|
300
|
+
'''Creates a new IProjectRef from a projectName.
|
|
301
|
+
|
|
302
|
+
:param scope: -
|
|
303
|
+
:param id: -
|
|
304
|
+
:param project_name: -
|
|
305
|
+
'''
|
|
306
|
+
if __debug__:
|
|
307
|
+
type_hints = typing.get_type_hints(_typecheckingstub__10d2b4dda47960ca6ee5e6df8c5e0d918819f580de3bd335e8522dea923180a2)
|
|
308
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
309
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
310
|
+
check_type(argname="argument project_name", value=project_name, expected_type=type_hints["project_name"])
|
|
311
|
+
return typing.cast(IProjectRef, jsii.sinvoke(cls, "fromProjectName", [scope, id, project_name]))
|
|
312
|
+
|
|
271
313
|
@jsii.member(jsii_name="inspect")
|
|
272
314
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
273
315
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -365,6 +407,22 @@ def _typecheckingstub__ae1299eb5a9daafd09ff98ba3e3d4056e110dde110eef801bc1e29615
|
|
|
365
407
|
"""Type checking stubs"""
|
|
366
408
|
pass
|
|
367
409
|
|
|
410
|
+
def _typecheckingstub__84fff196233367990984dbde8dbe8aa8640b040153a13a4a883d4f0528c0f0ca(
|
|
411
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
412
|
+
id: builtins.str,
|
|
413
|
+
arn: builtins.str,
|
|
414
|
+
) -> None:
|
|
415
|
+
"""Type checking stubs"""
|
|
416
|
+
pass
|
|
417
|
+
|
|
418
|
+
def _typecheckingstub__10d2b4dda47960ca6ee5e6df8c5e0d918819f580de3bd335e8522dea923180a2(
|
|
419
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
420
|
+
id: builtins.str,
|
|
421
|
+
project_name: builtins.str,
|
|
422
|
+
) -> None:
|
|
423
|
+
"""Type checking stubs"""
|
|
424
|
+
pass
|
|
425
|
+
|
|
368
426
|
def _typecheckingstub__03b76078beb0180f06779d0a685dd8192d3a9f806bb489debf20ab767476c7b0(
|
|
369
427
|
inspector: _TreeInspector_488e0dd5,
|
|
370
428
|
) -> None:
|
|
@@ -779,6 +779,48 @@ class CfnAccessor(
|
|
|
779
779
|
|
|
780
780
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
781
781
|
|
|
782
|
+
@jsii.member(jsii_name="fromAccessorArn")
|
|
783
|
+
@builtins.classmethod
|
|
784
|
+
def from_accessor_arn(
|
|
785
|
+
cls,
|
|
786
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
787
|
+
id: builtins.str,
|
|
788
|
+
arn: builtins.str,
|
|
789
|
+
) -> IAccessorRef:
|
|
790
|
+
'''Creates a new IAccessorRef from an ARN.
|
|
791
|
+
|
|
792
|
+
:param scope: -
|
|
793
|
+
:param id: -
|
|
794
|
+
:param arn: -
|
|
795
|
+
'''
|
|
796
|
+
if __debug__:
|
|
797
|
+
type_hints = typing.get_type_hints(_typecheckingstub__18014559eefd9327a42c84c5955cef0a421d0c4fa24df7d1efd5782023c267c1)
|
|
798
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
799
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
800
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
801
|
+
return typing.cast(IAccessorRef, jsii.sinvoke(cls, "fromAccessorArn", [scope, id, arn]))
|
|
802
|
+
|
|
803
|
+
@jsii.member(jsii_name="fromAccessorId")
|
|
804
|
+
@builtins.classmethod
|
|
805
|
+
def from_accessor_id(
|
|
806
|
+
cls,
|
|
807
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
808
|
+
id: builtins.str,
|
|
809
|
+
accessor_id: builtins.str,
|
|
810
|
+
) -> IAccessorRef:
|
|
811
|
+
'''Creates a new IAccessorRef from a accessorId.
|
|
812
|
+
|
|
813
|
+
:param scope: -
|
|
814
|
+
:param id: -
|
|
815
|
+
:param accessor_id: -
|
|
816
|
+
'''
|
|
817
|
+
if __debug__:
|
|
818
|
+
type_hints = typing.get_type_hints(_typecheckingstub__000563a5f642669e02e4a434645050e993d4c6550cb58d65714fdb2561b76338)
|
|
819
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
820
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
821
|
+
check_type(argname="argument accessor_id", value=accessor_id, expected_type=type_hints["accessor_id"])
|
|
822
|
+
return typing.cast(IAccessorRef, jsii.sinvoke(cls, "fromAccessorId", [scope, id, accessor_id]))
|
|
823
|
+
|
|
782
824
|
@jsii.member(jsii_name="inspect")
|
|
783
825
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
784
826
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1006,6 +1048,27 @@ class CfnMember(
|
|
|
1006
1048
|
|
|
1007
1049
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1008
1050
|
|
|
1051
|
+
@jsii.member(jsii_name="fromMemberId")
|
|
1052
|
+
@builtins.classmethod
|
|
1053
|
+
def from_member_id(
|
|
1054
|
+
cls,
|
|
1055
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1056
|
+
id: builtins.str,
|
|
1057
|
+
member_id: builtins.str,
|
|
1058
|
+
) -> IMemberRef:
|
|
1059
|
+
'''Creates a new IMemberRef from a memberId.
|
|
1060
|
+
|
|
1061
|
+
:param scope: -
|
|
1062
|
+
:param id: -
|
|
1063
|
+
:param member_id: -
|
|
1064
|
+
'''
|
|
1065
|
+
if __debug__:
|
|
1066
|
+
type_hints = typing.get_type_hints(_typecheckingstub__855c1186b74f31cddccd7acf185228efdea46e50137ca8cb48467981c77b09a8)
|
|
1067
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1068
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1069
|
+
check_type(argname="argument member_id", value=member_id, expected_type=type_hints["member_id"])
|
|
1070
|
+
return typing.cast(IMemberRef, jsii.sinvoke(cls, "fromMemberId", [scope, id, member_id]))
|
|
1071
|
+
|
|
1009
1072
|
@jsii.member(jsii_name="inspect")
|
|
1010
1073
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1011
1074
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -1855,6 +1918,48 @@ class CfnNode(
|
|
|
1855
1918
|
|
|
1856
1919
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
1857
1920
|
|
|
1921
|
+
@jsii.member(jsii_name="fromNodeArn")
|
|
1922
|
+
@builtins.classmethod
|
|
1923
|
+
def from_node_arn(
|
|
1924
|
+
cls,
|
|
1925
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1926
|
+
id: builtins.str,
|
|
1927
|
+
arn: builtins.str,
|
|
1928
|
+
) -> INodeRef:
|
|
1929
|
+
'''Creates a new INodeRef from an ARN.
|
|
1930
|
+
|
|
1931
|
+
:param scope: -
|
|
1932
|
+
:param id: -
|
|
1933
|
+
:param arn: -
|
|
1934
|
+
'''
|
|
1935
|
+
if __debug__:
|
|
1936
|
+
type_hints = typing.get_type_hints(_typecheckingstub__f97825ebb79ef394585f9383b1f2bd49aa45d4ced3ff8fd99910d665c2dd49ba)
|
|
1937
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1938
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1939
|
+
check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
|
|
1940
|
+
return typing.cast(INodeRef, jsii.sinvoke(cls, "fromNodeArn", [scope, id, arn]))
|
|
1941
|
+
|
|
1942
|
+
@jsii.member(jsii_name="fromNodeId")
|
|
1943
|
+
@builtins.classmethod
|
|
1944
|
+
def from_node_id(
|
|
1945
|
+
cls,
|
|
1946
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
1947
|
+
id: builtins.str,
|
|
1948
|
+
node_id: builtins.str,
|
|
1949
|
+
) -> INodeRef:
|
|
1950
|
+
'''Creates a new INodeRef from a nodeId.
|
|
1951
|
+
|
|
1952
|
+
:param scope: -
|
|
1953
|
+
:param id: -
|
|
1954
|
+
:param node_id: -
|
|
1955
|
+
'''
|
|
1956
|
+
if __debug__:
|
|
1957
|
+
type_hints = typing.get_type_hints(_typecheckingstub__30937c1235a7aea357734b98848584aa6a47076d93af0589d79568706d7d4243)
|
|
1958
|
+
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
|
1959
|
+
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
1960
|
+
check_type(argname="argument node_id", value=node_id, expected_type=type_hints["node_id"])
|
|
1961
|
+
return typing.cast(INodeRef, jsii.sinvoke(cls, "fromNodeId", [scope, id, node_id]))
|
|
1962
|
+
|
|
1858
1963
|
@jsii.member(jsii_name="inspect")
|
|
1859
1964
|
def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
|
|
1860
1965
|
'''Examines the CloudFormation resource and discloses attributes.
|
|
@@ -2134,6 +2239,22 @@ def _typecheckingstub__d7fae27137bea89baceda53b3dc015adf08084fe0dc7addf5f6ceece1
|
|
|
2134
2239
|
"""Type checking stubs"""
|
|
2135
2240
|
pass
|
|
2136
2241
|
|
|
2242
|
+
def _typecheckingstub__18014559eefd9327a42c84c5955cef0a421d0c4fa24df7d1efd5782023c267c1(
|
|
2243
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2244
|
+
id: builtins.str,
|
|
2245
|
+
arn: builtins.str,
|
|
2246
|
+
) -> None:
|
|
2247
|
+
"""Type checking stubs"""
|
|
2248
|
+
pass
|
|
2249
|
+
|
|
2250
|
+
def _typecheckingstub__000563a5f642669e02e4a434645050e993d4c6550cb58d65714fdb2561b76338(
|
|
2251
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2252
|
+
id: builtins.str,
|
|
2253
|
+
accessor_id: builtins.str,
|
|
2254
|
+
) -> None:
|
|
2255
|
+
"""Type checking stubs"""
|
|
2256
|
+
pass
|
|
2257
|
+
|
|
2137
2258
|
def _typecheckingstub__5153df6ae42b13ade5f6af5da4867255659df0827b4417004b7a82730c0859b9(
|
|
2138
2259
|
inspector: _TreeInspector_488e0dd5,
|
|
2139
2260
|
) -> None:
|
|
@@ -2176,6 +2297,14 @@ def _typecheckingstub__f440aedf38983e9bd6c40a21512108e2511416c6c14702ff310a996c2
|
|
|
2176
2297
|
"""Type checking stubs"""
|
|
2177
2298
|
pass
|
|
2178
2299
|
|
|
2300
|
+
def _typecheckingstub__855c1186b74f31cddccd7acf185228efdea46e50137ca8cb48467981c77b09a8(
|
|
2301
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2302
|
+
id: builtins.str,
|
|
2303
|
+
member_id: builtins.str,
|
|
2304
|
+
) -> None:
|
|
2305
|
+
"""Type checking stubs"""
|
|
2306
|
+
pass
|
|
2307
|
+
|
|
2179
2308
|
def _typecheckingstub__46a9dd6743a85bd3e4a8e4cd1e70d4394c71e0592b92008a8d4ead6f921817bd(
|
|
2180
2309
|
inspector: _TreeInspector_488e0dd5,
|
|
2181
2310
|
) -> None:
|
|
@@ -2289,6 +2418,22 @@ def _typecheckingstub__48dbd6ef5c42666453e84796d418e81144be49dedf064e93bf40d44fb
|
|
|
2289
2418
|
"""Type checking stubs"""
|
|
2290
2419
|
pass
|
|
2291
2420
|
|
|
2421
|
+
def _typecheckingstub__f97825ebb79ef394585f9383b1f2bd49aa45d4ced3ff8fd99910d665c2dd49ba(
|
|
2422
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2423
|
+
id: builtins.str,
|
|
2424
|
+
arn: builtins.str,
|
|
2425
|
+
) -> None:
|
|
2426
|
+
"""Type checking stubs"""
|
|
2427
|
+
pass
|
|
2428
|
+
|
|
2429
|
+
def _typecheckingstub__30937c1235a7aea357734b98848584aa6a47076d93af0589d79568706d7d4243(
|
|
2430
|
+
scope: _constructs_77d1e7e8.Construct,
|
|
2431
|
+
id: builtins.str,
|
|
2432
|
+
node_id: builtins.str,
|
|
2433
|
+
) -> None:
|
|
2434
|
+
"""Type checking stubs"""
|
|
2435
|
+
pass
|
|
2436
|
+
|
|
2292
2437
|
def _typecheckingstub__c388501c993f487cedc15db18e2da552e99448b2fbbb73df0c86ca6b0ff1f9c9(
|
|
2293
2438
|
inspector: _TreeInspector_488e0dd5,
|
|
2294
2439
|
) -> None:
|