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
@@ -57,9 +57,14 @@ class CfnCRL(
57
57
  metaclass=jsii.JSIIMeta,
58
58
  jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnCRL",
59
59
  ):
60
- '''Creates a Crl.
60
+ '''Imports the certificate revocation list (CRL).
61
+
62
+ A CRL is a list of certificates that have been revoked by the issuing certificate Authority (CA).In order to be properly imported, a CRL must be in PEM format. IAM Roles Anywhere validates against the CRL before issuing credentials.
63
+
64
+ *Required permissions:* ``rolesanywhere:ImportCrl`` .
61
65
 
62
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
67
+ :cloudformationResource: AWS::RolesAnywhere::CRL
63
68
  :exampleMetadata: fixture=_generated
64
69
 
65
70
  Example::
@@ -96,10 +101,10 @@ class CfnCRL(
96
101
  '''
97
102
  :param scope: Scope in which this resource is defined.
98
103
  :param id: Construct identifier for this resource (unique in its scope).
99
- :param crl_data: x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.
100
- :param name: The customer specified name of the resource.
101
- :param enabled: The enabled status of the resource.
102
- :param tags: A list of Tags.
104
+ :param crl_data: The x509 v3 specified certificate revocation list (CRL).
105
+ :param name: The name of the certificate revocation list (CRL).
106
+ :param enabled: Specifies whether the certificate revocation list (CRL) is enabled.
107
+ :param tags: A list of tags to attach to the certificate revocation list (CRL).
103
108
  :param trust_anchor_arn: The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
104
109
  '''
105
110
  if __debug__:
@@ -169,7 +174,7 @@ class CfnCRL(
169
174
  @builtins.property
170
175
  @jsii.member(jsii_name="crlData")
171
176
  def crl_data(self) -> builtins.str:
172
- '''x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.'''
177
+ '''The x509 v3 specified certificate revocation list (CRL).'''
173
178
  return typing.cast(builtins.str, jsii.get(self, "crlData"))
174
179
 
175
180
  @crl_data.setter
@@ -182,7 +187,7 @@ class CfnCRL(
182
187
  @builtins.property
183
188
  @jsii.member(jsii_name="name")
184
189
  def name(self) -> builtins.str:
185
- '''The customer specified name of the resource.'''
190
+ '''The name of the certificate revocation list (CRL).'''
186
191
  return typing.cast(builtins.str, jsii.get(self, "name"))
187
192
 
188
193
  @name.setter
@@ -197,7 +202,7 @@ class CfnCRL(
197
202
  def enabled(
198
203
  self,
199
204
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
200
- '''The enabled status of the resource.'''
205
+ '''Specifies whether the certificate revocation list (CRL) is enabled.'''
201
206
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "enabled"))
202
207
 
203
208
  @enabled.setter
@@ -213,7 +218,7 @@ class CfnCRL(
213
218
  @builtins.property
214
219
  @jsii.member(jsii_name="tagsRaw")
215
220
  def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
216
- '''A list of Tags.'''
221
+ '''A list of tags to attach to the certificate revocation list (CRL).'''
217
222
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
218
223
 
219
224
  @tags_raw.setter
@@ -260,10 +265,10 @@ class CfnCRLProps:
260
265
  ) -> None:
261
266
  '''Properties for defining a ``CfnCRL``.
262
267
 
263
- :param crl_data: x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.
264
- :param name: The customer specified name of the resource.
265
- :param enabled: The enabled status of the resource.
266
- :param tags: A list of Tags.
268
+ :param crl_data: The x509 v3 specified certificate revocation list (CRL).
269
+ :param name: The name of the certificate revocation list (CRL).
270
+ :param enabled: Specifies whether the certificate revocation list (CRL) is enabled.
271
+ :param tags: A list of tags to attach to the certificate revocation list (CRL).
267
272
  :param trust_anchor_arn: The ARN of the TrustAnchor the certificate revocation list (CRL) will provide revocation for.
268
273
 
269
274
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html
@@ -308,7 +313,7 @@ class CfnCRLProps:
308
313
 
309
314
  @builtins.property
310
315
  def crl_data(self) -> builtins.str:
311
- '''x509 v3 Certificate Revocation List to revoke auth for corresponding certificates presented in CreateSession operations.
316
+ '''The x509 v3 specified certificate revocation list (CRL).
312
317
 
313
318
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html#cfn-rolesanywhere-crl-crldata
314
319
  '''
@@ -318,7 +323,7 @@ class CfnCRLProps:
318
323
 
319
324
  @builtins.property
320
325
  def name(self) -> builtins.str:
321
- '''The customer specified name of the resource.
326
+ '''The name of the certificate revocation list (CRL).
322
327
 
323
328
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html#cfn-rolesanywhere-crl-name
324
329
  '''
@@ -330,7 +335,7 @@ class CfnCRLProps:
330
335
  def enabled(
331
336
  self,
332
337
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
333
- '''The enabled status of the resource.
338
+ '''Specifies whether the certificate revocation list (CRL) is enabled.
334
339
 
335
340
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html#cfn-rolesanywhere-crl-enabled
336
341
  '''
@@ -339,7 +344,7 @@ class CfnCRLProps:
339
344
 
340
345
  @builtins.property
341
346
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
342
- '''A list of Tags.
347
+ '''A list of tags to attach to the certificate revocation list (CRL).
343
348
 
344
349
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-crl.html#cfn-rolesanywhere-crl-tags
345
350
  '''
@@ -373,9 +378,14 @@ class CfnProfile(
373
378
  metaclass=jsii.JSIIMeta,
374
379
  jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnProfile",
375
380
  ):
376
- '''Creates a Profile.
381
+ '''Creates a *profile* , a list of the roles that Roles Anywhere service is trusted to assume.
382
+
383
+ You use profiles to intersect permissions with IAM managed policies.
384
+
385
+ *Required permissions:* ``rolesanywhere:CreateProfile`` .
377
386
 
378
387
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html
388
+ :cloudformationResource: AWS::RolesAnywhere::Profile
379
389
  :exampleMetadata: fixture=_generated
380
390
 
381
391
  Example::
@@ -418,14 +428,14 @@ class CfnProfile(
418
428
  '''
419
429
  :param scope: Scope in which this resource is defined.
420
430
  :param id: Construct identifier for this resource (unique in its scope).
421
- :param name: The customer specified name of the resource.
422
- :param role_arns: A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
423
- :param duration_seconds: The number of seconds vended session credentials will be valid for.
424
- :param enabled: The enabled status of the resource.
425
- :param managed_policy_arns: A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.
426
- :param require_instance_properties: Specifies whether instance properties are required in CreateSession requests with this profile.
427
- :param session_policy: A session policy that will applied to the trust boundary of the vended session credentials.
428
- :param tags: A list of Tags.
431
+ :param name: The name of the profile.
432
+ :param role_arns: A list of IAM role ARNs. During ``CreateSession`` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.
433
+ :param duration_seconds: Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.
434
+ :param enabled: Indicates whether the profile is enabled.
435
+ :param managed_policy_arns: A list of managed policy ARNs that apply to the vended session credentials.
436
+ :param require_instance_properties: Specifies whether instance properties are required in temporary credential requests with this profile.
437
+ :param session_policy: A session policy that applies to the trust boundary of the vended session credentials.
438
+ :param tags: The tags to attach to the profile.
429
439
  '''
430
440
  if __debug__:
431
441
  type_hints = typing.get_type_hints(_typecheckingstub__15739ec913066dea67815f6297a7c4e3ed351b4df22323a7b46fa138af1a7af8)
@@ -506,7 +516,7 @@ class CfnProfile(
506
516
  @builtins.property
507
517
  @jsii.member(jsii_name="name")
508
518
  def name(self) -> builtins.str:
509
- '''The customer specified name of the resource.'''
519
+ '''The name of the profile.'''
510
520
  return typing.cast(builtins.str, jsii.get(self, "name"))
511
521
 
512
522
  @name.setter
@@ -519,7 +529,7 @@ class CfnProfile(
519
529
  @builtins.property
520
530
  @jsii.member(jsii_name="roleArns")
521
531
  def role_arns(self) -> typing.List[builtins.str]:
522
- '''A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.'''
532
+ '''A list of IAM role ARNs.'''
523
533
  return typing.cast(typing.List[builtins.str], jsii.get(self, "roleArns"))
524
534
 
525
535
  @role_arns.setter
@@ -532,7 +542,7 @@ class CfnProfile(
532
542
  @builtins.property
533
543
  @jsii.member(jsii_name="durationSeconds")
534
544
  def duration_seconds(self) -> typing.Optional[jsii.Number]:
535
- '''The number of seconds vended session credentials will be valid for.'''
545
+ '''Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.'''
536
546
  return typing.cast(typing.Optional[jsii.Number], jsii.get(self, "durationSeconds"))
537
547
 
538
548
  @duration_seconds.setter
@@ -547,7 +557,7 @@ class CfnProfile(
547
557
  def enabled(
548
558
  self,
549
559
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
550
- '''The enabled status of the resource.'''
560
+ '''Indicates whether the profile is enabled.'''
551
561
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "enabled"))
552
562
 
553
563
  @enabled.setter
@@ -563,7 +573,7 @@ class CfnProfile(
563
573
  @builtins.property
564
574
  @jsii.member(jsii_name="managedPolicyArns")
565
575
  def managed_policy_arns(self) -> typing.Optional[typing.List[builtins.str]]:
566
- '''A list of managed policy ARNs.'''
576
+ '''A list of managed policy ARNs that apply to the vended session credentials.'''
567
577
  return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "managedPolicyArns"))
568
578
 
569
579
  @managed_policy_arns.setter
@@ -581,7 +591,7 @@ class CfnProfile(
581
591
  def require_instance_properties(
582
592
  self,
583
593
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
584
- '''Specifies whether instance properties are required in CreateSession requests with this profile.'''
594
+ '''Specifies whether instance properties are required in temporary credential requests with this profile.'''
585
595
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], jsii.get(self, "requireInstanceProperties"))
586
596
 
587
597
  @require_instance_properties.setter
@@ -597,7 +607,7 @@ class CfnProfile(
597
607
  @builtins.property
598
608
  @jsii.member(jsii_name="sessionPolicy")
599
609
  def session_policy(self) -> typing.Optional[builtins.str]:
600
- '''A session policy that will applied to the trust boundary of the vended session credentials.'''
610
+ '''A session policy that applies to the trust boundary of the vended session credentials.'''
601
611
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "sessionPolicy"))
602
612
 
603
613
  @session_policy.setter
@@ -610,7 +620,7 @@ class CfnProfile(
610
620
  @builtins.property
611
621
  @jsii.member(jsii_name="tagsRaw")
612
622
  def tags_raw(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
613
- '''A list of Tags.'''
623
+ '''The tags to attach to the profile.'''
614
624
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tagsRaw"))
615
625
 
616
626
  @tags_raw.setter
@@ -650,14 +660,14 @@ class CfnProfileProps:
650
660
  ) -> None:
651
661
  '''Properties for defining a ``CfnProfile``.
652
662
 
653
- :param name: The customer specified name of the resource.
654
- :param role_arns: A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
655
- :param duration_seconds: The number of seconds vended session credentials will be valid for.
656
- :param enabled: The enabled status of the resource.
657
- :param managed_policy_arns: A list of managed policy ARNs. Managed policies identified by this list will be applied to the vended session credentials.
658
- :param require_instance_properties: Specifies whether instance properties are required in CreateSession requests with this profile.
659
- :param session_policy: A session policy that will applied to the trust boundary of the vended session credentials.
660
- :param tags: A list of Tags.
663
+ :param name: The name of the profile.
664
+ :param role_arns: A list of IAM role ARNs. During ``CreateSession`` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.
665
+ :param duration_seconds: Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.
666
+ :param enabled: Indicates whether the profile is enabled.
667
+ :param managed_policy_arns: A list of managed policy ARNs that apply to the vended session credentials.
668
+ :param require_instance_properties: Specifies whether instance properties are required in temporary credential requests with this profile.
669
+ :param session_policy: A session policy that applies to the trust boundary of the vended session credentials.
670
+ :param tags: The tags to attach to the profile.
661
671
 
662
672
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html
663
673
  :exampleMetadata: fixture=_generated
@@ -713,7 +723,7 @@ class CfnProfileProps:
713
723
 
714
724
  @builtins.property
715
725
  def name(self) -> builtins.str:
716
- '''The customer specified name of the resource.
726
+ '''The name of the profile.
717
727
 
718
728
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-name
719
729
  '''
@@ -723,7 +733,9 @@ class CfnProfileProps:
723
733
 
724
734
  @builtins.property
725
735
  def role_arns(self) -> typing.List[builtins.str]:
726
- '''A list of IAM role ARNs that can be assumed when this profile is specified in a CreateSession request.
736
+ '''A list of IAM role ARNs.
737
+
738
+ During ``CreateSession`` , if a matching role ARN is provided, the properties in this profile will be applied to the intersection session policy.
727
739
 
728
740
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-rolearns
729
741
  '''
@@ -733,7 +745,7 @@ class CfnProfileProps:
733
745
 
734
746
  @builtins.property
735
747
  def duration_seconds(self) -> typing.Optional[jsii.Number]:
736
- '''The number of seconds vended session credentials will be valid for.
748
+ '''Sets the maximum number of seconds that vended temporary credentials through `CreateSession <https://docs.aws.amazon.com/rolesanywhere/latest/userguide/authentication-create-session.html>`_ will be valid for, between 900 and 3600.
737
749
 
738
750
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-durationseconds
739
751
  '''
@@ -744,7 +756,7 @@ class CfnProfileProps:
744
756
  def enabled(
745
757
  self,
746
758
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
747
- '''The enabled status of the resource.
759
+ '''Indicates whether the profile is enabled.
748
760
 
749
761
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-enabled
750
762
  '''
@@ -753,9 +765,7 @@ class CfnProfileProps:
753
765
 
754
766
  @builtins.property
755
767
  def managed_policy_arns(self) -> typing.Optional[typing.List[builtins.str]]:
756
- '''A list of managed policy ARNs.
757
-
758
- Managed policies identified by this list will be applied to the vended session credentials.
768
+ '''A list of managed policy ARNs that apply to the vended session credentials.
759
769
 
760
770
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-managedpolicyarns
761
771
  '''
@@ -766,7 +776,7 @@ class CfnProfileProps:
766
776
  def require_instance_properties(
767
777
  self,
768
778
  ) -> typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]]:
769
- '''Specifies whether instance properties are required in CreateSession requests with this profile.
779
+ '''Specifies whether instance properties are required in temporary credential requests with this profile.
770
780
 
771
781
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-requireinstanceproperties
772
782
  '''
@@ -775,7 +785,7 @@ class CfnProfileProps:
775
785
 
776
786
  @builtins.property
777
787
  def session_policy(self) -> typing.Optional[builtins.str]:
778
- '''A session policy that will applied to the trust boundary of the vended session credentials.
788
+ '''A session policy that applies to the trust boundary of the vended session credentials.
779
789
 
780
790
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-sessionpolicy
781
791
  '''
@@ -784,7 +794,7 @@ class CfnProfileProps:
784
794
 
785
795
  @builtins.property
786
796
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
787
- '''A list of Tags.
797
+ '''The tags to attach to the profile.
788
798
 
789
799
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-profile.html#cfn-rolesanywhere-profile-tags
790
800
  '''
@@ -809,9 +819,14 @@ class CfnTrustAnchor(
809
819
  metaclass=jsii.JSIIMeta,
810
820
  jsii_type="aws-cdk-lib.aws_rolesanywhere.CfnTrustAnchor",
811
821
  ):
812
- '''Creates a TrustAnchor.
822
+ '''Creates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA).
823
+
824
+ You can define a trust anchor as a reference to an AWS Private Certificate Authority ( AWS Private CA ) or by uploading a CA certificate. Your AWS workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary AWS credentials.
825
+
826
+ *Required permissions:* ``rolesanywhere:CreateTrustAnchor`` .
813
827
 
814
828
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rolesanywhere-trustanchor.html
829
+ :cloudformationResource: AWS::RolesAnywhere::TrustAnchor
815
830
  :exampleMetadata: fixture=_generated
816
831
 
817
832
  Example::
@@ -1137,7 +1152,7 @@ class CfnTrustAnchor(
1137
1152
  acm_pca_arn: typing.Optional[builtins.str] = None,
1138
1153
  x509_certificate_data: typing.Optional[builtins.str] = None,
1139
1154
  ) -> None:
1140
- '''A union object representing the data field of the TrustAnchor depending on its type.
1155
+ '''The data field of the trust anchor depending on its type.
1141
1156
 
1142
1157
  :param acm_pca_arn: The root certificate of the AWS Private Certificate Authority specified by this ARN is used in trust validation for temporary credential requests. Included for trust anchors of type ``AWS_ACM_PCA`` . .. epigraph:: This field is not supported in your region.
1143
1158
  :param x509_certificate_data: The PEM-encoded data for the certificate anchor. Included for trust anchors of type ``CERTIFICATE_BUNDLE`` .
@@ -1214,10 +1229,10 @@ class CfnTrustAnchor(
1214
1229
  source_data: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnTrustAnchor.SourceDataProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
1215
1230
  source_type: typing.Optional[builtins.str] = None,
1216
1231
  ) -> None:
1217
- '''Object representing the TrustAnchor type and its related certificate data.
1232
+ '''The trust anchor type and its related certificate data.
1218
1233
 
1219
- :param source_data: A union object representing the data field of the TrustAnchor depending on its type.
1220
- :param source_type: The type of the TrustAnchor.
1234
+ :param source_data: The data field of the trust anchor depending on its type.
1235
+ :param source_type: The type of the TrustAnchor. .. epigraph:: ``AWS_ACM_PCA`` is not an allowed value in your region.
1221
1236
 
1222
1237
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html
1223
1238
  :exampleMetadata: fixture=_generated
@@ -1250,7 +1265,7 @@ class CfnTrustAnchor(
1250
1265
  def source_data(
1251
1266
  self,
1252
1267
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnTrustAnchor.SourceDataProperty"]]:
1253
- '''A union object representing the data field of the TrustAnchor depending on its type.
1268
+ '''The data field of the trust anchor depending on its type.
1254
1269
 
1255
1270
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html#cfn-rolesanywhere-trustanchor-source-sourcedata
1256
1271
  '''
@@ -1261,6 +1276,10 @@ class CfnTrustAnchor(
1261
1276
  def source_type(self) -> typing.Optional[builtins.str]:
1262
1277
  '''The type of the TrustAnchor.
1263
1278
 
1279
+ .. epigraph::
1280
+
1281
+ ``AWS_ACM_PCA`` is not an allowed value in your region.
1282
+
1264
1283
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rolesanywhere-trustanchor-source.html#cfn-rolesanywhere-trustanchor-source-sourcetype
1265
1284
  '''
1266
1285
  result = self._values.get("source_type")
@@ -554,6 +554,7 @@ class CfnCidrCollection(
554
554
  '''Creates a CIDR collection in the current AWS account.
555
555
 
556
556
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-cidrcollection.html
557
+ :cloudformationResource: AWS::Route53::CidrCollection
557
558
  :exampleMetadata: fixture=_generated
558
559
 
559
560
  Example::
@@ -839,6 +840,7 @@ class CfnDNSSEC(
839
840
  '''The ``AWS::Route53::DNSSEC`` resource is used to enable DNSSEC signing in a hosted zone.
840
841
 
841
842
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-dnssec.html
843
+ :cloudformationResource: AWS::Route53::DNSSEC
842
844
  :exampleMetadata: fixture=_generated
843
845
 
844
846
  Example::
@@ -1002,6 +1004,7 @@ class CfnHealthCheck(
1002
1004
  - You can create a CloudWatch metric, associate an alarm with the metric, and then create a health check that is based on the state of the alarm. For example, you might create a CloudWatch metric that checks the status of the Amazon EC2 ``StatusCheckFailed`` metric, add an alarm to the metric, and then create a health check that is based on the state of the alarm. For information about creating CloudWatch metrics and alarms by using the CloudWatch console, see the `Amazon CloudWatch User Guide <https://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/WhatIsCloudWatch.html>`_ .
1003
1005
 
1004
1006
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-healthcheck.html
1007
+ :cloudformationResource: AWS::Route53::HealthCheck
1005
1008
  :exampleMetadata: fixture=_generated
1006
1009
 
1007
1010
  Example::
@@ -1892,6 +1895,7 @@ class CfnHostedZone(
1892
1895
  For more information, see `Access Management <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html>`_ in the *AWS General Reference* .
1893
1896
 
1894
1897
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-hostedzone.html
1898
+ :cloudformationResource: AWS::Route53::HostedZone
1895
1899
  :exampleMetadata: fixture=_generated
1896
1900
 
1897
1901
  Example::
@@ -2573,6 +2577,7 @@ class CfnKeySigningKey(
2573
2577
  The hosted zone ID is passed as a parameter in the KSK properties. You can specify the properties of this KSK using the ``Name`` , ``Status`` , and ``KeyManagementServiceArn`` properties of the resource.
2574
2578
 
2575
2579
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-keysigningkey.html
2580
+ :cloudformationResource: AWS::Route53::KeySigningKey
2576
2581
  :exampleMetadata: fixture=_generated
2577
2582
 
2578
2583
  Example::
@@ -2842,6 +2847,7 @@ class CfnRecordSet(
2842
2847
  For more information, see `ChangeResourceRecordSets <https://docs.aws.amazon.com/Route53/latest/APIReference/API_ChangeResourceRecordSets.html>`_ in the *Amazon Route 53 API Reference* .
2843
2848
 
2844
2849
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordset.html
2850
+ :cloudformationResource: AWS::Route53::RecordSet
2845
2851
  :exampleMetadata: fixture=_generated
2846
2852
 
2847
2853
  Example::
@@ -3621,6 +3627,7 @@ class CfnRecordSetGroup(
3621
3627
  '''A complex type that contains an optional comment, the name and ID of the hosted zone that you want to make changes in, and values for the records that you want to create.
3622
3628
 
3623
3629
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53-recordsetgroup.html
3630
+ :cloudformationResource: AWS::Route53::RecordSetGroup
3624
3631
  :exampleMetadata: fixture=_generated
3625
3632
 
3626
3633
  Example::
@@ -62,6 +62,7 @@ class CfnCluster(
62
62
  A cluster is a set of redundant Regional endpoints that you can run Route 53 ARC API calls against to update or get the state of one or more routing controls.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-cluster.html
65
+ :cloudformationResource: AWS::Route53RecoveryControl::Cluster
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -366,6 +367,7 @@ class CfnControlPanel(
366
367
  A control panel represents a group of routing controls that can be changed together in a single transaction. You can use a control panel to centrally view the operational status of applications across your organization, and trigger multi-app failovers in a single transaction, for example, to fail over from one AWS Region (cell) to another.
367
368
 
368
369
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-controlpanel.html
370
+ :cloudformationResource: AWS::Route53RecoveryControl::ControlPanel
369
371
  :exampleMetadata: fixture=_generated
370
372
 
371
373
  Example::
@@ -636,6 +638,7 @@ class CfnRoutingControl(
636
638
  To get or update the state of the routing control, you must specify a cluster endpoint, which is an endpoint URL and an AWS Region. For more information, see `Code examples <https://docs.aws.amazon.com/r53recovery/latest/dg/service_code_examples.html>`_ in the Amazon Route 53 Application Recovery Controller Developer Guide.
637
639
 
638
640
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-routingcontrol.html
641
+ :cloudformationResource: AWS::Route53RecoveryControl::RoutingControl
639
642
  :exampleMetadata: fixture=_generated
640
643
 
641
644
  Example::
@@ -888,6 +891,7 @@ class CfnSafetyRule(
888
891
  For more information, see `Safety rules <https://docs.aws.amazon.com/r53recovery/latest/dg/routing-control.safety-rules.html>`_ in the Amazon Route 53 Application Recovery Controller Developer Guide.
889
892
 
890
893
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoverycontrol-safetyrule.html
894
+ :cloudformationResource: AWS::Route53RecoveryControl::SafetyRule
891
895
  :exampleMetadata: fixture=_generated
892
896
 
893
897
  Example::
@@ -68,6 +68,7 @@ class CfnCell(
68
68
  Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
69
69
 
70
70
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-cell.html
71
+ :cloudformationResource: AWS::Route53RecoveryReadiness::Cell
71
72
  :exampleMetadata: fixture=_generated
72
73
 
73
74
  Example::
@@ -317,6 +318,7 @@ class CfnReadinessCheck(
317
318
  Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
318
319
 
319
320
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-readinesscheck.html
321
+ :cloudformationResource: AWS::Route53RecoveryReadiness::ReadinessCheck
320
322
  :exampleMetadata: fixture=_generated
321
323
 
322
324
  Example::
@@ -561,6 +563,7 @@ class CfnRecoveryGroup(
561
563
  Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
562
564
 
563
565
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-recoverygroup.html
566
+ :cloudformationResource: AWS::Route53RecoveryReadiness::RecoveryGroup
564
567
  :exampleMetadata: fixture=_generated
565
568
 
566
569
  Example::
@@ -805,6 +808,7 @@ class CfnResourceSet(
805
808
  Route 53 ARC Readiness supports us-east-1 and us-west-2 AWS Regions only.
806
809
 
807
810
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53recoveryreadiness-resourceset.html
811
+ :cloudformationResource: AWS::Route53RecoveryReadiness::ResourceSet
808
812
  :exampleMetadata: fixture=_generated
809
813
 
810
814
  Example::
@@ -67,6 +67,7 @@ class CfnFirewallDomainList(
67
67
  To retrieve the domains that are defined for this domain list, call `ListFirewallDomains <https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListFirewallDomains.html>`_ .
68
68
 
69
69
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewalldomainlist.html
70
+ :cloudformationResource: AWS::Route53Resolver::FirewallDomainList
70
71
  :exampleMetadata: fixture=_generated
71
72
 
72
73
  Example::
@@ -415,6 +416,7 @@ class CfnFirewallRuleGroup(
415
416
  A firewall rule group is a collection of rules that DNS Firewall uses to filter DNS network traffic for a VPC. To retrieve the rules for the rule group, call `ListFirewallRules <https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListFirewallRules.html>`_ .
416
417
 
417
418
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallrulegroup.html
419
+ :cloudformationResource: AWS::Route53Resolver::FirewallRuleGroup
418
420
  :exampleMetadata: fixture=_generated
419
421
 
420
422
  Example::
@@ -837,6 +839,7 @@ class CfnFirewallRuleGroupAssociation(
837
839
  '''An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
838
840
 
839
841
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-firewallrulegroupassociation.html
842
+ :cloudformationResource: AWS::Route53Resolver::FirewallRuleGroupAssociation
840
843
  :exampleMetadata: fixture=_generated
841
844
 
842
845
  Example::
@@ -1353,6 +1356,7 @@ class CfnOutpostResolver(
1353
1356
  '''Creates a Amazon Route 53 Resolver on an Outpost.
1354
1357
 
1355
1358
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-outpostresolver.html
1359
+ :cloudformationResource: AWS::Route53Resolver::OutpostResolver
1356
1360
  :exampleMetadata: fixture=_generated
1357
1361
 
1358
1362
  Example::
@@ -1714,6 +1718,7 @@ class CfnResolverConfig(
1714
1718
  '''A complex type that contains information about a Resolver configuration for a VPC.
1715
1719
 
1716
1720
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverconfig.html
1721
+ :cloudformationResource: AWS::Route53Resolver::ResolverConfig
1717
1722
  :exampleMetadata: fixture=_generated
1718
1723
 
1719
1724
  Example::
@@ -1929,6 +1934,7 @@ class CfnResolverDNSSECConfig(
1929
1934
  '''The ``AWS::Route53Resolver::ResolverDNSSECConfig`` resource is a complex type that contains information about a configuration for DNSSEC validation.
1930
1935
 
1931
1936
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverdnssecconfig.html
1937
+ :cloudformationResource: AWS::Route53Resolver::ResolverDNSSECConfig
1932
1938
  :exampleMetadata: fixture=_generated
1933
1939
 
1934
1940
  Example::
@@ -2113,6 +2119,7 @@ class CfnResolverEndpoint(
2113
2119
  - When you update a dual-stack IP address, you must update both IP addresses. You can’t update only an IPv4 or IPv6 and keep an existing IP address.
2114
2120
 
2115
2121
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverendpoint.html
2122
+ :cloudformationResource: AWS::Route53Resolver::ResolverEndpoint
2116
2123
  :exampleMetadata: fixture=_generated
2117
2124
 
2118
2125
  Example::
@@ -2710,6 +2717,7 @@ class CfnResolverQueryLoggingConfig(
2710
2717
  '''The AWS::Route53Resolver::ResolverQueryLoggingConfig resource is a complex type that contains settings for one query logging configuration.
2711
2718
 
2712
2719
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfig.html
2720
+ :cloudformationResource: AWS::Route53Resolver::ResolverQueryLoggingConfig
2713
2721
  :exampleMetadata: fixture=_generated
2714
2722
 
2715
2723
  Example::
@@ -2904,6 +2912,7 @@ class CfnResolverQueryLoggingConfigAssociation(
2904
2912
  After you create a query logging configuration, Amazon Route 53 begins to publish log data to an Amazon CloudWatch Logs log group.
2905
2913
 
2906
2914
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverqueryloggingconfigassociation.html
2915
+ :cloudformationResource: AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation
2907
2916
  :exampleMetadata: fixture=_generated
2908
2917
 
2909
2918
  Example::
@@ -3219,6 +3228,7 @@ class CfnResolverRule(
3219
3228
  '''For DNS queries that originate in your VPCs, specifies which Resolver endpoint the queries pass through, one domain name that you want to forward to your network, and the IP addresses of the DNS resolvers in your network.
3220
3229
 
3221
3230
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverrule.html
3231
+ :cloudformationResource: AWS::Route53Resolver::ResolverRule
3222
3232
  :exampleMetadata: fixture=_generated
3223
3233
 
3224
3234
  Example::
@@ -3562,6 +3572,7 @@ class CfnResolverRuleAssociation(
3562
3572
  '''In the response to an `AssociateResolverRule <https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_AssociateResolverRule.html>`_ , `DisassociateResolverRule <https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_DisassociateResolverRule.html>`_ , or `ListResolverRuleAssociations <https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_ListResolverRuleAssociations.html>`_ request, provides information about an association between a resolver rule and a VPC. The association determines which DNS queries that originate in the VPC are forwarded to your network.
3563
3573
 
3564
3574
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53resolver-resolverruleassociation.html
3575
+ :cloudformationResource: AWS::Route53Resolver::ResolverRuleAssociation
3565
3576
  :exampleMetadata: fixture=_generated
3566
3577
 
3567
3578
  Example::
@@ -64,6 +64,7 @@ class CfnAppMonitor(
64
64
  After you create an app monitor, sign in to the CloudWatch RUM console to get the JavaScript code snippet to add to your web application. For more information, see `How do I find a code snippet that I've already generated? <https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/CloudWatch-RUM-find-code-snippet.html>`_
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rum-appmonitor.html
67
+ :cloudformationResource: AWS::RUM::AppMonitor
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -2168,6 +2168,7 @@ class CfnAccessPoint(
2168
2168
  '''The AWS::S3::AccessPoint resource is an Amazon S3 resource type that you can use to access buckets.
2169
2169
 
2170
2170
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-accesspoint.html
2171
+ :cloudformationResource: AWS::S3::AccessPoint
2171
2172
  :exampleMetadata: fixture=_generated
2172
2173
 
2173
2174
  Example::
@@ -2756,6 +2757,7 @@ class CfnBucket(
2756
2757
  You can only delete empty buckets. Deletion fails for buckets that have contents.
2757
2758
 
2758
2759
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html
2760
+ :cloudformationResource: AWS::S3::Bucket
2759
2761
  :exampleMetadata: infused
2760
2762
 
2761
2763
  Example::
@@ -8871,6 +8873,7 @@ class CfnBucketPolicy(
8871
8873
  - `DeleteBucket <https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteBucket.html>`_
8872
8874
 
8873
8875
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucketpolicy.html
8876
+ :cloudformationResource: AWS::S3::BucketPolicy
8874
8877
  :exampleMetadata: fixture=_generated
8875
8878
 
8876
8879
  Example::
@@ -9484,6 +9487,7 @@ class CfnMultiRegionAccessPoint(
9484
9487
  To learn more about Multi-Region Access Points, see `Multi-Region Access Points in Amazon S3 <https://docs.aws.amazon.com/AmazonS3/latest/userguide/MultiRegionAccessPoints.html>`_ in the in the *Amazon S3 User Guide* .
9485
9488
 
9486
9489
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-multiregionaccesspoint.html
9490
+ :cloudformationResource: AWS::S3::MultiRegionAccessPoint
9487
9491
  :exampleMetadata: fixture=_generated
9488
9492
 
9489
9493
  Example::
@@ -9863,6 +9867,7 @@ class CfnMultiRegionAccessPointPolicy(
9863
9867
  It is not possible to delete an access policy for a Multi-Region Access Point from the CloudFormation template. When you attempt to delete the policy, CloudFormation updates the policy using ``DeletionPolicy:Retain`` and ``UpdateReplacePolicy:Retain`` . CloudFormation updates the policy to only allow access to the account that created the bucket.
9864
9868
 
9865
9869
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-multiregionaccesspointpolicy.html
9870
+ :cloudformationResource: AWS::S3::MultiRegionAccessPointPolicy
9866
9871
  :exampleMetadata: fixture=_generated
9867
9872
 
9868
9873
  Example::
@@ -10224,6 +10229,7 @@ class CfnStorageLens(
10224
10229
  '''The AWS::S3::StorageLens resource creates an Amazon S3 Storage Lens configuration.
10225
10230
 
10226
10231
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-storagelens.html
10232
+ :cloudformationResource: AWS::S3::StorageLens
10227
10233
  :exampleMetadata: fixture=_generated
10228
10234
 
10229
10235
  Example::