aws-cdk-lib 2.216.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 (151) hide show
  1. aws_cdk/__init__.py +60 -28
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.216.0.jsii.tgz → aws-cdk-lib@2.218.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +1 -1
  5. aws_cdk/aws_amazonmq/__init__.py +87 -0
  6. aws_cdk/aws_amplify/__init__.py +8 -8
  7. aws_cdk/aws_apigateway/__init__.py +229 -6
  8. aws_cdk/aws_apigatewayv2/__init__.py +60 -2
  9. aws_cdk/aws_appconfig/__init__.py +145 -0
  10. aws_cdk/aws_appflow/__init__.py +116 -0
  11. aws_cdk/aws_appintegrations/__init__.py +116 -0
  12. aws_cdk/aws_appmesh/__init__.py +12 -12
  13. aws_cdk/aws_appstream/__init__.py +101 -4
  14. aws_cdk/aws_appsync/__init__.py +61 -3
  15. aws_cdk/aws_apptest/__init__.py +58 -0
  16. aws_cdk/aws_aps/__init__.py +459 -0
  17. aws_cdk/aws_athena/__init__.py +58 -0
  18. aws_cdk/aws_auditmanager/__init__.py +58 -0
  19. aws_cdk/aws_backup/__init__.py +145 -0
  20. aws_cdk/aws_batch/__init__.py +64 -2
  21. aws_cdk/aws_bedrock/__init__.py +277 -0
  22. aws_cdk/aws_bedrockagentcore/__init__.py +3178 -0
  23. aws_cdk/aws_cassandra/__init__.py +29 -0
  24. aws_cdk/aws_certificatemanager/__init__.py +38 -10
  25. aws_cdk/aws_cleanrooms/__init__.py +163 -0
  26. aws_cdk/aws_cloudformation/__init__.py +14 -14
  27. aws_cdk/aws_cloudfront/__init__.py +69 -8
  28. aws_cdk/aws_cloudfront_origins/__init__.py +87 -7
  29. aws_cdk/aws_cloudtrail/__init__.py +58 -0
  30. aws_cdk/aws_cloudwatch/__init__.py +145 -0
  31. aws_cdk/aws_codebuild/__init__.py +115 -12
  32. aws_cdk/aws_codedeploy/__init__.py +29 -0
  33. aws_cdk/aws_codeguruprofiler/__init__.py +58 -0
  34. aws_cdk/aws_codepipeline/__init__.py +29 -0
  35. aws_cdk/aws_cognito/__init__.py +89 -2
  36. aws_cdk/aws_config/__init__.py +58 -0
  37. aws_cdk/aws_connect/__init__.py +138 -10
  38. aws_cdk/aws_cur/__init__.py +86 -3
  39. aws_cdk/aws_customerprofiles/__init__.py +58 -0
  40. aws_cdk/aws_datapipeline/__init__.py +29 -0
  41. aws_cdk/aws_datasync/__init__.py +351 -0
  42. aws_cdk/aws_datazone/__init__.py +733 -2
  43. aws_cdk/aws_directoryservice/__init__.py +29 -0
  44. aws_cdk/aws_dms/__init__.py +58 -0
  45. aws_cdk/aws_docdb/__init__.py +153 -25
  46. aws_cdk/aws_dsql/__init__.py +29 -0
  47. aws_cdk/aws_dynamodb/__init__.py +181 -0
  48. aws_cdk/aws_ec2/__init__.py +2031 -10
  49. aws_cdk/aws_ecr/__init__.py +116 -0
  50. aws_cdk/aws_ecs/__init__.py +142 -12
  51. aws_cdk/aws_efs/__init__.py +116 -0
  52. aws_cdk/aws_eks/__init__.py +118 -0
  53. aws_cdk/aws_elasticache/__init__.py +261 -0
  54. aws_cdk/aws_elasticbeanstalk/__init__.py +29 -0
  55. aws_cdk/aws_elasticloadbalancingv2/__init__.py +48 -0
  56. aws_cdk/aws_elasticsearch/__init__.py +2 -2
  57. aws_cdk/aws_emr/__init__.py +87 -0
  58. aws_cdk/aws_emrcontainers/__init__.py +58 -0
  59. aws_cdk/aws_emrserverless/__init__.py +58 -0
  60. aws_cdk/aws_entityresolution/__init__.py +145 -0
  61. aws_cdk/aws_events/__init__.py +290 -0
  62. aws_cdk/aws_evs/__init__.py +58 -4
  63. aws_cdk/aws_finspace/__init__.py +58 -0
  64. aws_cdk/aws_gamelift/__init__.py +507 -56
  65. aws_cdk/aws_glue/__init__.py +145 -0
  66. aws_cdk/aws_greengrass/__init__.py +464 -0
  67. aws_cdk/aws_groundstation/__init__.py +87 -0
  68. aws_cdk/aws_guardduty/__init__.py +87 -0
  69. aws_cdk/aws_healthimaging/__init__.py +58 -0
  70. aws_cdk/aws_healthlake/__init__.py +29 -0
  71. aws_cdk/aws_iam/__init__.py +1 -1
  72. aws_cdk/aws_internetmonitor/__init__.py +58 -0
  73. aws_cdk/aws_iot/__init__.py +957 -0
  74. aws_cdk/aws_iotanalytics/__init__.py +116 -0
  75. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +93 -38
  76. aws_cdk/aws_iotevents/__init__.py +87 -0
  77. aws_cdk/aws_iotfleethub/__init__.py +58 -0
  78. aws_cdk/aws_iotfleetwise/__init__.py +116 -0
  79. aws_cdk/aws_iotsitewise/__init__.py +568 -111
  80. aws_cdk/aws_iottwinmaker/__init__.py +145 -0
  81. aws_cdk/aws_iotwireless/__init__.py +464 -0
  82. aws_cdk/aws_kendra/__init__.py +116 -0
  83. aws_cdk/aws_kinesis/__init__.py +58 -0
  84. aws_cdk/aws_kinesisanalytics/__init__.py +31 -0
  85. aws_cdk/aws_kinesisanalyticsv2/__init__.py +29 -0
  86. aws_cdk/aws_kinesisfirehose/__init__.py +58 -0
  87. aws_cdk/aws_kinesisvideo/__init__.py +29 -0
  88. aws_cdk/aws_kms/__init__.py +68 -2
  89. aws_cdk/aws_lambda/__init__.py +104 -0
  90. aws_cdk/aws_lex/__init__.py +29 -0
  91. aws_cdk/aws_location/__init__.py +348 -0
  92. aws_cdk/aws_logs/__init__.py +232 -0
  93. aws_cdk/aws_lookoutequipment/__init__.py +29 -0
  94. aws_cdk/aws_lookoutvision/__init__.py +58 -0
  95. aws_cdk/aws_managedblockchain/__init__.py +145 -0
  96. aws_cdk/aws_medialive/__init__.py +562 -0
  97. aws_cdk/aws_mediapackage/__init__.py +2 -2
  98. aws_cdk/aws_mediatailor/__init__.py +174 -0
  99. aws_cdk/aws_memorydb/__init__.py +203 -0
  100. aws_cdk/aws_mwaa/__init__.py +58 -0
  101. aws_cdk/aws_networkfirewall/__init__.py +10 -10
  102. aws_cdk/aws_networkmanager/__init__.py +92 -0
  103. aws_cdk/aws_nimblestudio/__init__.py +29 -0
  104. aws_cdk/aws_odb/__init__.py +2082 -195
  105. aws_cdk/aws_omics/__init__.py +1520 -103
  106. aws_cdk/aws_opensearchserverless/__init__.py +222 -21
  107. aws_cdk/aws_opensearchservice/__init__.py +5 -4
  108. aws_cdk/aws_opsworks/__init__.py +29 -0
  109. aws_cdk/aws_opsworkscm/__init__.py +29 -0
  110. aws_cdk/aws_organizations/__init__.py +116 -0
  111. aws_cdk/aws_panorama/__init__.py +116 -0
  112. aws_cdk/aws_pcs/__init__.py +9 -9
  113. aws_cdk/aws_pinpoint/__init__.py +116 -0
  114. aws_cdk/aws_qbusiness/__init__.py +232 -0
  115. aws_cdk/aws_qldb/__init__.py +29 -0
  116. aws_cdk/aws_quicksight/__init__.py +295 -3
  117. aws_cdk/aws_rds/__init__.py +402 -58
  118. aws_cdk/aws_redshift/__init__.py +29 -0
  119. aws_cdk/aws_rekognition/__init__.py +87 -0
  120. aws_cdk/aws_resourcegroups/__init__.py +58 -0
  121. aws_cdk/aws_rolesanywhere/__init__.py +145 -0
  122. aws_cdk/aws_route53recoveryreadiness/__init__.py +58 -0
  123. aws_cdk/aws_route53resolver/__init__.py +29 -0
  124. aws_cdk/aws_s3/__init__.py +116 -0
  125. aws_cdk/aws_s3express/__init__.py +116 -0
  126. aws_cdk/aws_sagemaker/__init__.py +715 -1
  127. aws_cdk/aws_scheduler/__init__.py +29 -0
  128. aws_cdk/aws_secretsmanager/__init__.py +29 -0
  129. aws_cdk/aws_servicecatalog/__init__.py +191 -154
  130. aws_cdk/aws_servicecatalogappregistry/__init__.py +116 -0
  131. aws_cdk/aws_servicediscovery/__init__.py +58 -0
  132. aws_cdk/aws_ses/__init__.py +261 -0
  133. aws_cdk/aws_simspaceweaver/__init__.py +29 -0
  134. aws_cdk/aws_smsvoice/__init__.py +5218 -0
  135. aws_cdk/aws_ssm/__init__.py +87 -0
  136. aws_cdk/aws_synthetics/__init__.py +29 -0
  137. aws_cdk/aws_timestream/__init__.py +87 -0
  138. aws_cdk/aws_transfer/__init__.py +274 -12
  139. aws_cdk/aws_verifiedpermissions/__init__.py +59 -1
  140. aws_cdk/aws_voiceid/__init__.py +29 -0
  141. aws_cdk/aws_wisdom/__init__.py +232 -0
  142. aws_cdk/aws_workspaces/__init__.py +58 -0
  143. aws_cdk/aws_workspacesinstances/__init__.py +670 -2
  144. aws_cdk/aws_workspacesthinclient/__init__.py +58 -0
  145. aws_cdk/pipelines/__init__.py +5 -1
  146. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/METADATA +1 -1
  147. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/RECORD +151 -149
  148. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/LICENSE +0 -0
  149. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/NOTICE +0 -0
  150. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/WHEEL +0 -0
  151. {aws_cdk_lib-2.216.0.dist-info → aws_cdk_lib-2.218.0.dist-info}/top_level.txt +0 -0
@@ -1291,6 +1291,27 @@ class CfnChannel(
1291
1291
 
1292
1292
  jsii.create(self.__class__, self, [scope, id, props])
1293
1293
 
1294
+ @jsii.member(jsii_name="fromChannelName")
1295
+ @builtins.classmethod
1296
+ def from_channel_name(
1297
+ cls,
1298
+ scope: _constructs_77d1e7e8.Construct,
1299
+ id: builtins.str,
1300
+ channel_name: builtins.str,
1301
+ ) -> IChannelRef:
1302
+ '''Creates a new IChannelRef from a channelName.
1303
+
1304
+ :param scope: -
1305
+ :param id: -
1306
+ :param channel_name: -
1307
+ '''
1308
+ if __debug__:
1309
+ type_hints = typing.get_type_hints(_typecheckingstub__60d41c2d674ae69d0583f0829e381b545ba1e9f2c93e0fc29860297fa82ddbf6)
1310
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1311
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1312
+ check_type(argname="argument channel_name", value=channel_name, expected_type=type_hints["channel_name"])
1313
+ return typing.cast(IChannelRef, jsii.sinvoke(cls, "fromChannelName", [scope, id, channel_name]))
1314
+
1294
1315
  @jsii.member(jsii_name="inspect")
1295
1316
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1296
1317
  '''Examines the CloudFormation resource and discloses attributes.
@@ -1827,6 +1848,27 @@ class CfnDataset(
1827
1848
 
1828
1849
  jsii.create(self.__class__, self, [scope, id, props])
1829
1850
 
1851
+ @jsii.member(jsii_name="fromDatasetName")
1852
+ @builtins.classmethod
1853
+ def from_dataset_name(
1854
+ cls,
1855
+ scope: _constructs_77d1e7e8.Construct,
1856
+ id: builtins.str,
1857
+ dataset_name: builtins.str,
1858
+ ) -> IDatasetRef:
1859
+ '''Creates a new IDatasetRef from a datasetName.
1860
+
1861
+ :param scope: -
1862
+ :param id: -
1863
+ :param dataset_name: -
1864
+ '''
1865
+ if __debug__:
1866
+ type_hints = typing.get_type_hints(_typecheckingstub__fb340790ab5f3215e0f0c83feac2d20ef7a06d62a08aaa0245a73d812c928bc6)
1867
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1868
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1869
+ check_type(argname="argument dataset_name", value=dataset_name, expected_type=type_hints["dataset_name"])
1870
+ return typing.cast(IDatasetRef, jsii.sinvoke(cls, "fromDatasetName", [scope, id, dataset_name]))
1871
+
1830
1872
  @jsii.member(jsii_name="inspect")
1831
1873
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1832
1874
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3911,6 +3953,27 @@ class CfnDatastore(
3911
3953
 
3912
3954
  jsii.create(self.__class__, self, [scope, id, props])
3913
3955
 
3956
+ @jsii.member(jsii_name="fromDatastoreName")
3957
+ @builtins.classmethod
3958
+ def from_datastore_name(
3959
+ cls,
3960
+ scope: _constructs_77d1e7e8.Construct,
3961
+ id: builtins.str,
3962
+ datastore_name: builtins.str,
3963
+ ) -> IDatastoreRef:
3964
+ '''Creates a new IDatastoreRef from a datastoreName.
3965
+
3966
+ :param scope: -
3967
+ :param id: -
3968
+ :param datastore_name: -
3969
+ '''
3970
+ if __debug__:
3971
+ type_hints = typing.get_type_hints(_typecheckingstub__14456e1f4bdbd8cede71a896f8323368877932a1b55f475a9eab0b1898e4295f)
3972
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3973
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3974
+ check_type(argname="argument datastore_name", value=datastore_name, expected_type=type_hints["datastore_name"])
3975
+ return typing.cast(IDatastoreRef, jsii.sinvoke(cls, "fromDatastoreName", [scope, id, datastore_name]))
3976
+
3914
3977
  @jsii.member(jsii_name="inspect")
3915
3978
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3916
3979
  '''Examines the CloudFormation resource and discloses attributes.
@@ -5194,6 +5257,27 @@ class CfnPipeline(
5194
5257
 
5195
5258
  jsii.create(self.__class__, self, [scope, id, props])
5196
5259
 
5260
+ @jsii.member(jsii_name="fromPipelineName")
5261
+ @builtins.classmethod
5262
+ def from_pipeline_name(
5263
+ cls,
5264
+ scope: _constructs_77d1e7e8.Construct,
5265
+ id: builtins.str,
5266
+ pipeline_name: builtins.str,
5267
+ ) -> IPipelineRef:
5268
+ '''Creates a new IPipelineRef from a pipelineName.
5269
+
5270
+ :param scope: -
5271
+ :param id: -
5272
+ :param pipeline_name: -
5273
+ '''
5274
+ if __debug__:
5275
+ type_hints = typing.get_type_hints(_typecheckingstub__d6df4d09ae6fc11b39aaafa478e14383bd48de0b0ca658ada135b77e0ecf5e2e)
5276
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
5277
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
5278
+ check_type(argname="argument pipeline_name", value=pipeline_name, expected_type=type_hints["pipeline_name"])
5279
+ return typing.cast(IPipelineRef, jsii.sinvoke(cls, "fromPipelineName", [scope, id, pipeline_name]))
5280
+
5197
5281
  @jsii.member(jsii_name="inspect")
5198
5282
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
5199
5283
  '''Examines the CloudFormation resource and discloses attributes.
@@ -6666,6 +6750,14 @@ def _typecheckingstub__8332c208b00865f2cfdad255e86ebeabe2b2b68a70b8fa26b96ec9b8c
6666
6750
  """Type checking stubs"""
6667
6751
  pass
6668
6752
 
6753
+ def _typecheckingstub__60d41c2d674ae69d0583f0829e381b545ba1e9f2c93e0fc29860297fa82ddbf6(
6754
+ scope: _constructs_77d1e7e8.Construct,
6755
+ id: builtins.str,
6756
+ channel_name: builtins.str,
6757
+ ) -> None:
6758
+ """Type checking stubs"""
6759
+ pass
6760
+
6669
6761
  def _typecheckingstub__3afdfadc9a4edd9b5c35f5d06ae9f61c5c1ebaa012686da4a923c736b3fa979b(
6670
6762
  inspector: _TreeInspector_488e0dd5,
6671
6763
  ) -> None:
@@ -6743,6 +6835,14 @@ def _typecheckingstub__28e622d1f32fa52fab95276ceeda7ad3576bf8992514bb441ca9b4ec4
6743
6835
  """Type checking stubs"""
6744
6836
  pass
6745
6837
 
6838
+ def _typecheckingstub__fb340790ab5f3215e0f0c83feac2d20ef7a06d62a08aaa0245a73d812c928bc6(
6839
+ scope: _constructs_77d1e7e8.Construct,
6840
+ id: builtins.str,
6841
+ dataset_name: builtins.str,
6842
+ ) -> None:
6843
+ """Type checking stubs"""
6844
+ pass
6845
+
6746
6846
  def _typecheckingstub__4f43abe364fcb83fda3cc5c4f98b2e4482fe72474205d310be98d8daa35ad70e(
6747
6847
  inspector: _TreeInspector_488e0dd5,
6748
6848
  ) -> None:
@@ -6994,6 +7094,14 @@ def _typecheckingstub__80888194774a160a9eb52d698126a6fd1e7e99768082595c8f4810a89
6994
7094
  """Type checking stubs"""
6995
7095
  pass
6996
7096
 
7097
+ def _typecheckingstub__14456e1f4bdbd8cede71a896f8323368877932a1b55f475a9eab0b1898e4295f(
7098
+ scope: _constructs_77d1e7e8.Construct,
7099
+ id: builtins.str,
7100
+ datastore_name: builtins.str,
7101
+ ) -> None:
7102
+ """Type checking stubs"""
7103
+ pass
7104
+
6997
7105
  def _typecheckingstub__ade56a7c5d6431a16dde38053efe2001ac1c8ab06985988a23a00267d80a5a16(
6998
7106
  inspector: _TreeInspector_488e0dd5,
6999
7107
  ) -> None:
@@ -7154,6 +7262,14 @@ def _typecheckingstub__780e6e051f6bd102a51bd0b3de8f56cd44681953f4198d82746008555
7154
7262
  """Type checking stubs"""
7155
7263
  pass
7156
7264
 
7265
+ def _typecheckingstub__d6df4d09ae6fc11b39aaafa478e14383bd48de0b0ca658ada135b77e0ecf5e2e(
7266
+ scope: _constructs_77d1e7e8.Construct,
7267
+ id: builtins.str,
7268
+ pipeline_name: builtins.str,
7269
+ ) -> None:
7270
+ """Type checking stubs"""
7271
+ pass
7272
+
7157
7273
  def _typecheckingstub__405496d6c191e31df7bb8a63193cea61a5bf750f573ac5a5fede36aaa0994c7c(
7158
7274
  inspector: _TreeInspector_488e0dd5,
7159
7275
  ) -> None:
@@ -86,7 +86,7 @@ class CfnSuiteDefinitionProps:
86
86
  ) -> None:
87
87
  '''Properties for defining a ``CfnSuiteDefinition``.
88
88
 
89
- :param suite_definition_configuration: The configuration of the Suite Definition. Listed below are the required elements of the ``SuiteDefinitionConfiguration`` . - ***devicePermissionRoleArn*** - The device permission arn. This is a required element. *Type:* String - ***devices*** - The list of configured devices under test. For more information on devices under test, see `DeviceUnderTest <https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html>`_ Not a required element. *Type:* List of devices under test - ***intendedForQualification*** - The tests intended for qualification in a suite. Not a required element. *Type:* Boolean - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the `Device Advisor workflow <https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html>`_ . This is a required element. *Type:* String - ***suiteDefinitionName*** - The Suite Definition Configuration name. This is a required element. *Type:* String
89
+ :param suite_definition_configuration: Gets the suite definition configuration.
90
90
  :param tags: Metadata that can be used to manage the the Suite Definition.
91
91
 
92
92
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html
@@ -122,37 +122,7 @@ class CfnSuiteDefinitionProps:
122
122
 
123
123
  @builtins.property
124
124
  def suite_definition_configuration(self) -> typing.Any:
125
- '''The configuration of the Suite Definition. Listed below are the required elements of the ``SuiteDefinitionConfiguration`` .
126
-
127
- - ***devicePermissionRoleArn*** - The device permission arn.
128
-
129
- This is a required element.
130
-
131
- *Type:* String
132
-
133
- - ***devices*** - The list of configured devices under test. For more information on devices under test, see `DeviceUnderTest <https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html>`_
134
-
135
- Not a required element.
136
-
137
- *Type:* List of devices under test
138
-
139
- - ***intendedForQualification*** - The tests intended for qualification in a suite.
140
-
141
- Not a required element.
142
-
143
- *Type:* Boolean
144
-
145
- - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the `Device Advisor workflow <https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html>`_ .
146
-
147
- This is a required element.
148
-
149
- *Type:* String
150
-
151
- - ***suiteDefinitionName*** - The Suite Definition Configuration name.
152
-
153
- This is a required element.
154
-
155
- *Type:* String
125
+ '''Gets the suite definition configuration.
156
126
 
157
127
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iotcoredeviceadvisor-suitedefinition.html#cfn-iotcoredeviceadvisor-suitedefinition-suitedefinitionconfiguration
158
128
  '''
@@ -333,7 +303,7 @@ class CfnSuiteDefinition(
333
303
  '''
334
304
  :param scope: Scope in which this resource is defined.
335
305
  :param id: Construct identifier for this resource (unique in its scope).
336
- :param suite_definition_configuration: The configuration of the Suite Definition. Listed below are the required elements of the ``SuiteDefinitionConfiguration`` . - ***devicePermissionRoleArn*** - The device permission arn. This is a required element. *Type:* String - ***devices*** - The list of configured devices under test. For more information on devices under test, see `DeviceUnderTest <https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html>`_ Not a required element. *Type:* List of devices under test - ***intendedForQualification*** - The tests intended for qualification in a suite. Not a required element. *Type:* Boolean - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the `Device Advisor workflow <https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html>`_ . This is a required element. *Type:* String - ***suiteDefinitionName*** - The Suite Definition Configuration name. This is a required element. *Type:* String
306
+ :param suite_definition_configuration: Gets the suite definition configuration.
337
307
  :param tags: Metadata that can be used to manage the the Suite Definition.
338
308
  '''
339
309
  if __debug__:
@@ -346,6 +316,48 @@ class CfnSuiteDefinition(
346
316
 
347
317
  jsii.create(self.__class__, self, [scope, id, props])
348
318
 
319
+ @jsii.member(jsii_name="fromSuiteDefinitionArn")
320
+ @builtins.classmethod
321
+ def from_suite_definition_arn(
322
+ cls,
323
+ scope: _constructs_77d1e7e8.Construct,
324
+ id: builtins.str,
325
+ arn: builtins.str,
326
+ ) -> ISuiteDefinitionRef:
327
+ '''Creates a new ISuiteDefinitionRef from an ARN.
328
+
329
+ :param scope: -
330
+ :param id: -
331
+ :param arn: -
332
+ '''
333
+ if __debug__:
334
+ type_hints = typing.get_type_hints(_typecheckingstub__7dba82c752ff993d11a788cce4b31a2a0616eb6f74d90cac98e2ca4f0a536732)
335
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
336
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
337
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
338
+ return typing.cast(ISuiteDefinitionRef, jsii.sinvoke(cls, "fromSuiteDefinitionArn", [scope, id, arn]))
339
+
340
+ @jsii.member(jsii_name="fromSuiteDefinitionId")
341
+ @builtins.classmethod
342
+ def from_suite_definition_id(
343
+ cls,
344
+ scope: _constructs_77d1e7e8.Construct,
345
+ id: builtins.str,
346
+ suite_definition_id: builtins.str,
347
+ ) -> ISuiteDefinitionRef:
348
+ '''Creates a new ISuiteDefinitionRef from a suiteDefinitionId.
349
+
350
+ :param scope: -
351
+ :param id: -
352
+ :param suite_definition_id: -
353
+ '''
354
+ if __debug__:
355
+ type_hints = typing.get_type_hints(_typecheckingstub__a8ff18a5c90695b982075ba4cfa4b364bf1607a9f227a0851fadfc97a7569404)
356
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
357
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
358
+ check_type(argname="argument suite_definition_id", value=suite_definition_id, expected_type=type_hints["suite_definition_id"])
359
+ return typing.cast(ISuiteDefinitionRef, jsii.sinvoke(cls, "fromSuiteDefinitionId", [scope, id, suite_definition_id]))
360
+
349
361
  @jsii.member(jsii_name="inspect")
350
362
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
351
363
  '''Examines the CloudFormation resource and discloses attributes.
@@ -423,10 +435,7 @@ class CfnSuiteDefinition(
423
435
  @builtins.property
424
436
  @jsii.member(jsii_name="suiteDefinitionConfiguration")
425
437
  def suite_definition_configuration(self) -> typing.Any:
426
- '''The configuration of the Suite Definition.
427
-
428
- Listed below are the required elements of the ``SuiteDefinitionConfiguration`` .
429
- '''
438
+ '''Gets the suite definition configuration.'''
430
439
  return typing.cast(typing.Any, jsii.get(self, "suiteDefinitionConfiguration"))
431
440
 
432
441
  @suite_definition_configuration.setter
@@ -542,7 +551,37 @@ class CfnSuiteDefinition(
542
551
  intended_for_qualification: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
543
552
  suite_definition_name: typing.Optional[builtins.str] = None,
544
553
  ) -> None:
545
- '''Gets the suite definition configuration.
554
+ '''The configuration of the Suite Definition. Listed below are the required elements of the ``SuiteDefinitionConfiguration`` .
555
+
556
+ - ***devicePermissionRoleArn*** - The device permission arn.
557
+
558
+ This is a required element.
559
+
560
+ *Type:* String
561
+
562
+ - ***devices*** - The list of configured devices under test. For more information on devices under test, see `DeviceUnderTest <https://docs.aws.amazon.com/iot/latest/apireference/API_iotdeviceadvisor_DeviceUnderTest.html>`_
563
+
564
+ Not a required element.
565
+
566
+ *Type:* List of devices under test
567
+
568
+ - ***intendedForQualification*** - The tests intended for qualification in a suite.
569
+
570
+ Not a required element.
571
+
572
+ *Type:* Boolean
573
+
574
+ - ***rootGroup*** - The test suite root group. For more information on creating and using root groups see the `Device Advisor workflow <https://docs.aws.amazon.com/iot/latest/developerguide/device-advisor-workflow.html>`_ .
575
+
576
+ This is a required element.
577
+
578
+ *Type:* String
579
+
580
+ - ***suiteDefinitionName*** - The Suite Definition Configuration name.
581
+
582
+ This is a required element.
583
+
584
+ *Type:* String
546
585
 
547
586
  :param device_permission_role_arn: Gets the device permission ARN. This is a required parameter.
548
587
  :param root_group: Gets the test suite root group. This is a required parameter. For updating or creating the latest qualification suite, if ``intendedForQualification`` is set to true, ``rootGroup`` can be an empty string. If ``intendedForQualification`` is false, ``rootGroup`` cannot be an empty string. If ``rootGroup`` is empty, and ``intendedForQualification`` is set to true, all the qualification tests are included, and the configuration is default. For a qualification suite, the minimum length is 0, and the maximum is 2048. For a non-qualification suite, the minimum length is 1, and the maximum is 2048.
@@ -696,6 +735,22 @@ def _typecheckingstub__945861bb0ea34e6da34c3c8b60ba3b233f881a73cecd8fa75200bae6d
696
735
  """Type checking stubs"""
697
736
  pass
698
737
 
738
+ def _typecheckingstub__7dba82c752ff993d11a788cce4b31a2a0616eb6f74d90cac98e2ca4f0a536732(
739
+ scope: _constructs_77d1e7e8.Construct,
740
+ id: builtins.str,
741
+ arn: builtins.str,
742
+ ) -> None:
743
+ """Type checking stubs"""
744
+ pass
745
+
746
+ def _typecheckingstub__a8ff18a5c90695b982075ba4cfa4b364bf1607a9f227a0851fadfc97a7569404(
747
+ scope: _constructs_77d1e7e8.Construct,
748
+ id: builtins.str,
749
+ suite_definition_id: builtins.str,
750
+ ) -> None:
751
+ """Type checking stubs"""
752
+ pass
753
+
699
754
  def _typecheckingstub__93d16fdf80d2c88f3a287c1dd112d9390b367d543fcb21c7d645e5a89d9fa526(
700
755
  inspector: _TreeInspector_488e0dd5,
701
756
  ) -> None:
@@ -1144,6 +1144,27 @@ class CfnAlarmModel(
1144
1144
 
1145
1145
  jsii.create(self.__class__, self, [scope, id, props])
1146
1146
 
1147
+ @jsii.member(jsii_name="fromAlarmModelName")
1148
+ @builtins.classmethod
1149
+ def from_alarm_model_name(
1150
+ cls,
1151
+ scope: _constructs_77d1e7e8.Construct,
1152
+ id: builtins.str,
1153
+ alarm_model_name: builtins.str,
1154
+ ) -> IAlarmModelRef:
1155
+ '''Creates a new IAlarmModelRef from a alarmModelName.
1156
+
1157
+ :param scope: -
1158
+ :param id: -
1159
+ :param alarm_model_name: -
1160
+ '''
1161
+ if __debug__:
1162
+ type_hints = typing.get_type_hints(_typecheckingstub__08129328e28cb00ce8f3d88ce6a01d350ff74f935ed83c2a1b71d2c0cb21a69d)
1163
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
1164
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
1165
+ check_type(argname="argument alarm_model_name", value=alarm_model_name, expected_type=type_hints["alarm_model_name"])
1166
+ return typing.cast(IAlarmModelRef, jsii.sinvoke(cls, "fromAlarmModelName", [scope, id, alarm_model_name]))
1167
+
1147
1168
  @jsii.member(jsii_name="inspect")
1148
1169
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
1149
1170
  '''Examines the CloudFormation resource and discloses attributes.
@@ -3723,6 +3744,27 @@ class CfnDetectorModel(
3723
3744
 
3724
3745
  jsii.create(self.__class__, self, [scope, id, props])
3725
3746
 
3747
+ @jsii.member(jsii_name="fromDetectorModelName")
3748
+ @builtins.classmethod
3749
+ def from_detector_model_name(
3750
+ cls,
3751
+ scope: _constructs_77d1e7e8.Construct,
3752
+ id: builtins.str,
3753
+ detector_model_name: builtins.str,
3754
+ ) -> IDetectorModelRef:
3755
+ '''Creates a new IDetectorModelRef from a detectorModelName.
3756
+
3757
+ :param scope: -
3758
+ :param id: -
3759
+ :param detector_model_name: -
3760
+ '''
3761
+ if __debug__:
3762
+ type_hints = typing.get_type_hints(_typecheckingstub__04cc6f160860cf8d535ff9aaf7f302530f50cadf01201747547313644bde84e7)
3763
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
3764
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
3765
+ check_type(argname="argument detector_model_name", value=detector_model_name, expected_type=type_hints["detector_model_name"])
3766
+ return typing.cast(IDetectorModelRef, jsii.sinvoke(cls, "fromDetectorModelName", [scope, id, detector_model_name]))
3767
+
3726
3768
  @jsii.member(jsii_name="inspect")
3727
3769
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
3728
3770
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7385,6 +7427,27 @@ class CfnInput(
7385
7427
 
7386
7428
  jsii.create(self.__class__, self, [scope, id, props])
7387
7429
 
7430
+ @jsii.member(jsii_name="fromInputName")
7431
+ @builtins.classmethod
7432
+ def from_input_name(
7433
+ cls,
7434
+ scope: _constructs_77d1e7e8.Construct,
7435
+ id: builtins.str,
7436
+ input_name: builtins.str,
7437
+ ) -> IInputRef:
7438
+ '''Creates a new IInputRef from a inputName.
7439
+
7440
+ :param scope: -
7441
+ :param id: -
7442
+ :param input_name: -
7443
+ '''
7444
+ if __debug__:
7445
+ type_hints = typing.get_type_hints(_typecheckingstub__7435d9ce0842ad08e9b33dbbeb8321316d275c48b9389305fbd145a070876eb8)
7446
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
7447
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
7448
+ check_type(argname="argument input_name", value=input_name, expected_type=type_hints["input_name"])
7449
+ return typing.cast(IInputRef, jsii.sinvoke(cls, "fromInputName", [scope, id, input_name]))
7450
+
7388
7451
  @jsii.member(jsii_name="inspect")
7389
7452
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
7390
7453
  '''Examines the CloudFormation resource and discloses attributes.
@@ -7703,6 +7766,14 @@ def _typecheckingstub__ef7f48b87ae58ab2d16bfb25fbcc61ae8753eb0c9a5b0016eec37a52e
7703
7766
  """Type checking stubs"""
7704
7767
  pass
7705
7768
 
7769
+ def _typecheckingstub__08129328e28cb00ce8f3d88ce6a01d350ff74f935ed83c2a1b71d2c0cb21a69d(
7770
+ scope: _constructs_77d1e7e8.Construct,
7771
+ id: builtins.str,
7772
+ alarm_model_name: builtins.str,
7773
+ ) -> None:
7774
+ """Type checking stubs"""
7775
+ pass
7776
+
7706
7777
  def _typecheckingstub__29efb49b22ff313d9ee99306ea7ca4bf99648d4ec281ef880884544374a005e5(
7707
7778
  inspector: _TreeInspector_488e0dd5,
7708
7779
  ) -> None:
@@ -7964,6 +8035,14 @@ def _typecheckingstub__7801b6324e5f272a708fd3542c09e1cc61e7621f542ce11a4795b2717
7964
8035
  """Type checking stubs"""
7965
8036
  pass
7966
8037
 
8038
+ def _typecheckingstub__04cc6f160860cf8d535ff9aaf7f302530f50cadf01201747547313644bde84e7(
8039
+ scope: _constructs_77d1e7e8.Construct,
8040
+ id: builtins.str,
8041
+ detector_model_name: builtins.str,
8042
+ ) -> None:
8043
+ """Type checking stubs"""
8044
+ pass
8045
+
7967
8046
  def _typecheckingstub__29f2e3393710755e327caeb1124191f98f1ffdfa48556729447af0457b842077(
7968
8047
  inspector: _TreeInspector_488e0dd5,
7969
8048
  ) -> None:
@@ -8259,6 +8338,14 @@ def _typecheckingstub__11855be4f7bee53ad741f6363d8e68467f417b7f7483fc55460da1fe9
8259
8338
  """Type checking stubs"""
8260
8339
  pass
8261
8340
 
8341
+ def _typecheckingstub__7435d9ce0842ad08e9b33dbbeb8321316d275c48b9389305fbd145a070876eb8(
8342
+ scope: _constructs_77d1e7e8.Construct,
8343
+ id: builtins.str,
8344
+ input_name: builtins.str,
8345
+ ) -> None:
8346
+ """Type checking stubs"""
8347
+ pass
8348
+
8262
8349
  def _typecheckingstub__02f974c7c08e022c5245f053e877e1dcb9db302c7bcb12e452bb07d8fd18b87c(
8263
8350
  inspector: _TreeInspector_488e0dd5,
8264
8351
  ) -> None:
@@ -356,6 +356,48 @@ class CfnApplication(
356
356
 
357
357
  jsii.create(self.__class__, self, [scope, id, props])
358
358
 
359
+ @jsii.member(jsii_name="fromApplicationArn")
360
+ @builtins.classmethod
361
+ def from_application_arn(
362
+ cls,
363
+ scope: _constructs_77d1e7e8.Construct,
364
+ id: builtins.str,
365
+ arn: builtins.str,
366
+ ) -> IApplicationRef:
367
+ '''Creates a new IApplicationRef from an ARN.
368
+
369
+ :param scope: -
370
+ :param id: -
371
+ :param arn: -
372
+ '''
373
+ if __debug__:
374
+ type_hints = typing.get_type_hints(_typecheckingstub__875f082c455ace02f7d6232f58f4047ae2f2c5b06d63b051e6cb24f55bba901b)
375
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
376
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
377
+ check_type(argname="argument arn", value=arn, expected_type=type_hints["arn"])
378
+ return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationArn", [scope, id, arn]))
379
+
380
+ @jsii.member(jsii_name="fromApplicationId")
381
+ @builtins.classmethod
382
+ def from_application_id(
383
+ cls,
384
+ scope: _constructs_77d1e7e8.Construct,
385
+ id: builtins.str,
386
+ application_id: builtins.str,
387
+ ) -> IApplicationRef:
388
+ '''Creates a new IApplicationRef from a applicationId.
389
+
390
+ :param scope: -
391
+ :param id: -
392
+ :param application_id: -
393
+ '''
394
+ if __debug__:
395
+ type_hints = typing.get_type_hints(_typecheckingstub__1067620c303cd543bab59a50b3262f84fd21bb6c0cc28e8c18b489da182a8292)
396
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
397
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
398
+ check_type(argname="argument application_id", value=application_id, expected_type=type_hints["application_id"])
399
+ return typing.cast(IApplicationRef, jsii.sinvoke(cls, "fromApplicationId", [scope, id, application_id]))
400
+
359
401
  @jsii.member(jsii_name="inspect")
360
402
  def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
361
403
  '''Examines the CloudFormation resource and discloses attributes.
@@ -569,6 +611,22 @@ def _typecheckingstub__b0980596631cbe713d270d139797274438ec1f918af98c8c9381e0d2b
569
611
  """Type checking stubs"""
570
612
  pass
571
613
 
614
+ def _typecheckingstub__875f082c455ace02f7d6232f58f4047ae2f2c5b06d63b051e6cb24f55bba901b(
615
+ scope: _constructs_77d1e7e8.Construct,
616
+ id: builtins.str,
617
+ arn: builtins.str,
618
+ ) -> None:
619
+ """Type checking stubs"""
620
+ pass
621
+
622
+ def _typecheckingstub__1067620c303cd543bab59a50b3262f84fd21bb6c0cc28e8c18b489da182a8292(
623
+ scope: _constructs_77d1e7e8.Construct,
624
+ id: builtins.str,
625
+ application_id: builtins.str,
626
+ ) -> None:
627
+ """Type checking stubs"""
628
+ pass
629
+
572
630
  def _typecheckingstub__4d788f8f33dfde95e87a2d7f9c9fe70c4519c3ce0b5ec69fbc24f19aada67864(
573
631
  inspector: _TreeInspector_488e0dd5,
574
632
  ) -> None: