aws-cdk-lib 2.156.0__py3-none-any.whl → 2.157.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 (53) hide show
  1. aws_cdk/__init__.py +26 -22
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.156.0.jsii.tgz → aws-cdk-lib@2.157.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_acmpca/__init__.py +10 -75
  5. aws_cdk/aws_amplify/__init__.py +106 -0
  6. aws_cdk/aws_apigatewayv2/__init__.py +81 -13
  7. aws_cdk/aws_appintegrations/__init__.py +14 -14
  8. aws_cdk/aws_applicationsignals/__init__.py +750 -1
  9. aws_cdk/aws_appsync/__init__.py +50 -18
  10. aws_cdk/aws_autoscaling/__init__.py +6 -6
  11. aws_cdk/aws_backup/__init__.py +39 -0
  12. aws_cdk/aws_batch/__init__.py +41 -0
  13. aws_cdk/aws_bedrock/__init__.py +1513 -94
  14. aws_cdk/aws_chatbot/__init__.py +6 -6
  15. aws_cdk/aws_cloudformation/__init__.py +22 -22
  16. aws_cdk/aws_cloudfront/experimental/__init__.py +30 -3
  17. aws_cdk/aws_datasync/__init__.py +40 -29
  18. aws_cdk/aws_ec2/__init__.py +373 -49
  19. aws_cdk/aws_ecs/__init__.py +253 -87
  20. aws_cdk/aws_elasticloadbalancingv2/__init__.py +4 -4
  21. aws_cdk/aws_entityresolution/__init__.py +117 -4
  22. aws_cdk/aws_glue/__init__.py +0 -8
  23. aws_cdk/aws_groundstation/__init__.py +27 -16
  24. aws_cdk/aws_guardduty/__init__.py +26 -14
  25. aws_cdk/aws_iotfleetwise/__init__.py +108 -0
  26. aws_cdk/aws_lambda/__init__.py +147 -17
  27. aws_cdk/aws_lambda_nodejs/__init__.py +30 -3
  28. aws_cdk/aws_macie/__init__.py +4 -4
  29. aws_cdk/aws_medialive/__init__.py +348 -0
  30. aws_cdk/aws_mediapackagev2/__init__.py +38 -38
  31. aws_cdk/aws_neptune/__init__.py +14 -8
  32. aws_cdk/aws_opensearchservice/__init__.py +194 -0
  33. aws_cdk/aws_pcaconnectorscep/__init__.py +884 -0
  34. aws_cdk/aws_personalize/__init__.py +2 -2
  35. aws_cdk/aws_pipes/__init__.py +22 -22
  36. aws_cdk/aws_qbusiness/__init__.py +675 -6
  37. aws_cdk/aws_quicksight/__init__.py +3285 -0
  38. aws_cdk/aws_rds/__init__.py +18 -0
  39. aws_cdk/aws_sagemaker/__init__.py +1167 -0
  40. aws_cdk/aws_secretsmanager/__init__.py +2 -3
  41. aws_cdk/aws_securityhub/__init__.py +108 -103
  42. aws_cdk/aws_ses/__init__.py +31 -0
  43. aws_cdk/aws_sns/__init__.py +19 -13
  44. aws_cdk/aws_ssm/__init__.py +10 -6
  45. aws_cdk/aws_ssmquicksetup/__init__.py +967 -0
  46. aws_cdk/aws_stepfunctions_tasks/__init__.py +4 -4
  47. aws_cdk/triggers/__init__.py +30 -3
  48. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/METADATA +1 -1
  49. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/RECORD +53 -51
  50. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/LICENSE +0 -0
  51. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/NOTICE +0 -0
  52. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/WHEEL +0 -0
  53. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.157.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,884 @@
1
+ r'''
2
+ # AWS::PCAConnectorSCEP Construct Library
3
+
4
+ <!--BEGIN STABILITY BANNER-->---
5
+
6
+
7
+ ![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
8
+
9
+ > All classes with the `Cfn` prefix in this module ([CFN Resources](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) are always stable and safe to use.
10
+
11
+ ---
12
+ <!--END STABILITY BANNER-->
13
+
14
+ This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project.
15
+
16
+ ```python
17
+ import aws_cdk.aws_pcaconnectorscep as pcaconnectorscep
18
+ ```
19
+
20
+ <!--BEGIN CFNONLY DISCLAIMER-->
21
+
22
+ There are no official hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. Here are some suggestions on how to proceed:
23
+
24
+ * Search [Construct Hub for PCAConnectorSCEP construct libraries](https://constructs.dev/search?q=pcaconnectorscep)
25
+ * Use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, in the same way you would use [the CloudFormation AWS::PCAConnectorSCEP resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_PCAConnectorSCEP.html) directly.
26
+
27
+ <!--BEGIN CFNONLY DISCLAIMER-->
28
+
29
+ There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet.
30
+ However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly.
31
+
32
+ For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::PCAConnectorSCEP](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_PCAConnectorSCEP.html).
33
+
34
+ (Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and submit an RFC if you are interested in contributing to this construct library.)
35
+
36
+ <!--END CFNONLY DISCLAIMER-->
37
+ '''
38
+ from pkgutil import extend_path
39
+ __path__ = extend_path(__path__, __name__)
40
+
41
+ import abc
42
+ import builtins
43
+ import datetime
44
+ import enum
45
+ import typing
46
+
47
+ import jsii
48
+ import publication
49
+ import typing_extensions
50
+
51
+ from typeguard import check_type
52
+
53
+ from .._jsii import *
54
+
55
+ import constructs as _constructs_77d1e7e8
56
+ from .. import (
57
+ CfnResource as _CfnResource_9df397a6,
58
+ IInspectable as _IInspectable_c2943556,
59
+ IResolvable as _IResolvable_da3f097b,
60
+ ITaggableV2 as _ITaggableV2_4e6798f8,
61
+ TagManager as _TagManager_0a598cb3,
62
+ TreeInspector as _TreeInspector_488e0dd5,
63
+ )
64
+
65
+
66
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
67
+ class CfnChallenge(
68
+ _CfnResource_9df397a6,
69
+ metaclass=jsii.JSIIMeta,
70
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnChallenge",
71
+ ):
72
+ '''Represents a SCEP Challenge that is used for certificate enrollment.
73
+
74
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html
75
+ :cloudformationResource: AWS::PCAConnectorSCEP::Challenge
76
+ :exampleMetadata: fixture=_generated
77
+
78
+ Example::
79
+
80
+ # The code below shows an example of how to instantiate this type.
81
+ # The values are placeholders you should change.
82
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
83
+
84
+ cfn_challenge = pcaconnectorscep.CfnChallenge(self, "MyCfnChallenge",
85
+ connector_arn="connectorArn",
86
+
87
+ # the properties below are optional
88
+ tags={
89
+ "tags_key": "tags"
90
+ }
91
+ )
92
+ '''
93
+
94
+ def __init__(
95
+ self,
96
+ scope: _constructs_77d1e7e8.Construct,
97
+ id: builtins.str,
98
+ *,
99
+ connector_arn: builtins.str,
100
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
101
+ ) -> None:
102
+ '''
103
+ :param scope: Scope in which this resource is defined.
104
+ :param id: Construct identifier for this resource (unique in its scope).
105
+ :param connector_arn:
106
+ :param tags:
107
+ '''
108
+ if __debug__:
109
+ type_hints = typing.get_type_hints(_typecheckingstub__24eb7fbef30f2d313fbf471c0e0cb20de5d3f7212801db2cea706e879fcbffbb)
110
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
111
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
112
+ props = CfnChallengeProps(connector_arn=connector_arn, tags=tags)
113
+
114
+ jsii.create(self.__class__, self, [scope, id, props])
115
+
116
+ @jsii.member(jsii_name="inspect")
117
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
118
+ '''Examines the CloudFormation resource and discloses attributes.
119
+
120
+ :param inspector: tree inspector to collect and process attributes.
121
+ '''
122
+ if __debug__:
123
+ type_hints = typing.get_type_hints(_typecheckingstub__d35413f13465487597f5d259678227986782b9e226cea3ff09ffde5c120680ea)
124
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
125
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
126
+
127
+ @jsii.member(jsii_name="renderProperties")
128
+ def _render_properties(
129
+ self,
130
+ props: typing.Mapping[builtins.str, typing.Any],
131
+ ) -> typing.Mapping[builtins.str, typing.Any]:
132
+ '''
133
+ :param props: -
134
+ '''
135
+ if __debug__:
136
+ type_hints = typing.get_type_hints(_typecheckingstub__489654af0c0fb058e21c2b228cbdb80abf0c133d0fb41f63a099fdd056c22465)
137
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
138
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
139
+
140
+ @jsii.python.classproperty
141
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
142
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
143
+ '''The CloudFormation resource type name for this resource class.'''
144
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
145
+
146
+ @builtins.property
147
+ @jsii.member(jsii_name="attrChallengeArn")
148
+ def attr_challenge_arn(self) -> builtins.str:
149
+ '''
150
+ :cloudformationAttribute: ChallengeArn
151
+ '''
152
+ return typing.cast(builtins.str, jsii.get(self, "attrChallengeArn"))
153
+
154
+ @builtins.property
155
+ @jsii.member(jsii_name="cdkTagManager")
156
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
157
+ '''Tag Manager which manages the tags for this resource.'''
158
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
159
+
160
+ @builtins.property
161
+ @jsii.member(jsii_name="cfnProperties")
162
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
163
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
164
+
165
+ @builtins.property
166
+ @jsii.member(jsii_name="connectorArn")
167
+ def connector_arn(self) -> builtins.str:
168
+ return typing.cast(builtins.str, jsii.get(self, "connectorArn"))
169
+
170
+ @connector_arn.setter
171
+ def connector_arn(self, value: builtins.str) -> None:
172
+ if __debug__:
173
+ type_hints = typing.get_type_hints(_typecheckingstub__e8915b9dc72ee63e750d3ef96a5cb2aff8a0fa11b46fd75a91cbaf3be0bbba4e)
174
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
175
+ jsii.set(self, "connectorArn", value) # pyright: ignore[reportArgumentType]
176
+
177
+ @builtins.property
178
+ @jsii.member(jsii_name="tags")
179
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
180
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
181
+
182
+ @tags.setter
183
+ def tags(
184
+ self,
185
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
186
+ ) -> None:
187
+ if __debug__:
188
+ type_hints = typing.get_type_hints(_typecheckingstub__02346c7d1384ddbe7e216be1ce5a2eaa7010ca8e5397d2d7987583123fa40455)
189
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
190
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
191
+
192
+
193
+ @jsii.data_type(
194
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnChallengeProps",
195
+ jsii_struct_bases=[],
196
+ name_mapping={"connector_arn": "connectorArn", "tags": "tags"},
197
+ )
198
+ class CfnChallengeProps:
199
+ def __init__(
200
+ self,
201
+ *,
202
+ connector_arn: builtins.str,
203
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
204
+ ) -> None:
205
+ '''Properties for defining a ``CfnChallenge``.
206
+
207
+ :param connector_arn:
208
+ :param tags:
209
+
210
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html
211
+ :exampleMetadata: fixture=_generated
212
+
213
+ Example::
214
+
215
+ # The code below shows an example of how to instantiate this type.
216
+ # The values are placeholders you should change.
217
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
218
+
219
+ cfn_challenge_props = pcaconnectorscep.CfnChallengeProps(
220
+ connector_arn="connectorArn",
221
+
222
+ # the properties below are optional
223
+ tags={
224
+ "tags_key": "tags"
225
+ }
226
+ )
227
+ '''
228
+ if __debug__:
229
+ type_hints = typing.get_type_hints(_typecheckingstub__6b914295b53d2239fac5aeded2d49fbf0b75e45d55296f667c76fc35288cf677)
230
+ check_type(argname="argument connector_arn", value=connector_arn, expected_type=type_hints["connector_arn"])
231
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
232
+ self._values: typing.Dict[builtins.str, typing.Any] = {
233
+ "connector_arn": connector_arn,
234
+ }
235
+ if tags is not None:
236
+ self._values["tags"] = tags
237
+
238
+ @builtins.property
239
+ def connector_arn(self) -> builtins.str:
240
+ '''
241
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html#cfn-pcaconnectorscep-challenge-connectorarn
242
+ '''
243
+ result = self._values.get("connector_arn")
244
+ assert result is not None, "Required property 'connector_arn' is missing"
245
+ return typing.cast(builtins.str, result)
246
+
247
+ @builtins.property
248
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
249
+ '''
250
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html#cfn-pcaconnectorscep-challenge-tags
251
+ '''
252
+ result = self._values.get("tags")
253
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
254
+
255
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
256
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
257
+
258
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
259
+ return not (rhs == self)
260
+
261
+ def __repr__(self) -> str:
262
+ return "CfnChallengeProps(%s)" % ", ".join(
263
+ k + "=" + repr(v) for k, v in self._values.items()
264
+ )
265
+
266
+
267
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
268
+ class CfnConnector(
269
+ _CfnResource_9df397a6,
270
+ metaclass=jsii.JSIIMeta,
271
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector",
272
+ ):
273
+ '''Represents a Connector that allows certificate issuance through Simple Certificate Enrollment Protocol (SCEP).
274
+
275
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html
276
+ :cloudformationResource: AWS::PCAConnectorSCEP::Connector
277
+ :exampleMetadata: fixture=_generated
278
+
279
+ Example::
280
+
281
+ # The code below shows an example of how to instantiate this type.
282
+ # The values are placeholders you should change.
283
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
284
+
285
+ cfn_connector = pcaconnectorscep.CfnConnector(self, "MyCfnConnector",
286
+ certificate_authority_arn="certificateAuthorityArn",
287
+
288
+ # the properties below are optional
289
+ mobile_device_management=pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty(
290
+ intune=pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
291
+ azure_application_id="azureApplicationId",
292
+ domain="domain"
293
+ )
294
+ ),
295
+ tags={
296
+ "tags_key": "tags"
297
+ }
298
+ )
299
+ '''
300
+
301
+ def __init__(
302
+ self,
303
+ scope: _constructs_77d1e7e8.Construct,
304
+ id: builtins.str,
305
+ *,
306
+ certificate_authority_arn: builtins.str,
307
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.MobileDeviceManagementProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
308
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
309
+ ) -> None:
310
+ '''
311
+ :param scope: Scope in which this resource is defined.
312
+ :param id: Construct identifier for this resource (unique in its scope).
313
+ :param certificate_authority_arn:
314
+ :param mobile_device_management:
315
+ :param tags:
316
+ '''
317
+ if __debug__:
318
+ type_hints = typing.get_type_hints(_typecheckingstub__5efd0f2c3577f33ffa31fd98d59e33eaca0d3cabdfa1d7d8ade08be89356b0d0)
319
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
320
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
321
+ props = CfnConnectorProps(
322
+ certificate_authority_arn=certificate_authority_arn,
323
+ mobile_device_management=mobile_device_management,
324
+ tags=tags,
325
+ )
326
+
327
+ jsii.create(self.__class__, self, [scope, id, props])
328
+
329
+ @jsii.member(jsii_name="inspect")
330
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
331
+ '''Examines the CloudFormation resource and discloses attributes.
332
+
333
+ :param inspector: tree inspector to collect and process attributes.
334
+ '''
335
+ if __debug__:
336
+ type_hints = typing.get_type_hints(_typecheckingstub__eee6bfac2d042060de9b313d40e4659513d1a0a075b1017f98c1994d42607873)
337
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
338
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
339
+
340
+ @jsii.member(jsii_name="renderProperties")
341
+ def _render_properties(
342
+ self,
343
+ props: typing.Mapping[builtins.str, typing.Any],
344
+ ) -> typing.Mapping[builtins.str, typing.Any]:
345
+ '''
346
+ :param props: -
347
+ '''
348
+ if __debug__:
349
+ type_hints = typing.get_type_hints(_typecheckingstub__adf209a078c66c8ab9a74de9a70bf8d8422bfbb7495bd4cd8a458eef3a8953f6)
350
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
351
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
352
+
353
+ @jsii.python.classproperty
354
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
355
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
356
+ '''The CloudFormation resource type name for this resource class.'''
357
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
358
+
359
+ @builtins.property
360
+ @jsii.member(jsii_name="attrConnectorArn")
361
+ def attr_connector_arn(self) -> builtins.str:
362
+ '''
363
+ :cloudformationAttribute: ConnectorArn
364
+ '''
365
+ return typing.cast(builtins.str, jsii.get(self, "attrConnectorArn"))
366
+
367
+ @builtins.property
368
+ @jsii.member(jsii_name="attrEndpoint")
369
+ def attr_endpoint(self) -> builtins.str:
370
+ '''
371
+ :cloudformationAttribute: Endpoint
372
+ '''
373
+ return typing.cast(builtins.str, jsii.get(self, "attrEndpoint"))
374
+
375
+ @builtins.property
376
+ @jsii.member(jsii_name="attrOpenIdConfiguration")
377
+ def attr_open_id_configuration(self) -> _IResolvable_da3f097b:
378
+ '''
379
+ :cloudformationAttribute: OpenIdConfiguration
380
+ '''
381
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrOpenIdConfiguration"))
382
+
383
+ @builtins.property
384
+ @jsii.member(jsii_name="attrType")
385
+ def attr_type(self) -> builtins.str:
386
+ '''
387
+ :cloudformationAttribute: Type
388
+ '''
389
+ return typing.cast(builtins.str, jsii.get(self, "attrType"))
390
+
391
+ @builtins.property
392
+ @jsii.member(jsii_name="cdkTagManager")
393
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
394
+ '''Tag Manager which manages the tags for this resource.'''
395
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
396
+
397
+ @builtins.property
398
+ @jsii.member(jsii_name="cfnProperties")
399
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
400
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
401
+
402
+ @builtins.property
403
+ @jsii.member(jsii_name="certificateAuthorityArn")
404
+ def certificate_authority_arn(self) -> builtins.str:
405
+ return typing.cast(builtins.str, jsii.get(self, "certificateAuthorityArn"))
406
+
407
+ @certificate_authority_arn.setter
408
+ def certificate_authority_arn(self, value: builtins.str) -> None:
409
+ if __debug__:
410
+ type_hints = typing.get_type_hints(_typecheckingstub__772a20f66443bc64cac3bb4157e1e9369d67a7a8d2b4109d885cebc2c5d1d87b)
411
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
412
+ jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
413
+
414
+ @builtins.property
415
+ @jsii.member(jsii_name="mobileDeviceManagement")
416
+ def mobile_device_management(
417
+ self,
418
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnector.MobileDeviceManagementProperty"]]:
419
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnector.MobileDeviceManagementProperty"]], jsii.get(self, "mobileDeviceManagement"))
420
+
421
+ @mobile_device_management.setter
422
+ def mobile_device_management(
423
+ self,
424
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnector.MobileDeviceManagementProperty"]],
425
+ ) -> None:
426
+ if __debug__:
427
+ type_hints = typing.get_type_hints(_typecheckingstub__0ad5d7a17f85a90225f468c73bd52466319e1c0daa9fee8bb5eb5ffcd32bd5c3)
428
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
429
+ jsii.set(self, "mobileDeviceManagement", value) # pyright: ignore[reportArgumentType]
430
+
431
+ @builtins.property
432
+ @jsii.member(jsii_name="tags")
433
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
434
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
435
+
436
+ @tags.setter
437
+ def tags(
438
+ self,
439
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
440
+ ) -> None:
441
+ if __debug__:
442
+ type_hints = typing.get_type_hints(_typecheckingstub__d236715afe6b31af4cde4435b078b9b7c3146267ef69426b668c4592a3fd9ddc)
443
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
444
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
445
+
446
+ @jsii.data_type(
447
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector.IntuneConfigurationProperty",
448
+ jsii_struct_bases=[],
449
+ name_mapping={
450
+ "azure_application_id": "azureApplicationId",
451
+ "domain": "domain",
452
+ },
453
+ )
454
+ class IntuneConfigurationProperty:
455
+ def __init__(
456
+ self,
457
+ *,
458
+ azure_application_id: builtins.str,
459
+ domain: builtins.str,
460
+ ) -> None:
461
+ '''
462
+ :param azure_application_id:
463
+ :param domain:
464
+
465
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-intuneconfiguration.html
466
+ :exampleMetadata: fixture=_generated
467
+
468
+ Example::
469
+
470
+ # The code below shows an example of how to instantiate this type.
471
+ # The values are placeholders you should change.
472
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
473
+
474
+ intune_configuration_property = pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
475
+ azure_application_id="azureApplicationId",
476
+ domain="domain"
477
+ )
478
+ '''
479
+ if __debug__:
480
+ type_hints = typing.get_type_hints(_typecheckingstub__fa2975290c35d1208654a35b712842396cf4971f0e927191534541fb868fd148)
481
+ check_type(argname="argument azure_application_id", value=azure_application_id, expected_type=type_hints["azure_application_id"])
482
+ check_type(argname="argument domain", value=domain, expected_type=type_hints["domain"])
483
+ self._values: typing.Dict[builtins.str, typing.Any] = {
484
+ "azure_application_id": azure_application_id,
485
+ "domain": domain,
486
+ }
487
+
488
+ @builtins.property
489
+ def azure_application_id(self) -> builtins.str:
490
+ '''
491
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-intuneconfiguration.html#cfn-pcaconnectorscep-connector-intuneconfiguration-azureapplicationid
492
+ '''
493
+ result = self._values.get("azure_application_id")
494
+ assert result is not None, "Required property 'azure_application_id' is missing"
495
+ return typing.cast(builtins.str, result)
496
+
497
+ @builtins.property
498
+ def domain(self) -> builtins.str:
499
+ '''
500
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-intuneconfiguration.html#cfn-pcaconnectorscep-connector-intuneconfiguration-domain
501
+ '''
502
+ result = self._values.get("domain")
503
+ assert result is not None, "Required property 'domain' is missing"
504
+ return typing.cast(builtins.str, result)
505
+
506
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
507
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
508
+
509
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
510
+ return not (rhs == self)
511
+
512
+ def __repr__(self) -> str:
513
+ return "IntuneConfigurationProperty(%s)" % ", ".join(
514
+ k + "=" + repr(v) for k, v in self._values.items()
515
+ )
516
+
517
+ @jsii.data_type(
518
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty",
519
+ jsii_struct_bases=[],
520
+ name_mapping={"intune": "intune"},
521
+ )
522
+ class MobileDeviceManagementProperty:
523
+ def __init__(
524
+ self,
525
+ *,
526
+ intune: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.IntuneConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
527
+ ) -> None:
528
+ '''
529
+ :param intune:
530
+
531
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-mobiledevicemanagement.html
532
+ :exampleMetadata: fixture=_generated
533
+
534
+ Example::
535
+
536
+ # The code below shows an example of how to instantiate this type.
537
+ # The values are placeholders you should change.
538
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
539
+
540
+ mobile_device_management_property = pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty(
541
+ intune=pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
542
+ azure_application_id="azureApplicationId",
543
+ domain="domain"
544
+ )
545
+ )
546
+ '''
547
+ if __debug__:
548
+ type_hints = typing.get_type_hints(_typecheckingstub__c4701fa7706fc9d7c8386eed695d80c9aca2ebe3e669df810d63415a244a9d2c)
549
+ check_type(argname="argument intune", value=intune, expected_type=type_hints["intune"])
550
+ self._values: typing.Dict[builtins.str, typing.Any] = {
551
+ "intune": intune,
552
+ }
553
+
554
+ @builtins.property
555
+ def intune(
556
+ self,
557
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnConnector.IntuneConfigurationProperty"]:
558
+ '''
559
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-mobiledevicemanagement.html#cfn-pcaconnectorscep-connector-mobiledevicemanagement-intune
560
+ '''
561
+ result = self._values.get("intune")
562
+ assert result is not None, "Required property 'intune' is missing"
563
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnConnector.IntuneConfigurationProperty"], result)
564
+
565
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
566
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
567
+
568
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
569
+ return not (rhs == self)
570
+
571
+ def __repr__(self) -> str:
572
+ return "MobileDeviceManagementProperty(%s)" % ", ".join(
573
+ k + "=" + repr(v) for k, v in self._values.items()
574
+ )
575
+
576
+ @jsii.data_type(
577
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector.OpenIdConfigurationProperty",
578
+ jsii_struct_bases=[],
579
+ name_mapping={
580
+ "audience": "audience",
581
+ "issuer": "issuer",
582
+ "subject": "subject",
583
+ },
584
+ )
585
+ class OpenIdConfigurationProperty:
586
+ def __init__(
587
+ self,
588
+ *,
589
+ audience: typing.Optional[builtins.str] = None,
590
+ issuer: typing.Optional[builtins.str] = None,
591
+ subject: typing.Optional[builtins.str] = None,
592
+ ) -> None:
593
+ '''
594
+ :param audience:
595
+ :param issuer:
596
+ :param subject:
597
+
598
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html
599
+ :exampleMetadata: fixture=_generated
600
+
601
+ Example::
602
+
603
+ # The code below shows an example of how to instantiate this type.
604
+ # The values are placeholders you should change.
605
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
606
+
607
+ open_id_configuration_property = pcaconnectorscep.CfnConnector.OpenIdConfigurationProperty(
608
+ audience="audience",
609
+ issuer="issuer",
610
+ subject="subject"
611
+ )
612
+ '''
613
+ if __debug__:
614
+ type_hints = typing.get_type_hints(_typecheckingstub__94fa39891872fe5b5cb744eb26f9e2aeaa4235adb9c2d31d752f535b72be5bb1)
615
+ check_type(argname="argument audience", value=audience, expected_type=type_hints["audience"])
616
+ check_type(argname="argument issuer", value=issuer, expected_type=type_hints["issuer"])
617
+ check_type(argname="argument subject", value=subject, expected_type=type_hints["subject"])
618
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
619
+ if audience is not None:
620
+ self._values["audience"] = audience
621
+ if issuer is not None:
622
+ self._values["issuer"] = issuer
623
+ if subject is not None:
624
+ self._values["subject"] = subject
625
+
626
+ @builtins.property
627
+ def audience(self) -> typing.Optional[builtins.str]:
628
+ '''
629
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-audience
630
+ '''
631
+ result = self._values.get("audience")
632
+ return typing.cast(typing.Optional[builtins.str], result)
633
+
634
+ @builtins.property
635
+ def issuer(self) -> typing.Optional[builtins.str]:
636
+ '''
637
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-issuer
638
+ '''
639
+ result = self._values.get("issuer")
640
+ return typing.cast(typing.Optional[builtins.str], result)
641
+
642
+ @builtins.property
643
+ def subject(self) -> typing.Optional[builtins.str]:
644
+ '''
645
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-subject
646
+ '''
647
+ result = self._values.get("subject")
648
+ return typing.cast(typing.Optional[builtins.str], result)
649
+
650
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
651
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
652
+
653
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
654
+ return not (rhs == self)
655
+
656
+ def __repr__(self) -> str:
657
+ return "OpenIdConfigurationProperty(%s)" % ", ".join(
658
+ k + "=" + repr(v) for k, v in self._values.items()
659
+ )
660
+
661
+
662
+ @jsii.data_type(
663
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnectorProps",
664
+ jsii_struct_bases=[],
665
+ name_mapping={
666
+ "certificate_authority_arn": "certificateAuthorityArn",
667
+ "mobile_device_management": "mobileDeviceManagement",
668
+ "tags": "tags",
669
+ },
670
+ )
671
+ class CfnConnectorProps:
672
+ def __init__(
673
+ self,
674
+ *,
675
+ certificate_authority_arn: builtins.str,
676
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.MobileDeviceManagementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
677
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
678
+ ) -> None:
679
+ '''Properties for defining a ``CfnConnector``.
680
+
681
+ :param certificate_authority_arn:
682
+ :param mobile_device_management:
683
+ :param tags:
684
+
685
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html
686
+ :exampleMetadata: fixture=_generated
687
+
688
+ Example::
689
+
690
+ # The code below shows an example of how to instantiate this type.
691
+ # The values are placeholders you should change.
692
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
693
+
694
+ cfn_connector_props = pcaconnectorscep.CfnConnectorProps(
695
+ certificate_authority_arn="certificateAuthorityArn",
696
+
697
+ # the properties below are optional
698
+ mobile_device_management=pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty(
699
+ intune=pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
700
+ azure_application_id="azureApplicationId",
701
+ domain="domain"
702
+ )
703
+ ),
704
+ tags={
705
+ "tags_key": "tags"
706
+ }
707
+ )
708
+ '''
709
+ if __debug__:
710
+ type_hints = typing.get_type_hints(_typecheckingstub__c22911c5ba9019291e6d26ad4968076543da6a84dd36e0fdf942f0f31d64e393)
711
+ check_type(argname="argument certificate_authority_arn", value=certificate_authority_arn, expected_type=type_hints["certificate_authority_arn"])
712
+ check_type(argname="argument mobile_device_management", value=mobile_device_management, expected_type=type_hints["mobile_device_management"])
713
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
714
+ self._values: typing.Dict[builtins.str, typing.Any] = {
715
+ "certificate_authority_arn": certificate_authority_arn,
716
+ }
717
+ if mobile_device_management is not None:
718
+ self._values["mobile_device_management"] = mobile_device_management
719
+ if tags is not None:
720
+ self._values["tags"] = tags
721
+
722
+ @builtins.property
723
+ def certificate_authority_arn(self) -> builtins.str:
724
+ '''
725
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html#cfn-pcaconnectorscep-connector-certificateauthorityarn
726
+ '''
727
+ result = self._values.get("certificate_authority_arn")
728
+ assert result is not None, "Required property 'certificate_authority_arn' is missing"
729
+ return typing.cast(builtins.str, result)
730
+
731
+ @builtins.property
732
+ def mobile_device_management(
733
+ self,
734
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.MobileDeviceManagementProperty]]:
735
+ '''
736
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html#cfn-pcaconnectorscep-connector-mobiledevicemanagement
737
+ '''
738
+ result = self._values.get("mobile_device_management")
739
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.MobileDeviceManagementProperty]], result)
740
+
741
+ @builtins.property
742
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
743
+ '''
744
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html#cfn-pcaconnectorscep-connector-tags
745
+ '''
746
+ result = self._values.get("tags")
747
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
748
+
749
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
750
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
751
+
752
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
753
+ return not (rhs == self)
754
+
755
+ def __repr__(self) -> str:
756
+ return "CfnConnectorProps(%s)" % ", ".join(
757
+ k + "=" + repr(v) for k, v in self._values.items()
758
+ )
759
+
760
+
761
+ __all__ = [
762
+ "CfnChallenge",
763
+ "CfnChallengeProps",
764
+ "CfnConnector",
765
+ "CfnConnectorProps",
766
+ ]
767
+
768
+ publication.publish()
769
+
770
+ def _typecheckingstub__24eb7fbef30f2d313fbf471c0e0cb20de5d3f7212801db2cea706e879fcbffbb(
771
+ scope: _constructs_77d1e7e8.Construct,
772
+ id: builtins.str,
773
+ *,
774
+ connector_arn: builtins.str,
775
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
776
+ ) -> None:
777
+ """Type checking stubs"""
778
+ pass
779
+
780
+ def _typecheckingstub__d35413f13465487597f5d259678227986782b9e226cea3ff09ffde5c120680ea(
781
+ inspector: _TreeInspector_488e0dd5,
782
+ ) -> None:
783
+ """Type checking stubs"""
784
+ pass
785
+
786
+ def _typecheckingstub__489654af0c0fb058e21c2b228cbdb80abf0c133d0fb41f63a099fdd056c22465(
787
+ props: typing.Mapping[builtins.str, typing.Any],
788
+ ) -> None:
789
+ """Type checking stubs"""
790
+ pass
791
+
792
+ def _typecheckingstub__e8915b9dc72ee63e750d3ef96a5cb2aff8a0fa11b46fd75a91cbaf3be0bbba4e(
793
+ value: builtins.str,
794
+ ) -> None:
795
+ """Type checking stubs"""
796
+ pass
797
+
798
+ def _typecheckingstub__02346c7d1384ddbe7e216be1ce5a2eaa7010ca8e5397d2d7987583123fa40455(
799
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
800
+ ) -> None:
801
+ """Type checking stubs"""
802
+ pass
803
+
804
+ def _typecheckingstub__6b914295b53d2239fac5aeded2d49fbf0b75e45d55296f667c76fc35288cf677(
805
+ *,
806
+ connector_arn: builtins.str,
807
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
808
+ ) -> None:
809
+ """Type checking stubs"""
810
+ pass
811
+
812
+ def _typecheckingstub__5efd0f2c3577f33ffa31fd98d59e33eaca0d3cabdfa1d7d8ade08be89356b0d0(
813
+ scope: _constructs_77d1e7e8.Construct,
814
+ id: builtins.str,
815
+ *,
816
+ certificate_authority_arn: builtins.str,
817
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.MobileDeviceManagementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
818
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
819
+ ) -> None:
820
+ """Type checking stubs"""
821
+ pass
822
+
823
+ def _typecheckingstub__eee6bfac2d042060de9b313d40e4659513d1a0a075b1017f98c1994d42607873(
824
+ inspector: _TreeInspector_488e0dd5,
825
+ ) -> None:
826
+ """Type checking stubs"""
827
+ pass
828
+
829
+ def _typecheckingstub__adf209a078c66c8ab9a74de9a70bf8d8422bfbb7495bd4cd8a458eef3a8953f6(
830
+ props: typing.Mapping[builtins.str, typing.Any],
831
+ ) -> None:
832
+ """Type checking stubs"""
833
+ pass
834
+
835
+ def _typecheckingstub__772a20f66443bc64cac3bb4157e1e9369d67a7a8d2b4109d885cebc2c5d1d87b(
836
+ value: builtins.str,
837
+ ) -> None:
838
+ """Type checking stubs"""
839
+ pass
840
+
841
+ def _typecheckingstub__0ad5d7a17f85a90225f468c73bd52466319e1c0daa9fee8bb5eb5ffcd32bd5c3(
842
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.MobileDeviceManagementProperty]],
843
+ ) -> None:
844
+ """Type checking stubs"""
845
+ pass
846
+
847
+ def _typecheckingstub__d236715afe6b31af4cde4435b078b9b7c3146267ef69426b668c4592a3fd9ddc(
848
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
849
+ ) -> None:
850
+ """Type checking stubs"""
851
+ pass
852
+
853
+ def _typecheckingstub__fa2975290c35d1208654a35b712842396cf4971f0e927191534541fb868fd148(
854
+ *,
855
+ azure_application_id: builtins.str,
856
+ domain: builtins.str,
857
+ ) -> None:
858
+ """Type checking stubs"""
859
+ pass
860
+
861
+ def _typecheckingstub__c4701fa7706fc9d7c8386eed695d80c9aca2ebe3e669df810d63415a244a9d2c(
862
+ *,
863
+ intune: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.IntuneConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
864
+ ) -> None:
865
+ """Type checking stubs"""
866
+ pass
867
+
868
+ def _typecheckingstub__94fa39891872fe5b5cb744eb26f9e2aeaa4235adb9c2d31d752f535b72be5bb1(
869
+ *,
870
+ audience: typing.Optional[builtins.str] = None,
871
+ issuer: typing.Optional[builtins.str] = None,
872
+ subject: typing.Optional[builtins.str] = None,
873
+ ) -> None:
874
+ """Type checking stubs"""
875
+ pass
876
+
877
+ def _typecheckingstub__c22911c5ba9019291e6d26ad4968076543da6a84dd36e0fdf942f0f31d64e393(
878
+ *,
879
+ certificate_authority_arn: builtins.str,
880
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.MobileDeviceManagementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
881
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
882
+ ) -> None:
883
+ """Type checking stubs"""
884
+ pass