aws-cdk-lib 2.217.0__py3-none-any.whl → 2.218.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

Files changed (130) hide show
  1. aws_cdk/_jsii/__init__.py +1 -1
  2. aws_cdk/_jsii/{aws-cdk-lib@2.217.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  3. aws_cdk/aws_amazonmq/__init__.py +87 -0
  4. aws_cdk/aws_apigateway/__init__.py +203 -0
  5. aws_cdk/aws_apigatewayv2/__init__.py +58 -0
  6. aws_cdk/aws_appconfig/__init__.py +145 -0
  7. aws_cdk/aws_appflow/__init__.py +116 -0
  8. aws_cdk/aws_appintegrations/__init__.py +116 -0
  9. aws_cdk/aws_appstream/__init__.py +87 -0
  10. aws_cdk/aws_appsync/__init__.py +58 -0
  11. aws_cdk/aws_apptest/__init__.py +58 -0
  12. aws_cdk/aws_athena/__init__.py +58 -0
  13. aws_cdk/aws_auditmanager/__init__.py +58 -0
  14. aws_cdk/aws_backup/__init__.py +145 -0
  15. aws_cdk/aws_batch/__init__.py +58 -0
  16. aws_cdk/aws_bedrock/__init__.py +145 -0
  17. aws_cdk/aws_cassandra/__init__.py +29 -0
  18. aws_cdk/aws_certificatemanager/__init__.py +29 -0
  19. aws_cdk/aws_cloudfront/__init__.py +57 -0
  20. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  21. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  22. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  23. aws_cdk/aws_codebuild/__init__.py +115 -12
  24. aws_cdk/aws_codedeploy/__init__.py +29 -0
  25. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  26. aws_cdk/aws_codepipeline/__init__.py +29 -0
  27. aws_cdk/aws_cognito/__init__.py +87 -0
  28. aws_cdk/aws_config/__init__.py +58 -0
  29. aws_cdk/aws_cur/__init__.py +29 -0
  30. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  31. aws_cdk/aws_datapipeline/__init__.py +29 -0
  32. aws_cdk/aws_datazone/__init__.py +58 -0
  33. aws_cdk/aws_directoryservice/__init__.py +29 -0
  34. aws_cdk/aws_dms/__init__.py +58 -0
  35. aws_cdk/aws_docdb/__init__.py +153 -25
  36. aws_cdk/aws_dsql/__init__.py +29 -0
  37. aws_cdk/aws_dynamodb/__init__.py +58 -0
  38. aws_cdk/aws_ec2/__init__.py +1976 -0
  39. aws_cdk/aws_ecr/__init__.py +116 -0
  40. aws_cdk/aws_ecs/__init__.py +87 -0
  41. aws_cdk/aws_efs/__init__.py +116 -0
  42. aws_cdk/aws_eks/__init__.py +118 -0
  43. aws_cdk/aws_elasticache/__init__.py +261 -0
  44. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  45. aws_cdk/aws_emr/__init__.py +87 -0
  46. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  47. aws_cdk/aws_emrserverless/__init__.py +58 -0
  48. aws_cdk/aws_entityresolution/__init__.py +145 -0
  49. aws_cdk/aws_events/__init__.py +290 -0
  50. aws_cdk/aws_finspace/__init__.py +58 -0
  51. aws_cdk/aws_gamelift/__init__.py +435 -0
  52. aws_cdk/aws_glue/__init__.py +145 -0
  53. aws_cdk/aws_greengrass/__init__.py +464 -0
  54. aws_cdk/aws_groundstation/__init__.py +87 -0
  55. aws_cdk/aws_guardduty/__init__.py +87 -0
  56. aws_cdk/aws_healthimaging/__init__.py +58 -0
  57. aws_cdk/aws_healthlake/__init__.py +29 -0
  58. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  59. aws_cdk/aws_iot/__init__.py +957 -0
  60. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  61. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +58 -0
  62. aws_cdk/aws_iotevents/__init__.py +87 -0
  63. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  64. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  65. aws_cdk/aws_iotsitewise/__init__.py +493 -0
  66. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  67. aws_cdk/aws_iotwireless/__init__.py +464 -0
  68. aws_cdk/aws_kendra/__init__.py +116 -0
  69. aws_cdk/aws_kinesis/__init__.py +58 -0
  70. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  71. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  72. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  73. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  74. aws_cdk/aws_kms/__init__.py +58 -0
  75. aws_cdk/aws_lambda/__init__.py +58 -0
  76. aws_cdk/aws_lex/__init__.py +29 -0
  77. aws_cdk/aws_location/__init__.py +348 -0
  78. aws_cdk/aws_logs/__init__.py +232 -0
  79. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  80. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  81. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  82. aws_cdk/aws_medialive/__init__.py +435 -0
  83. aws_cdk/aws_mediatailor/__init__.py +174 -0
  84. aws_cdk/aws_memorydb/__init__.py +203 -0
  85. aws_cdk/aws_mwaa/__init__.py +58 -0
  86. aws_cdk/aws_networkmanager/__init__.py +29 -0
  87. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  88. aws_cdk/aws_omics/__init__.py +174 -0
  89. aws_cdk/aws_opensearchserverless/__init__.py +58 -0
  90. aws_cdk/aws_opsworks/__init__.py +29 -0
  91. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  92. aws_cdk/aws_organizations/__init__.py +116 -0
  93. aws_cdk/aws_panorama/__init__.py +116 -0
  94. aws_cdk/aws_pinpoint/__init__.py +116 -0
  95. aws_cdk/aws_qbusiness/__init__.py +232 -0
  96. aws_cdk/aws_qldb/__init__.py +29 -0
  97. aws_cdk/aws_rds/__init__.py +64 -0
  98. aws_cdk/aws_redshift/__init__.py +29 -0
  99. aws_cdk/aws_rekognition/__init__.py +87 -0
  100. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  101. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  102. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  103. aws_cdk/aws_route53resolver/__init__.py +29 -0
  104. aws_cdk/aws_s3/__init__.py +116 -0
  105. aws_cdk/aws_s3express/__init__.py +116 -0
  106. aws_cdk/aws_sagemaker/__init__.py +464 -0
  107. aws_cdk/aws_scheduler/__init__.py +29 -0
  108. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  109. aws_cdk/aws_servicecatalog/__init__.py +29 -0
  110. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  111. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  112. aws_cdk/aws_ses/__init__.py +261 -0
  113. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  114. aws_cdk/aws_ssm/__init__.py +87 -0
  115. aws_cdk/aws_synthetics/__init__.py +29 -0
  116. aws_cdk/aws_timestream/__init__.py +87 -0
  117. aws_cdk/aws_transfer/__init__.py +261 -0
  118. aws_cdk/aws_verifiedpermissions/__init__.py +58 -0
  119. aws_cdk/aws_voiceid/__init__.py +29 -0
  120. aws_cdk/aws_wisdom/__init__.py +232 -0
  121. aws_cdk/aws_workspaces/__init__.py +58 -0
  122. aws_cdk/aws_workspacesinstances/__init__.py +29 -0
  123. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  124. aws_cdk/pipelines/__init__.py +5 -1
  125. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  126. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +130 -130
  127. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  128. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  129. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  130. {aws_cdk_lib-2.217.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -3103,6 +3103,48 @@ class CfnDestination(
3103
3103
 
3104
3104
  jsii.create(self.__class__, self, [scope, id, props])
3105
3105
 
3106
+ @jsii.member(jsii_name="fromDestinationArn")
3107
+ @builtins.classmethod
3108
+ def from_destination_arn(
3109
+ cls,
3110
+ scope: _constructs_77d1e7e8.Construct,
3111
+ id: builtins.str,
3112
+ arn: builtins.str,
3113
+ ) -> IDestinationRef:
3114
+ '''Creates a new IDestinationRef from an ARN.
3115
+
3116
+ :param scope: -
3117
+ :param id: -
3118
+ :param arn: -
3119
+ '''
3120
+ if __debug__:
3121
+ type_hints = typing.get_type_hints(_typecheckingstub__7f90b1341ca0e815545f34b7f61706cf3669652ab00f4418fee6873861329272)
3122
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3123
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3124
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3125
+ return typing.cast(IDestinationRef, jsii.sinvoke(cls, "fromDestinationArn", [scope, id, arn]))
3126
+
3127
+ @jsii.member(jsii_name="fromDestinationName")
3128
+ @builtins.classmethod
3129
+ def from_destination_name(
3130
+ cls,
3131
+ scope: _constructs_77d1e7e8.Construct,
3132
+ id: builtins.str,
3133
+ destination_name: builtins.str,
3134
+ ) -> IDestinationRef:
3135
+ '''Creates a new IDestinationRef from a destinationName.
3136
+
3137
+ :param scope: -
3138
+ :param id: -
3139
+ :param destination_name: -
3140
+ '''
3141
+ if __debug__:
3142
+ type_hints = typing.get_type_hints(_typecheckingstub__90d6cabd015389efbea6112d678cc639ad2faf00a54ab0570fa07ca3a427b194)
3143
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3144
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3145
+ check_type(argname="argument destination_name", value=destination_name, expected_type=type_hints["destination_name"])
3146
+ return typing.cast(IDestinationRef, jsii.sinvoke(cls, "fromDestinationName", [scope, id, destination_name]))
3147
+
3106
3148
  @jsii.member(jsii_name="inspect")
3107
3149
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3108
3150
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3310,6 +3352,48 @@ class CfnDeviceProfile(
3310
3352
 
3311
3353
  jsii.create(self.__class__, self, [scope, id, props])
3312
3354
 
3355
+ @jsii.member(jsii_name="fromDeviceProfileArn")
3356
+ @builtins.classmethod
3357
+ def from_device_profile_arn(
3358
+ cls,
3359
+ scope: _constructs_77d1e7e8.Construct,
3360
+ id: builtins.str,
3361
+ arn: builtins.str,
3362
+ ) -> IDeviceProfileRef:
3363
+ '''Creates a new IDeviceProfileRef from an ARN.
3364
+
3365
+ :param scope: -
3366
+ :param id: -
3367
+ :param arn: -
3368
+ '''
3369
+ if __debug__:
3370
+ type_hints = typing.get_type_hints(_typecheckingstub__9f767caa1409edfe0d12fd463e46429b33dfeec37e09a1d290185cb1cef3c5fb)
3371
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3372
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3373
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3374
+ return typing.cast(IDeviceProfileRef, jsii.sinvoke(cls, "fromDeviceProfileArn", [scope, id, arn]))
3375
+
3376
+ @jsii.member(jsii_name="fromDeviceProfileId")
3377
+ @builtins.classmethod
3378
+ def from_device_profile_id(
3379
+ cls,
3380
+ scope: _constructs_77d1e7e8.Construct,
3381
+ id: builtins.str,
3382
+ device_profile_id: builtins.str,
3383
+ ) -> IDeviceProfileRef:
3384
+ '''Creates a new IDeviceProfileRef from a deviceProfileId.
3385
+
3386
+ :param scope: -
3387
+ :param id: -
3388
+ :param device_profile_id: -
3389
+ '''
3390
+ if __debug__:
3391
+ type_hints = typing.get_type_hints(_typecheckingstub__7652403130ffac7914293b30e214110a79c1cd3127749a0b4e59672ef3f5b261)
3392
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3393
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3394
+ check_type(argname="argument device_profile_id", value=device_profile_id, expected_type=type_hints["device_profile_id"])
3395
+ return typing.cast(IDeviceProfileRef, jsii.sinvoke(cls, "fromDeviceProfileId", [scope, id, device_profile_id]))
3396
+
3313
3397
  @jsii.member(jsii_name="inspect")
3314
3398
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3315
3399
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3868,6 +3952,48 @@ class CfnFuotaTask(
3868
3952
 
3869
3953
  jsii.create(self.__class__, self, [scope, id, props])
3870
3954
 
3955
+ @jsii.member(jsii_name="fromFuotaTaskArn")
3956
+ @builtins.classmethod
3957
+ def from_fuota_task_arn(
3958
+ cls,
3959
+ scope: _constructs_77d1e7e8.Construct,
3960
+ id: builtins.str,
3961
+ arn: builtins.str,
3962
+ ) -> IFuotaTaskRef:
3963
+ '''Creates a new IFuotaTaskRef from an ARN.
3964
+
3965
+ :param scope: -
3966
+ :param id: -
3967
+ :param arn: -
3968
+ '''
3969
+ if __debug__:
3970
+ type_hints = typing.get_type_hints(_typecheckingstub__9baa4f17b04928248889fc6bd2f40ea334749b2154aefe303a0f9e411c17c61f)
3971
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3972
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3973
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
3974
+ return typing.cast(IFuotaTaskRef, jsii.sinvoke(cls, "fromFuotaTaskArn", [scope, id, arn]))
3975
+
3976
+ @jsii.member(jsii_name="fromFuotaTaskId")
3977
+ @builtins.classmethod
3978
+ def from_fuota_task_id(
3979
+ cls,
3980
+ scope: _constructs_77d1e7e8.Construct,
3981
+ id: builtins.str,
3982
+ fuota_task_id: builtins.str,
3983
+ ) -> IFuotaTaskRef:
3984
+ '''Creates a new IFuotaTaskRef from a fuotaTaskId.
3985
+
3986
+ :param scope: -
3987
+ :param id: -
3988
+ :param fuota_task_id: -
3989
+ '''
3990
+ if __debug__:
3991
+ type_hints = typing.get_type_hints(_typecheckingstub__5413a72b992e28c7495ac3658022b28b47bbf685f763b0054413546fa9b71a04)
3992
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3993
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3994
+ check_type(argname="argument fuota_task_id", value=fuota_task_id, expected_type=type_hints["fuota_task_id"])
3995
+ return typing.cast(IFuotaTaskRef, jsii.sinvoke(cls, "fromFuotaTaskId", [scope, id, fuota_task_id]))
3996
+
3871
3997
  @jsii.member(jsii_name="inspect")
3872
3998
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3873
3999
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4243,6 +4369,48 @@ class CfnMulticastGroup(
4243
4369
 
4244
4370
  jsii.create(self.__class__, self, [scope, id, props])
4245
4371
 
4372
+ @jsii.member(jsii_name="fromMulticastGroupArn")
4373
+ @builtins.classmethod
4374
+ def from_multicast_group_arn(
4375
+ cls,
4376
+ scope: _constructs_77d1e7e8.Construct,
4377
+ id: builtins.str,
4378
+ arn: builtins.str,
4379
+ ) -> IMulticastGroupRef:
4380
+ '''Creates a new IMulticastGroupRef from an ARN.
4381
+
4382
+ :param scope: -
4383
+ :param id: -
4384
+ :param arn: -
4385
+ '''
4386
+ if __debug__:
4387
+ type_hints = typing.get_type_hints(_typecheckingstub__1e4574ee422fcf0ef4c4120eeea226e4a20bc0c14e7912579fde2c129dbfae77)
4388
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4389
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4390
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4391
+ return typing.cast(IMulticastGroupRef, jsii.sinvoke(cls, "fromMulticastGroupArn", [scope, id, arn]))
4392
+
4393
+ @jsii.member(jsii_name="fromMulticastGroupId")
4394
+ @builtins.classmethod
4395
+ def from_multicast_group_id(
4396
+ cls,
4397
+ scope: _constructs_77d1e7e8.Construct,
4398
+ id: builtins.str,
4399
+ multicast_group_id: builtins.str,
4400
+ ) -> IMulticastGroupRef:
4401
+ '''Creates a new IMulticastGroupRef from a multicastGroupId.
4402
+
4403
+ :param scope: -
4404
+ :param id: -
4405
+ :param multicast_group_id: -
4406
+ '''
4407
+ if __debug__:
4408
+ type_hints = typing.get_type_hints(_typecheckingstub__5cb4a666e5935beca9843c41fd7ff0d33a1dabbb2513bba5f00ba1140a17af61)
4409
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4410
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4411
+ check_type(argname="argument multicast_group_id", value=multicast_group_id, expected_type=type_hints["multicast_group_id"])
4412
+ return typing.cast(IMulticastGroupRef, jsii.sinvoke(cls, "fromMulticastGroupId", [scope, id, multicast_group_id]))
4413
+
4246
4414
  @jsii.member(jsii_name="inspect")
4247
4415
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4248
4416
  '''Examines the CloudFormation resource and discloses attributes.
@@ -4604,6 +4772,48 @@ class CfnNetworkAnalyzerConfiguration(
4604
4772
 
4605
4773
  jsii.create(self.__class__, self, [scope, id, props])
4606
4774
 
4775
+ @jsii.member(jsii_name="fromNetworkAnalyzerConfigurationArn")
4776
+ @builtins.classmethod
4777
+ def from_network_analyzer_configuration_arn(
4778
+ cls,
4779
+ scope: _constructs_77d1e7e8.Construct,
4780
+ id: builtins.str,
4781
+ arn: builtins.str,
4782
+ ) -> INetworkAnalyzerConfigurationRef:
4783
+ '''Creates a new INetworkAnalyzerConfigurationRef from an ARN.
4784
+
4785
+ :param scope: -
4786
+ :param id: -
4787
+ :param arn: -
4788
+ '''
4789
+ if __debug__:
4790
+ type_hints = typing.get_type_hints(_typecheckingstub__55eef13b6d441bbc43c205b400be4f483a5971f2f70cac62f8197d0a6ca28da1)
4791
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4792
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4793
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
4794
+ return typing.cast(INetworkAnalyzerConfigurationRef, jsii.sinvoke(cls, "fromNetworkAnalyzerConfigurationArn", [scope, id, arn]))
4795
+
4796
+ @jsii.member(jsii_name="fromNetworkAnalyzerConfigurationName")
4797
+ @builtins.classmethod
4798
+ def from_network_analyzer_configuration_name(
4799
+ cls,
4800
+ scope: _constructs_77d1e7e8.Construct,
4801
+ id: builtins.str,
4802
+ network_analyzer_configuration_name: builtins.str,
4803
+ ) -> INetworkAnalyzerConfigurationRef:
4804
+ '''Creates a new INetworkAnalyzerConfigurationRef from a networkAnalyzerConfigurationName.
4805
+
4806
+ :param scope: -
4807
+ :param id: -
4808
+ :param network_analyzer_configuration_name: -
4809
+ '''
4810
+ if __debug__:
4811
+ type_hints = typing.get_type_hints(_typecheckingstub__139ea6cda9ef479e2b37118b138dec28773cc58607df63ece1bf7b432c1c3f45)
4812
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
4813
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
4814
+ check_type(argname="argument network_analyzer_configuration_name", value=network_analyzer_configuration_name, expected_type=type_hints["network_analyzer_configuration_name"])
4815
+ return typing.cast(INetworkAnalyzerConfigurationRef, jsii.sinvoke(cls, "fromNetworkAnalyzerConfigurationName", [scope, id, network_analyzer_configuration_name]))
4816
+
4607
4817
  @jsii.member(jsii_name="inspect")
4608
4818
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
4609
4819
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5353,6 +5563,48 @@ class CfnServiceProfile(
5353
5563
 
5354
5564
  jsii.create(self.__class__, self, [scope, id, props])
5355
5565
 
5566
+ @jsii.member(jsii_name="fromServiceProfileArn")
5567
+ @builtins.classmethod
5568
+ def from_service_profile_arn(
5569
+ cls,
5570
+ scope: _constructs_77d1e7e8.Construct,
5571
+ id: builtins.str,
5572
+ arn: builtins.str,
5573
+ ) -> IServiceProfileRef:
5574
+ '''Creates a new IServiceProfileRef from an ARN.
5575
+
5576
+ :param scope: -
5577
+ :param id: -
5578
+ :param arn: -
5579
+ '''
5580
+ if __debug__:
5581
+ type_hints = typing.get_type_hints(_typecheckingstub__720fa82707a0285118cc342620b6896bcee6d5a0bc95e1fc8d0ac2b93733a884)
5582
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5583
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5584
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
5585
+ return typing.cast(IServiceProfileRef, jsii.sinvoke(cls, "fromServiceProfileArn", [scope, id, arn]))
5586
+
5587
+ @jsii.member(jsii_name="fromServiceProfileId")
5588
+ @builtins.classmethod
5589
+ def from_service_profile_id(
5590
+ cls,
5591
+ scope: _constructs_77d1e7e8.Construct,
5592
+ id: builtins.str,
5593
+ service_profile_id: builtins.str,
5594
+ ) -> IServiceProfileRef:
5595
+ '''Creates a new IServiceProfileRef from a serviceProfileId.
5596
+
5597
+ :param scope: -
5598
+ :param id: -
5599
+ :param service_profile_id: -
5600
+ '''
5601
+ if __debug__:
5602
+ type_hints = typing.get_type_hints(_typecheckingstub__a55e82941f32b55596c816b7ff203f043b09ce160be22cf23558adeeb914118f)
5603
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5604
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5605
+ check_type(argname="argument service_profile_id", value=service_profile_id, expected_type=type_hints["service_profile_id"])
5606
+ return typing.cast(IServiceProfileRef, jsii.sinvoke(cls, "fromServiceProfileId", [scope, id, service_profile_id]))
5607
+
5356
5608
  @jsii.member(jsii_name="inspect")
5357
5609
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5358
5610
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6776,6 +7028,48 @@ class CfnWirelessDevice(
6776
7028
 
6777
7029
  jsii.create(self.__class__, self, [scope, id, props])
6778
7030
 
7031
+ @jsii.member(jsii_name="fromWirelessDeviceArn")
7032
+ @builtins.classmethod
7033
+ def from_wireless_device_arn(
7034
+ cls,
7035
+ scope: _constructs_77d1e7e8.Construct,
7036
+ id: builtins.str,
7037
+ arn: builtins.str,
7038
+ ) -> IWirelessDeviceRef:
7039
+ '''Creates a new IWirelessDeviceRef from an ARN.
7040
+
7041
+ :param scope: -
7042
+ :param id: -
7043
+ :param arn: -
7044
+ '''
7045
+ if __debug__:
7046
+ type_hints = typing.get_type_hints(_typecheckingstub__d15074685f98c6bfa7945c41a66e50fbde498e9d184fb1ba1b88757d34ec3980)
7047
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7048
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7049
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
7050
+ return typing.cast(IWirelessDeviceRef, jsii.sinvoke(cls, "fromWirelessDeviceArn", [scope, id, arn]))
7051
+
7052
+ @jsii.member(jsii_name="fromWirelessDeviceId")
7053
+ @builtins.classmethod
7054
+ def from_wireless_device_id(
7055
+ cls,
7056
+ scope: _constructs_77d1e7e8.Construct,
7057
+ id: builtins.str,
7058
+ wireless_device_id: builtins.str,
7059
+ ) -> IWirelessDeviceRef:
7060
+ '''Creates a new IWirelessDeviceRef from a wirelessDeviceId.
7061
+
7062
+ :param scope: -
7063
+ :param id: -
7064
+ :param wireless_device_id: -
7065
+ '''
7066
+ if __debug__:
7067
+ type_hints = typing.get_type_hints(_typecheckingstub__2cb2ecba3472e44a3144ab715b3dfa1808fb1a73285b399a58ca15b734dadc5e)
7068
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7069
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7070
+ check_type(argname="argument wireless_device_id", value=wireless_device_id, expected_type=type_hints["wireless_device_id"])
7071
+ return typing.cast(IWirelessDeviceRef, jsii.sinvoke(cls, "fromWirelessDeviceId", [scope, id, wireless_device_id]))
7072
+
6779
7073
  @jsii.member(jsii_name="inspect")
6780
7074
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
6781
7075
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8254,6 +8548,48 @@ class CfnWirelessGateway(
8254
8548
 
8255
8549
  jsii.create(self.__class__, self, [scope, id, props])
8256
8550
 
8551
+ @jsii.member(jsii_name="fromWirelessGatewayArn")
8552
+ @builtins.classmethod
8553
+ def from_wireless_gateway_arn(
8554
+ cls,
8555
+ scope: _constructs_77d1e7e8.Construct,
8556
+ id: builtins.str,
8557
+ arn: builtins.str,
8558
+ ) -> IWirelessGatewayRef:
8559
+ '''Creates a new IWirelessGatewayRef from an ARN.
8560
+
8561
+ :param scope: -
8562
+ :param id: -
8563
+ :param arn: -
8564
+ '''
8565
+ if __debug__:
8566
+ type_hints = typing.get_type_hints(_typecheckingstub__291f0fee6d310631395abd51c8a1b9258be14bee81a41b1d439f6d1f26e92170)
8567
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8568
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8569
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
8570
+ return typing.cast(IWirelessGatewayRef, jsii.sinvoke(cls, "fromWirelessGatewayArn", [scope, id, arn]))
8571
+
8572
+ @jsii.member(jsii_name="fromWirelessGatewayId")
8573
+ @builtins.classmethod
8574
+ def from_wireless_gateway_id(
8575
+ cls,
8576
+ scope: _constructs_77d1e7e8.Construct,
8577
+ id: builtins.str,
8578
+ wireless_gateway_id: builtins.str,
8579
+ ) -> IWirelessGatewayRef:
8580
+ '''Creates a new IWirelessGatewayRef from a wirelessGatewayId.
8581
+
8582
+ :param scope: -
8583
+ :param id: -
8584
+ :param wireless_gateway_id: -
8585
+ '''
8586
+ if __debug__:
8587
+ type_hints = typing.get_type_hints(_typecheckingstub__7a9a5933f30d3950a45dc79fc4b3cff162429d964c98890c859c36b8cb6fdfcd)
8588
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
8589
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
8590
+ check_type(argname="argument wireless_gateway_id", value=wireless_gateway_id, expected_type=type_hints["wireless_gateway_id"])
8591
+ return typing.cast(IWirelessGatewayRef, jsii.sinvoke(cls, "fromWirelessGatewayId", [scope, id, wireless_gateway_id]))
8592
+
8257
8593
  @jsii.member(jsii_name="inspect")
8258
8594
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
8259
8595
  '''Examines the CloudFormation resource and discloses attributes.
@@ -8770,6 +9106,22 @@ def _typecheckingstub__f61ecfaf93e3a5ee3c176667153d7633c25d7bc246a1af5b680196650
8770
9106
  """Type checking stubs"""
8771
9107
  pass
8772
9108
 
9109
+ def _typecheckingstub__7f90b1341ca0e815545f34b7f61706cf3669652ab00f4418fee6873861329272(
9110
+ scope: _constructs_77d1e7e8.Construct,
9111
+ id: builtins.str,
9112
+ arn: builtins.str,
9113
+ ) -> None:
9114
+ """Type checking stubs"""
9115
+ pass
9116
+
9117
+ def _typecheckingstub__90d6cabd015389efbea6112d678cc639ad2faf00a54ab0570fa07ca3a427b194(
9118
+ scope: _constructs_77d1e7e8.Construct,
9119
+ id: builtins.str,
9120
+ destination_name: builtins.str,
9121
+ ) -> None:
9122
+ """Type checking stubs"""
9123
+ pass
9124
+
8773
9125
  def _typecheckingstub__abcdef1ef5b37ae8d863fbd6e43535b7b8fb98b01e8f63d2e11a2ac69ae40d2b(
8774
9126
  inspector: _TreeInspector_488e0dd5,
8775
9127
  ) -> None:
@@ -8829,6 +9181,22 @@ def _typecheckingstub__8067f9295f2cbc045aef3949460556f66763c80bd130293a84c601e6d
8829
9181
  """Type checking stubs"""
8830
9182
  pass
8831
9183
 
9184
+ def _typecheckingstub__9f767caa1409edfe0d12fd463e46429b33dfeec37e09a1d290185cb1cef3c5fb(
9185
+ scope: _constructs_77d1e7e8.Construct,
9186
+ id: builtins.str,
9187
+ arn: builtins.str,
9188
+ ) -> None:
9189
+ """Type checking stubs"""
9190
+ pass
9191
+
9192
+ def _typecheckingstub__7652403130ffac7914293b30e214110a79c1cd3127749a0b4e59672ef3f5b261(
9193
+ scope: _constructs_77d1e7e8.Construct,
9194
+ id: builtins.str,
9195
+ device_profile_id: builtins.str,
9196
+ ) -> None:
9197
+ """Type checking stubs"""
9198
+ pass
9199
+
8832
9200
  def _typecheckingstub__6e5a8081b4b2646cf2e301e2afffc795ab7e32d6a6b52b07e5de54e172bbe245(
8833
9201
  inspector: _TreeInspector_488e0dd5,
8834
9202
  ) -> None:
@@ -8902,6 +9270,22 @@ def _typecheckingstub__7dc14d9e108784569e33639b9546be6bf6547039fdbf1476a6e6dc24a
8902
9270
  """Type checking stubs"""
8903
9271
  pass
8904
9272
 
9273
+ def _typecheckingstub__9baa4f17b04928248889fc6bd2f40ea334749b2154aefe303a0f9e411c17c61f(
9274
+ scope: _constructs_77d1e7e8.Construct,
9275
+ id: builtins.str,
9276
+ arn: builtins.str,
9277
+ ) -> None:
9278
+ """Type checking stubs"""
9279
+ pass
9280
+
9281
+ def _typecheckingstub__5413a72b992e28c7495ac3658022b28b47bbf685f763b0054413546fa9b71a04(
9282
+ scope: _constructs_77d1e7e8.Construct,
9283
+ id: builtins.str,
9284
+ fuota_task_id: builtins.str,
9285
+ ) -> None:
9286
+ """Type checking stubs"""
9287
+ pass
9288
+
8905
9289
  def _typecheckingstub__b980d91ff24dc028c16177ae311632139802ed07c63559bc60b6b0a7017f8724(
8906
9290
  inspector: _TreeInspector_488e0dd5,
8907
9291
  ) -> None:
@@ -8996,6 +9380,22 @@ def _typecheckingstub__e6fc3915d7fdc89e5cd965ebe2f8ae8013d87d86fae4860debc0123a0
8996
9380
  """Type checking stubs"""
8997
9381
  pass
8998
9382
 
9383
+ def _typecheckingstub__1e4574ee422fcf0ef4c4120eeea226e4a20bc0c14e7912579fde2c129dbfae77(
9384
+ scope: _constructs_77d1e7e8.Construct,
9385
+ id: builtins.str,
9386
+ arn: builtins.str,
9387
+ ) -> None:
9388
+ """Type checking stubs"""
9389
+ pass
9390
+
9391
+ def _typecheckingstub__5cb4a666e5935beca9843c41fd7ff0d33a1dabbb2513bba5f00ba1140a17af61(
9392
+ scope: _constructs_77d1e7e8.Construct,
9393
+ id: builtins.str,
9394
+ multicast_group_id: builtins.str,
9395
+ ) -> None:
9396
+ """Type checking stubs"""
9397
+ pass
9398
+
8999
9399
  def _typecheckingstub__0ea85117dcaae87f7c258e9db5b97562bfa9d3134ac4257066b0b99c150b670a(
9000
9400
  inspector: _TreeInspector_488e0dd5,
9001
9401
  ) -> None:
@@ -9068,6 +9468,22 @@ def _typecheckingstub__ef76e8561696d18827326b858a29c7a5bd71d6c55e2e8bf310bff5db6
9068
9468
  """Type checking stubs"""
9069
9469
  pass
9070
9470
 
9471
+ def _typecheckingstub__55eef13b6d441bbc43c205b400be4f483a5971f2f70cac62f8197d0a6ca28da1(
9472
+ scope: _constructs_77d1e7e8.Construct,
9473
+ id: builtins.str,
9474
+ arn: builtins.str,
9475
+ ) -> None:
9476
+ """Type checking stubs"""
9477
+ pass
9478
+
9479
+ def _typecheckingstub__139ea6cda9ef479e2b37118b138dec28773cc58607df63ece1bf7b432c1c3f45(
9480
+ scope: _constructs_77d1e7e8.Construct,
9481
+ id: builtins.str,
9482
+ network_analyzer_configuration_name: builtins.str,
9483
+ ) -> None:
9484
+ """Type checking stubs"""
9485
+ pass
9486
+
9071
9487
  def _typecheckingstub__fb735453542fc1eee5534899adaa88277e0a12f532d40466da5d9007b540f43c(
9072
9488
  inspector: _TreeInspector_488e0dd5,
9073
9489
  ) -> None:
@@ -9227,6 +9643,22 @@ def _typecheckingstub__ca074f221eda320f2c5d116c9446f9cd7110e09a78394cec71fb5ba02
9227
9643
  """Type checking stubs"""
9228
9644
  pass
9229
9645
 
9646
+ def _typecheckingstub__720fa82707a0285118cc342620b6896bcee6d5a0bc95e1fc8d0ac2b93733a884(
9647
+ scope: _constructs_77d1e7e8.Construct,
9648
+ id: builtins.str,
9649
+ arn: builtins.str,
9650
+ ) -> None:
9651
+ """Type checking stubs"""
9652
+ pass
9653
+
9654
+ def _typecheckingstub__a55e82941f32b55596c816b7ff203f043b09ce160be22cf23558adeeb914118f(
9655
+ scope: _constructs_77d1e7e8.Construct,
9656
+ id: builtins.str,
9657
+ service_profile_id: builtins.str,
9658
+ ) -> None:
9659
+ """Type checking stubs"""
9660
+ pass
9661
+
9230
9662
  def _typecheckingstub__315dce048c406077b559684777c77b5922185f7618f6e7f04028b47d32b7baf3(
9231
9663
  inspector: _TreeInspector_488e0dd5,
9232
9664
  ) -> None:
@@ -9397,6 +9829,22 @@ def _typecheckingstub__a785469cac62290b28ca4347d5562cd8f4e0d3d2543a08bb415fcdfcd
9397
9829
  """Type checking stubs"""
9398
9830
  pass
9399
9831
 
9832
+ def _typecheckingstub__d15074685f98c6bfa7945c41a66e50fbde498e9d184fb1ba1b88757d34ec3980(
9833
+ scope: _constructs_77d1e7e8.Construct,
9834
+ id: builtins.str,
9835
+ arn: builtins.str,
9836
+ ) -> None:
9837
+ """Type checking stubs"""
9838
+ pass
9839
+
9840
+ def _typecheckingstub__2cb2ecba3472e44a3144ab715b3dfa1808fb1a73285b399a58ca15b734dadc5e(
9841
+ scope: _constructs_77d1e7e8.Construct,
9842
+ id: builtins.str,
9843
+ wireless_device_id: builtins.str,
9844
+ ) -> None:
9845
+ """Type checking stubs"""
9846
+ pass
9847
+
9400
9848
  def _typecheckingstub__8c3f9623871804482a281e90ea9c41a1af250f5169c286db6bc7ab0e057fb788(
9401
9849
  inspector: _TreeInspector_488e0dd5,
9402
9850
  ) -> None:
@@ -9610,6 +10058,22 @@ def _typecheckingstub__83cf451292782ed7cf2ebb2ff51643f50a0853d30208d953201e94c64
9610
10058
  """Type checking stubs"""
9611
10059
  pass
9612
10060
 
10061
+ def _typecheckingstub__291f0fee6d310631395abd51c8a1b9258be14bee81a41b1d439f6d1f26e92170(
10062
+ scope: _constructs_77d1e7e8.Construct,
10063
+ id: builtins.str,
10064
+ arn: builtins.str,
10065
+ ) -> None:
10066
+ """Type checking stubs"""
10067
+ pass
10068
+
10069
+ def _typecheckingstub__7a9a5933f30d3950a45dc79fc4b3cff162429d964c98890c859c36b8cb6fdfcd(
10070
+ scope: _constructs_77d1e7e8.Construct,
10071
+ id: builtins.str,
10072
+ wireless_gateway_id: builtins.str,
10073
+ ) -> None:
10074
+ """Type checking stubs"""
10075
+ pass
10076
+
9613
10077
  def _typecheckingstub__69dede8ca1182ed73a8de2fda4268a2b26721b01a1dca9ad4762a6b85fc46a7b(
9614
10078
  inspector: _TreeInspector_488e0dd5,
9615
10079
  ) -> None: