aws-cdk-lib 2.156.0__py3-none-any.whl → 2.158.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 (294) hide show
  1. aws_cdk/__init__.py +42 -23
  2. aws_cdk/_jsii/__init__.py +17 -2
  3. aws_cdk/_jsii/{aws-cdk-lib@2.156.0.jsii.tgz → aws-cdk-lib@2.158.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +16 -1
  5. aws_cdk/assertions/__init__.py +16 -1
  6. aws_cdk/aws_accessanalyzer/__init__.py +16 -1
  7. aws_cdk/aws_acmpca/__init__.py +26 -76
  8. aws_cdk/aws_amazonmq/__init__.py +16 -1
  9. aws_cdk/aws_amplify/__init__.py +122 -1
  10. aws_cdk/aws_amplifyuibuilder/__init__.py +16 -1
  11. aws_cdk/aws_apigateway/__init__.py +16 -1
  12. aws_cdk/aws_apigatewayv2/__init__.py +97 -14
  13. aws_cdk/aws_apigatewayv2_authorizers/__init__.py +16 -1
  14. aws_cdk/aws_apigatewayv2_integrations/__init__.py +16 -1
  15. aws_cdk/aws_appconfig/__init__.py +16 -1
  16. aws_cdk/aws_appflow/__init__.py +16 -1
  17. aws_cdk/aws_appintegrations/__init__.py +30 -15
  18. aws_cdk/aws_applicationautoscaling/__init__.py +16 -1
  19. aws_cdk/aws_applicationinsights/__init__.py +16 -1
  20. aws_cdk/aws_applicationsignals/__init__.py +766 -2
  21. aws_cdk/aws_appmesh/__init__.py +16 -1
  22. aws_cdk/aws_apprunner/__init__.py +16 -1
  23. aws_cdk/aws_appstream/__init__.py +16 -1
  24. aws_cdk/aws_appsync/__init__.py +66 -19
  25. aws_cdk/aws_apptest/__init__.py +16 -1
  26. aws_cdk/aws_aps/__init__.py +16 -1
  27. aws_cdk/aws_arczonalshift/__init__.py +16 -1
  28. aws_cdk/aws_athena/__init__.py +16 -1
  29. aws_cdk/aws_auditmanager/__init__.py +16 -1
  30. aws_cdk/aws_autoscaling/__init__.py +22 -7
  31. aws_cdk/aws_autoscaling_common/__init__.py +16 -1
  32. aws_cdk/aws_autoscaling_hooktargets/__init__.py +16 -1
  33. aws_cdk/aws_autoscalingplans/__init__.py +16 -1
  34. aws_cdk/aws_b2bi/__init__.py +16 -1
  35. aws_cdk/aws_backup/__init__.py +55 -1
  36. aws_cdk/aws_backupgateway/__init__.py +16 -1
  37. aws_cdk/aws_batch/__init__.py +57 -1
  38. aws_cdk/aws_bcmdataexports/__init__.py +16 -1
  39. aws_cdk/aws_bedrock/__init__.py +1529 -95
  40. aws_cdk/aws_billingconductor/__init__.py +16 -1
  41. aws_cdk/aws_budgets/__init__.py +16 -1
  42. aws_cdk/aws_cassandra/__init__.py +16 -1
  43. aws_cdk/aws_ce/__init__.py +16 -1
  44. aws_cdk/aws_certificatemanager/__init__.py +16 -1
  45. aws_cdk/aws_chatbot/__init__.py +22 -7
  46. aws_cdk/aws_cleanrooms/__init__.py +16 -1
  47. aws_cdk/aws_cleanroomsml/__init__.py +16 -1
  48. aws_cdk/aws_cloud9/__init__.py +16 -1
  49. aws_cdk/aws_cloudformation/__init__.py +38 -23
  50. aws_cdk/aws_cloudfront/__init__.py +16 -1
  51. aws_cdk/aws_cloudfront/experimental/__init__.py +46 -4
  52. aws_cdk/aws_cloudfront_origins/__init__.py +16 -1
  53. aws_cdk/aws_cloudtrail/__init__.py +16 -1
  54. aws_cdk/aws_cloudwatch/__init__.py +16 -1
  55. aws_cdk/aws_cloudwatch_actions/__init__.py +16 -1
  56. aws_cdk/aws_codeartifact/__init__.py +16 -1
  57. aws_cdk/aws_codebuild/__init__.py +16 -1
  58. aws_cdk/aws_codecommit/__init__.py +16 -1
  59. aws_cdk/aws_codeconnections/__init__.py +16 -1
  60. aws_cdk/aws_codedeploy/__init__.py +16 -1
  61. aws_cdk/aws_codeguruprofiler/__init__.py +16 -1
  62. aws_cdk/aws_codegurureviewer/__init__.py +16 -1
  63. aws_cdk/aws_codepipeline/__init__.py +16 -1
  64. aws_cdk/aws_codepipeline_actions/__init__.py +16 -1
  65. aws_cdk/aws_codestar/__init__.py +16 -1
  66. aws_cdk/aws_codestarconnections/__init__.py +16 -1
  67. aws_cdk/aws_codestarnotifications/__init__.py +16 -1
  68. aws_cdk/aws_cognito/__init__.py +16 -1
  69. aws_cdk/aws_comprehend/__init__.py +16 -1
  70. aws_cdk/aws_config/__init__.py +16 -1
  71. aws_cdk/aws_connect/__init__.py +16 -1
  72. aws_cdk/aws_connectcampaigns/__init__.py +16 -1
  73. aws_cdk/aws_controltower/__init__.py +16 -1
  74. aws_cdk/aws_cur/__init__.py +16 -1
  75. aws_cdk/aws_customerprofiles/__init__.py +16 -1
  76. aws_cdk/aws_databrew/__init__.py +16 -1
  77. aws_cdk/aws_datapipeline/__init__.py +16 -1
  78. aws_cdk/aws_datasync/__init__.py +56 -30
  79. aws_cdk/aws_datazone/__init__.py +16 -1
  80. aws_cdk/aws_dax/__init__.py +16 -1
  81. aws_cdk/aws_deadline/__init__.py +16 -1
  82. aws_cdk/aws_detective/__init__.py +16 -1
  83. aws_cdk/aws_devicefarm/__init__.py +16 -1
  84. aws_cdk/aws_devopsguru/__init__.py +16 -1
  85. aws_cdk/aws_directoryservice/__init__.py +16 -1
  86. aws_cdk/aws_dlm/__init__.py +16 -1
  87. aws_cdk/aws_dms/__init__.py +16 -1
  88. aws_cdk/aws_docdb/__init__.py +16 -1
  89. aws_cdk/aws_docdbelastic/__init__.py +16 -1
  90. aws_cdk/aws_dynamodb/__init__.py +16 -1
  91. aws_cdk/aws_ec2/__init__.py +389 -50
  92. aws_cdk/aws_ecr/__init__.py +16 -1
  93. aws_cdk/aws_ecr_assets/__init__.py +16 -1
  94. aws_cdk/aws_ecs/__init__.py +269 -88
  95. aws_cdk/aws_ecs_patterns/__init__.py +16 -1
  96. aws_cdk/aws_efs/__init__.py +16 -1
  97. aws_cdk/aws_eks/__init__.py +16 -1
  98. aws_cdk/aws_elasticache/__init__.py +16 -1
  99. aws_cdk/aws_elasticbeanstalk/__init__.py +16 -1
  100. aws_cdk/aws_elasticloadbalancing/__init__.py +16 -1
  101. aws_cdk/aws_elasticloadbalancingv2/__init__.py +20 -5
  102. aws_cdk/aws_elasticloadbalancingv2_actions/__init__.py +16 -1
  103. aws_cdk/aws_elasticloadbalancingv2_targets/__init__.py +16 -1
  104. aws_cdk/aws_elasticsearch/__init__.py +16 -1
  105. aws_cdk/aws_emr/__init__.py +16 -1
  106. aws_cdk/aws_emrcontainers/__init__.py +16 -1
  107. aws_cdk/aws_emrserverless/__init__.py +16 -1
  108. aws_cdk/aws_entityresolution/__init__.py +133 -5
  109. aws_cdk/aws_events/__init__.py +16 -1
  110. aws_cdk/aws_events_targets/__init__.py +16 -1
  111. aws_cdk/aws_eventschemas/__init__.py +16 -1
  112. aws_cdk/aws_evidently/__init__.py +16 -1
  113. aws_cdk/aws_finspace/__init__.py +16 -1
  114. aws_cdk/aws_fis/__init__.py +16 -1
  115. aws_cdk/aws_fms/__init__.py +16 -1
  116. aws_cdk/aws_forecast/__init__.py +16 -1
  117. aws_cdk/aws_frauddetector/__init__.py +16 -1
  118. aws_cdk/aws_fsx/__init__.py +16 -1
  119. aws_cdk/aws_gamelift/__init__.py +16 -1
  120. aws_cdk/aws_globalaccelerator/__init__.py +16 -1
  121. aws_cdk/aws_globalaccelerator_endpoints/__init__.py +16 -1
  122. aws_cdk/aws_glue/__init__.py +16 -9
  123. aws_cdk/aws_grafana/__init__.py +16 -1
  124. aws_cdk/aws_greengrass/__init__.py +16 -1
  125. aws_cdk/aws_greengrassv2/__init__.py +16 -1
  126. aws_cdk/aws_groundstation/__init__.py +43 -17
  127. aws_cdk/aws_guardduty/__init__.py +42 -15
  128. aws_cdk/aws_healthimaging/__init__.py +16 -1
  129. aws_cdk/aws_healthlake/__init__.py +16 -1
  130. aws_cdk/aws_iam/__init__.py +16 -1
  131. aws_cdk/aws_identitystore/__init__.py +16 -1
  132. aws_cdk/aws_imagebuilder/__init__.py +16 -1
  133. aws_cdk/aws_inspector/__init__.py +16 -1
  134. aws_cdk/aws_inspectorv2/__init__.py +16 -1
  135. aws_cdk/aws_internetmonitor/__init__.py +16 -1
  136. aws_cdk/aws_iot/__init__.py +16 -1
  137. aws_cdk/aws_iot1click/__init__.py +16 -1
  138. aws_cdk/aws_iotanalytics/__init__.py +16 -1
  139. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +16 -1
  140. aws_cdk/aws_iotevents/__init__.py +16 -1
  141. aws_cdk/aws_iotfleethub/__init__.py +16 -1
  142. aws_cdk/aws_iotfleetwise/__init__.py +124 -1
  143. aws_cdk/aws_iotsitewise/__init__.py +16 -1
  144. aws_cdk/aws_iotthingsgraph/__init__.py +16 -1
  145. aws_cdk/aws_iottwinmaker/__init__.py +16 -1
  146. aws_cdk/aws_iotwireless/__init__.py +16 -1
  147. aws_cdk/aws_ivs/__init__.py +16 -1
  148. aws_cdk/aws_ivschat/__init__.py +16 -1
  149. aws_cdk/aws_kafkaconnect/__init__.py +16 -1
  150. aws_cdk/aws_kendra/__init__.py +16 -1
  151. aws_cdk/aws_kendraranking/__init__.py +16 -1
  152. aws_cdk/aws_kinesis/__init__.py +16 -1
  153. aws_cdk/aws_kinesisanalytics/__init__.py +16 -1
  154. aws_cdk/aws_kinesisanalyticsv2/__init__.py +16 -1
  155. aws_cdk/aws_kinesisfirehose/__init__.py +16 -1
  156. aws_cdk/aws_kinesisvideo/__init__.py +16 -1
  157. aws_cdk/aws_kms/__init__.py +16 -1
  158. aws_cdk/aws_lakeformation/__init__.py +16 -1
  159. aws_cdk/aws_lambda/__init__.py +163 -18
  160. aws_cdk/aws_lambda_destinations/__init__.py +16 -1
  161. aws_cdk/aws_lambda_event_sources/__init__.py +16 -1
  162. aws_cdk/aws_lambda_nodejs/__init__.py +46 -4
  163. aws_cdk/aws_launchwizard/__init__.py +16 -1
  164. aws_cdk/aws_lex/__init__.py +16 -1
  165. aws_cdk/aws_licensemanager/__init__.py +16 -1
  166. aws_cdk/aws_lightsail/__init__.py +16 -1
  167. aws_cdk/aws_location/__init__.py +16 -1
  168. aws_cdk/aws_logs/__init__.py +16 -1
  169. aws_cdk/aws_logs_destinations/__init__.py +16 -1
  170. aws_cdk/aws_lookoutequipment/__init__.py +16 -1
  171. aws_cdk/aws_lookoutmetrics/__init__.py +16 -1
  172. aws_cdk/aws_lookoutvision/__init__.py +16 -1
  173. aws_cdk/aws_m2/__init__.py +16 -1
  174. aws_cdk/aws_macie/__init__.py +20 -5
  175. aws_cdk/aws_managedblockchain/__init__.py +16 -1
  176. aws_cdk/aws_mediaconnect/__init__.py +16 -1
  177. aws_cdk/aws_mediaconvert/__init__.py +16 -1
  178. aws_cdk/aws_medialive/__init__.py +364 -1
  179. aws_cdk/aws_mediapackage/__init__.py +16 -1
  180. aws_cdk/aws_mediapackagev2/__init__.py +54 -39
  181. aws_cdk/aws_mediastore/__init__.py +16 -1
  182. aws_cdk/aws_mediatailor/__init__.py +16 -1
  183. aws_cdk/aws_memorydb/__init__.py +16 -1
  184. aws_cdk/aws_msk/__init__.py +16 -1
  185. aws_cdk/aws_mwaa/__init__.py +16 -1
  186. aws_cdk/aws_neptune/__init__.py +30 -9
  187. aws_cdk/aws_neptunegraph/__init__.py +16 -1
  188. aws_cdk/aws_networkfirewall/__init__.py +16 -1
  189. aws_cdk/aws_networkmanager/__init__.py +16 -1
  190. aws_cdk/aws_nimblestudio/__init__.py +16 -1
  191. aws_cdk/aws_oam/__init__.py +16 -1
  192. aws_cdk/aws_omics/__init__.py +16 -1
  193. aws_cdk/aws_opensearchserverless/__init__.py +16 -1
  194. aws_cdk/aws_opensearchservice/__init__.py +210 -1
  195. aws_cdk/aws_opsworks/__init__.py +16 -1
  196. aws_cdk/aws_opsworkscm/__init__.py +16 -1
  197. aws_cdk/aws_organizations/__init__.py +16 -1
  198. aws_cdk/aws_osis/__init__.py +16 -1
  199. aws_cdk/aws_panorama/__init__.py +16 -1
  200. aws_cdk/aws_paymentcryptography/__init__.py +16 -1
  201. aws_cdk/aws_pcaconnectorad/__init__.py +16 -1
  202. aws_cdk/aws_pcaconnectorscep/__init__.py +899 -0
  203. aws_cdk/aws_personalize/__init__.py +18 -3
  204. aws_cdk/aws_pinpoint/__init__.py +16 -1
  205. aws_cdk/aws_pinpointemail/__init__.py +16 -1
  206. aws_cdk/aws_pipes/__init__.py +38 -23
  207. aws_cdk/aws_proton/__init__.py +16 -1
  208. aws_cdk/aws_qbusiness/__init__.py +691 -7
  209. aws_cdk/aws_qldb/__init__.py +16 -1
  210. aws_cdk/aws_quicksight/__init__.py +3301 -1
  211. aws_cdk/aws_ram/__init__.py +16 -1
  212. aws_cdk/aws_rds/__init__.py +58 -5
  213. aws_cdk/aws_redshift/__init__.py +16 -1
  214. aws_cdk/aws_redshiftserverless/__init__.py +16 -1
  215. aws_cdk/aws_refactorspaces/__init__.py +16 -1
  216. aws_cdk/aws_rekognition/__init__.py +16 -1
  217. aws_cdk/aws_resiliencehub/__init__.py +16 -1
  218. aws_cdk/aws_resourceexplorer2/__init__.py +16 -1
  219. aws_cdk/aws_resourcegroups/__init__.py +16 -1
  220. aws_cdk/aws_robomaker/__init__.py +16 -1
  221. aws_cdk/aws_rolesanywhere/__init__.py +16 -1
  222. aws_cdk/aws_route53/__init__.py +16 -1
  223. aws_cdk/aws_route53_patterns/__init__.py +16 -1
  224. aws_cdk/aws_route53_targets/__init__.py +16 -1
  225. aws_cdk/aws_route53profiles/__init__.py +16 -1
  226. aws_cdk/aws_route53recoverycontrol/__init__.py +16 -1
  227. aws_cdk/aws_route53recoveryreadiness/__init__.py +16 -1
  228. aws_cdk/aws_route53resolver/__init__.py +16 -1
  229. aws_cdk/aws_rum/__init__.py +16 -1
  230. aws_cdk/aws_s3/__init__.py +16 -1
  231. aws_cdk/aws_s3_assets/__init__.py +16 -1
  232. aws_cdk/aws_s3_deployment/__init__.py +16 -1
  233. aws_cdk/aws_s3_notifications/__init__.py +16 -1
  234. aws_cdk/aws_s3express/__init__.py +16 -1
  235. aws_cdk/aws_s3objectlambda/__init__.py +16 -1
  236. aws_cdk/aws_s3outposts/__init__.py +16 -1
  237. aws_cdk/aws_sagemaker/__init__.py +1183 -1
  238. aws_cdk/aws_sam/__init__.py +16 -1
  239. aws_cdk/aws_scheduler/__init__.py +16 -1
  240. aws_cdk/aws_sdb/__init__.py +16 -1
  241. aws_cdk/aws_secretsmanager/__init__.py +18 -4
  242. aws_cdk/aws_securityhub/__init__.py +124 -104
  243. aws_cdk/aws_securitylake/__init__.py +16 -1
  244. aws_cdk/aws_servicecatalog/__init__.py +16 -1
  245. aws_cdk/aws_servicecatalogappregistry/__init__.py +16 -1
  246. aws_cdk/aws_servicediscovery/__init__.py +16 -1
  247. aws_cdk/aws_ses/__init__.py +47 -1
  248. aws_cdk/aws_ses_actions/__init__.py +16 -1
  249. aws_cdk/aws_shield/__init__.py +16 -1
  250. aws_cdk/aws_signer/__init__.py +16 -1
  251. aws_cdk/aws_simspaceweaver/__init__.py +16 -1
  252. aws_cdk/aws_sns/__init__.py +35 -14
  253. aws_cdk/aws_sns_subscriptions/__init__.py +16 -1
  254. aws_cdk/aws_sqs/__init__.py +16 -1
  255. aws_cdk/aws_ssm/__init__.py +26 -7
  256. aws_cdk/aws_ssmcontacts/__init__.py +16 -1
  257. aws_cdk/aws_ssmincidents/__init__.py +16 -1
  258. aws_cdk/aws_ssmquicksetup/__init__.py +982 -0
  259. aws_cdk/aws_sso/__init__.py +16 -1
  260. aws_cdk/aws_stepfunctions/__init__.py +16 -1
  261. aws_cdk/aws_stepfunctions_tasks/__init__.py +20 -5
  262. aws_cdk/aws_supportapp/__init__.py +16 -1
  263. aws_cdk/aws_synthetics/__init__.py +16 -1
  264. aws_cdk/aws_systemsmanagersap/__init__.py +16 -1
  265. aws_cdk/aws_timestream/__init__.py +16 -1
  266. aws_cdk/aws_transfer/__init__.py +16 -1
  267. aws_cdk/aws_verifiedpermissions/__init__.py +16 -1
  268. aws_cdk/aws_voiceid/__init__.py +16 -1
  269. aws_cdk/aws_vpclattice/__init__.py +16 -1
  270. aws_cdk/aws_waf/__init__.py +16 -1
  271. aws_cdk/aws_wafregional/__init__.py +16 -1
  272. aws_cdk/aws_wafv2/__init__.py +16 -1
  273. aws_cdk/aws_wisdom/__init__.py +16 -1
  274. aws_cdk/aws_workspaces/__init__.py +16 -1
  275. aws_cdk/aws_workspacesthinclient/__init__.py +16 -1
  276. aws_cdk/aws_workspacesweb/__init__.py +16 -1
  277. aws_cdk/aws_xray/__init__.py +16 -1
  278. aws_cdk/cloud_assembly_schema/__init__.py +16 -1
  279. aws_cdk/cloudformation_include/__init__.py +16 -1
  280. aws_cdk/custom_resources/__init__.py +16 -1
  281. aws_cdk/cx_api/__init__.py +16 -1
  282. aws_cdk/lambda_layer_awscli/__init__.py +16 -1
  283. aws_cdk/lambda_layer_kubectl/__init__.py +16 -1
  284. aws_cdk/lambda_layer_node_proxy_agent/__init__.py +16 -1
  285. aws_cdk/pipelines/__init__.py +16 -1
  286. aws_cdk/region_info/__init__.py +16 -1
  287. aws_cdk/triggers/__init__.py +46 -4
  288. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.158.0.dist-info}/METADATA +5 -5
  289. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.158.0.dist-info}/NOTICE +27 -8
  290. aws_cdk_lib-2.158.0.dist-info/RECORD +294 -0
  291. aws_cdk_lib-2.156.0.dist-info/RECORD +0 -292
  292. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.158.0.dist-info}/LICENSE +0 -0
  293. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.158.0.dist-info}/WHEEL +0 -0
  294. {aws_cdk_lib-2.156.0.dist-info → aws_cdk_lib-2.158.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,899 @@
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
+ import typeguard
52
+ from importlib.metadata import version as _metadata_package_version
53
+ TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
54
+
55
+ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
56
+ if TYPEGUARD_MAJOR_VERSION <= 2:
57
+ return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
58
+ else:
59
+ if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
60
+ pass
61
+ else:
62
+ if TYPEGUARD_MAJOR_VERSION == 3:
63
+ typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
64
+ typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
65
+ else:
66
+ typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
67
+
68
+ from .._jsii import *
69
+
70
+ import constructs as _constructs_77d1e7e8
71
+ from .. import (
72
+ CfnResource as _CfnResource_9df397a6,
73
+ IInspectable as _IInspectable_c2943556,
74
+ IResolvable as _IResolvable_da3f097b,
75
+ ITaggableV2 as _ITaggableV2_4e6798f8,
76
+ TagManager as _TagManager_0a598cb3,
77
+ TreeInspector as _TreeInspector_488e0dd5,
78
+ )
79
+
80
+
81
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
82
+ class CfnChallenge(
83
+ _CfnResource_9df397a6,
84
+ metaclass=jsii.JSIIMeta,
85
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnChallenge",
86
+ ):
87
+ '''Represents a SCEP Challenge that is used for certificate enrollment.
88
+
89
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html
90
+ :cloudformationResource: AWS::PCAConnectorSCEP::Challenge
91
+ :exampleMetadata: fixture=_generated
92
+
93
+ Example::
94
+
95
+ # The code below shows an example of how to instantiate this type.
96
+ # The values are placeholders you should change.
97
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
98
+
99
+ cfn_challenge = pcaconnectorscep.CfnChallenge(self, "MyCfnChallenge",
100
+ connector_arn="connectorArn",
101
+
102
+ # the properties below are optional
103
+ tags={
104
+ "tags_key": "tags"
105
+ }
106
+ )
107
+ '''
108
+
109
+ def __init__(
110
+ self,
111
+ scope: _constructs_77d1e7e8.Construct,
112
+ id: builtins.str,
113
+ *,
114
+ connector_arn: builtins.str,
115
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
116
+ ) -> None:
117
+ '''
118
+ :param scope: Scope in which this resource is defined.
119
+ :param id: Construct identifier for this resource (unique in its scope).
120
+ :param connector_arn:
121
+ :param tags:
122
+ '''
123
+ if __debug__:
124
+ type_hints = typing.get_type_hints(_typecheckingstub__24eb7fbef30f2d313fbf471c0e0cb20de5d3f7212801db2cea706e879fcbffbb)
125
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
126
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
127
+ props = CfnChallengeProps(connector_arn=connector_arn, tags=tags)
128
+
129
+ jsii.create(self.__class__, self, [scope, id, props])
130
+
131
+ @jsii.member(jsii_name="inspect")
132
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
133
+ '''Examines the CloudFormation resource and discloses attributes.
134
+
135
+ :param inspector: tree inspector to collect and process attributes.
136
+ '''
137
+ if __debug__:
138
+ type_hints = typing.get_type_hints(_typecheckingstub__d35413f13465487597f5d259678227986782b9e226cea3ff09ffde5c120680ea)
139
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
140
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
141
+
142
+ @jsii.member(jsii_name="renderProperties")
143
+ def _render_properties(
144
+ self,
145
+ props: typing.Mapping[builtins.str, typing.Any],
146
+ ) -> typing.Mapping[builtins.str, typing.Any]:
147
+ '''
148
+ :param props: -
149
+ '''
150
+ if __debug__:
151
+ type_hints = typing.get_type_hints(_typecheckingstub__489654af0c0fb058e21c2b228cbdb80abf0c133d0fb41f63a099fdd056c22465)
152
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
153
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
154
+
155
+ @jsii.python.classproperty
156
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
157
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
158
+ '''The CloudFormation resource type name for this resource class.'''
159
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
160
+
161
+ @builtins.property
162
+ @jsii.member(jsii_name="attrChallengeArn")
163
+ def attr_challenge_arn(self) -> builtins.str:
164
+ '''
165
+ :cloudformationAttribute: ChallengeArn
166
+ '''
167
+ return typing.cast(builtins.str, jsii.get(self, "attrChallengeArn"))
168
+
169
+ @builtins.property
170
+ @jsii.member(jsii_name="cdkTagManager")
171
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
172
+ '''Tag Manager which manages the tags for this resource.'''
173
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
174
+
175
+ @builtins.property
176
+ @jsii.member(jsii_name="cfnProperties")
177
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
178
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
179
+
180
+ @builtins.property
181
+ @jsii.member(jsii_name="connectorArn")
182
+ def connector_arn(self) -> builtins.str:
183
+ return typing.cast(builtins.str, jsii.get(self, "connectorArn"))
184
+
185
+ @connector_arn.setter
186
+ def connector_arn(self, value: builtins.str) -> None:
187
+ if __debug__:
188
+ type_hints = typing.get_type_hints(_typecheckingstub__e8915b9dc72ee63e750d3ef96a5cb2aff8a0fa11b46fd75a91cbaf3be0bbba4e)
189
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
190
+ jsii.set(self, "connectorArn", value) # pyright: ignore[reportArgumentType]
191
+
192
+ @builtins.property
193
+ @jsii.member(jsii_name="tags")
194
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
195
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
196
+
197
+ @tags.setter
198
+ def tags(
199
+ self,
200
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
201
+ ) -> None:
202
+ if __debug__:
203
+ type_hints = typing.get_type_hints(_typecheckingstub__02346c7d1384ddbe7e216be1ce5a2eaa7010ca8e5397d2d7987583123fa40455)
204
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
205
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
206
+
207
+
208
+ @jsii.data_type(
209
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnChallengeProps",
210
+ jsii_struct_bases=[],
211
+ name_mapping={"connector_arn": "connectorArn", "tags": "tags"},
212
+ )
213
+ class CfnChallengeProps:
214
+ def __init__(
215
+ self,
216
+ *,
217
+ connector_arn: builtins.str,
218
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
219
+ ) -> None:
220
+ '''Properties for defining a ``CfnChallenge``.
221
+
222
+ :param connector_arn:
223
+ :param tags:
224
+
225
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html
226
+ :exampleMetadata: fixture=_generated
227
+
228
+ Example::
229
+
230
+ # The code below shows an example of how to instantiate this type.
231
+ # The values are placeholders you should change.
232
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
233
+
234
+ cfn_challenge_props = pcaconnectorscep.CfnChallengeProps(
235
+ connector_arn="connectorArn",
236
+
237
+ # the properties below are optional
238
+ tags={
239
+ "tags_key": "tags"
240
+ }
241
+ )
242
+ '''
243
+ if __debug__:
244
+ type_hints = typing.get_type_hints(_typecheckingstub__6b914295b53d2239fac5aeded2d49fbf0b75e45d55296f667c76fc35288cf677)
245
+ check_type(argname="argument connector_arn", value=connector_arn, expected_type=type_hints["connector_arn"])
246
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
247
+ self._values: typing.Dict[builtins.str, typing.Any] = {
248
+ "connector_arn": connector_arn,
249
+ }
250
+ if tags is not None:
251
+ self._values["tags"] = tags
252
+
253
+ @builtins.property
254
+ def connector_arn(self) -> builtins.str:
255
+ '''
256
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html#cfn-pcaconnectorscep-challenge-connectorarn
257
+ '''
258
+ result = self._values.get("connector_arn")
259
+ assert result is not None, "Required property 'connector_arn' is missing"
260
+ return typing.cast(builtins.str, result)
261
+
262
+ @builtins.property
263
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
264
+ '''
265
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-challenge.html#cfn-pcaconnectorscep-challenge-tags
266
+ '''
267
+ result = self._values.get("tags")
268
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
269
+
270
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
271
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
272
+
273
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
274
+ return not (rhs == self)
275
+
276
+ def __repr__(self) -> str:
277
+ return "CfnChallengeProps(%s)" % ", ".join(
278
+ k + "=" + repr(v) for k, v in self._values.items()
279
+ )
280
+
281
+
282
+ @jsii.implements(_IInspectable_c2943556, _ITaggableV2_4e6798f8)
283
+ class CfnConnector(
284
+ _CfnResource_9df397a6,
285
+ metaclass=jsii.JSIIMeta,
286
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector",
287
+ ):
288
+ '''Represents a Connector that allows certificate issuance through Simple Certificate Enrollment Protocol (SCEP).
289
+
290
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html
291
+ :cloudformationResource: AWS::PCAConnectorSCEP::Connector
292
+ :exampleMetadata: fixture=_generated
293
+
294
+ Example::
295
+
296
+ # The code below shows an example of how to instantiate this type.
297
+ # The values are placeholders you should change.
298
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
299
+
300
+ cfn_connector = pcaconnectorscep.CfnConnector(self, "MyCfnConnector",
301
+ certificate_authority_arn="certificateAuthorityArn",
302
+
303
+ # the properties below are optional
304
+ mobile_device_management=pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty(
305
+ intune=pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
306
+ azure_application_id="azureApplicationId",
307
+ domain="domain"
308
+ )
309
+ ),
310
+ tags={
311
+ "tags_key": "tags"
312
+ }
313
+ )
314
+ '''
315
+
316
+ def __init__(
317
+ self,
318
+ scope: _constructs_77d1e7e8.Construct,
319
+ id: builtins.str,
320
+ *,
321
+ certificate_authority_arn: builtins.str,
322
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.MobileDeviceManagementProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
323
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
324
+ ) -> None:
325
+ '''
326
+ :param scope: Scope in which this resource is defined.
327
+ :param id: Construct identifier for this resource (unique in its scope).
328
+ :param certificate_authority_arn:
329
+ :param mobile_device_management:
330
+ :param tags:
331
+ '''
332
+ if __debug__:
333
+ type_hints = typing.get_type_hints(_typecheckingstub__5efd0f2c3577f33ffa31fd98d59e33eaca0d3cabdfa1d7d8ade08be89356b0d0)
334
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
335
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
336
+ props = CfnConnectorProps(
337
+ certificate_authority_arn=certificate_authority_arn,
338
+ mobile_device_management=mobile_device_management,
339
+ tags=tags,
340
+ )
341
+
342
+ jsii.create(self.__class__, self, [scope, id, props])
343
+
344
+ @jsii.member(jsii_name="inspect")
345
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
346
+ '''Examines the CloudFormation resource and discloses attributes.
347
+
348
+ :param inspector: tree inspector to collect and process attributes.
349
+ '''
350
+ if __debug__:
351
+ type_hints = typing.get_type_hints(_typecheckingstub__eee6bfac2d042060de9b313d40e4659513d1a0a075b1017f98c1994d42607873)
352
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
353
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
354
+
355
+ @jsii.member(jsii_name="renderProperties")
356
+ def _render_properties(
357
+ self,
358
+ props: typing.Mapping[builtins.str, typing.Any],
359
+ ) -> typing.Mapping[builtins.str, typing.Any]:
360
+ '''
361
+ :param props: -
362
+ '''
363
+ if __debug__:
364
+ type_hints = typing.get_type_hints(_typecheckingstub__adf209a078c66c8ab9a74de9a70bf8d8422bfbb7495bd4cd8a458eef3a8953f6)
365
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
366
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
367
+
368
+ @jsii.python.classproperty
369
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
370
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
371
+ '''The CloudFormation resource type name for this resource class.'''
372
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
373
+
374
+ @builtins.property
375
+ @jsii.member(jsii_name="attrConnectorArn")
376
+ def attr_connector_arn(self) -> builtins.str:
377
+ '''
378
+ :cloudformationAttribute: ConnectorArn
379
+ '''
380
+ return typing.cast(builtins.str, jsii.get(self, "attrConnectorArn"))
381
+
382
+ @builtins.property
383
+ @jsii.member(jsii_name="attrEndpoint")
384
+ def attr_endpoint(self) -> builtins.str:
385
+ '''
386
+ :cloudformationAttribute: Endpoint
387
+ '''
388
+ return typing.cast(builtins.str, jsii.get(self, "attrEndpoint"))
389
+
390
+ @builtins.property
391
+ @jsii.member(jsii_name="attrOpenIdConfiguration")
392
+ def attr_open_id_configuration(self) -> _IResolvable_da3f097b:
393
+ '''
394
+ :cloudformationAttribute: OpenIdConfiguration
395
+ '''
396
+ return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrOpenIdConfiguration"))
397
+
398
+ @builtins.property
399
+ @jsii.member(jsii_name="attrType")
400
+ def attr_type(self) -> builtins.str:
401
+ '''
402
+ :cloudformationAttribute: Type
403
+ '''
404
+ return typing.cast(builtins.str, jsii.get(self, "attrType"))
405
+
406
+ @builtins.property
407
+ @jsii.member(jsii_name="cdkTagManager")
408
+ def cdk_tag_manager(self) -> _TagManager_0a598cb3:
409
+ '''Tag Manager which manages the tags for this resource.'''
410
+ return typing.cast(_TagManager_0a598cb3, jsii.get(self, "cdkTagManager"))
411
+
412
+ @builtins.property
413
+ @jsii.member(jsii_name="cfnProperties")
414
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
415
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
416
+
417
+ @builtins.property
418
+ @jsii.member(jsii_name="certificateAuthorityArn")
419
+ def certificate_authority_arn(self) -> builtins.str:
420
+ return typing.cast(builtins.str, jsii.get(self, "certificateAuthorityArn"))
421
+
422
+ @certificate_authority_arn.setter
423
+ def certificate_authority_arn(self, value: builtins.str) -> None:
424
+ if __debug__:
425
+ type_hints = typing.get_type_hints(_typecheckingstub__772a20f66443bc64cac3bb4157e1e9369d67a7a8d2b4109d885cebc2c5d1d87b)
426
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
427
+ jsii.set(self, "certificateAuthorityArn", value) # pyright: ignore[reportArgumentType]
428
+
429
+ @builtins.property
430
+ @jsii.member(jsii_name="mobileDeviceManagement")
431
+ def mobile_device_management(
432
+ self,
433
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnector.MobileDeviceManagementProperty"]]:
434
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnector.MobileDeviceManagementProperty"]], jsii.get(self, "mobileDeviceManagement"))
435
+
436
+ @mobile_device_management.setter
437
+ def mobile_device_management(
438
+ self,
439
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnConnector.MobileDeviceManagementProperty"]],
440
+ ) -> None:
441
+ if __debug__:
442
+ type_hints = typing.get_type_hints(_typecheckingstub__0ad5d7a17f85a90225f468c73bd52466319e1c0daa9fee8bb5eb5ffcd32bd5c3)
443
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
444
+ jsii.set(self, "mobileDeviceManagement", value) # pyright: ignore[reportArgumentType]
445
+
446
+ @builtins.property
447
+ @jsii.member(jsii_name="tags")
448
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
449
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
450
+
451
+ @tags.setter
452
+ def tags(
453
+ self,
454
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
455
+ ) -> None:
456
+ if __debug__:
457
+ type_hints = typing.get_type_hints(_typecheckingstub__d236715afe6b31af4cde4435b078b9b7c3146267ef69426b668c4592a3fd9ddc)
458
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
459
+ jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
460
+
461
+ @jsii.data_type(
462
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector.IntuneConfigurationProperty",
463
+ jsii_struct_bases=[],
464
+ name_mapping={
465
+ "azure_application_id": "azureApplicationId",
466
+ "domain": "domain",
467
+ },
468
+ )
469
+ class IntuneConfigurationProperty:
470
+ def __init__(
471
+ self,
472
+ *,
473
+ azure_application_id: builtins.str,
474
+ domain: builtins.str,
475
+ ) -> None:
476
+ '''
477
+ :param azure_application_id:
478
+ :param domain:
479
+
480
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-intuneconfiguration.html
481
+ :exampleMetadata: fixture=_generated
482
+
483
+ Example::
484
+
485
+ # The code below shows an example of how to instantiate this type.
486
+ # The values are placeholders you should change.
487
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
488
+
489
+ intune_configuration_property = pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
490
+ azure_application_id="azureApplicationId",
491
+ domain="domain"
492
+ )
493
+ '''
494
+ if __debug__:
495
+ type_hints = typing.get_type_hints(_typecheckingstub__fa2975290c35d1208654a35b712842396cf4971f0e927191534541fb868fd148)
496
+ check_type(argname="argument azure_application_id", value=azure_application_id, expected_type=type_hints["azure_application_id"])
497
+ check_type(argname="argument domain", value=domain, expected_type=type_hints["domain"])
498
+ self._values: typing.Dict[builtins.str, typing.Any] = {
499
+ "azure_application_id": azure_application_id,
500
+ "domain": domain,
501
+ }
502
+
503
+ @builtins.property
504
+ def azure_application_id(self) -> builtins.str:
505
+ '''
506
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-intuneconfiguration.html#cfn-pcaconnectorscep-connector-intuneconfiguration-azureapplicationid
507
+ '''
508
+ result = self._values.get("azure_application_id")
509
+ assert result is not None, "Required property 'azure_application_id' is missing"
510
+ return typing.cast(builtins.str, result)
511
+
512
+ @builtins.property
513
+ def domain(self) -> builtins.str:
514
+ '''
515
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-intuneconfiguration.html#cfn-pcaconnectorscep-connector-intuneconfiguration-domain
516
+ '''
517
+ result = self._values.get("domain")
518
+ assert result is not None, "Required property 'domain' is missing"
519
+ return typing.cast(builtins.str, result)
520
+
521
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
522
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
523
+
524
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
525
+ return not (rhs == self)
526
+
527
+ def __repr__(self) -> str:
528
+ return "IntuneConfigurationProperty(%s)" % ", ".join(
529
+ k + "=" + repr(v) for k, v in self._values.items()
530
+ )
531
+
532
+ @jsii.data_type(
533
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty",
534
+ jsii_struct_bases=[],
535
+ name_mapping={"intune": "intune"},
536
+ )
537
+ class MobileDeviceManagementProperty:
538
+ def __init__(
539
+ self,
540
+ *,
541
+ intune: typing.Union[_IResolvable_da3f097b, typing.Union["CfnConnector.IntuneConfigurationProperty", typing.Dict[builtins.str, typing.Any]]],
542
+ ) -> None:
543
+ '''
544
+ :param intune:
545
+
546
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-mobiledevicemanagement.html
547
+ :exampleMetadata: fixture=_generated
548
+
549
+ Example::
550
+
551
+ # The code below shows an example of how to instantiate this type.
552
+ # The values are placeholders you should change.
553
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
554
+
555
+ mobile_device_management_property = pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty(
556
+ intune=pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
557
+ azure_application_id="azureApplicationId",
558
+ domain="domain"
559
+ )
560
+ )
561
+ '''
562
+ if __debug__:
563
+ type_hints = typing.get_type_hints(_typecheckingstub__c4701fa7706fc9d7c8386eed695d80c9aca2ebe3e669df810d63415a244a9d2c)
564
+ check_type(argname="argument intune", value=intune, expected_type=type_hints["intune"])
565
+ self._values: typing.Dict[builtins.str, typing.Any] = {
566
+ "intune": intune,
567
+ }
568
+
569
+ @builtins.property
570
+ def intune(
571
+ self,
572
+ ) -> typing.Union[_IResolvable_da3f097b, "CfnConnector.IntuneConfigurationProperty"]:
573
+ '''
574
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-mobiledevicemanagement.html#cfn-pcaconnectorscep-connector-mobiledevicemanagement-intune
575
+ '''
576
+ result = self._values.get("intune")
577
+ assert result is not None, "Required property 'intune' is missing"
578
+ return typing.cast(typing.Union[_IResolvable_da3f097b, "CfnConnector.IntuneConfigurationProperty"], result)
579
+
580
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
581
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
582
+
583
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
584
+ return not (rhs == self)
585
+
586
+ def __repr__(self) -> str:
587
+ return "MobileDeviceManagementProperty(%s)" % ", ".join(
588
+ k + "=" + repr(v) for k, v in self._values.items()
589
+ )
590
+
591
+ @jsii.data_type(
592
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnector.OpenIdConfigurationProperty",
593
+ jsii_struct_bases=[],
594
+ name_mapping={
595
+ "audience": "audience",
596
+ "issuer": "issuer",
597
+ "subject": "subject",
598
+ },
599
+ )
600
+ class OpenIdConfigurationProperty:
601
+ def __init__(
602
+ self,
603
+ *,
604
+ audience: typing.Optional[builtins.str] = None,
605
+ issuer: typing.Optional[builtins.str] = None,
606
+ subject: typing.Optional[builtins.str] = None,
607
+ ) -> None:
608
+ '''
609
+ :param audience:
610
+ :param issuer:
611
+ :param subject:
612
+
613
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html
614
+ :exampleMetadata: fixture=_generated
615
+
616
+ Example::
617
+
618
+ # The code below shows an example of how to instantiate this type.
619
+ # The values are placeholders you should change.
620
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
621
+
622
+ open_id_configuration_property = pcaconnectorscep.CfnConnector.OpenIdConfigurationProperty(
623
+ audience="audience",
624
+ issuer="issuer",
625
+ subject="subject"
626
+ )
627
+ '''
628
+ if __debug__:
629
+ type_hints = typing.get_type_hints(_typecheckingstub__94fa39891872fe5b5cb744eb26f9e2aeaa4235adb9c2d31d752f535b72be5bb1)
630
+ check_type(argname="argument audience", value=audience, expected_type=type_hints["audience"])
631
+ check_type(argname="argument issuer", value=issuer, expected_type=type_hints["issuer"])
632
+ check_type(argname="argument subject", value=subject, expected_type=type_hints["subject"])
633
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
634
+ if audience is not None:
635
+ self._values["audience"] = audience
636
+ if issuer is not None:
637
+ self._values["issuer"] = issuer
638
+ if subject is not None:
639
+ self._values["subject"] = subject
640
+
641
+ @builtins.property
642
+ def audience(self) -> typing.Optional[builtins.str]:
643
+ '''
644
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-audience
645
+ '''
646
+ result = self._values.get("audience")
647
+ return typing.cast(typing.Optional[builtins.str], result)
648
+
649
+ @builtins.property
650
+ def issuer(self) -> typing.Optional[builtins.str]:
651
+ '''
652
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-issuer
653
+ '''
654
+ result = self._values.get("issuer")
655
+ return typing.cast(typing.Optional[builtins.str], result)
656
+
657
+ @builtins.property
658
+ def subject(self) -> typing.Optional[builtins.str]:
659
+ '''
660
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pcaconnectorscep-connector-openidconfiguration.html#cfn-pcaconnectorscep-connector-openidconfiguration-subject
661
+ '''
662
+ result = self._values.get("subject")
663
+ return typing.cast(typing.Optional[builtins.str], result)
664
+
665
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
666
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
667
+
668
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
669
+ return not (rhs == self)
670
+
671
+ def __repr__(self) -> str:
672
+ return "OpenIdConfigurationProperty(%s)" % ", ".join(
673
+ k + "=" + repr(v) for k, v in self._values.items()
674
+ )
675
+
676
+
677
+ @jsii.data_type(
678
+ jsii_type="aws-cdk-lib.aws_pcaconnectorscep.CfnConnectorProps",
679
+ jsii_struct_bases=[],
680
+ name_mapping={
681
+ "certificate_authority_arn": "certificateAuthorityArn",
682
+ "mobile_device_management": "mobileDeviceManagement",
683
+ "tags": "tags",
684
+ },
685
+ )
686
+ class CfnConnectorProps:
687
+ def __init__(
688
+ self,
689
+ *,
690
+ certificate_authority_arn: builtins.str,
691
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.MobileDeviceManagementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
692
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
693
+ ) -> None:
694
+ '''Properties for defining a ``CfnConnector``.
695
+
696
+ :param certificate_authority_arn:
697
+ :param mobile_device_management:
698
+ :param tags:
699
+
700
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html
701
+ :exampleMetadata: fixture=_generated
702
+
703
+ Example::
704
+
705
+ # The code below shows an example of how to instantiate this type.
706
+ # The values are placeholders you should change.
707
+ from aws_cdk import aws_pcaconnectorscep as pcaconnectorscep
708
+
709
+ cfn_connector_props = pcaconnectorscep.CfnConnectorProps(
710
+ certificate_authority_arn="certificateAuthorityArn",
711
+
712
+ # the properties below are optional
713
+ mobile_device_management=pcaconnectorscep.CfnConnector.MobileDeviceManagementProperty(
714
+ intune=pcaconnectorscep.CfnConnector.IntuneConfigurationProperty(
715
+ azure_application_id="azureApplicationId",
716
+ domain="domain"
717
+ )
718
+ ),
719
+ tags={
720
+ "tags_key": "tags"
721
+ }
722
+ )
723
+ '''
724
+ if __debug__:
725
+ type_hints = typing.get_type_hints(_typecheckingstub__c22911c5ba9019291e6d26ad4968076543da6a84dd36e0fdf942f0f31d64e393)
726
+ check_type(argname="argument certificate_authority_arn", value=certificate_authority_arn, expected_type=type_hints["certificate_authority_arn"])
727
+ check_type(argname="argument mobile_device_management", value=mobile_device_management, expected_type=type_hints["mobile_device_management"])
728
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
729
+ self._values: typing.Dict[builtins.str, typing.Any] = {
730
+ "certificate_authority_arn": certificate_authority_arn,
731
+ }
732
+ if mobile_device_management is not None:
733
+ self._values["mobile_device_management"] = mobile_device_management
734
+ if tags is not None:
735
+ self._values["tags"] = tags
736
+
737
+ @builtins.property
738
+ def certificate_authority_arn(self) -> builtins.str:
739
+ '''
740
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html#cfn-pcaconnectorscep-connector-certificateauthorityarn
741
+ '''
742
+ result = self._values.get("certificate_authority_arn")
743
+ assert result is not None, "Required property 'certificate_authority_arn' is missing"
744
+ return typing.cast(builtins.str, result)
745
+
746
+ @builtins.property
747
+ def mobile_device_management(
748
+ self,
749
+ ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.MobileDeviceManagementProperty]]:
750
+ '''
751
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html#cfn-pcaconnectorscep-connector-mobiledevicemanagement
752
+ '''
753
+ result = self._values.get("mobile_device_management")
754
+ return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.MobileDeviceManagementProperty]], result)
755
+
756
+ @builtins.property
757
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
758
+ '''
759
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pcaconnectorscep-connector.html#cfn-pcaconnectorscep-connector-tags
760
+ '''
761
+ result = self._values.get("tags")
762
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
763
+
764
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
765
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
766
+
767
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
768
+ return not (rhs == self)
769
+
770
+ def __repr__(self) -> str:
771
+ return "CfnConnectorProps(%s)" % ", ".join(
772
+ k + "=" + repr(v) for k, v in self._values.items()
773
+ )
774
+
775
+
776
+ __all__ = [
777
+ "CfnChallenge",
778
+ "CfnChallengeProps",
779
+ "CfnConnector",
780
+ "CfnConnectorProps",
781
+ ]
782
+
783
+ publication.publish()
784
+
785
+ def _typecheckingstub__24eb7fbef30f2d313fbf471c0e0cb20de5d3f7212801db2cea706e879fcbffbb(
786
+ scope: _constructs_77d1e7e8.Construct,
787
+ id: builtins.str,
788
+ *,
789
+ connector_arn: builtins.str,
790
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
791
+ ) -> None:
792
+ """Type checking stubs"""
793
+ pass
794
+
795
+ def _typecheckingstub__d35413f13465487597f5d259678227986782b9e226cea3ff09ffde5c120680ea(
796
+ inspector: _TreeInspector_488e0dd5,
797
+ ) -> None:
798
+ """Type checking stubs"""
799
+ pass
800
+
801
+ def _typecheckingstub__489654af0c0fb058e21c2b228cbdb80abf0c133d0fb41f63a099fdd056c22465(
802
+ props: typing.Mapping[builtins.str, typing.Any],
803
+ ) -> None:
804
+ """Type checking stubs"""
805
+ pass
806
+
807
+ def _typecheckingstub__e8915b9dc72ee63e750d3ef96a5cb2aff8a0fa11b46fd75a91cbaf3be0bbba4e(
808
+ value: builtins.str,
809
+ ) -> None:
810
+ """Type checking stubs"""
811
+ pass
812
+
813
+ def _typecheckingstub__02346c7d1384ddbe7e216be1ce5a2eaa7010ca8e5397d2d7987583123fa40455(
814
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
815
+ ) -> None:
816
+ """Type checking stubs"""
817
+ pass
818
+
819
+ def _typecheckingstub__6b914295b53d2239fac5aeded2d49fbf0b75e45d55296f667c76fc35288cf677(
820
+ *,
821
+ connector_arn: builtins.str,
822
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
823
+ ) -> None:
824
+ """Type checking stubs"""
825
+ pass
826
+
827
+ def _typecheckingstub__5efd0f2c3577f33ffa31fd98d59e33eaca0d3cabdfa1d7d8ade08be89356b0d0(
828
+ scope: _constructs_77d1e7e8.Construct,
829
+ id: builtins.str,
830
+ *,
831
+ certificate_authority_arn: builtins.str,
832
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.MobileDeviceManagementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
833
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
834
+ ) -> None:
835
+ """Type checking stubs"""
836
+ pass
837
+
838
+ def _typecheckingstub__eee6bfac2d042060de9b313d40e4659513d1a0a075b1017f98c1994d42607873(
839
+ inspector: _TreeInspector_488e0dd5,
840
+ ) -> None:
841
+ """Type checking stubs"""
842
+ pass
843
+
844
+ def _typecheckingstub__adf209a078c66c8ab9a74de9a70bf8d8422bfbb7495bd4cd8a458eef3a8953f6(
845
+ props: typing.Mapping[builtins.str, typing.Any],
846
+ ) -> None:
847
+ """Type checking stubs"""
848
+ pass
849
+
850
+ def _typecheckingstub__772a20f66443bc64cac3bb4157e1e9369d67a7a8d2b4109d885cebc2c5d1d87b(
851
+ value: builtins.str,
852
+ ) -> None:
853
+ """Type checking stubs"""
854
+ pass
855
+
856
+ def _typecheckingstub__0ad5d7a17f85a90225f468c73bd52466319e1c0daa9fee8bb5eb5ffcd32bd5c3(
857
+ value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnConnector.MobileDeviceManagementProperty]],
858
+ ) -> None:
859
+ """Type checking stubs"""
860
+ pass
861
+
862
+ def _typecheckingstub__d236715afe6b31af4cde4435b078b9b7c3146267ef69426b668c4592a3fd9ddc(
863
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
864
+ ) -> None:
865
+ """Type checking stubs"""
866
+ pass
867
+
868
+ def _typecheckingstub__fa2975290c35d1208654a35b712842396cf4971f0e927191534541fb868fd148(
869
+ *,
870
+ azure_application_id: builtins.str,
871
+ domain: builtins.str,
872
+ ) -> None:
873
+ """Type checking stubs"""
874
+ pass
875
+
876
+ def _typecheckingstub__c4701fa7706fc9d7c8386eed695d80c9aca2ebe3e669df810d63415a244a9d2c(
877
+ *,
878
+ intune: typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.IntuneConfigurationProperty, typing.Dict[builtins.str, typing.Any]]],
879
+ ) -> None:
880
+ """Type checking stubs"""
881
+ pass
882
+
883
+ def _typecheckingstub__94fa39891872fe5b5cb744eb26f9e2aeaa4235adb9c2d31d752f535b72be5bb1(
884
+ *,
885
+ audience: typing.Optional[builtins.str] = None,
886
+ issuer: typing.Optional[builtins.str] = None,
887
+ subject: typing.Optional[builtins.str] = None,
888
+ ) -> None:
889
+ """Type checking stubs"""
890
+ pass
891
+
892
+ def _typecheckingstub__c22911c5ba9019291e6d26ad4968076543da6a84dd36e0fdf942f0f31d64e393(
893
+ *,
894
+ certificate_authority_arn: builtins.str,
895
+ mobile_device_management: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnConnector.MobileDeviceManagementProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
896
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
897
+ ) -> None:
898
+ """Type checking stubs"""
899
+ pass