aws-cdk-lib 2.132.1__py3-none-any.whl → 2.134.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 (69) hide show
  1. aws_cdk/__init__.py +9 -1
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.132.1.jsii.tgz → aws-cdk-lib@2.134.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amplify/__init__.py +12 -10
  5. aws_cdk/aws_apigatewayv2/__init__.py +112 -6
  6. aws_cdk/aws_apigatewayv2_integrations/__init__.py +155 -3
  7. aws_cdk/aws_appconfig/__init__.py +186 -8
  8. aws_cdk/aws_appintegrations/__init__.py +551 -0
  9. aws_cdk/aws_applicationautoscaling/__init__.py +6 -6
  10. aws_cdk/aws_appsync/__init__.py +71 -0
  11. aws_cdk/aws_autoscaling/__init__.py +10 -14
  12. aws_cdk/aws_b2bi/__init__.py +2 -42
  13. aws_cdk/aws_backup/__init__.py +23 -12
  14. aws_cdk/aws_batch/__init__.py +2150 -1078
  15. aws_cdk/aws_bedrock/__init__.py +197 -2
  16. aws_cdk/aws_cloudformation/__init__.py +1 -1
  17. aws_cdk/aws_cloudfront/__init__.py +4 -4
  18. aws_cdk/aws_cloudtrail/__init__.py +44 -14
  19. aws_cdk/aws_cloudwatch/__init__.py +20 -4
  20. aws_cdk/aws_codeartifact/__init__.py +812 -2
  21. aws_cdk/aws_codebuild/__init__.py +32 -10
  22. aws_cdk/aws_codepipeline/__init__.py +33 -11
  23. aws_cdk/aws_cognito/__init__.py +49 -44
  24. aws_cdk/aws_connect/__init__.py +256 -0
  25. aws_cdk/aws_controltower/__init__.py +4 -4
  26. aws_cdk/aws_datasync/__init__.py +393 -13
  27. aws_cdk/aws_dlm/__init__.py +2 -2
  28. aws_cdk/aws_docdbelastic/__init__.py +117 -0
  29. aws_cdk/aws_dynamodb/__init__.py +416 -5
  30. aws_cdk/aws_ec2/__init__.py +590 -134
  31. aws_cdk/aws_ecs/__init__.py +29 -20
  32. aws_cdk/aws_ecs_patterns/__init__.py +52 -12
  33. aws_cdk/aws_eks/__init__.py +27 -25
  34. aws_cdk/aws_elasticloadbalancing/__init__.py +6 -9
  35. aws_cdk/aws_elasticloadbalancingv2/__init__.py +363 -62
  36. aws_cdk/aws_emr/__init__.py +7 -4
  37. aws_cdk/aws_entityresolution/__init__.py +91 -64
  38. aws_cdk/aws_fsx/__init__.py +7 -7
  39. aws_cdk/aws_glue/__init__.py +137 -3
  40. aws_cdk/aws_iam/__init__.py +9 -10
  41. aws_cdk/aws_internetmonitor/__init__.py +85 -0
  42. aws_cdk/aws_iotsitewise/__init__.py +208 -198
  43. aws_cdk/aws_iotwireless/__init__.py +6 -5
  44. aws_cdk/aws_kafkaconnect/__init__.py +1237 -162
  45. aws_cdk/aws_kendra/__init__.py +34 -24
  46. aws_cdk/aws_kinesisanalytics/__init__.py +37 -37
  47. aws_cdk/aws_kinesisanalyticsv2/__init__.py +37 -37
  48. aws_cdk/aws_kinesisfirehose/__init__.py +6 -2
  49. aws_cdk/aws_lambda/__init__.py +16 -16
  50. aws_cdk/aws_msk/__init__.py +88 -0
  51. aws_cdk/aws_opensearchservice/__init__.py +61 -18
  52. aws_cdk/aws_pinpoint/__init__.py +42 -0
  53. aws_cdk/aws_rds/__init__.py +1292 -216
  54. aws_cdk/aws_redshift/__init__.py +6 -3
  55. aws_cdk/aws_redshiftserverless/__init__.py +0 -157
  56. aws_cdk/aws_sagemaker/__init__.py +29 -9
  57. aws_cdk/aws_shield/__init__.py +7 -8
  58. aws_cdk/aws_ssm/__init__.py +15 -12
  59. aws_cdk/aws_stepfunctions_tasks/__init__.py +476 -0
  60. aws_cdk/aws_synthetics/__init__.py +74 -14
  61. aws_cdk/aws_transfer/__init__.py +4 -3
  62. aws_cdk/aws_wafv2/__init__.py +516 -42
  63. aws_cdk/cx_api/__init__.py +34 -0
  64. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/METADATA +2 -2
  65. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/RECORD +69 -69
  66. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/LICENSE +0 -0
  67. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/NOTICE +0 -0
  68. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/WHEEL +0 -0
  69. {aws_cdk_lib-2.132.1.dist-info → aws_cdk_lib-2.134.0.dist-info}/top_level.txt +0 -0
@@ -42,13 +42,16 @@ from .._jsii import *
42
42
  import constructs as _constructs_77d1e7e8
43
43
  from .. import (
44
44
  CfnResource as _CfnResource_9df397a6,
45
+ CfnTag as _CfnTag_f6864754,
45
46
  IInspectable as _IInspectable_c2943556,
46
47
  IResolvable as _IResolvable_da3f097b,
48
+ ITaggableV2 as _ITaggableV2_4e6798f8,
49
+ TagManager as _TagManager_0a598cb3,
47
50
  TreeInspector as _TreeInspector_488e0dd5,
48
51
  )
49
52
 
50
53
 
51
- @jsii.implements(_IInspectable_c2943556)
54
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
52
55
  class CfnConnector(
53
56
  _CfnResource_9df397a6,
54
57
  metaclass=jsii.JSIIMeta,
@@ -139,6 +142,10 @@ class CfnConnector(
139
142
  )
140
143
  )
141
144
  ),
145
+ tags=[CfnTag(
146
+ key="key",
147
+ value="value"
148
+ )],
142
149
  worker_configuration=kafkaconnect.CfnConnector.WorkerConfigurationProperty(
143
150
  revision=123,
144
151
  worker_configuration_arn="workerConfigurationArn"
@@ -162,6 +169,7 @@ class CfnConnector(
162
169
  service_execution_role_arn: builtins.str,
163
170
  connector_description: typing.Optional[builtins.str] = None,
164
171
  log_delivery: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.LogDeliveryProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
172
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
165
173
  worker_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.WorkerConfigurationProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
166
174
  ) -> None:
167
175
  '''
@@ -178,6 +186,7 @@ class CfnConnector(
178
186
  :param service_execution_role_arn: The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
179
187
  :param connector_description: The description of the connector.
180
188
  :param log_delivery: The settings for delivering connector logs to Amazon CloudWatch Logs.
189
+ :param tags: A collection of tags associated with a resource.
181
190
  :param worker_configuration: The worker configurations that are in use with the connector.
182
191
  '''
183
192
  if __debug__:
@@ -196,6 +205,7 @@ class CfnConnector(
196
205
  service_execution_role_arn=service_execution_role_arn,
197
206
  connector_description=connector_description,
198
207
  log_delivery=log_delivery,
208
+ tags=tags,
199
209
  worker_configuration=worker_configuration,
200
210
  )
201
211
 
@@ -240,6 +250,12 @@ class CfnConnector(
240
250
  '''
241
251
  return typing.cast(builtins.str, jsii.get(self, "attrConnectorArn"))
242
252
 
253
+ @builtins.property
254
+ @jsii.member(jsii_name="cdkTagManager")
255
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
256
+ '''Tag Manager which manages the tags for this resource.'''
257
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
258
+
243
259
  @builtins.property
244
260
  @jsii.member(jsii_name="cfnProperties")
245
261
  def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
@@ -423,6 +439,19 @@ class CfnConnector(
423
439
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
424
440
  jsii.set(self, "logDelivery", value)
425
441
 
442
+ @builtins.property
443
+ @jsii.member(jsii_name="tags")
444
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
445
+ '''A collection of tags associated with a resource.'''
446
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
447
+
448
+ @tags.setter
449
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
450
+ if __debug__:
451
+ type_hints = typing.get_type_hints(_typecheckingstub__6afece2b4589a6c48de5a35d55d9159549277f37f560c619fd1daf8392fd3534)
452
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
453
+ jsii.set(self, "tags", value)
454
+
426
455
  @builtins.property
427
456
  @jsii.member(jsii_name="workerConfiguration")
428
457
  def worker_configuration(
@@ -1810,6 +1839,7 @@ class CfnConnector(
1810
1839
  "service_execution_role_arn": "serviceExecutionRoleArn",
1811
1840
  "connector_description": "connectorDescription",
1812
1841
  "log_delivery": "logDelivery",
1842
+ "tags": "tags",
1813
1843
  "worker_configuration": "workerConfiguration",
1814
1844
  },
1815
1845
  )
@@ -1828,6 +1858,7 @@ class CfnConnectorProps:
1828
1858
  service_execution_role_arn: builtins.str,
1829
1859
  connector_description: typing.Optional[builtins.str] = None,
1830
1860
  log_delivery: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.LogDeliveryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1861
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1831
1862
  worker_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.WorkerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
1832
1863
  ) -> None:
1833
1864
  '''Properties for defining a ``CfnConnector``.
@@ -1843,6 +1874,7 @@ class CfnConnectorProps:
1843
1874
  :param service_execution_role_arn: The Amazon Resource Name (ARN) of the IAM role used by the connector to access Amazon Web Services resources.
1844
1875
  :param connector_description: The description of the connector.
1845
1876
  :param log_delivery: The settings for delivering connector logs to Amazon CloudWatch Logs.
1877
+ :param tags: A collection of tags associated with a resource.
1846
1878
  :param worker_configuration: The worker configurations that are in use with the connector.
1847
1879
 
1848
1880
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-connector.html
@@ -1927,6 +1959,10 @@ class CfnConnectorProps:
1927
1959
  )
1928
1960
  )
1929
1961
  ),
1962
+ tags=[CfnTag(
1963
+ key="key",
1964
+ value="value"
1965
+ )],
1930
1966
  worker_configuration=kafkaconnect.CfnConnector.WorkerConfigurationProperty(
1931
1967
  revision=123,
1932
1968
  worker_configuration_arn="workerConfigurationArn"
@@ -1946,6 +1982,7 @@ class CfnConnectorProps:
1946
1982
  check_type(argname="argument service_execution_role_arn", value=service_execution_role_arn, expected_type=type_hints["service_execution_role_arn"])
1947
1983
  check_type(argname="argument connector_description", value=connector_description, expected_type=type_hints["connector_description"])
1948
1984
  check_type(argname="argument log_delivery", value=log_delivery, expected_type=type_hints["log_delivery"])
1985
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1949
1986
  check_type(argname="argument worker_configuration", value=worker_configuration, expected_type=type_hints["worker_configuration"])
1950
1987
  self._values: typing.Dict[builtins.str, typing.Any] = {
1951
1988
  "capacity": capacity,
@@ -1962,6 +1999,8 @@ class CfnConnectorProps:
1962
1999
  self._values["connector_description"] = connector_description
1963
2000
  if log_delivery is not None:
1964
2001
  self._values["log_delivery"] = log_delivery
2002
+ if tags is not None:
2003
+ self._values["tags"] = tags
1965
2004
  if worker_configuration is not None:
1966
2005
  self._values["worker_configuration"] = worker_configuration
1967
2006
 
@@ -2093,6 +2132,15 @@ class CfnConnectorProps:
2093
2132
  result = self._values.get("log_delivery")
2094
2133
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.LogDeliveryProperty]], result)
2095
2134
 
2135
+ @builtins.property
2136
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2137
+ '''A collection of tags associated with a resource.
2138
+
2139
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-connector.html#cfn-kafkaconnect-connector-tags
2140
+ '''
2141
+ result = self._values.get("tags")
2142
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2143
+
2096
2144
  @builtins.property
2097
2145
  def worker_configuration(
2098
2146
  self,
@@ -2116,193 +2164,1071 @@ class CfnConnectorProps:
2116
2164
  )
2117
2165
 
2118
2166
 
2119
- __all__ = [
2120
- "CfnConnector",
2121
- "CfnConnectorProps",
2122
- ]
2167
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2168
+ class CfnCustomPlugin(
2169
+ _CfnResource_9df397a6,
2170
+ metaclass=jsii.JSIIMeta,
2171
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnCustomPlugin",
2172
+ ):
2173
+ '''An example resource schema demonstrating some basic constructs and validation rules.
2123
2174
 
2124
- publication.publish()
2175
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html
2176
+ :cloudformationResource: AWS::KafkaConnect::CustomPlugin
2177
+ :exampleMetadata: fixture=_generated
2125
2178
 
2126
- def _typecheckingstub__300d015169800cb7d305cead5c1382d5e67bfb30617c5f51d4668a050b2ea78d(
2127
- scope: _constructs_77d1e7e8.Construct,
2128
- id: builtins.str,
2129
- *,
2130
- capacity: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.CapacityProperty, typing.Dict[builtins.str, typing.Any]]],
2131
- connector_configuration: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]],
2132
- connector_name: builtins.str,
2133
- kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
2134
- kafka_cluster_client_authentication: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterClientAuthenticationProperty, typing.Dict[builtins.str, typing.Any]]],
2135
- kafka_cluster_encryption_in_transit: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterEncryptionInTransitProperty, typing.Dict[builtins.str, typing.Any]]],
2136
- kafka_connect_version: builtins.str,
2137
- plugins: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.PluginProperty, typing.Dict[builtins.str, typing.Any]]]]],
2138
- service_execution_role_arn: builtins.str,
2139
- connector_description: typing.Optional[builtins.str] = None,
2140
- log_delivery: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.LogDeliveryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2141
- worker_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.WorkerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2142
- ) -> None:
2143
- """Type checking stubs"""
2144
- pass
2179
+ Example::
2145
2180
 
2146
- def _typecheckingstub__0eb0c1ffc0dc04852e83fc99bfa9b4c62b202fe4532ee5ffc6e7aa8228f636a2(
2147
- inspector: _TreeInspector_488e0dd5,
2148
- ) -> None:
2149
- """Type checking stubs"""
2150
- pass
2181
+ # The code below shows an example of how to instantiate this type.
2182
+ # The values are placeholders you should change.
2183
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2184
+
2185
+ cfn_custom_plugin = kafkaconnect.CfnCustomPlugin(self, "MyCfnCustomPlugin",
2186
+ content_type="contentType",
2187
+ location=kafkaconnect.CfnCustomPlugin.CustomPluginLocationProperty(
2188
+ s3_location=kafkaconnect.CfnCustomPlugin.S3LocationProperty(
2189
+ bucket_arn="bucketArn",
2190
+ file_key="fileKey",
2191
+
2192
+ # the properties below are optional
2193
+ object_version="objectVersion"
2194
+ )
2195
+ ),
2196
+ name="name",
2197
+
2198
+ # the properties below are optional
2199
+ description="description",
2200
+ tags=[CfnTag(
2201
+ key="key",
2202
+ value="value"
2203
+ )]
2204
+ )
2205
+ '''
2151
2206
 
2152
- def _typecheckingstub__bb09bf3c15238ce83b49323b5b92307ae56d22b52e1f4faa4a9efecdf68eab79(
2153
- props: typing.Mapping[builtins.str, typing.Any],
2154
- ) -> None:
2155
- """Type checking stubs"""
2156
- pass
2207
+ def __init__(
2208
+ self,
2209
+ scope: _constructs_77d1e7e8.Construct,
2210
+ id: builtins.str,
2211
+ *,
2212
+ content_type: builtins.str,
2213
+ location: typing.Union[_IResolvable_da3f097b, typing.Union["CfnCustomPlugin.CustomPluginLocationProperty", typing.Dict[builtins.str, typing.Any]]],
2214
+ name: builtins.str,
2215
+ description: typing.Optional[builtins.str] = None,
2216
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2217
+ ) -> None:
2218
+ '''
2219
+ :param scope: Scope in which this resource is defined.
2220
+ :param id: Construct identifier for this resource (unique in its scope).
2221
+ :param content_type: The type of the plugin file.
2222
+ :param location: Information about the location of a custom plugin.
2223
+ :param name: The name of the custom plugin.
2224
+ :param description: A summary description of the custom plugin.
2225
+ :param tags: An array of key-value pairs to apply to this resource.
2226
+ '''
2227
+ if __debug__:
2228
+ type_hints = typing.get_type_hints(_typecheckingstub__6c82cbd22c9261a35dcdabc1becaf63f49b9257f7d5508ee8aa43d6a285cf574)
2229
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2230
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2231
+ props = CfnCustomPluginProps(
2232
+ content_type=content_type,
2233
+ location=location,
2234
+ name=name,
2235
+ description=description,
2236
+ tags=tags,
2237
+ )
2157
2238
 
2158
- def _typecheckingstub__93190e39585ede0b426e62964acf4d1946b2270b8cdf90fd760fca16bb13e558(
2159
- value: typing.Union[_IResolvable_da3f097b, CfnConnector.CapacityProperty],
2160
- ) -> None:
2161
- """Type checking stubs"""
2162
- pass
2239
+ jsii.create(self.__class__, self, [scope, id, props])
2163
2240
 
2164
- def _typecheckingstub__405d7e0ae6f7748331d41486bdc7f8856109d58d35c557e79a28b1b86a730e8d(
2165
- value: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]],
2166
- ) -> None:
2167
- """Type checking stubs"""
2168
- pass
2241
+ @jsii.member(jsii_name="inspect")
2242
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2243
+ '''Examines the CloudFormation resource and discloses attributes.
2169
2244
 
2170
- def _typecheckingstub__5542c73b8c63853663f0c9121c83145b07f4ffbb01dcb93d19e627c8684748f4(
2171
- value: builtins.str,
2172
- ) -> None:
2173
- """Type checking stubs"""
2174
- pass
2245
+ :param inspector: tree inspector to collect and process attributes.
2246
+ '''
2247
+ if __debug__:
2248
+ type_hints = typing.get_type_hints(_typecheckingstub__2de4a61cefe6c2d25a1cb343ddd4a22e10b259b61229c873a373b2fa9d057114)
2249
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
2250
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
2175
2251
 
2176
- def _typecheckingstub__3fb859f7d210b463ce7d87e19c928b68134af5a207e21f3d0b913b811695dfad(
2177
- value: typing.Union[_IResolvable_da3f097b, CfnConnector.KafkaClusterProperty],
2178
- ) -> None:
2179
- """Type checking stubs"""
2180
- pass
2252
+ @jsii.member(jsii_name="renderProperties")
2253
+ def _render_properties(
2254
+ self,
2255
+ props: typing.Mapping[builtins.str, typing.Any],
2256
+ ) -> typing.Mapping[builtins.str, typing.Any]:
2257
+ '''
2258
+ :param props: -
2259
+ '''
2260
+ if __debug__:
2261
+ type_hints = typing.get_type_hints(_typecheckingstub__f576b3a446b38f6f20978c3517504ba7babed66f64bc5fb21b1c950bc4a6872a)
2262
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
2263
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
2181
2264
 
2182
- def _typecheckingstub__c7859bcdf95e20025063609459542a94ce1364b2b031ffa476d5bbd530daa22c(
2183
- value: typing.Union[_IResolvable_da3f097b, CfnConnector.KafkaClusterClientAuthenticationProperty],
2184
- ) -> None:
2185
- """Type checking stubs"""
2186
- pass
2265
+ @jsii.python.classproperty
2266
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
2267
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
2268
+ '''The CloudFormation resource type name for this resource class.'''
2269
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2187
2270
 
2188
- def _typecheckingstub__431b322bcb07c1c51a8b9a735113100e17fffb620cca37b220e3b3aec73425d2(
2189
- value: typing.Union[_IResolvable_da3f097b, CfnConnector.KafkaClusterEncryptionInTransitProperty],
2190
- ) -> None:
2191
- """Type checking stubs"""
2192
- pass
2271
+ @builtins.property
2272
+ @jsii.member(jsii_name="attrCustomPluginArn")
2273
+ def attr_custom_plugin_arn(self) -> builtins.str:
2274
+ '''The Amazon Resource Name (ARN) of the custom plugin to use.
2193
2275
 
2194
- def _typecheckingstub__84a647a1aefe3d2975c3f4cbdccb1be43429421c71bd6f2c868cdb7b3aa7dc46(
2195
- value: builtins.str,
2196
- ) -> None:
2197
- """Type checking stubs"""
2198
- pass
2276
+ :cloudformationAttribute: CustomPluginArn
2277
+ '''
2278
+ return typing.cast(builtins.str, jsii.get(self, "attrCustomPluginArn"))
2199
2279
 
2200
- def _typecheckingstub__ccf2fe35d5eab3697adb8d50736b2ecb8b794ef8d48f98745b61d6534ad954b6(
2201
- value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnConnector.PluginProperty]]],
2202
- ) -> None:
2203
- """Type checking stubs"""
2204
- pass
2280
+ @builtins.property
2281
+ @jsii.member(jsii_name="attrFileDescription")
2282
+ def attr_file_description(self) -> _IResolvable_da3f097b:
2283
+ '''Details about the custom plugin file.
2205
2284
 
2206
- def _typecheckingstub__440f19fcd0ca16de4301284405228f6ff797ea28c72dd5e6fd26e3f04b170b1f(
2207
- value: builtins.str,
2208
- ) -> None:
2209
- """Type checking stubs"""
2210
- pass
2285
+ :cloudformationAttribute: FileDescription
2286
+ '''
2287
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrFileDescription"))
2211
2288
 
2212
- def _typecheckingstub__729e3b6e3d1046550d05c40ab52749c149a4f3f01ce2c03e0daa86cc3ac03d1e(
2213
- value: typing.Optional[builtins.str],
2214
- ) -> None:
2215
- """Type checking stubs"""
2216
- pass
2289
+ @builtins.property
2290
+ @jsii.member(jsii_name="attrRevision")
2291
+ def attr_revision(self) -> jsii.Number:
2292
+ '''The revision of the custom plugin.
2217
2293
 
2218
- def _typecheckingstub__49a29da785c6c8f30f5fc4ffcb9320d7a0377e8c1032eb5ff26ba046ae554772(
2219
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.LogDeliveryProperty]],
2220
- ) -> None:
2221
- """Type checking stubs"""
2222
- pass
2294
+ :cloudformationAttribute: Revision
2295
+ '''
2296
+ return typing.cast(jsii.Number, jsii.get(self, "attrRevision"))
2223
2297
 
2224
- def _typecheckingstub__17aecc33a40fa4008d52fdd6c617a4bffcf013ba695a96ef9a4694b70b03b576(
2225
- value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.WorkerConfigurationProperty]],
2226
- ) -> None:
2227
- """Type checking stubs"""
2228
- pass
2298
+ @builtins.property
2299
+ @jsii.member(jsii_name="cdkTagManager")
2300
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2301
+ '''Tag Manager which manages the tags for this resource.'''
2302
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2229
2303
 
2230
- def _typecheckingstub__444403cd6207a1a5de68bc9f8e594e52824efdb9ff844ec369a71f064a2d1dcc(
2231
- *,
2232
- bootstrap_servers: builtins.str,
2233
- vpc: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.VpcProperty, typing.Dict[builtins.str, typing.Any]]],
2234
- ) -> None:
2235
- """Type checking stubs"""
2236
- pass
2304
+ @builtins.property
2305
+ @jsii.member(jsii_name="cfnProperties")
2306
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2307
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2237
2308
 
2238
- def _typecheckingstub__a7fa0788a72b5a8759557a835e00eec9afbe34fb926c3c0b410cccf6e8c51c7b(
2239
- *,
2240
- max_worker_count: jsii.Number,
2241
- mcu_count: jsii.Number,
2242
- min_worker_count: jsii.Number,
2243
- scale_in_policy: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ScaleInPolicyProperty, typing.Dict[builtins.str, typing.Any]]],
2244
- scale_out_policy: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ScaleOutPolicyProperty, typing.Dict[builtins.str, typing.Any]]],
2245
- ) -> None:
2246
- """Type checking stubs"""
2247
- pass
2309
+ @builtins.property
2310
+ @jsii.member(jsii_name="contentType")
2311
+ def content_type(self) -> builtins.str:
2312
+ '''The type of the plugin file.'''
2313
+ return typing.cast(builtins.str, jsii.get(self, "contentType"))
2248
2314
 
2249
- def _typecheckingstub__5b215f78afaf806b39553a8a9676f96dddcb2b0c3c6a8d0b8fde6902bf4f381e(
2250
- *,
2251
- auto_scaling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.AutoScalingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2252
- provisioned_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ProvisionedCapacityProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2253
- ) -> None:
2254
- """Type checking stubs"""
2255
- pass
2315
+ @content_type.setter
2316
+ def content_type(self, value: builtins.str) -> None:
2317
+ if __debug__:
2318
+ type_hints = typing.get_type_hints(_typecheckingstub__ba10e1ed6d2bc46a1ed1d1fe0ea02869794128cfcb6ebd5cadbefe02bc0a548f)
2319
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2320
+ jsii.set(self, "contentType", value)
2256
2321
 
2257
- def _typecheckingstub__ce12248bee2c36568fe0e7c8306e19879a8018f4d2f68bc94d16564982c8c14f(
2258
- *,
2259
- enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
2260
- log_group: typing.Optional[builtins.str] = None,
2261
- ) -> None:
2262
- """Type checking stubs"""
2263
- pass
2322
+ @builtins.property
2323
+ @jsii.member(jsii_name="location")
2324
+ def location(
2325
+ self,
2326
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.CustomPluginLocationProperty"]:
2327
+ '''Information about the location of a custom plugin.'''
2328
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.CustomPluginLocationProperty"], jsii.get(self, "location"))
2264
2329
 
2265
- def _typecheckingstub__939037365c43c9a72b3c37dadef4cee49c45d340b13988d36aec42da17639cb6(
2266
- *,
2267
- custom_plugin_arn: builtins.str,
2268
- revision: jsii.Number,
2269
- ) -> None:
2270
- """Type checking stubs"""
2271
- pass
2330
+ @location.setter
2331
+ def location(
2332
+ self,
2333
+ value: typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.CustomPluginLocationProperty"],
2334
+ ) -> None:
2335
+ if __debug__:
2336
+ type_hints = typing.get_type_hints(_typecheckingstub__7dc28b9198145db094f79802e21f70587ba9ea39d8bf86eecd4baa600f164d5b)
2337
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2338
+ jsii.set(self, "location", value)
2272
2339
 
2273
- def _typecheckingstub__d5d7349fb5eb5a9a9ec0860e8dad23b287cb3cd62e184b233fee93c0a26a0d51(
2274
- *,
2275
- enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
2276
- delivery_stream: typing.Optional[builtins.str] = None,
2277
- ) -> None:
2278
- """Type checking stubs"""
2279
- pass
2340
+ @builtins.property
2341
+ @jsii.member(jsii_name="name")
2342
+ def name(self) -> builtins.str:
2343
+ '''The name of the custom plugin.'''
2344
+ return typing.cast(builtins.str, jsii.get(self, "name"))
2280
2345
 
2281
- def _typecheckingstub__7108764262b68e3cecbc01f6bb39c0838e2f09c63cf4785609dc2eb2db70f1b2(
2282
- *,
2283
- authentication_type: builtins.str,
2284
- ) -> None:
2285
- """Type checking stubs"""
2286
- pass
2346
+ @name.setter
2347
+ def name(self, value: builtins.str) -> None:
2348
+ if __debug__:
2349
+ type_hints = typing.get_type_hints(_typecheckingstub__22b7cdbcdbf1c6aca15574793b79bc5bcd1b238c5d20012e24075b2de3c3e1f5)
2350
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2351
+ jsii.set(self, "name", value)
2287
2352
 
2288
- def _typecheckingstub__0cecc14be0c2fb246e15a4608e4bdd7b9eac2e2126f98c4fff5625c81b616bf9(
2289
- *,
2290
- encryption_type: builtins.str,
2291
- ) -> None:
2292
- """Type checking stubs"""
2293
- pass
2353
+ @builtins.property
2354
+ @jsii.member(jsii_name="description")
2355
+ def description(self) -> typing.Optional[builtins.str]:
2356
+ '''A summary description of the custom plugin.'''
2357
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
2294
2358
 
2295
- def _typecheckingstub__e45630a977bbe5bbdad20f00c55a2b6d7b863f0ebdd96b83af5d59aeeac6fda2(
2296
- *,
2297
- apache_kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ApacheKafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
2298
- ) -> None:
2299
- """Type checking stubs"""
2300
- pass
2359
+ @description.setter
2360
+ def description(self, value: typing.Optional[builtins.str]) -> None:
2361
+ if __debug__:
2362
+ type_hints = typing.get_type_hints(_typecheckingstub__48e19fd5c93da0b6a93cdfdf44392a652cad52a2c961aef8c3e0a76eff5052e0)
2363
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2364
+ jsii.set(self, "description", value)
2301
2365
 
2302
- def _typecheckingstub__24fd0806b35f57962768914d0194bea1b40b93b71c0c3dd6d6a8aad5d85e5b3d(
2303
- *,
2304
- worker_log_delivery: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.WorkerLogDeliveryProperty, typing.Dict[builtins.str, typing.Any]]],
2305
- ) -> None:
2366
+ @builtins.property
2367
+ @jsii.member(jsii_name="tags")
2368
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2369
+ '''An array of key-value pairs to apply to this resource.'''
2370
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
2371
+
2372
+ @tags.setter
2373
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
2374
+ if __debug__:
2375
+ type_hints = typing.get_type_hints(_typecheckingstub__11b359e6a300e42bfcb9aa594841d75ad92accb911de61cc64790b7fc061f9fd)
2376
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2377
+ jsii.set(self, "tags", value)
2378
+
2379
+ @jsii.data_type(
2380
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnCustomPlugin.CustomPluginFileDescriptionProperty",
2381
+ jsii_struct_bases=[],
2382
+ name_mapping={"file_md5": "fileMd5", "file_size": "fileSize"},
2383
+ )
2384
+ class CustomPluginFileDescriptionProperty:
2385
+ def __init__(
2386
+ self,
2387
+ *,
2388
+ file_md5: typing.Optional[builtins.str] = None,
2389
+ file_size: typing.Optional[jsii.Number] = None,
2390
+ ) -> None:
2391
+ '''Details about the custom plugin file.
2392
+
2393
+ :param file_md5: The hex-encoded MD5 checksum of the custom plugin file. You can use it to validate the file.
2394
+ :param file_size: The size in bytes of the custom plugin file. You can use it to validate the file.
2395
+
2396
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-custompluginfiledescription.html
2397
+ :exampleMetadata: fixture=_generated
2398
+
2399
+ Example::
2400
+
2401
+ # The code below shows an example of how to instantiate this type.
2402
+ # The values are placeholders you should change.
2403
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2404
+
2405
+ custom_plugin_file_description_property = kafkaconnect.CfnCustomPlugin.CustomPluginFileDescriptionProperty(
2406
+ file_md5="fileMd5",
2407
+ file_size=123
2408
+ )
2409
+ '''
2410
+ if __debug__:
2411
+ type_hints = typing.get_type_hints(_typecheckingstub__e3f77f7d7b096911e70040b0039d61af28b26c9bc89fb1faf76b0717d7c9e18b)
2412
+ check_type(argname="argument file_md5", value=file_md5, expected_type=type_hints["file_md5"])
2413
+ check_type(argname="argument file_size", value=file_size, expected_type=type_hints["file_size"])
2414
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
2415
+ if file_md5 is not None:
2416
+ self._values["file_md5"] = file_md5
2417
+ if file_size is not None:
2418
+ self._values["file_size"] = file_size
2419
+
2420
+ @builtins.property
2421
+ def file_md5(self) -> typing.Optional[builtins.str]:
2422
+ '''The hex-encoded MD5 checksum of the custom plugin file.
2423
+
2424
+ You can use it to validate the file.
2425
+
2426
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-custompluginfiledescription.html#cfn-kafkaconnect-customplugin-custompluginfiledescription-filemd5
2427
+ '''
2428
+ result = self._values.get("file_md5")
2429
+ return typing.cast(typing.Optional[builtins.str], result)
2430
+
2431
+ @builtins.property
2432
+ def file_size(self) -> typing.Optional[jsii.Number]:
2433
+ '''The size in bytes of the custom plugin file.
2434
+
2435
+ You can use it to validate the file.
2436
+
2437
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-custompluginfiledescription.html#cfn-kafkaconnect-customplugin-custompluginfiledescription-filesize
2438
+ '''
2439
+ result = self._values.get("file_size")
2440
+ return typing.cast(typing.Optional[jsii.Number], result)
2441
+
2442
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2443
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2444
+
2445
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2446
+ return not (rhs == self)
2447
+
2448
+ def __repr__(self) -> str:
2449
+ return "CustomPluginFileDescriptionProperty(%s)" % ", ".join(
2450
+ k + "=" + repr(v) for k, v in self._values.items()
2451
+ )
2452
+
2453
+ @jsii.data_type(
2454
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnCustomPlugin.CustomPluginLocationProperty",
2455
+ jsii_struct_bases=[],
2456
+ name_mapping={"s3_location": "s3Location"},
2457
+ )
2458
+ class CustomPluginLocationProperty:
2459
+ def __init__(
2460
+ self,
2461
+ *,
2462
+ s3_location: typing.Union[_IResolvable_da3f097b, typing.Union["CfnCustomPlugin.S3LocationProperty", typing.Dict[builtins.str, typing.Any]]],
2463
+ ) -> None:
2464
+ '''Information about the location of a custom plugin.
2465
+
2466
+ :param s3_location: The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
2467
+
2468
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-custompluginlocation.html
2469
+ :exampleMetadata: fixture=_generated
2470
+
2471
+ Example::
2472
+
2473
+ # The code below shows an example of how to instantiate this type.
2474
+ # The values are placeholders you should change.
2475
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2476
+
2477
+ custom_plugin_location_property = kafkaconnect.CfnCustomPlugin.CustomPluginLocationProperty(
2478
+ s3_location=kafkaconnect.CfnCustomPlugin.S3LocationProperty(
2479
+ bucket_arn="bucketArn",
2480
+ file_key="fileKey",
2481
+
2482
+ # the properties below are optional
2483
+ object_version="objectVersion"
2484
+ )
2485
+ )
2486
+ '''
2487
+ if __debug__:
2488
+ type_hints = typing.get_type_hints(_typecheckingstub__63bbd79857b9bcc2770666f84b8116fcd6735c81fd0e1e465634b4002d175383)
2489
+ check_type(argname="argument s3_location", value=s3_location, expected_type=type_hints["s3_location"])
2490
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2491
+ "s3_location": s3_location,
2492
+ }
2493
+
2494
+ @builtins.property
2495
+ def s3_location(
2496
+ self,
2497
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.S3LocationProperty"]:
2498
+ '''The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
2499
+
2500
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-custompluginlocation.html#cfn-kafkaconnect-customplugin-custompluginlocation-s3location
2501
+ '''
2502
+ result = self._values.get("s3_location")
2503
+ assert result is not None, "Required property 's3_location' is missing"
2504
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnCustomPlugin.S3LocationProperty"], result)
2505
+
2506
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2507
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2508
+
2509
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2510
+ return not (rhs == self)
2511
+
2512
+ def __repr__(self) -> str:
2513
+ return "CustomPluginLocationProperty(%s)" % ", ".join(
2514
+ k + "=" + repr(v) for k, v in self._values.items()
2515
+ )
2516
+
2517
+ @jsii.data_type(
2518
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnCustomPlugin.S3LocationProperty",
2519
+ jsii_struct_bases=[],
2520
+ name_mapping={
2521
+ "bucket_arn": "bucketArn",
2522
+ "file_key": "fileKey",
2523
+ "object_version": "objectVersion",
2524
+ },
2525
+ )
2526
+ class S3LocationProperty:
2527
+ def __init__(
2528
+ self,
2529
+ *,
2530
+ bucket_arn: builtins.str,
2531
+ file_key: builtins.str,
2532
+ object_version: typing.Optional[builtins.str] = None,
2533
+ ) -> None:
2534
+ '''The S3 bucket Amazon Resource Name (ARN), file key, and object version of the plugin file stored in Amazon S3.
2535
+
2536
+ :param bucket_arn: The Amazon Resource Name (ARN) of an S3 bucket.
2537
+ :param file_key: The file key for an object in an S3 bucket.
2538
+ :param object_version: The version of an object in an S3 bucket.
2539
+
2540
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-s3location.html
2541
+ :exampleMetadata: fixture=_generated
2542
+
2543
+ Example::
2544
+
2545
+ # The code below shows an example of how to instantiate this type.
2546
+ # The values are placeholders you should change.
2547
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2548
+
2549
+ s3_location_property = kafkaconnect.CfnCustomPlugin.S3LocationProperty(
2550
+ bucket_arn="bucketArn",
2551
+ file_key="fileKey",
2552
+
2553
+ # the properties below are optional
2554
+ object_version="objectVersion"
2555
+ )
2556
+ '''
2557
+ if __debug__:
2558
+ type_hints = typing.get_type_hints(_typecheckingstub__781a268ba9bfa781e533379ca4a5047660328871695af7ae3feb962865170db2)
2559
+ check_type(argname="argument bucket_arn", value=bucket_arn, expected_type=type_hints["bucket_arn"])
2560
+ check_type(argname="argument file_key", value=file_key, expected_type=type_hints["file_key"])
2561
+ check_type(argname="argument object_version", value=object_version, expected_type=type_hints["object_version"])
2562
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2563
+ "bucket_arn": bucket_arn,
2564
+ "file_key": file_key,
2565
+ }
2566
+ if object_version is not None:
2567
+ self._values["object_version"] = object_version
2568
+
2569
+ @builtins.property
2570
+ def bucket_arn(self) -> builtins.str:
2571
+ '''The Amazon Resource Name (ARN) of an S3 bucket.
2572
+
2573
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-s3location.html#cfn-kafkaconnect-customplugin-s3location-bucketarn
2574
+ '''
2575
+ result = self._values.get("bucket_arn")
2576
+ assert result is not None, "Required property 'bucket_arn' is missing"
2577
+ return typing.cast(builtins.str, result)
2578
+
2579
+ @builtins.property
2580
+ def file_key(self) -> builtins.str:
2581
+ '''The file key for an object in an S3 bucket.
2582
+
2583
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-s3location.html#cfn-kafkaconnect-customplugin-s3location-filekey
2584
+ '''
2585
+ result = self._values.get("file_key")
2586
+ assert result is not None, "Required property 'file_key' is missing"
2587
+ return typing.cast(builtins.str, result)
2588
+
2589
+ @builtins.property
2590
+ def object_version(self) -> typing.Optional[builtins.str]:
2591
+ '''The version of an object in an S3 bucket.
2592
+
2593
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kafkaconnect-customplugin-s3location.html#cfn-kafkaconnect-customplugin-s3location-objectversion
2594
+ '''
2595
+ result = self._values.get("object_version")
2596
+ return typing.cast(typing.Optional[builtins.str], result)
2597
+
2598
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2599
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2600
+
2601
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2602
+ return not (rhs == self)
2603
+
2604
+ def __repr__(self) -> str:
2605
+ return "S3LocationProperty(%s)" % ", ".join(
2606
+ k + "=" + repr(v) for k, v in self._values.items()
2607
+ )
2608
+
2609
+
2610
+ @jsii.data_type(
2611
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnCustomPluginProps",
2612
+ jsii_struct_bases=[],
2613
+ name_mapping={
2614
+ "content_type": "contentType",
2615
+ "location": "location",
2616
+ "name": "name",
2617
+ "description": "description",
2618
+ "tags": "tags",
2619
+ },
2620
+ )
2621
+ class CfnCustomPluginProps:
2622
+ def __init__(
2623
+ self,
2624
+ *,
2625
+ content_type: builtins.str,
2626
+ location: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCustomPlugin.CustomPluginLocationProperty, typing.Dict[builtins.str, typing.Any]]],
2627
+ name: builtins.str,
2628
+ description: typing.Optional[builtins.str] = None,
2629
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2630
+ ) -> None:
2631
+ '''Properties for defining a ``CfnCustomPlugin``.
2632
+
2633
+ :param content_type: The type of the plugin file.
2634
+ :param location: Information about the location of a custom plugin.
2635
+ :param name: The name of the custom plugin.
2636
+ :param description: A summary description of the custom plugin.
2637
+ :param tags: An array of key-value pairs to apply to this resource.
2638
+
2639
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html
2640
+ :exampleMetadata: fixture=_generated
2641
+
2642
+ Example::
2643
+
2644
+ # The code below shows an example of how to instantiate this type.
2645
+ # The values are placeholders you should change.
2646
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2647
+
2648
+ cfn_custom_plugin_props = kafkaconnect.CfnCustomPluginProps(
2649
+ content_type="contentType",
2650
+ location=kafkaconnect.CfnCustomPlugin.CustomPluginLocationProperty(
2651
+ s3_location=kafkaconnect.CfnCustomPlugin.S3LocationProperty(
2652
+ bucket_arn="bucketArn",
2653
+ file_key="fileKey",
2654
+
2655
+ # the properties below are optional
2656
+ object_version="objectVersion"
2657
+ )
2658
+ ),
2659
+ name="name",
2660
+
2661
+ # the properties below are optional
2662
+ description="description",
2663
+ tags=[CfnTag(
2664
+ key="key",
2665
+ value="value"
2666
+ )]
2667
+ )
2668
+ '''
2669
+ if __debug__:
2670
+ type_hints = typing.get_type_hints(_typecheckingstub__ff983745d275d6d3a1389c6b1984a735ff1815dde7d1308c56b56268157c0bac)
2671
+ check_type(argname="argument content_type", value=content_type, expected_type=type_hints["content_type"])
2672
+ check_type(argname="argument location", value=location, expected_type=type_hints["location"])
2673
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
2674
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2675
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2676
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2677
+ "content_type": content_type,
2678
+ "location": location,
2679
+ "name": name,
2680
+ }
2681
+ if description is not None:
2682
+ self._values["description"] = description
2683
+ if tags is not None:
2684
+ self._values["tags"] = tags
2685
+
2686
+ @builtins.property
2687
+ def content_type(self) -> builtins.str:
2688
+ '''The type of the plugin file.
2689
+
2690
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-contenttype
2691
+ '''
2692
+ result = self._values.get("content_type")
2693
+ assert result is not None, "Required property 'content_type' is missing"
2694
+ return typing.cast(builtins.str, result)
2695
+
2696
+ @builtins.property
2697
+ def location(
2698
+ self,
2699
+ ) -> typing.Union[_IResolvable_da3f097b, CfnCustomPlugin.CustomPluginLocationProperty]:
2700
+ '''Information about the location of a custom plugin.
2701
+
2702
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-location
2703
+ '''
2704
+ result = self._values.get("location")
2705
+ assert result is not None, "Required property 'location' is missing"
2706
+ return typing.cast(typing.Union[_IResolvable_da3f097b, CfnCustomPlugin.CustomPluginLocationProperty], result)
2707
+
2708
+ @builtins.property
2709
+ def name(self) -> builtins.str:
2710
+ '''The name of the custom plugin.
2711
+
2712
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-name
2713
+ '''
2714
+ result = self._values.get("name")
2715
+ assert result is not None, "Required property 'name' is missing"
2716
+ return typing.cast(builtins.str, result)
2717
+
2718
+ @builtins.property
2719
+ def description(self) -> typing.Optional[builtins.str]:
2720
+ '''A summary description of the custom plugin.
2721
+
2722
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-description
2723
+ '''
2724
+ result = self._values.get("description")
2725
+ return typing.cast(typing.Optional[builtins.str], result)
2726
+
2727
+ @builtins.property
2728
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2729
+ '''An array of key-value pairs to apply to this resource.
2730
+
2731
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-customplugin.html#cfn-kafkaconnect-customplugin-tags
2732
+ '''
2733
+ result = self._values.get("tags")
2734
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
2735
+
2736
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
2737
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
2738
+
2739
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
2740
+ return not (rhs == self)
2741
+
2742
+ def __repr__(self) -> str:
2743
+ return "CfnCustomPluginProps(%s)" % ", ".join(
2744
+ k + "=" + repr(v) for k, v in self._values.items()
2745
+ )
2746
+
2747
+
2748
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
2749
+ class CfnWorkerConfiguration(
2750
+ _CfnResource_9df397a6,
2751
+ metaclass=jsii.JSIIMeta,
2752
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnWorkerConfiguration",
2753
+ ):
2754
+ '''The configuration of the workers, which are the processes that run the connector logic.
2755
+
2756
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html
2757
+ :cloudformationResource: AWS::KafkaConnect::WorkerConfiguration
2758
+ :exampleMetadata: fixture=_generated
2759
+
2760
+ Example::
2761
+
2762
+ # The code below shows an example of how to instantiate this type.
2763
+ # The values are placeholders you should change.
2764
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2765
+
2766
+ cfn_worker_configuration = kafkaconnect.CfnWorkerConfiguration(self, "MyCfnWorkerConfiguration",
2767
+ name="name",
2768
+ properties_file_content="propertiesFileContent",
2769
+
2770
+ # the properties below are optional
2771
+ description="description",
2772
+ tags=[CfnTag(
2773
+ key="key",
2774
+ value="value"
2775
+ )]
2776
+ )
2777
+ '''
2778
+
2779
+ def __init__(
2780
+ self,
2781
+ scope: _constructs_77d1e7e8.Construct,
2782
+ id: builtins.str,
2783
+ *,
2784
+ name: builtins.str,
2785
+ properties_file_content: builtins.str,
2786
+ description: typing.Optional[builtins.str] = None,
2787
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2788
+ ) -> None:
2789
+ '''
2790
+ :param scope: Scope in which this resource is defined.
2791
+ :param id: Construct identifier for this resource (unique in its scope).
2792
+ :param name: The name of the worker configuration.
2793
+ :param properties_file_content: Base64 encoded contents of connect-distributed.properties file.
2794
+ :param description: A summary description of the worker configuration.
2795
+ :param tags: A collection of tags associated with a resource.
2796
+ '''
2797
+ if __debug__:
2798
+ type_hints = typing.get_type_hints(_typecheckingstub__5b9b69a356034dd45c5e800dbc80d6a39a12c1880a5d436867eade4d8465fab4)
2799
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
2800
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
2801
+ props = CfnWorkerConfigurationProps(
2802
+ name=name,
2803
+ properties_file_content=properties_file_content,
2804
+ description=description,
2805
+ tags=tags,
2806
+ )
2807
+
2808
+ jsii.create(self.__class__, self, [scope, id, props])
2809
+
2810
+ @jsii.member(jsii_name="inspect")
2811
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
2812
+ '''Examines the CloudFormation resource and discloses attributes.
2813
+
2814
+ :param inspector: tree inspector to collect and process attributes.
2815
+ '''
2816
+ if __debug__:
2817
+ type_hints = typing.get_type_hints(_typecheckingstub__0e9312db5b66d689fcbfe5175a48113463e0ed07e92a59d8aa13bf6e7cc2e5ba)
2818
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
2819
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
2820
+
2821
+ @jsii.member(jsii_name="renderProperties")
2822
+ def _render_properties(
2823
+ self,
2824
+ props: typing.Mapping[builtins.str, typing.Any],
2825
+ ) -> typing.Mapping[builtins.str, typing.Any]:
2826
+ '''
2827
+ :param props: -
2828
+ '''
2829
+ if __debug__:
2830
+ type_hints = typing.get_type_hints(_typecheckingstub__8a145561100ff01cc7ff59a55ef33e73905f7091cbb20b0211c8b6706473d8db)
2831
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
2832
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
2833
+
2834
+ @jsii.python.classproperty
2835
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
2836
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
2837
+ '''The CloudFormation resource type name for this resource class.'''
2838
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
2839
+
2840
+ @builtins.property
2841
+ @jsii.member(jsii_name="attrRevision")
2842
+ def attr_revision(self) -> jsii.Number:
2843
+ '''The description of a revision of the worker configuration.
2844
+
2845
+ :cloudformationAttribute: Revision
2846
+ '''
2847
+ return typing.cast(jsii.Number, jsii.get(self, "attrRevision"))
2848
+
2849
+ @builtins.property
2850
+ @jsii.member(jsii_name="attrWorkerConfigurationArn")
2851
+ def attr_worker_configuration_arn(self) -> builtins.str:
2852
+ '''The Amazon Resource Name (ARN) of the custom configuration.
2853
+
2854
+ :cloudformationAttribute: WorkerConfigurationArn
2855
+ '''
2856
+ return typing.cast(builtins.str, jsii.get(self, "attrWorkerConfigurationArn"))
2857
+
2858
+ @builtins.property
2859
+ @jsii.member(jsii_name="cdkTagManager")
2860
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
2861
+ '''Tag Manager which manages the tags for this resource.'''
2862
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
2863
+
2864
+ @builtins.property
2865
+ @jsii.member(jsii_name="cfnProperties")
2866
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
2867
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
2868
+
2869
+ @builtins.property
2870
+ @jsii.member(jsii_name="name")
2871
+ def name(self) -> builtins.str:
2872
+ '''The name of the worker configuration.'''
2873
+ return typing.cast(builtins.str, jsii.get(self, "name"))
2874
+
2875
+ @name.setter
2876
+ def name(self, value: builtins.str) -> None:
2877
+ if __debug__:
2878
+ type_hints = typing.get_type_hints(_typecheckingstub__dc71d30a2d2b5a6b21933eb20d227cc7424b5194fb7804fa4cb3d77dd657dbb8)
2879
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2880
+ jsii.set(self, "name", value)
2881
+
2882
+ @builtins.property
2883
+ @jsii.member(jsii_name="propertiesFileContent")
2884
+ def properties_file_content(self) -> builtins.str:
2885
+ '''Base64 encoded contents of connect-distributed.properties file.'''
2886
+ return typing.cast(builtins.str, jsii.get(self, "propertiesFileContent"))
2887
+
2888
+ @properties_file_content.setter
2889
+ def properties_file_content(self, value: builtins.str) -> None:
2890
+ if __debug__:
2891
+ type_hints = typing.get_type_hints(_typecheckingstub__cdac93459bf92083dd5049beb4d514f22fddfa0bd9d388dc1ef3385ce63b1af0)
2892
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2893
+ jsii.set(self, "propertiesFileContent", value)
2894
+
2895
+ @builtins.property
2896
+ @jsii.member(jsii_name="description")
2897
+ def description(self) -> typing.Optional[builtins.str]:
2898
+ '''A summary description of the worker configuration.'''
2899
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "description"))
2900
+
2901
+ @description.setter
2902
+ def description(self, value: typing.Optional[builtins.str]) -> None:
2903
+ if __debug__:
2904
+ type_hints = typing.get_type_hints(_typecheckingstub__30511563247fe50c21e1853ef081844489c75d4646bdd82b0b64165734629e02)
2905
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2906
+ jsii.set(self, "description", value)
2907
+
2908
+ @builtins.property
2909
+ @jsii.member(jsii_name="tags")
2910
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
2911
+ '''A collection of tags associated with a resource.'''
2912
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
2913
+
2914
+ @tags.setter
2915
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
2916
+ if __debug__:
2917
+ type_hints = typing.get_type_hints(_typecheckingstub__9a36569b41baa16c75dbfb344c8382fd94b5dc82a3a87fd538c07957efff63b2)
2918
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
2919
+ jsii.set(self, "tags", value)
2920
+
2921
+
2922
+ @jsii.data_type(
2923
+ jsii_type="aws-cdk-lib.aws_kafkaconnect.CfnWorkerConfigurationProps",
2924
+ jsii_struct_bases=[],
2925
+ name_mapping={
2926
+ "name": "name",
2927
+ "properties_file_content": "propertiesFileContent",
2928
+ "description": "description",
2929
+ "tags": "tags",
2930
+ },
2931
+ )
2932
+ class CfnWorkerConfigurationProps:
2933
+ def __init__(
2934
+ self,
2935
+ *,
2936
+ name: builtins.str,
2937
+ properties_file_content: builtins.str,
2938
+ description: typing.Optional[builtins.str] = None,
2939
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2940
+ ) -> None:
2941
+ '''Properties for defining a ``CfnWorkerConfiguration``.
2942
+
2943
+ :param name: The name of the worker configuration.
2944
+ :param properties_file_content: Base64 encoded contents of connect-distributed.properties file.
2945
+ :param description: A summary description of the worker configuration.
2946
+ :param tags: A collection of tags associated with a resource.
2947
+
2948
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html
2949
+ :exampleMetadata: fixture=_generated
2950
+
2951
+ Example::
2952
+
2953
+ # The code below shows an example of how to instantiate this type.
2954
+ # The values are placeholders you should change.
2955
+ from aws_cdk import aws_kafkaconnect as kafkaconnect
2956
+
2957
+ cfn_worker_configuration_props = kafkaconnect.CfnWorkerConfigurationProps(
2958
+ name="name",
2959
+ properties_file_content="propertiesFileContent",
2960
+
2961
+ # the properties below are optional
2962
+ description="description",
2963
+ tags=[CfnTag(
2964
+ key="key",
2965
+ value="value"
2966
+ )]
2967
+ )
2968
+ '''
2969
+ if __debug__:
2970
+ type_hints = typing.get_type_hints(_typecheckingstub__2b5e8a900e9ebee6da2f64fb77eb98c44d23ed30e4b800a7e67486fadb71f6ae)
2971
+ check_type(argname="argument name", value=name, expected_type=type_hints["name"])
2972
+ check_type(argname="argument properties_file_content", value=properties_file_content, expected_type=type_hints["properties_file_content"])
2973
+ check_type(argname="argument description", value=description, expected_type=type_hints["description"])
2974
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
2975
+ self._values: typing.Dict[builtins.str, typing.Any] = {
2976
+ "name": name,
2977
+ "properties_file_content": properties_file_content,
2978
+ }
2979
+ if description is not None:
2980
+ self._values["description"] = description
2981
+ if tags is not None:
2982
+ self._values["tags"] = tags
2983
+
2984
+ @builtins.property
2985
+ def name(self) -> builtins.str:
2986
+ '''The name of the worker configuration.
2987
+
2988
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html#cfn-kafkaconnect-workerconfiguration-name
2989
+ '''
2990
+ result = self._values.get("name")
2991
+ assert result is not None, "Required property 'name' is missing"
2992
+ return typing.cast(builtins.str, result)
2993
+
2994
+ @builtins.property
2995
+ def properties_file_content(self) -> builtins.str:
2996
+ '''Base64 encoded contents of connect-distributed.properties file.
2997
+
2998
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html#cfn-kafkaconnect-workerconfiguration-propertiesfilecontent
2999
+ '''
3000
+ result = self._values.get("properties_file_content")
3001
+ assert result is not None, "Required property 'properties_file_content' is missing"
3002
+ return typing.cast(builtins.str, result)
3003
+
3004
+ @builtins.property
3005
+ def description(self) -> typing.Optional[builtins.str]:
3006
+ '''A summary description of the worker configuration.
3007
+
3008
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html#cfn-kafkaconnect-workerconfiguration-description
3009
+ '''
3010
+ result = self._values.get("description")
3011
+ return typing.cast(typing.Optional[builtins.str], result)
3012
+
3013
+ @builtins.property
3014
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
3015
+ '''A collection of tags associated with a resource.
3016
+
3017
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kafkaconnect-workerconfiguration.html#cfn-kafkaconnect-workerconfiguration-tags
3018
+ '''
3019
+ result = self._values.get("tags")
3020
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
3021
+
3022
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
3023
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
3024
+
3025
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
3026
+ return not (rhs == self)
3027
+
3028
+ def __repr__(self) -> str:
3029
+ return "CfnWorkerConfigurationProps(%s)" % ", ".join(
3030
+ k + "=" + repr(v) for k, v in self._values.items()
3031
+ )
3032
+
3033
+
3034
+ __all__ = [
3035
+ "CfnConnector",
3036
+ "CfnConnectorProps",
3037
+ "CfnCustomPlugin",
3038
+ "CfnCustomPluginProps",
3039
+ "CfnWorkerConfiguration",
3040
+ "CfnWorkerConfigurationProps",
3041
+ ]
3042
+
3043
+ publication.publish()
3044
+
3045
+ def _typecheckingstub__300d015169800cb7d305cead5c1382d5e67bfb30617c5f51d4668a050b2ea78d(
3046
+ scope: _constructs_77d1e7e8.Construct,
3047
+ id: builtins.str,
3048
+ *,
3049
+ capacity: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.CapacityProperty, typing.Dict[builtins.str, typing.Any]]],
3050
+ connector_configuration: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]],
3051
+ connector_name: builtins.str,
3052
+ kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
3053
+ kafka_cluster_client_authentication: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterClientAuthenticationProperty, typing.Dict[builtins.str, typing.Any]]],
3054
+ kafka_cluster_encryption_in_transit: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.KafkaClusterEncryptionInTransitProperty, typing.Dict[builtins.str, typing.Any]]],
3055
+ kafka_connect_version: builtins.str,
3056
+ plugins: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.PluginProperty, typing.Dict[builtins.str, typing.Any]]]]],
3057
+ service_execution_role_arn: builtins.str,
3058
+ connector_description: typing.Optional[builtins.str] = None,
3059
+ log_delivery: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.LogDeliveryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3060
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3061
+ worker_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.WorkerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3062
+ ) -> None:
3063
+ """Type checking stubs"""
3064
+ pass
3065
+
3066
+ def _typecheckingstub__0eb0c1ffc0dc04852e83fc99bfa9b4c62b202fe4532ee5ffc6e7aa8228f636a2(
3067
+ inspector: _TreeInspector_488e0dd5,
3068
+ ) -> None:
3069
+ """Type checking stubs"""
3070
+ pass
3071
+
3072
+ def _typecheckingstub__bb09bf3c15238ce83b49323b5b92307ae56d22b52e1f4faa4a9efecdf68eab79(
3073
+ props: typing.Mapping[builtins.str, typing.Any],
3074
+ ) -> None:
3075
+ """Type checking stubs"""
3076
+ pass
3077
+
3078
+ def _typecheckingstub__93190e39585ede0b426e62964acf4d1946b2270b8cdf90fd760fca16bb13e558(
3079
+ value: typing.Union[_IResolvable_da3f097b, CfnConnector.CapacityProperty],
3080
+ ) -> None:
3081
+ """Type checking stubs"""
3082
+ pass
3083
+
3084
+ def _typecheckingstub__405d7e0ae6f7748331d41486bdc7f8856109d58d35c557e79a28b1b86a730e8d(
3085
+ value: typing.Union[_IResolvable_da3f097b, typing.Mapping[builtins.str, builtins.str]],
3086
+ ) -> None:
3087
+ """Type checking stubs"""
3088
+ pass
3089
+
3090
+ def _typecheckingstub__5542c73b8c63853663f0c9121c83145b07f4ffbb01dcb93d19e627c8684748f4(
3091
+ value: builtins.str,
3092
+ ) -> None:
3093
+ """Type checking stubs"""
3094
+ pass
3095
+
3096
+ def _typecheckingstub__3fb859f7d210b463ce7d87e19c928b68134af5a207e21f3d0b913b811695dfad(
3097
+ value: typing.Union[_IResolvable_da3f097b, CfnConnector.KafkaClusterProperty],
3098
+ ) -> None:
3099
+ """Type checking stubs"""
3100
+ pass
3101
+
3102
+ def _typecheckingstub__c7859bcdf95e20025063609459542a94ce1364b2b031ffa476d5bbd530daa22c(
3103
+ value: typing.Union[_IResolvable_da3f097b, CfnConnector.KafkaClusterClientAuthenticationProperty],
3104
+ ) -> None:
3105
+ """Type checking stubs"""
3106
+ pass
3107
+
3108
+ def _typecheckingstub__431b322bcb07c1c51a8b9a735113100e17fffb620cca37b220e3b3aec73425d2(
3109
+ value: typing.Union[_IResolvable_da3f097b, CfnConnector.KafkaClusterEncryptionInTransitProperty],
3110
+ ) -> None:
3111
+ """Type checking stubs"""
3112
+ pass
3113
+
3114
+ def _typecheckingstub__84a647a1aefe3d2975c3f4cbdccb1be43429421c71bd6f2c868cdb7b3aa7dc46(
3115
+ value: builtins.str,
3116
+ ) -> None:
3117
+ """Type checking stubs"""
3118
+ pass
3119
+
3120
+ def _typecheckingstub__ccf2fe35d5eab3697adb8d50736b2ecb8b794ef8d48f98745b61d6534ad954b6(
3121
+ value: typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, CfnConnector.PluginProperty]]],
3122
+ ) -> None:
3123
+ """Type checking stubs"""
3124
+ pass
3125
+
3126
+ def _typecheckingstub__440f19fcd0ca16de4301284405228f6ff797ea28c72dd5e6fd26e3f04b170b1f(
3127
+ value: builtins.str,
3128
+ ) -> None:
3129
+ """Type checking stubs"""
3130
+ pass
3131
+
3132
+ def _typecheckingstub__729e3b6e3d1046550d05c40ab52749c149a4f3f01ce2c03e0daa86cc3ac03d1e(
3133
+ value: typing.Optional[builtins.str],
3134
+ ) -> None:
3135
+ """Type checking stubs"""
3136
+ pass
3137
+
3138
+ def _typecheckingstub__49a29da785c6c8f30f5fc4ffcb9320d7a0377e8c1032eb5ff26ba046ae554772(
3139
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.LogDeliveryProperty]],
3140
+ ) -> None:
3141
+ """Type checking stubs"""
3142
+ pass
3143
+
3144
+ def _typecheckingstub__6afece2b4589a6c48de5a35d55d9159549277f37f560c619fd1daf8392fd3534(
3145
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3146
+ ) -> None:
3147
+ """Type checking stubs"""
3148
+ pass
3149
+
3150
+ def _typecheckingstub__17aecc33a40fa4008d52fdd6c617a4bffcf013ba695a96ef9a4694b70b03b576(
3151
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.WorkerConfigurationProperty]],
3152
+ ) -> None:
3153
+ """Type checking stubs"""
3154
+ pass
3155
+
3156
+ def _typecheckingstub__444403cd6207a1a5de68bc9f8e594e52824efdb9ff844ec369a71f064a2d1dcc(
3157
+ *,
3158
+ bootstrap_servers: builtins.str,
3159
+ vpc: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.VpcProperty, typing.Dict[builtins.str, typing.Any]]],
3160
+ ) -> None:
3161
+ """Type checking stubs"""
3162
+ pass
3163
+
3164
+ def _typecheckingstub__a7fa0788a72b5a8759557a835e00eec9afbe34fb926c3c0b410cccf6e8c51c7b(
3165
+ *,
3166
+ max_worker_count: jsii.Number,
3167
+ mcu_count: jsii.Number,
3168
+ min_worker_count: jsii.Number,
3169
+ scale_in_policy: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ScaleInPolicyProperty, typing.Dict[builtins.str, typing.Any]]],
3170
+ scale_out_policy: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ScaleOutPolicyProperty, typing.Dict[builtins.str, typing.Any]]],
3171
+ ) -> None:
3172
+ """Type checking stubs"""
3173
+ pass
3174
+
3175
+ def _typecheckingstub__5b215f78afaf806b39553a8a9676f96dddcb2b0c3c6a8d0b8fde6902bf4f381e(
3176
+ *,
3177
+ auto_scaling: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.AutoScalingProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3178
+ provisioned_capacity: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ProvisionedCapacityProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3179
+ ) -> None:
3180
+ """Type checking stubs"""
3181
+ pass
3182
+
3183
+ def _typecheckingstub__ce12248bee2c36568fe0e7c8306e19879a8018f4d2f68bc94d16564982c8c14f(
3184
+ *,
3185
+ enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
3186
+ log_group: typing.Optional[builtins.str] = None,
3187
+ ) -> None:
3188
+ """Type checking stubs"""
3189
+ pass
3190
+
3191
+ def _typecheckingstub__939037365c43c9a72b3c37dadef4cee49c45d340b13988d36aec42da17639cb6(
3192
+ *,
3193
+ custom_plugin_arn: builtins.str,
3194
+ revision: jsii.Number,
3195
+ ) -> None:
3196
+ """Type checking stubs"""
3197
+ pass
3198
+
3199
+ def _typecheckingstub__d5d7349fb5eb5a9a9ec0860e8dad23b287cb3cd62e184b233fee93c0a26a0d51(
3200
+ *,
3201
+ enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
3202
+ delivery_stream: typing.Optional[builtins.str] = None,
3203
+ ) -> None:
3204
+ """Type checking stubs"""
3205
+ pass
3206
+
3207
+ def _typecheckingstub__7108764262b68e3cecbc01f6bb39c0838e2f09c63cf4785609dc2eb2db70f1b2(
3208
+ *,
3209
+ authentication_type: builtins.str,
3210
+ ) -> None:
3211
+ """Type checking stubs"""
3212
+ pass
3213
+
3214
+ def _typecheckingstub__0cecc14be0c2fb246e15a4608e4bdd7b9eac2e2126f98c4fff5625c81b616bf9(
3215
+ *,
3216
+ encryption_type: builtins.str,
3217
+ ) -> None:
3218
+ """Type checking stubs"""
3219
+ pass
3220
+
3221
+ def _typecheckingstub__e45630a977bbe5bbdad20f00c55a2b6d7b863f0ebdd96b83af5d59aeeac6fda2(
3222
+ *,
3223
+ apache_kafka_cluster: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.ApacheKafkaClusterProperty, typing.Dict[builtins.str, typing.Any]]],
3224
+ ) -> None:
3225
+ """Type checking stubs"""
3226
+ pass
3227
+
3228
+ def _typecheckingstub__24fd0806b35f57962768914d0194bea1b40b93b71c0c3dd6d6a8aad5d85e5b3d(
3229
+ *,
3230
+ worker_log_delivery: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.WorkerLogDeliveryProperty, typing.Dict[builtins.str, typing.Any]]],
3231
+ ) -> None:
2306
3232
  """Type checking stubs"""
2307
3233
  pass
2308
3234
 
@@ -2382,7 +3308,156 @@ def _typecheckingstub__12463a17cb9c37949b260894212e085ba134c7ff0644cf3913b56f022
2382
3308
  service_execution_role_arn: builtins.str,
2383
3309
  connector_description: typing.Optional[builtins.str] = None,
2384
3310
  log_delivery: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.LogDeliveryProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
3311
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2385
3312
  worker_configuration: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.WorkerConfigurationProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
2386
3313
  ) -> None:
2387
3314
  """Type checking stubs"""
2388
3315
  pass
3316
+
3317
+ def _typecheckingstub__6c82cbd22c9261a35dcdabc1becaf63f49b9257f7d5508ee8aa43d6a285cf574(
3318
+ scope: _constructs_77d1e7e8.Construct,
3319
+ id: builtins.str,
3320
+ *,
3321
+ content_type: builtins.str,
3322
+ location: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCustomPlugin.CustomPluginLocationProperty, typing.Dict[builtins.str, typing.Any]]],
3323
+ name: builtins.str,
3324
+ description: typing.Optional[builtins.str] = None,
3325
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3326
+ ) -> None:
3327
+ """Type checking stubs"""
3328
+ pass
3329
+
3330
+ def _typecheckingstub__2de4a61cefe6c2d25a1cb343ddd4a22e10b259b61229c873a373b2fa9d057114(
3331
+ inspector: _TreeInspector_488e0dd5,
3332
+ ) -> None:
3333
+ """Type checking stubs"""
3334
+ pass
3335
+
3336
+ def _typecheckingstub__f576b3a446b38f6f20978c3517504ba7babed66f64bc5fb21b1c950bc4a6872a(
3337
+ props: typing.Mapping[builtins.str, typing.Any],
3338
+ ) -> None:
3339
+ """Type checking stubs"""
3340
+ pass
3341
+
3342
+ def _typecheckingstub__ba10e1ed6d2bc46a1ed1d1fe0ea02869794128cfcb6ebd5cadbefe02bc0a548f(
3343
+ value: builtins.str,
3344
+ ) -> None:
3345
+ """Type checking stubs"""
3346
+ pass
3347
+
3348
+ def _typecheckingstub__7dc28b9198145db094f79802e21f70587ba9ea39d8bf86eecd4baa600f164d5b(
3349
+ value: typing.Union[_IResolvable_da3f097b, CfnCustomPlugin.CustomPluginLocationProperty],
3350
+ ) -> None:
3351
+ """Type checking stubs"""
3352
+ pass
3353
+
3354
+ def _typecheckingstub__22b7cdbcdbf1c6aca15574793b79bc5bcd1b238c5d20012e24075b2de3c3e1f5(
3355
+ value: builtins.str,
3356
+ ) -> None:
3357
+ """Type checking stubs"""
3358
+ pass
3359
+
3360
+ def _typecheckingstub__48e19fd5c93da0b6a93cdfdf44392a652cad52a2c961aef8c3e0a76eff5052e0(
3361
+ value: typing.Optional[builtins.str],
3362
+ ) -> None:
3363
+ """Type checking stubs"""
3364
+ pass
3365
+
3366
+ def _typecheckingstub__11b359e6a300e42bfcb9aa594841d75ad92accb911de61cc64790b7fc061f9fd(
3367
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3368
+ ) -> None:
3369
+ """Type checking stubs"""
3370
+ pass
3371
+
3372
+ def _typecheckingstub__e3f77f7d7b096911e70040b0039d61af28b26c9bc89fb1faf76b0717d7c9e18b(
3373
+ *,
3374
+ file_md5: typing.Optional[builtins.str] = None,
3375
+ file_size: typing.Optional[jsii.Number] = None,
3376
+ ) -> None:
3377
+ """Type checking stubs"""
3378
+ pass
3379
+
3380
+ def _typecheckingstub__63bbd79857b9bcc2770666f84b8116fcd6735c81fd0e1e465634b4002d175383(
3381
+ *,
3382
+ s3_location: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCustomPlugin.S3LocationProperty, typing.Dict[builtins.str, typing.Any]]],
3383
+ ) -> None:
3384
+ """Type checking stubs"""
3385
+ pass
3386
+
3387
+ def _typecheckingstub__781a268ba9bfa781e533379ca4a5047660328871695af7ae3feb962865170db2(
3388
+ *,
3389
+ bucket_arn: builtins.str,
3390
+ file_key: builtins.str,
3391
+ object_version: typing.Optional[builtins.str] = None,
3392
+ ) -> None:
3393
+ """Type checking stubs"""
3394
+ pass
3395
+
3396
+ def _typecheckingstub__ff983745d275d6d3a1389c6b1984a735ff1815dde7d1308c56b56268157c0bac(
3397
+ *,
3398
+ content_type: builtins.str,
3399
+ location: typing.Union[_IResolvable_da3f097b, typing.Union[CfnCustomPlugin.CustomPluginLocationProperty, typing.Dict[builtins.str, typing.Any]]],
3400
+ name: builtins.str,
3401
+ description: typing.Optional[builtins.str] = None,
3402
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3403
+ ) -> None:
3404
+ """Type checking stubs"""
3405
+ pass
3406
+
3407
+ def _typecheckingstub__5b9b69a356034dd45c5e800dbc80d6a39a12c1880a5d436867eade4d8465fab4(
3408
+ scope: _constructs_77d1e7e8.Construct,
3409
+ id: builtins.str,
3410
+ *,
3411
+ name: builtins.str,
3412
+ properties_file_content: builtins.str,
3413
+ description: typing.Optional[builtins.str] = None,
3414
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3415
+ ) -> None:
3416
+ """Type checking stubs"""
3417
+ pass
3418
+
3419
+ def _typecheckingstub__0e9312db5b66d689fcbfe5175a48113463e0ed07e92a59d8aa13bf6e7cc2e5ba(
3420
+ inspector: _TreeInspector_488e0dd5,
3421
+ ) -> None:
3422
+ """Type checking stubs"""
3423
+ pass
3424
+
3425
+ def _typecheckingstub__8a145561100ff01cc7ff59a55ef33e73905f7091cbb20b0211c8b6706473d8db(
3426
+ props: typing.Mapping[builtins.str, typing.Any],
3427
+ ) -> None:
3428
+ """Type checking stubs"""
3429
+ pass
3430
+
3431
+ def _typecheckingstub__dc71d30a2d2b5a6b21933eb20d227cc7424b5194fb7804fa4cb3d77dd657dbb8(
3432
+ value: builtins.str,
3433
+ ) -> None:
3434
+ """Type checking stubs"""
3435
+ pass
3436
+
3437
+ def _typecheckingstub__cdac93459bf92083dd5049beb4d514f22fddfa0bd9d388dc1ef3385ce63b1af0(
3438
+ value: builtins.str,
3439
+ ) -> None:
3440
+ """Type checking stubs"""
3441
+ pass
3442
+
3443
+ def _typecheckingstub__30511563247fe50c21e1853ef081844489c75d4646bdd82b0b64165734629e02(
3444
+ value: typing.Optional[builtins.str],
3445
+ ) -> None:
3446
+ """Type checking stubs"""
3447
+ pass
3448
+
3449
+ def _typecheckingstub__9a36569b41baa16c75dbfb344c8382fd94b5dc82a3a87fd538c07957efff63b2(
3450
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
3451
+ ) -> None:
3452
+ """Type checking stubs"""
3453
+ pass
3454
+
3455
+ def _typecheckingstub__2b5e8a900e9ebee6da2f64fb77eb98c44d23ed30e4b800a7e67486fadb71f6ae(
3456
+ *,
3457
+ name: builtins.str,
3458
+ properties_file_content: builtins.str,
3459
+ description: typing.Optional[builtins.str] = None,
3460
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
3461
+ ) -> None:
3462
+ """Type checking stubs"""
3463
+ pass