aws-cdk-lib 2.97.1__py3-none-any.whl → 2.98.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 (237) hide show
  1. aws_cdk/__init__.py +18 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.1.jsii.tgz → aws-cdk-lib@2.98.0.jsii.tgz} +0 -0
  4. aws_cdk/alexa_ask/__init__.py +1 -0
  5. aws_cdk/aws_accessanalyzer/__init__.py +1 -0
  6. aws_cdk/aws_acmpca/__init__.py +4 -0
  7. aws_cdk/aws_amazonmq/__init__.py +3 -0
  8. aws_cdk/aws_amplify/__init__.py +3 -0
  9. aws_cdk/aws_amplifyuibuilder/__init__.py +3 -0
  10. aws_cdk/aws_apigateway/__init__.py +19 -0
  11. aws_cdk/aws_apigatewayv2/__init__.py +13 -0
  12. aws_cdk/aws_appconfig/__init__.py +8 -0
  13. aws_cdk/aws_appflow/__init__.py +3 -0
  14. aws_cdk/aws_appintegrations/__init__.py +2 -0
  15. aws_cdk/aws_applicationautoscaling/__init__.py +2 -0
  16. aws_cdk/aws_applicationinsights/__init__.py +1 -0
  17. aws_cdk/aws_appmesh/__init__.py +7 -0
  18. aws_cdk/aws_apprunner/__init__.py +5 -0
  19. aws_cdk/aws_appstream/__init__.py +31 -26
  20. aws_cdk/aws_appsync/__init__.py +10 -0
  21. aws_cdk/aws_aps/__init__.py +2 -0
  22. aws_cdk/aws_athena/__init__.py +5 -0
  23. aws_cdk/aws_auditmanager/__init__.py +1 -0
  24. aws_cdk/aws_autoscaling/__init__.py +6 -0
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +5 -0
  27. aws_cdk/aws_backupgateway/__init__.py +1 -0
  28. aws_cdk/aws_batch/__init__.py +8 -2
  29. aws_cdk/aws_billingconductor/__init__.py +4 -0
  30. aws_cdk/aws_budgets/__init__.py +2 -0
  31. aws_cdk/aws_cassandra/__init__.py +2 -0
  32. aws_cdk/aws_ce/__init__.py +3 -0
  33. aws_cdk/aws_certificatemanager/__init__.py +2 -0
  34. aws_cdk/aws_chatbot/__init__.py +2 -0
  35. aws_cdk/aws_cleanrooms/__init__.py +5 -0
  36. aws_cdk/aws_cloud9/__init__.py +1 -0
  37. aws_cdk/aws_cloudformation/__init__.py +16 -0
  38. aws_cdk/aws_cloudfront/__init__.py +13 -0
  39. aws_cdk/aws_cloudtrail/__init__.py +7 -3
  40. aws_cdk/aws_cloudwatch/__init__.py +6 -0
  41. aws_cdk/aws_codeartifact/__init__.py +2 -0
  42. aws_cdk/aws_codebuild/__init__.py +3 -0
  43. aws_cdk/aws_codecommit/__init__.py +1 -0
  44. aws_cdk/aws_codedeploy/__init__.py +3 -0
  45. aws_cdk/aws_codeguruprofiler/__init__.py +1 -0
  46. aws_cdk/aws_codegurureviewer/__init__.py +1 -0
  47. aws_cdk/aws_codepipeline/__init__.py +3 -0
  48. aws_cdk/aws_codestar/__init__.py +1 -0
  49. aws_cdk/aws_codestarconnections/__init__.py +1 -0
  50. aws_cdk/aws_codestarnotifications/__init__.py +1 -0
  51. aws_cdk/aws_cognito/__init__.py +42 -18
  52. aws_cdk/aws_comprehend/__init__.py +2 -0
  53. aws_cdk/aws_config/__init__.py +10 -0
  54. aws_cdk/aws_connect/__init__.py +491 -0
  55. aws_cdk/aws_connectcampaigns/__init__.py +1 -0
  56. aws_cdk/aws_controltower/__init__.py +1 -0
  57. aws_cdk/aws_cur/__init__.py +1 -0
  58. aws_cdk/aws_customerprofiles/__init__.py +5 -0
  59. aws_cdk/aws_databrew/__init__.py +6 -0
  60. aws_cdk/aws_datapipeline/__init__.py +1 -0
  61. aws_cdk/aws_datasync/__init__.py +14 -0
  62. aws_cdk/aws_dax/__init__.py +3 -0
  63. aws_cdk/aws_detective/__init__.py +3 -0
  64. aws_cdk/aws_devicefarm/__init__.py +6 -0
  65. aws_cdk/aws_devopsguru/__init__.py +3 -0
  66. aws_cdk/aws_directoryservice/__init__.py +2 -0
  67. aws_cdk/aws_dlm/__init__.py +1 -0
  68. aws_cdk/aws_dms/__init__.py +7 -0
  69. aws_cdk/aws_docdb/__init__.py +4 -0
  70. aws_cdk/aws_docdbelastic/__init__.py +1 -0
  71. aws_cdk/aws_dynamodb/__init__.py +2 -0
  72. aws_cdk/aws_ec2/__init__.py +109 -14
  73. aws_cdk/aws_ecr/__init__.py +5 -0
  74. aws_cdk/aws_ecs/__init__.py +7 -0
  75. aws_cdk/aws_efs/__init__.py +3 -0
  76. aws_cdk/aws_eks/__init__.py +5 -0
  77. aws_cdk/aws_elasticache/__init__.py +9 -0
  78. aws_cdk/aws_elasticbeanstalk/__init__.py +4 -0
  79. aws_cdk/aws_elasticloadbalancing/__init__.py +1 -0
  80. aws_cdk/aws_elasticloadbalancingv2/__init__.py +5 -0
  81. aws_cdk/aws_elasticsearch/__init__.py +1 -0
  82. aws_cdk/aws_emr/__init__.py +8 -0
  83. aws_cdk/aws_emrcontainers/__init__.py +1 -0
  84. aws_cdk/aws_emrserverless/__init__.py +1 -0
  85. aws_cdk/aws_entityresolution/__init__.py +2 -0
  86. aws_cdk/aws_events/__init__.py +7 -0
  87. aws_cdk/aws_eventschemas/__init__.py +4 -0
  88. aws_cdk/aws_evidently/__init__.py +5 -0
  89. aws_cdk/aws_finspace/__init__.py +1 -0
  90. aws_cdk/aws_fis/__init__.py +1 -0
  91. aws_cdk/aws_fms/__init__.py +3 -0
  92. aws_cdk/aws_forecast/__init__.py +2 -0
  93. aws_cdk/aws_frauddetector/__init__.py +7 -0
  94. aws_cdk/aws_fsx/__init__.py +5 -0
  95. aws_cdk/aws_gamelift/__init__.py +9 -0
  96. aws_cdk/aws_globalaccelerator/__init__.py +3 -0
  97. aws_cdk/aws_glue/__init__.py +18 -0
  98. aws_cdk/aws_grafana/__init__.py +1 -0
  99. aws_cdk/aws_greengrass/__init__.py +16 -0
  100. aws_cdk/aws_greengrassv2/__init__.py +2 -0
  101. aws_cdk/aws_groundstation/__init__.py +3 -0
  102. aws_cdk/aws_guardduty/__init__.py +6 -0
  103. aws_cdk/aws_healthimaging/__init__.py +382 -0
  104. aws_cdk/aws_healthlake/__init__.py +1 -0
  105. aws_cdk/aws_iam/__init__.py +16 -0
  106. aws_cdk/aws_identitystore/__init__.py +2 -0
  107. aws_cdk/aws_imagebuilder/__init__.py +7 -0
  108. aws_cdk/aws_inspector/__init__.py +3 -0
  109. aws_cdk/aws_inspectorv2/__init__.py +1 -0
  110. aws_cdk/aws_internetmonitor/__init__.py +1 -0
  111. aws_cdk/aws_iot/__init__.py +25 -0
  112. aws_cdk/aws_iot1click/__init__.py +3 -0
  113. aws_cdk/aws_iotanalytics/__init__.py +4 -0
  114. aws_cdk/aws_iotcoredeviceadvisor/__init__.py +1 -0
  115. aws_cdk/aws_iotevents/__init__.py +3 -0
  116. aws_cdk/aws_iotfleethub/__init__.py +1 -0
  117. aws_cdk/aws_iotfleetwise/__init__.py +6 -0
  118. aws_cdk/aws_iotsitewise/__init__.py +7 -0
  119. aws_cdk/aws_iotthingsgraph/__init__.py +1 -0
  120. aws_cdk/aws_iottwinmaker/__init__.py +5 -0
  121. aws_cdk/aws_iotwireless/__init__.py +11 -0
  122. aws_cdk/aws_ivs/__init__.py +4 -0
  123. aws_cdk/aws_ivschat/__init__.py +2 -0
  124. aws_cdk/aws_kafkaconnect/__init__.py +1 -0
  125. aws_cdk/aws_kendra/__init__.py +3 -0
  126. aws_cdk/aws_kendraranking/__init__.py +1 -0
  127. aws_cdk/aws_kinesis/__init__.py +2 -0
  128. aws_cdk/aws_kinesisanalytics/__init__.py +7 -0
  129. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -0
  130. aws_cdk/aws_kinesisfirehose/__init__.py +1 -0
  131. aws_cdk/aws_kinesisvideo/__init__.py +2 -0
  132. aws_cdk/aws_kms/__init__.py +3 -0
  133. aws_cdk/aws_lakeformation/__init__.py +7 -0
  134. aws_cdk/aws_lambda/__init__.py +10 -0
  135. aws_cdk/aws_lex/__init__.py +4 -0
  136. aws_cdk/aws_licensemanager/__init__.py +2 -0
  137. aws_cdk/aws_lightsail/__init__.py +11 -0
  138. aws_cdk/aws_location/__init__.py +6 -0
  139. aws_cdk/aws_logs/__init__.py +8 -0
  140. aws_cdk/aws_lookoutequipment/__init__.py +1 -0
  141. aws_cdk/aws_lookoutmetrics/__init__.py +2 -0
  142. aws_cdk/aws_lookoutvision/__init__.py +1 -0
  143. aws_cdk/aws_m2/__init__.py +2 -0
  144. aws_cdk/aws_macie/__init__.py +53 -2
  145. aws_cdk/aws_managedblockchain/__init__.py +3 -0
  146. aws_cdk/aws_mediaconnect/__init__.py +9 -0
  147. aws_cdk/aws_mediaconvert/__init__.py +3 -0
  148. aws_cdk/aws_medialive/__init__.py +3 -0
  149. aws_cdk/aws_mediapackage/__init__.py +5 -0
  150. aws_cdk/aws_mediapackagev2/__init__.py +5 -0
  151. aws_cdk/aws_mediastore/__init__.py +1 -0
  152. aws_cdk/aws_mediatailor/__init__.py +6 -0
  153. aws_cdk/aws_memorydb/__init__.py +5 -0
  154. aws_cdk/aws_msk/__init__.py +180 -2
  155. aws_cdk/aws_mwaa/__init__.py +1 -0
  156. aws_cdk/aws_neptune/__init__.py +5 -0
  157. aws_cdk/aws_networkfirewall/__init__.py +4 -0
  158. aws_cdk/aws_networkmanager/__init__.py +14 -0
  159. aws_cdk/aws_nimblestudio/__init__.py +4 -0
  160. aws_cdk/aws_oam/__init__.py +2 -0
  161. aws_cdk/aws_omics/__init__.py +6 -0
  162. aws_cdk/aws_opensearchserverless/__init__.py +5 -0
  163. aws_cdk/aws_opensearchservice/__init__.py +1 -0
  164. aws_cdk/aws_opsworks/__init__.py +7 -0
  165. aws_cdk/aws_opsworkscm/__init__.py +1 -0
  166. aws_cdk/aws_organizations/__init__.py +5 -0
  167. aws_cdk/aws_osis/__init__.py +1 -0
  168. aws_cdk/aws_panorama/__init__.py +3 -0
  169. aws_cdk/aws_pcaconnectorad/__init__.py +5 -0
  170. aws_cdk/aws_personalize/__init__.py +4 -0
  171. aws_cdk/aws_pinpoint/__init__.py +19 -0
  172. aws_cdk/aws_pinpointemail/__init__.py +4 -0
  173. aws_cdk/aws_pipes/__init__.py +1 -0
  174. aws_cdk/aws_proton/__init__.py +3 -0
  175. aws_cdk/aws_qldb/__init__.py +2 -0
  176. aws_cdk/aws_quicksight/__init__.py +473 -464
  177. aws_cdk/aws_ram/__init__.py +2 -0
  178. aws_cdk/aws_rds/__init__.py +14 -0
  179. aws_cdk/aws_redshift/__init__.py +9 -0
  180. aws_cdk/aws_redshiftserverless/__init__.py +2 -0
  181. aws_cdk/aws_refactorspaces/__init__.py +4 -0
  182. aws_cdk/aws_rekognition/__init__.py +3 -0
  183. aws_cdk/aws_resiliencehub/__init__.py +2 -0
  184. aws_cdk/aws_resourceexplorer2/__init__.py +3 -0
  185. aws_cdk/aws_resourcegroups/__init__.py +1 -0
  186. aws_cdk/aws_robomaker/__init__.py +6 -0
  187. aws_cdk/aws_rolesanywhere/__init__.py +77 -58
  188. aws_cdk/aws_route53/__init__.py +7 -0
  189. aws_cdk/aws_route53recoverycontrol/__init__.py +4 -0
  190. aws_cdk/aws_route53recoveryreadiness/__init__.py +4 -0
  191. aws_cdk/aws_route53resolver/__init__.py +11 -0
  192. aws_cdk/aws_rum/__init__.py +1 -0
  193. aws_cdk/aws_s3/__init__.py +6 -0
  194. aws_cdk/aws_s3objectlambda/__init__.py +2 -0
  195. aws_cdk/aws_s3outposts/__init__.py +4 -0
  196. aws_cdk/aws_sagemaker/__init__.py +37 -3
  197. aws_cdk/aws_sam/__init__.py +7 -0
  198. aws_cdk/aws_scheduler/__init__.py +2 -0
  199. aws_cdk/aws_sdb/__init__.py +1 -0
  200. aws_cdk/aws_secretsmanager/__init__.py +4 -0
  201. aws_cdk/aws_securityhub/__init__.py +3 -0
  202. aws_cdk/aws_servicecatalog/__init__.py +16 -0
  203. aws_cdk/aws_servicecatalogappregistry/__init__.py +4 -0
  204. aws_cdk/aws_servicediscovery/__init__.py +5 -0
  205. aws_cdk/aws_ses/__init__.py +10 -0
  206. aws_cdk/aws_shield/__init__.py +30 -11
  207. aws_cdk/aws_signer/__init__.py +2 -0
  208. aws_cdk/aws_simspaceweaver/__init__.py +1 -0
  209. aws_cdk/aws_sns/__init__.py +9 -5
  210. aws_cdk/aws_sqs/__init__.py +3 -0
  211. aws_cdk/aws_ssm/__init__.py +9 -0
  212. aws_cdk/aws_ssmcontacts/__init__.py +4 -0
  213. aws_cdk/aws_ssmincidents/__init__.py +2 -0
  214. aws_cdk/aws_sso/__init__.py +3 -0
  215. aws_cdk/aws_stepfunctions/__init__.py +4 -0
  216. aws_cdk/aws_supportapp/__init__.py +3 -0
  217. aws_cdk/aws_synthetics/__init__.py +2 -0
  218. aws_cdk/aws_systemsmanagersap/__init__.py +1 -0
  219. aws_cdk/aws_timestream/__init__.py +3 -0
  220. aws_cdk/aws_transfer/__init__.py +7 -0
  221. aws_cdk/aws_verifiedpermissions/__init__.py +4 -0
  222. aws_cdk/aws_voiceid/__init__.py +1 -0
  223. aws_cdk/aws_vpclattice/__init__.py +10 -0
  224. aws_cdk/aws_waf/__init__.py +7 -0
  225. aws_cdk/aws_wafregional/__init__.py +11 -0
  226. aws_cdk/aws_wafv2/__init__.py +6 -0
  227. aws_cdk/aws_wisdom/__init__.py +3 -0
  228. aws_cdk/aws_workspaces/__init__.py +2 -0
  229. aws_cdk/aws_workspacesweb/__init__.py +8 -0
  230. aws_cdk/aws_xray/__init__.py +3 -0
  231. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/METADATA +1 -1
  232. aws_cdk_lib-2.98.0.dist-info/RECORD +272 -0
  233. aws_cdk_lib-2.97.1.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.1.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,382 @@
1
+ '''
2
+ # AWS::HealthImaging 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_healthimaging as healthimaging
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 HealthImaging construct libraries](https://constructs.dev/search?q=healthimaging)
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::HealthImaging resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_HealthImaging.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::HealthImaging](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_HealthImaging.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
+ import abc
39
+ import builtins
40
+ import datetime
41
+ import enum
42
+ import typing
43
+
44
+ import jsii
45
+ import publication
46
+ import typing_extensions
47
+
48
+ from typeguard import check_type
49
+
50
+ from .._jsii import *
51
+
52
+ import constructs as _constructs_77d1e7e8
53
+ from .. import (
54
+ CfnResource as _CfnResource_9df397a6,
55
+ IInspectable as _IInspectable_c2943556,
56
+ TreeInspector as _TreeInspector_488e0dd5,
57
+ )
58
+
59
+
60
+ @jsii.implements(_IInspectable_c2943556)
61
+ class CfnDatastore(
62
+ _CfnResource_9df397a6,
63
+ metaclass=jsii.JSIIMeta,
64
+ jsii_type="aws-cdk-lib.aws_healthimaging.CfnDatastore",
65
+ ):
66
+ '''Definition of AWS::HealthImaging::Datastore Resource Type.
67
+
68
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html
69
+ :cloudformationResource: AWS::HealthImaging::Datastore
70
+ :exampleMetadata: fixture=_generated
71
+
72
+ Example::
73
+
74
+ # The code below shows an example of how to instantiate this type.
75
+ # The values are placeholders you should change.
76
+ from aws_cdk import aws_healthimaging as healthimaging
77
+
78
+ cfn_datastore = healthimaging.CfnDatastore(self, "MyCfnDatastore",
79
+ datastore_name="datastoreName",
80
+ kms_key_arn="kmsKeyArn",
81
+ tags={
82
+ "tags_key": "tags"
83
+ }
84
+ )
85
+ '''
86
+
87
+ def __init__(
88
+ self,
89
+ scope: _constructs_77d1e7e8.Construct,
90
+ id: builtins.str,
91
+ *,
92
+ datastore_name: typing.Optional[builtins.str] = None,
93
+ kms_key_arn: typing.Optional[builtins.str] = None,
94
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
95
+ ) -> None:
96
+ '''
97
+ :param scope: Scope in which this resource is defined.
98
+ :param id: Construct identifier for this resource (unique in its scope).
99
+ :param datastore_name: User friendly name for Datastore.
100
+ :param kms_key_arn: ARN referencing a KMS key or KMS key alias.
101
+ :param tags: A Map of key value pairs for Tags.
102
+ '''
103
+ if __debug__:
104
+ type_hints = typing.get_type_hints(_typecheckingstub__79b4005abdc2acc4fbde1f52def5483b4f3842866d771c24e762a57e0a4c5b8a)
105
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
106
+ check_type(argname="argument id", value=id, expected_type=type_hints["id"])
107
+ props = CfnDatastoreProps(
108
+ datastore_name=datastore_name, kms_key_arn=kms_key_arn, tags=tags
109
+ )
110
+
111
+ jsii.create(self.__class__, self, [scope, id, props])
112
+
113
+ @jsii.member(jsii_name="inspect")
114
+ def inspect(self, inspector: _TreeInspector_488e0dd5) -> None:
115
+ '''Examines the CloudFormation resource and discloses attributes.
116
+
117
+ :param inspector: tree inspector to collect and process attributes.
118
+ '''
119
+ if __debug__:
120
+ type_hints = typing.get_type_hints(_typecheckingstub__8bdc268a97ae36ff0ae5df6942796be9ba1153a94280260ebf5d7fd20625462e)
121
+ check_type(argname="argument inspector", value=inspector, expected_type=type_hints["inspector"])
122
+ return typing.cast(None, jsii.invoke(self, "inspect", [inspector]))
123
+
124
+ @jsii.member(jsii_name="renderProperties")
125
+ def _render_properties(
126
+ self,
127
+ props: typing.Mapping[builtins.str, typing.Any],
128
+ ) -> typing.Mapping[builtins.str, typing.Any]:
129
+ '''
130
+ :param props: -
131
+ '''
132
+ if __debug__:
133
+ type_hints = typing.get_type_hints(_typecheckingstub__52180ea52cc00dc80149582d0532b56ea3ac66901b0b274212ef7b9b7203a7ba)
134
+ check_type(argname="argument props", value=props, expected_type=type_hints["props"])
135
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.invoke(self, "renderProperties", [props]))
136
+
137
+ @jsii.python.classproperty
138
+ @jsii.member(jsii_name="CFN_RESOURCE_TYPE_NAME")
139
+ def CFN_RESOURCE_TYPE_NAME(cls) -> builtins.str:
140
+ '''The CloudFormation resource type name for this resource class.'''
141
+ return typing.cast(builtins.str, jsii.sget(cls, "CFN_RESOURCE_TYPE_NAME"))
142
+
143
+ @builtins.property
144
+ @jsii.member(jsii_name="attrCreatedAt")
145
+ def attr_created_at(self) -> builtins.str:
146
+ '''The timestamp when the data store was created.
147
+
148
+ :cloudformationAttribute: CreatedAt
149
+ '''
150
+ return typing.cast(builtins.str, jsii.get(self, "attrCreatedAt"))
151
+
152
+ @builtins.property
153
+ @jsii.member(jsii_name="attrDatastoreArn")
154
+ def attr_datastore_arn(self) -> builtins.str:
155
+ '''The Datastore's ARN.
156
+
157
+ :cloudformationAttribute: DatastoreArn
158
+ '''
159
+ return typing.cast(builtins.str, jsii.get(self, "attrDatastoreArn"))
160
+
161
+ @builtins.property
162
+ @jsii.member(jsii_name="attrDatastoreId")
163
+ def attr_datastore_id(self) -> builtins.str:
164
+ '''
165
+ :cloudformationAttribute: DatastoreId
166
+ '''
167
+ return typing.cast(builtins.str, jsii.get(self, "attrDatastoreId"))
168
+
169
+ @builtins.property
170
+ @jsii.member(jsii_name="attrDatastoreStatus")
171
+ def attr_datastore_status(self) -> builtins.str:
172
+ '''A string to denote the Datastore's state.
173
+
174
+ :cloudformationAttribute: DatastoreStatus
175
+ '''
176
+ return typing.cast(builtins.str, jsii.get(self, "attrDatastoreStatus"))
177
+
178
+ @builtins.property
179
+ @jsii.member(jsii_name="attrUpdatedAt")
180
+ def attr_updated_at(self) -> builtins.str:
181
+ '''The timestamp when the data store was created.
182
+
183
+ :cloudformationAttribute: UpdatedAt
184
+ '''
185
+ return typing.cast(builtins.str, jsii.get(self, "attrUpdatedAt"))
186
+
187
+ @builtins.property
188
+ @jsii.member(jsii_name="cfnProperties")
189
+ def _cfn_properties(self) -> typing.Mapping[builtins.str, typing.Any]:
190
+ return typing.cast(typing.Mapping[builtins.str, typing.Any], jsii.get(self, "cfnProperties"))
191
+
192
+ @builtins.property
193
+ @jsii.member(jsii_name="datastoreName")
194
+ def datastore_name(self) -> typing.Optional[builtins.str]:
195
+ '''User friendly name for Datastore.'''
196
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "datastoreName"))
197
+
198
+ @datastore_name.setter
199
+ def datastore_name(self, value: typing.Optional[builtins.str]) -> None:
200
+ if __debug__:
201
+ type_hints = typing.get_type_hints(_typecheckingstub__5031635295d3986a365da0e431ec71e51bd788c65bab48a8d6f6bdcb3742eda0)
202
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
203
+ jsii.set(self, "datastoreName", value)
204
+
205
+ @builtins.property
206
+ @jsii.member(jsii_name="kmsKeyArn")
207
+ def kms_key_arn(self) -> typing.Optional[builtins.str]:
208
+ '''ARN referencing a KMS key or KMS key alias.'''
209
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kmsKeyArn"))
210
+
211
+ @kms_key_arn.setter
212
+ def kms_key_arn(self, value: typing.Optional[builtins.str]) -> None:
213
+ if __debug__:
214
+ type_hints = typing.get_type_hints(_typecheckingstub__23bc8d23f4b6e4945b6b893192f673deeee7f593b8395cb7a14deed34ab51a8e)
215
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
216
+ jsii.set(self, "kmsKeyArn", value)
217
+
218
+ @builtins.property
219
+ @jsii.member(jsii_name="tags")
220
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
221
+ '''A Map of key value pairs for Tags.'''
222
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], jsii.get(self, "tags"))
223
+
224
+ @tags.setter
225
+ def tags(
226
+ self,
227
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
228
+ ) -> None:
229
+ if __debug__:
230
+ type_hints = typing.get_type_hints(_typecheckingstub__6d245bacf34b43fbfa31b2fb6f2cebd4f675510d4d7607d2e2ec945e1c946895)
231
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
232
+ jsii.set(self, "tags", value)
233
+
234
+
235
+ @jsii.data_type(
236
+ jsii_type="aws-cdk-lib.aws_healthimaging.CfnDatastoreProps",
237
+ jsii_struct_bases=[],
238
+ name_mapping={
239
+ "datastore_name": "datastoreName",
240
+ "kms_key_arn": "kmsKeyArn",
241
+ "tags": "tags",
242
+ },
243
+ )
244
+ class CfnDatastoreProps:
245
+ def __init__(
246
+ self,
247
+ *,
248
+ datastore_name: typing.Optional[builtins.str] = None,
249
+ kms_key_arn: typing.Optional[builtins.str] = None,
250
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
251
+ ) -> None:
252
+ '''Properties for defining a ``CfnDatastore``.
253
+
254
+ :param datastore_name: User friendly name for Datastore.
255
+ :param kms_key_arn: ARN referencing a KMS key or KMS key alias.
256
+ :param tags: A Map of key value pairs for Tags.
257
+
258
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html
259
+ :exampleMetadata: fixture=_generated
260
+
261
+ Example::
262
+
263
+ # The code below shows an example of how to instantiate this type.
264
+ # The values are placeholders you should change.
265
+ from aws_cdk import aws_healthimaging as healthimaging
266
+
267
+ cfn_datastore_props = healthimaging.CfnDatastoreProps(
268
+ datastore_name="datastoreName",
269
+ kms_key_arn="kmsKeyArn",
270
+ tags={
271
+ "tags_key": "tags"
272
+ }
273
+ )
274
+ '''
275
+ if __debug__:
276
+ type_hints = typing.get_type_hints(_typecheckingstub__69345297321f692481fc45ede1e7fda558b5a5d69c93ced4613f61a8bd41a0fe)
277
+ check_type(argname="argument datastore_name", value=datastore_name, expected_type=type_hints["datastore_name"])
278
+ check_type(argname="argument kms_key_arn", value=kms_key_arn, expected_type=type_hints["kms_key_arn"])
279
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
280
+ self._values: typing.Dict[builtins.str, typing.Any] = {}
281
+ if datastore_name is not None:
282
+ self._values["datastore_name"] = datastore_name
283
+ if kms_key_arn is not None:
284
+ self._values["kms_key_arn"] = kms_key_arn
285
+ if tags is not None:
286
+ self._values["tags"] = tags
287
+
288
+ @builtins.property
289
+ def datastore_name(self) -> typing.Optional[builtins.str]:
290
+ '''User friendly name for Datastore.
291
+
292
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html#cfn-healthimaging-datastore-datastorename
293
+ '''
294
+ result = self._values.get("datastore_name")
295
+ return typing.cast(typing.Optional[builtins.str], result)
296
+
297
+ @builtins.property
298
+ def kms_key_arn(self) -> typing.Optional[builtins.str]:
299
+ '''ARN referencing a KMS key or KMS key alias.
300
+
301
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html#cfn-healthimaging-datastore-kmskeyarn
302
+ '''
303
+ result = self._values.get("kms_key_arn")
304
+ return typing.cast(typing.Optional[builtins.str], result)
305
+
306
+ @builtins.property
307
+ def tags(self) -> typing.Optional[typing.Mapping[builtins.str, builtins.str]]:
308
+ '''A Map of key value pairs for Tags.
309
+
310
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthimaging-datastore.html#cfn-healthimaging-datastore-tags
311
+ '''
312
+ result = self._values.get("tags")
313
+ return typing.cast(typing.Optional[typing.Mapping[builtins.str, builtins.str]], result)
314
+
315
+ def __eq__(self, rhs: typing.Any) -> builtins.bool:
316
+ return isinstance(rhs, self.__class__) and rhs._values == self._values
317
+
318
+ def __ne__(self, rhs: typing.Any) -> builtins.bool:
319
+ return not (rhs == self)
320
+
321
+ def __repr__(self) -> str:
322
+ return "CfnDatastoreProps(%s)" % ", ".join(
323
+ k + "=" + repr(v) for k, v in self._values.items()
324
+ )
325
+
326
+
327
+ __all__ = [
328
+ "CfnDatastore",
329
+ "CfnDatastoreProps",
330
+ ]
331
+
332
+ publication.publish()
333
+
334
+ def _typecheckingstub__79b4005abdc2acc4fbde1f52def5483b4f3842866d771c24e762a57e0a4c5b8a(
335
+ scope: _constructs_77d1e7e8.Construct,
336
+ id: builtins.str,
337
+ *,
338
+ datastore_name: typing.Optional[builtins.str] = None,
339
+ kms_key_arn: typing.Optional[builtins.str] = None,
340
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
341
+ ) -> None:
342
+ """Type checking stubs"""
343
+ pass
344
+
345
+ def _typecheckingstub__8bdc268a97ae36ff0ae5df6942796be9ba1153a94280260ebf5d7fd20625462e(
346
+ inspector: _TreeInspector_488e0dd5,
347
+ ) -> None:
348
+ """Type checking stubs"""
349
+ pass
350
+
351
+ def _typecheckingstub__52180ea52cc00dc80149582d0532b56ea3ac66901b0b274212ef7b9b7203a7ba(
352
+ props: typing.Mapping[builtins.str, typing.Any],
353
+ ) -> None:
354
+ """Type checking stubs"""
355
+ pass
356
+
357
+ def _typecheckingstub__5031635295d3986a365da0e431ec71e51bd788c65bab48a8d6f6bdcb3742eda0(
358
+ value: typing.Optional[builtins.str],
359
+ ) -> None:
360
+ """Type checking stubs"""
361
+ pass
362
+
363
+ def _typecheckingstub__23bc8d23f4b6e4945b6b893192f673deeee7f593b8395cb7a14deed34ab51a8e(
364
+ value: typing.Optional[builtins.str],
365
+ ) -> None:
366
+ """Type checking stubs"""
367
+ pass
368
+
369
+ def _typecheckingstub__6d245bacf34b43fbfa31b2fb6f2cebd4f675510d4d7607d2e2ec945e1c946895(
370
+ value: typing.Optional[typing.Mapping[builtins.str, builtins.str]],
371
+ ) -> None:
372
+ """Type checking stubs"""
373
+ pass
374
+
375
+ def _typecheckingstub__69345297321f692481fc45ede1e7fda558b5a5d69c93ced4613f61a8bd41a0fe(
376
+ *,
377
+ datastore_name: typing.Optional[builtins.str] = None,
378
+ kms_key_arn: typing.Optional[builtins.str] = None,
379
+ tags: typing.Optional[typing.Mapping[builtins.str, builtins.str]] = None,
380
+ ) -> None:
381
+ """Type checking stubs"""
382
+ pass
@@ -64,6 +64,7 @@ class CfnFHIRDatastore(
64
64
  Please note that when a user tries to do an Update operation via CloudFormation, changes to the Data Store name, Type Version, PreloadDataConfig, or SSEConfiguration will delete their existing Data Store for the stack and create a new one. This will lead to potential loss of data.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-healthlake-fhirdatastore.html
67
+ :cloudformationResource: AWS::HealthLake::FHIRDatastore
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -1122,6 +1122,7 @@ class CfnAccessKey(
1122
1122
  To ensure the security of your AWS account , the secret access key is accessible only during key and user creation. You must save the key (for example, in a text file) if you want to be able to access it again. If a secret key is lost, you can rotate access keys by increasing the value of the ``serial`` property.
1123
1123
 
1124
1124
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html
1125
+ :cloudformationResource: AWS::IAM::AccessKey
1125
1126
  :exampleMetadata: fixture=_generated
1126
1127
 
1127
1128
  Example::
@@ -1363,6 +1364,7 @@ class CfnGroup(
1363
1364
  For information about the number of groups you can create, see `Limitations on IAM Entities <https://docs.aws.amazon.com/IAM/latest/UserGuide/LimitationsOnEntities.html>`_ in the *IAM User Guide* .
1364
1365
 
1365
1366
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html
1367
+ :cloudformationResource: AWS::IAM::Group
1366
1368
  :exampleMetadata: fixture=_generated
1367
1369
 
1368
1370
  Example::
@@ -1629,6 +1631,7 @@ class CfnGroupPolicy(
1629
1631
  For information about the maximum number of inline policies that you can embed in a group, see `IAM and AWS STS quotas <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html>`_ in the *IAM User Guide* .
1630
1632
 
1631
1633
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-grouppolicy.html
1634
+ :cloudformationResource: AWS::IAM::GroupPolicy
1632
1635
  :exampleMetadata: fixture=_generated
1633
1636
 
1634
1637
  Example::
@@ -2005,6 +2008,7 @@ class CfnInstanceProfile(
2005
2008
  For information about the number of instance profiles you can create, see `IAM object quotas <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html>`_ in the *IAM User Guide* .
2006
2009
 
2007
2010
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html
2011
+ :cloudformationResource: AWS::IAM::InstanceProfile
2008
2012
  :exampleMetadata: fixture=_generated
2009
2013
 
2010
2014
  Example::
@@ -2254,6 +2258,7 @@ class CfnManagedPolicy(
2254
2258
  For more information about managed policies in general, see `Managed policies and inline policies <https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html>`_ in the *IAM User Guide* .
2255
2259
 
2256
2260
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-managedpolicy.html
2261
+ :cloudformationResource: AWS::IAM::ManagedPolicy
2257
2262
  :exampleMetadata: fixture=_generated
2258
2263
 
2259
2264
  Example::
@@ -2749,6 +2754,7 @@ class CfnOIDCProvider(
2749
2754
  The trust for the OIDC provider is derived from the IAM provider that this operation creates. Therefore, it is best to limit access to the `CreateOpenIDConnectProvider <https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html>`_ operation to highly privileged users.
2750
2755
 
2751
2756
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html
2757
+ :cloudformationResource: AWS::IAM::OIDCProvider
2752
2758
  :exampleMetadata: fixture=_generated
2753
2759
 
2754
2760
  Example::
@@ -3048,6 +3054,7 @@ class CfnPolicy(
3048
3054
  - ```AWS::IAM::UserPolicy`` <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-userpolicy.html>`_
3049
3055
 
3050
3056
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html
3057
+ :cloudformationResource: AWS::IAM::Policy
3051
3058
  :exampleMetadata: fixture=_generated
3052
3059
 
3053
3060
  Example::
@@ -3370,6 +3377,7 @@ class CfnRole(
3370
3377
  For more information about roles, see `IAM roles <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html>`_ in the *IAM User Guide* . For information about quotas for role names and the number of roles you can create, see `IAM and AWS STS quotas <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html>`_ in the *IAM User Guide* .
3371
3378
 
3372
3379
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html
3380
+ :cloudformationResource: AWS::IAM::Role
3373
3381
  :exampleMetadata: fixture=_generated
3374
3382
 
3375
3383
  Example::
@@ -3739,6 +3747,7 @@ class CfnRolePolicy(
3739
3747
  For information about the maximum number of inline policies that you can embed with a role, see `IAM and AWS STS quotas <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html>`_ in the *IAM User Guide* .
3740
3748
 
3741
3749
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-rolepolicy.html
3750
+ :cloudformationResource: AWS::IAM::RolePolicy
3742
3751
  :exampleMetadata: fixture=_generated
3743
3752
 
3744
3753
  Example::
@@ -4224,6 +4233,7 @@ class CfnSAMLProvider(
4224
4233
  For more information, see `Enabling SAML 2.0 federated users to access the AWS Management Console <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-saml.html>`_ and `About SAML 2.0-based federation <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html>`_ in the *IAM User Guide* .
4225
4234
 
4226
4235
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-samlprovider.html
4236
+ :cloudformationResource: AWS::IAM::SAMLProvider
4227
4237
  :exampleMetadata: fixture=_generated
4228
4238
 
4229
4239
  Example::
@@ -4485,6 +4495,7 @@ class CfnServerCertificate(
4485
4495
  Because the body of the public key certificate, private key, and the certificate chain can be large, you should use POST rather than GET when calling ``UploadServerCertificate`` . For information about setting up signatures and authorization through the API, see `Signing AWS API requests <https://docs.aws.amazon.com/general/latest/gr/signing_aws_api_requests.html>`_ in the *AWS General Reference* . For general information about using the Query API with IAM, see `Calling the API by making HTTP query requests <https://docs.aws.amazon.com/IAM/latest/UserGuide/programming.html>`_ in the *IAM User Guide* .
4486
4496
 
4487
4497
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servercertificate.html
4498
+ :cloudformationResource: AWS::IAM::ServerCertificate
4488
4499
  :exampleMetadata: fixture=_generated
4489
4500
 
4490
4501
  Example::
@@ -4845,6 +4856,7 @@ class CfnServiceLinkedRole(
4845
4856
  To attach a policy to this service-linked role, you must make the request using the AWS service that depends on this role.
4846
4857
 
4847
4858
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-servicelinkedrole.html
4859
+ :cloudformationResource: AWS::IAM::ServiceLinkedRole
4848
4860
  :exampleMetadata: infused
4849
4861
 
4850
4862
  Example::
@@ -5071,6 +5083,7 @@ class CfnUser(
5071
5083
  For information about quotas for the number of IAM users you can create, see `IAM and AWS STS quotas <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html>`_ in the *IAM User Guide* .
5072
5084
 
5073
5085
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html
5086
+ :cloudformationResource: AWS::IAM::User
5074
5087
  :exampleMetadata: fixture=_generated
5075
5088
 
5076
5089
  Example::
@@ -5503,6 +5516,7 @@ class CfnUserPolicy(
5503
5516
  For information about the maximum number of inline policies that you can embed in a user, see `IAM and AWS STS quotas <https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html>`_ in the *IAM User Guide* .
5504
5517
 
5505
5518
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-userpolicy.html
5519
+ :cloudformationResource: AWS::IAM::UserPolicy
5506
5520
  :exampleMetadata: fixture=_generated
5507
5521
 
5508
5522
  Example::
@@ -5967,6 +5981,7 @@ class CfnUserToGroupAddition(
5967
5981
  '''Adds the specified user to the specified group.
5968
5982
 
5969
5983
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html
5984
+ :cloudformationResource: AWS::IAM::UserToGroupAddition
5970
5985
  :exampleMetadata: fixture=_generated
5971
5986
 
5972
5987
  Example::
@@ -6163,6 +6178,7 @@ class CfnVirtualMFADevice(
6163
6178
  The seed information contained in the QR code and the Base32 string should be treated like any other secret access information. In other words, protect the seed information as you would your AWS access keys or your passwords. After you provision your virtual device, you should ensure that the information is destroyed following secure procedures.
6164
6179
 
6165
6180
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-virtualmfadevice.html
6181
+ :cloudformationResource: AWS::IAM::VirtualMFADevice
6166
6182
  :exampleMetadata: fixture=_generated
6167
6183
 
6168
6184
  Example::
@@ -57,6 +57,7 @@ class CfnGroup(
57
57
  '''A group object, which contains a specified group’s metadata and attributes.
58
58
 
59
59
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-group.html
60
+ :cloudformationResource: AWS::IdentityStore::Group
60
61
  :exampleMetadata: fixture=_generated
61
62
 
62
63
  Example::
@@ -195,6 +196,7 @@ class CfnGroupMembership(
195
196
  '''Contains the identifiers for a group, a group member, and a ``GroupMembership`` object in the identity store.
196
197
 
197
198
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-identitystore-groupmembership.html
199
+ :cloudformationResource: AWS::IdentityStore::GroupMembership
198
200
  :exampleMetadata: fixture=_generated
199
201
 
200
202
  Example::
@@ -64,6 +64,7 @@ class CfnComponent(
64
64
  - A URL that points to a YAML document file stored in Amazon S3, using the ``uri`` property in the request body.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-component.html
67
+ :cloudformationResource: AWS::ImageBuilder::Component
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -589,6 +590,7 @@ class CfnContainerRecipe(
589
590
  Container recipes define how images are configured, tested, and assessed.
590
591
 
591
592
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-containerrecipe.html
593
+ :cloudformationResource: AWS::ImageBuilder::ContainerRecipe
592
594
  :exampleMetadata: fixture=_generated
593
595
 
594
596
  Example::
@@ -1927,6 +1929,7 @@ class CfnDistributionConfiguration(
1927
1929
  It also allows you to export the AMI to Amazon S3 .
1928
1930
 
1929
1931
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-distributionconfiguration.html
1932
+ :cloudformationResource: AWS::ImageBuilder::DistributionConfiguration
1930
1933
  :exampleMetadata: fixture=_generated
1931
1934
 
1932
1935
  Example::
@@ -3258,6 +3261,7 @@ class CfnImage(
3258
3261
  An image is a customized, secure, and up-to-date “golden” server image that is pre-installed and pre-configured with software and settings to meet specific IT standards.
3259
3262
 
3260
3263
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-image.html
3264
+ :cloudformationResource: AWS::ImageBuilder::Image
3261
3265
  :exampleMetadata: fixture=_generated
3262
3266
 
3263
3267
  Example::
@@ -3794,6 +3798,7 @@ class CfnImagePipeline(
3794
3798
  The Image Builder image pipeline is associated with an image recipe that defines the build, validation, and test phases for an image build lifecycle. An image pipeline can be associated with an infrastructure configuration that defines where your image is built. You can define attributes, such as instance types, a subnet for your VPC, security groups, logging, and other infrastructure-related configurations. You can also associate your image pipeline with a distribution configuration to define how you would like to deploy your image.
3795
3799
 
3796
3800
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagepipeline.html
3801
+ :cloudformationResource: AWS::ImageBuilder::ImagePipeline
3797
3802
  :exampleMetadata: fixture=_generated
3798
3803
 
3799
3804
  Example::
@@ -4914,6 +4919,7 @@ class CfnImageRecipe(
4914
4919
  You can use an image recipe to duplicate builds. Image Builder image recipes can be shared, branched, and edited using the console wizard, the AWS CLI , or the API. You can use image recipes with your version control software to maintain shareable versioned image recipes.
4915
4920
 
4916
4921
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-imagerecipe.html
4922
+ :cloudformationResource: AWS::ImageBuilder::ImageRecipe
4917
4923
  :exampleMetadata: fixture=_generated
4918
4924
 
4919
4925
  Example::
@@ -6036,6 +6042,7 @@ class CfnInfrastructureConfiguration(
6036
6042
  In the infrastructure configuration, you can specify instance types, subnets, and security groups to associate with your instance. You can also associate an Amazon EC2 key pair with the instance used to build your image. This allows you to log on to your instance to troubleshoot if your build fails and you set terminateInstanceOnFailure to false.
6037
6043
 
6038
6044
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-imagebuilder-infrastructureconfiguration.html
6045
+ :cloudformationResource: AWS::ImageBuilder::InfrastructureConfiguration
6039
6046
  :exampleMetadata: fixture=_generated
6040
6047
 
6041
6048
  Example::
@@ -58,6 +58,7 @@ class CfnAssessmentTarget(
58
58
  '''The ``AWS::Inspector::AssessmentTarget`` resource is used to create Amazon Inspector assessment targets, which specify the Amazon EC2 instances that will be analyzed during an assessment run.
59
59
 
60
60
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttarget.html
61
+ :cloudformationResource: AWS::Inspector::AssessmentTarget
61
62
  :exampleMetadata: fixture=_generated
62
63
 
63
64
  Example::
@@ -255,6 +256,7 @@ class CfnAssessmentTemplate(
255
256
  '''The ``AWS::Inspector::AssessmentTemplate`` resource creates an Amazon Inspector assessment template, which specifies the Inspector assessment targets that will be evaluated by an assessment run and its related configurations.
256
257
 
257
258
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-assessmenttemplate.html
259
+ :cloudformationResource: AWS::Inspector::AssessmentTemplate
258
260
  :exampleMetadata: fixture=_generated
259
261
 
260
262
  Example::
@@ -571,6 +573,7 @@ class CfnResourceGroup(
571
573
  A resource group defines a set of tags that, when queried, identify the AWS resources that make up the assessment target.
572
574
 
573
575
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspector-resourcegroup.html
576
+ :cloudformationResource: AWS::Inspector::ResourceGroup
574
577
  :exampleMetadata: fixture=_generated
575
578
 
576
579
  Example::
@@ -57,6 +57,7 @@ class CfnFilter(
57
57
  '''Details about a filter.
58
58
 
59
59
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-inspectorv2-filter.html
60
+ :cloudformationResource: AWS::InspectorV2::Filter
60
61
  :exampleMetadata: fixture=_generated
61
62
 
62
63
  Example::
@@ -66,6 +66,7 @@ class CfnMonitor(
66
66
  For more information, see `Using Amazon CloudWatch Internet Monitor <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-InternetMonitor.html>`_ in the *Amazon CloudWatch User Guide* .
67
67
 
68
68
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-internetmonitor-monitor.html
69
+ :cloudformationResource: AWS::InternetMonitor::Monitor
69
70
  :exampleMetadata: fixture=_generated
70
71
 
71
72
  Example::