aws-cdk-lib 2.97.0__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 -309
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.97.0.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 +47 -69
  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 +44 -98
  25. aws_cdk/aws_autoscalingplans/__init__.py +1 -0
  26. aws_cdk/aws_backup/__init__.py +9 -128
  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 +37 -32
  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.0.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.0.dist-info/RECORD +0 -271
  234. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/LICENSE +0 -0
  235. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/NOTICE +0 -0
  236. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/WHEEL +0 -0
  237. {aws_cdk_lib-2.97.0.dist-info → aws_cdk_lib-2.98.0.dist-info}/top_level.txt +0 -0
@@ -76,6 +76,7 @@ class CfnAllowList(
76
76
  An ``AWS::Macie::Session`` resource must exist for an AWS account before you can create an ``AWS::Macie::AllowList`` resource for the account. Use a `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to ensure that an ``AWS::Macie::Session`` resource is created before other Macie resources are created for an account. For example, ``"DependsOn": "Session"`` .
77
77
 
78
78
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-allowlist.html
79
+ :cloudformationResource: AWS::Macie::AllowList
79
80
  :exampleMetadata: fixture=_generated
80
81
 
81
82
  Example::
@@ -579,6 +580,7 @@ class CfnCustomDataIdentifier(
579
580
  An ``AWS::Macie::Session`` resource must exist for an AWS account before you can create an ``AWS::Macie::CustomDataIdentifier`` resource for the account. Use a `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to ensure that an ``AWS::Macie::Session`` resource is created before other Macie resources are created for an account. For example, ``"DependsOn": "Session"`` .
580
581
 
581
582
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html
583
+ :cloudformationResource: AWS::Macie::CustomDataIdentifier
582
584
  :exampleMetadata: fixture=_generated
583
585
 
584
586
  Example::
@@ -595,7 +597,11 @@ class CfnCustomDataIdentifier(
595
597
  description="description",
596
598
  ignore_words=["ignoreWords"],
597
599
  keywords=["keywords"],
598
- maximum_match_distance=123
600
+ maximum_match_distance=123,
601
+ tags=[CfnTag(
602
+ key="key",
603
+ value="value"
604
+ )]
599
605
  )
600
606
  '''
601
607
 
@@ -610,6 +616,7 @@ class CfnCustomDataIdentifier(
610
616
  ignore_words: typing.Optional[typing.Sequence[builtins.str]] = None,
611
617
  keywords: typing.Optional[typing.Sequence[builtins.str]] = None,
612
618
  maximum_match_distance: typing.Optional[jsii.Number] = None,
619
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
613
620
  ) -> None:
614
621
  '''
615
622
  :param scope: Scope in which this resource is defined.
@@ -620,6 +627,7 @@ class CfnCustomDataIdentifier(
620
627
  :param ignore_words: An array of character sequences ( *ignore words* ) to exclude from the results. If text matches the regular expression ( ``Regex`` ) but it contains a string in this array, Amazon Macie ignores the text and doesn't include it in the results. The array can contain 1-10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.
621
628
  :param keywords: An array of character sequences ( *keywords* ), one of which must precede and be in proximity ( ``MaximumMatchDistance`` ) of the regular expression ( ``Regex`` ) to match. The array can contain 1-50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.
622
629
  :param maximum_match_distance: The maximum number of characters that can exist between the end of at least one complete character sequence specified by the ``Keywords`` array and the end of text that matches the regular expression ( ``Regex`` ). If a complete keyword precedes all the text that matches the regular expression and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.
630
+ :param tags: A collection of tags associated with a resource.
623
631
  '''
624
632
  if __debug__:
625
633
  type_hints = typing.get_type_hints(_typecheckingstub__8462f70ed2396867e691499b8338ee06166375569e4774b35cad18418587284c)
@@ -632,6 +640,7 @@ class CfnCustomDataIdentifier(
632
640
  ignore_words=ignore_words,
633
641
  keywords=keywords,
634
642
  maximum_match_distance=maximum_match_distance,
643
+ tags=tags,
635
644
  )
636
645
 
637
646
  jsii.create(self.__class__, self, [scope, id, props])
@@ -773,6 +782,19 @@ class CfnCustomDataIdentifier(
773
782
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
774
783
  jsii.set(self, "maximumMatchDistance", value)
775
784
 
785
+ @builtins.property
786
+ @jsii.member(jsii_name="tags")
787
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
788
+ '''A collection of tags associated with a resource.'''
789
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
790
+
791
+ @tags.setter
792
+ def tags(self, value: typing.Optional[typing.List[_CfnTag_f6864754]]) -> None:
793
+ if __debug__:
794
+ type_hints = typing.get_type_hints(_typecheckingstub__cbcbca5473de6420ab12d74134f837e4e6f3d3129ac85bc0de56282369f01984)
795
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
796
+ jsii.set(self, "tags", value)
797
+
776
798
 
777
799
  @jsii.data_type(
778
800
  jsii_type="aws-cdk-lib.aws_macie.CfnCustomDataIdentifierProps",
@@ -784,6 +806,7 @@ class CfnCustomDataIdentifier(
784
806
  "ignore_words": "ignoreWords",
785
807
  "keywords": "keywords",
786
808
  "maximum_match_distance": "maximumMatchDistance",
809
+ "tags": "tags",
787
810
  },
788
811
  )
789
812
  class CfnCustomDataIdentifierProps:
@@ -796,6 +819,7 @@ class CfnCustomDataIdentifierProps:
796
819
  ignore_words: typing.Optional[typing.Sequence[builtins.str]] = None,
797
820
  keywords: typing.Optional[typing.Sequence[builtins.str]] = None,
798
821
  maximum_match_distance: typing.Optional[jsii.Number] = None,
822
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
799
823
  ) -> None:
800
824
  '''Properties for defining a ``CfnCustomDataIdentifier``.
801
825
 
@@ -805,6 +829,7 @@ class CfnCustomDataIdentifierProps:
805
829
  :param ignore_words: An array of character sequences ( *ignore words* ) to exclude from the results. If text matches the regular expression ( ``Regex`` ) but it contains a string in this array, Amazon Macie ignores the text and doesn't include it in the results. The array can contain 1-10 ignore words. Each ignore word can contain 4-90 UTF-8 characters. Ignore words are case sensitive.
806
830
  :param keywords: An array of character sequences ( *keywords* ), one of which must precede and be in proximity ( ``MaximumMatchDistance`` ) of the regular expression ( ``Regex`` ) to match. The array can contain 1-50 keywords. Each keyword can contain 3-90 UTF-8 characters. Keywords aren't case sensitive.
807
831
  :param maximum_match_distance: The maximum number of characters that can exist between the end of at least one complete character sequence specified by the ``Keywords`` array and the end of text that matches the regular expression ( ``Regex`` ). If a complete keyword precedes all the text that matches the regular expression and the keyword is within the specified distance, Amazon Macie includes the result. The distance can be 1-300 characters. The default value is 50.
832
+ :param tags: A collection of tags associated with a resource.
808
833
 
809
834
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html
810
835
  :exampleMetadata: fixture=_generated
@@ -823,7 +848,11 @@ class CfnCustomDataIdentifierProps:
823
848
  description="description",
824
849
  ignore_words=["ignoreWords"],
825
850
  keywords=["keywords"],
826
- maximum_match_distance=123
851
+ maximum_match_distance=123,
852
+ tags=[CfnTag(
853
+ key="key",
854
+ value="value"
855
+ )]
827
856
  )
828
857
  '''
829
858
  if __debug__:
@@ -834,6 +863,7 @@ class CfnCustomDataIdentifierProps:
834
863
  check_type(argname="argument ignore_words", value=ignore_words, expected_type=type_hints["ignore_words"])
835
864
  check_type(argname="argument keywords", value=keywords, expected_type=type_hints["keywords"])
836
865
  check_type(argname="argument maximum_match_distance", value=maximum_match_distance, expected_type=type_hints["maximum_match_distance"])
866
+ check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
837
867
  self._values: typing.Dict[builtins.str, typing.Any] = {
838
868
  "name": name,
839
869
  "regex": regex,
@@ -846,6 +876,8 @@ class CfnCustomDataIdentifierProps:
846
876
  self._values["keywords"] = keywords
847
877
  if maximum_match_distance is not None:
848
878
  self._values["maximum_match_distance"] = maximum_match_distance
879
+ if tags is not None:
880
+ self._values["tags"] = tags
849
881
 
850
882
  @builtins.property
851
883
  def name(self) -> builtins.str:
@@ -919,6 +951,15 @@ class CfnCustomDataIdentifierProps:
919
951
  result = self._values.get("maximum_match_distance")
920
952
  return typing.cast(typing.Optional[jsii.Number], result)
921
953
 
954
+ @builtins.property
955
+ def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
956
+ '''A collection of tags associated with a resource.
957
+
958
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-customdataidentifier.html#cfn-macie-customdataidentifier-tags
959
+ '''
960
+ result = self._values.get("tags")
961
+ return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
962
+
922
963
  def __eq__(self, rhs: typing.Any) -> builtins.bool:
923
964
  return isinstance(rhs, self.__class__) and rhs._values == self._values
924
965
 
@@ -944,6 +985,7 @@ class CfnFindingsFilter(
944
985
  An ``AWS::Macie::Session`` resource must exist for an AWS account before you can create an ``AWS::Macie::FindingsFilter`` resource for the account. Use a `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to ensure that an ``AWS::Macie::Session`` resource is created before other Macie resources are created for an account. For example, ``"DependsOn": "Session"`` .
945
986
 
946
987
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-findingsfilter.html
988
+ :cloudformationResource: AWS::Macie::FindingsFilter
947
989
  :exampleMetadata: fixture=_generated
948
990
 
949
991
  Example::
@@ -1626,6 +1668,7 @@ class CfnSession(
1626
1668
  You must create an ``AWS::Macie::Session`` resource for an account before you can create other types of resources for the account. Use a `DependsOn attribute <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-dependson.html>`_ to ensure that an ``AWS::Macie::Session`` resource is created before other Macie resources are created for an account. For example, ``"DependsOn": "Session"`` .
1627
1669
 
1628
1670
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-macie-session.html
1671
+ :cloudformationResource: AWS::Macie::Session
1629
1672
  :exampleMetadata: fixture=_generated
1630
1673
 
1631
1674
  Example::
@@ -1930,6 +1973,7 @@ def _typecheckingstub__8462f70ed2396867e691499b8338ee06166375569e4774b35cad18418
1930
1973
  ignore_words: typing.Optional[typing.Sequence[builtins.str]] = None,
1931
1974
  keywords: typing.Optional[typing.Sequence[builtins.str]] = None,
1932
1975
  maximum_match_distance: typing.Optional[jsii.Number] = None,
1976
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1933
1977
  ) -> None:
1934
1978
  """Type checking stubs"""
1935
1979
  pass
@@ -1982,6 +2026,12 @@ def _typecheckingstub__baadf50a05df72179523cc44ce07f1d05939df835131681e825e51b9a
1982
2026
  """Type checking stubs"""
1983
2027
  pass
1984
2028
 
2029
+ def _typecheckingstub__cbcbca5473de6420ab12d74134f837e4e6f3d3129ac85bc0de56282369f01984(
2030
+ value: typing.Optional[typing.List[_CfnTag_f6864754]],
2031
+ ) -> None:
2032
+ """Type checking stubs"""
2033
+ pass
2034
+
1985
2035
  def _typecheckingstub__b153bc4a75175074214978bb8d0954e3d477b6896260fae9394ce3a3f3ef2463(
1986
2036
  *,
1987
2037
  name: builtins.str,
@@ -1990,6 +2040,7 @@ def _typecheckingstub__b153bc4a75175074214978bb8d0954e3d477b6896260fae9394ce3a3f
1990
2040
  ignore_words: typing.Optional[typing.Sequence[builtins.str]] = None,
1991
2041
  keywords: typing.Optional[typing.Sequence[builtins.str]] = None,
1992
2042
  maximum_match_distance: typing.Optional[jsii.Number] = None,
2043
+ tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1993
2044
  ) -> None:
1994
2045
  """Type checking stubs"""
1995
2046
  pass
@@ -62,6 +62,7 @@ class CfnAccessor(
62
62
  An accessor contains information required for token based access to your Ethereum nodes.
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-accessor.html
65
+ :cloudformationResource: AWS::ManagedBlockchain::Accessor
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -314,6 +315,7 @@ class CfnMember(
314
315
  Applies only to Hyperledger Fabric.
315
316
 
316
317
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html
318
+ :cloudformationResource: AWS::ManagedBlockchain::Member
317
319
  :exampleMetadata: fixture=_generated
318
320
 
319
321
  Example::
@@ -1330,6 +1332,7 @@ class CfnNode(
1330
1332
  Applies to Hyperledger Fabric and Ethereum.
1331
1333
 
1332
1334
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-node.html
1335
+ :cloudformationResource: AWS::ManagedBlockchain::Node
1333
1336
  :exampleMetadata: fixture=_generated
1334
1337
 
1335
1338
  Example::
@@ -59,6 +59,7 @@ class CfnBridge(
59
59
  For each bridge, you specify the type of bridge, transport protocol to use, and details for any outputs and failover.
60
60
 
61
61
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridge.html
62
+ :cloudformationResource: AWS::MediaConnect::Bridge
62
63
  :exampleMetadata: fixture=_generated
63
64
 
64
65
  Example::
@@ -1203,6 +1204,7 @@ class CfnBridgeOutput(
1203
1204
  '''Adds outputs to an existing bridge.
1204
1205
 
1205
1206
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgeoutput.html
1207
+ :cloudformationResource: AWS::MediaConnect::BridgeOutput
1206
1208
  :exampleMetadata: fixture=_generated
1207
1209
 
1208
1210
  Example::
@@ -1776,6 +1778,7 @@ class CfnBridgeSource(
1776
1778
  '''Adds sources to an existing bridge.
1777
1779
 
1778
1780
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-bridgesource.html
1781
+ :cloudformationResource: AWS::MediaConnect::BridgeSource
1779
1782
  :exampleMetadata: fixture=_generated
1780
1783
 
1781
1784
  Example::
@@ -2318,6 +2321,7 @@ class CfnFlow(
2318
2321
  For each flow, you specify the transport protocol to use, encryption information, and details for any outputs or entitlements that you want. AWS Elemental MediaConnect returns an ingest endpoint where you can send your live video as a single unicast stream. The service replicates and distributes the video to every output that you specify, whether inside or outside the AWS Cloud. You can also set up entitlements on a flow to allow other AWS accounts to access your content.
2319
2322
 
2320
2323
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flow.html
2324
+ :cloudformationResource: AWS::MediaConnect::Flow
2321
2325
  :exampleMetadata: fixture=_generated
2322
2326
 
2323
2327
  Example::
@@ -3490,6 +3494,7 @@ class CfnFlowEntitlement(
3490
3494
  The content originator grants an entitlement to a specific AWS account (the subscriber). When an entitlement is granted, the subscriber can create a flow using the originator's flow as the source. Each flow can have up to 50 entitlements.
3491
3495
 
3492
3496
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowentitlement.html
3497
+ :cloudformationResource: AWS::MediaConnect::FlowEntitlement
3493
3498
  :exampleMetadata: fixture=_generated
3494
3499
 
3495
3500
  Example::
@@ -4103,6 +4108,7 @@ class CfnFlowOutput(
4103
4108
  Each flow can have up to 50 outputs. An output can have the same protocol or a different protocol from the source. The following protocols are supported: RIST, RTP, RTP-FEC, SRT-listener, SRT-caller, Zixi pull, Zixi push, and Fujitsu-QoS. CDI and ST 2110 JPEG XS protocols are not currently supported by AWS CloudFormation.
4104
4109
 
4105
4110
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowoutput.html
4111
+ :cloudformationResource: AWS::MediaConnect::FlowOutput
4106
4112
  :exampleMetadata: fixture=_generated
4107
4113
 
4108
4114
  Example::
@@ -5075,6 +5081,7 @@ class CfnFlowSource(
5075
5081
  Adding an additional source requires Failover to be enabled. When you enable Failover, the additional source must use the same protocol as the existing source. A source is the external video content that includes configuration information (encryption and source type) and a network address. Each flow has at least one source. A standard source comes from a source other than another AWS Elemental MediaConnect flow, such as an on-premises encoder.
5076
5082
 
5077
5083
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowsource.html
5084
+ :cloudformationResource: AWS::MediaConnect::FlowSource
5078
5085
  :exampleMetadata: fixture=_generated
5079
5086
 
5080
5087
  Example::
@@ -6244,6 +6251,7 @@ class CfnFlowVpcInterface(
6244
6251
  - After CloudFormation has created the flow and the VPC interface, update the source to point to the VPC interface that you created.
6245
6252
 
6246
6253
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-flowvpcinterface.html
6254
+ :cloudformationResource: AWS::MediaConnect::FlowVpcInterface
6247
6255
  :exampleMetadata: fixture=_generated
6248
6256
 
6249
6257
  Example::
@@ -6547,6 +6555,7 @@ class CfnGateway(
6547
6555
  AWS Elemental MediaConnect Gateway is a feature of MediaConnect that allows the deployment of on-premises resources for transporting live video to and from the AWS Cloud. MediaConnect Gateway allows you to contribute live video to the AWS Cloud from on-premises hardware, as well as distribute live video from the AWS Cloud to your local data center.
6548
6556
 
6549
6557
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconnect-gateway.html
6558
+ :cloudformationResource: AWS::MediaConnect::Gateway
6550
6559
  :exampleMetadata: fixture=_generated
6551
6560
 
6552
6561
  Example::
@@ -63,6 +63,7 @@ class CfnJobTemplate(
63
63
  For information about job templates, see `Working with AWS Elemental MediaConvert Job Templates <https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-job-templates.html>`_ in the ** .
64
64
 
65
65
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-jobtemplate.html
66
+ :cloudformationResource: AWS::MediaConvert::JobTemplate
66
67
  :exampleMetadata: fixture=_generated
67
68
 
68
69
  Example::
@@ -787,6 +788,7 @@ class CfnPreset(
787
788
  For more information about output MediaConvert presets, see `Working with AWS Elemental MediaConvert Output Presets <https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-presets.html>`_ in the ** .
788
789
 
789
790
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-preset.html
791
+ :cloudformationResource: AWS::MediaConvert::Preset
790
792
  :exampleMetadata: fixture=_generated
791
793
 
792
794
  Example::
@@ -1121,6 +1123,7 @@ class CfnQueue(
1121
1123
  For more information about queues, see `Working with AWS Elemental MediaConvert Queues <https://docs.aws.amazon.com/mediaconvert/latest/ug/working-with-queues.html>`_ in the ** .
1122
1124
 
1123
1125
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediaconvert-queue.html
1126
+ :cloudformationResource: AWS::MediaConvert::Queue
1124
1127
  :exampleMetadata: fixture=_generated
1125
1128
 
1126
1129
  Example::
@@ -61,6 +61,7 @@ class CfnChannel(
61
61
  A MediaLive channel ingests and transcodes (decodes and encodes) source content from the inputs that are attached to that channel, and packages the new content into outputs.
62
62
 
63
63
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-channel.html
64
+ :cloudformationResource: AWS::MediaLive::Channel
64
65
  :exampleMetadata: fixture=_generated
65
66
 
66
67
  Example::
@@ -21600,6 +21601,7 @@ class CfnInput(
21600
21601
  A MediaLive input holds information that describes how the MediaLive channel is connected to the upstream system that is providing the source content that is to be transcoded.
21601
21602
 
21602
21603
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-input.html
21604
+ :cloudformationResource: AWS::MediaLive::Input
21603
21605
  :exampleMetadata: fixture=_generated
21604
21606
 
21605
21607
  Example::
@@ -22561,6 +22563,7 @@ class CfnInputSecurityGroup(
22561
22563
  A MediaLive input security group is associated with a MediaLive input. The input security group is an "allow list" of IP addresses that controls whether an external IP address can push content to the associated MediaLive input.
22562
22564
 
22563
22565
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-inputsecuritygroup.html
22566
+ :cloudformationResource: AWS::MediaLive::InputSecurityGroup
22564
22567
  :exampleMetadata: fixture=_generated
22565
22568
 
22566
22569
  Example::
@@ -62,6 +62,7 @@ class CfnAsset(
62
62
  After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html
65
+ :cloudformationResource: AWS::MediaPackage::Asset
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -539,6 +540,7 @@ class CfnChannel(
539
540
  After it's created, a channel provides static input URLs. These URLs remain the same throughout the lifetime of the channel, regardless of any failures or upgrades that might occur. Use these URLs to configure the outputs of your upstream encoder.
540
541
 
541
542
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-channel.html
543
+ :cloudformationResource: AWS::MediaPackage::Channel
542
544
  :exampleMetadata: fixture=_generated
543
545
 
544
546
  Example::
@@ -1151,6 +1153,7 @@ class CfnOriginEndpoint(
1151
1153
  After it's created, an endpoint provides a fixed public URL. This URL remains the same throughout the lifetime of the endpoint, regardless of any failures or upgrades that might occur. Integrate the URL with a downstream CDN (such as Amazon CloudFront) or playback device.
1152
1154
 
1153
1155
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-originendpoint.html
1156
+ :cloudformationResource: AWS::MediaPackage::OriginEndpoint
1154
1157
  :exampleMetadata: fixture=_generated
1155
1158
 
1156
1159
  Example::
@@ -4136,6 +4139,7 @@ class CfnPackagingConfiguration(
4136
4139
  The packaging configuration represents a single delivery point for an asset. It determines the format and setting for the egressing content. Specify only one package format per configuration, such as ``HlsPackage`` .
4137
4140
 
4138
4141
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-packagingconfiguration.html
4142
+ :cloudformationResource: AWS::MediaPackage::PackagingConfiguration
4139
4143
  :exampleMetadata: fixture=_generated
4140
4144
 
4141
4145
  Example::
@@ -6429,6 +6433,7 @@ class CfnPackagingGroup(
6429
6433
  The packaging group holds one or more packaging configurations. When you create an asset, you specify the packaging group associated with the asset. The asset has playback endpoints for each packaging configuration within the group.
6430
6434
 
6431
6435
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-packaginggroup.html
6436
+ :cloudformationResource: AWS::MediaPackage::PackagingGroup
6432
6437
  :exampleMetadata: fixture=_generated
6433
6438
 
6434
6439
  Example::
@@ -70,6 +70,7 @@ class CfnChannel(
70
70
  After it's created, a channel provides static input URLs. These URLs remain the same throughout the lifetime of the channel, regardless of any failures or upgrades that might occur. Use these URLs to configure the outputs of your upstream encoder.
71
71
 
72
72
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channel.html
73
+ :cloudformationResource: AWS::MediaPackageV2::Channel
73
74
  :exampleMetadata: fixture=_generated
74
75
 
75
76
  Example::
@@ -323,6 +324,7 @@ class CfnChannelGroup(
323
324
  '''Specifies the configuraiton for a MediaPackage V2 channel group.
324
325
 
325
326
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html
327
+ :cloudformationResource: AWS::MediaPackageV2::ChannelGroup
326
328
  :exampleMetadata: fixture=_generated
327
329
 
328
330
  Example::
@@ -580,6 +582,7 @@ class CfnChannelPolicy(
580
582
  '''Specifies the configuration parameters of a MediaPackage V2 channel policy.
581
583
 
582
584
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelpolicy.html
585
+ :cloudformationResource: AWS::MediaPackageV2::ChannelPolicy
583
586
  :exampleMetadata: fixture=_generated
584
587
 
585
588
  Example::
@@ -915,6 +918,7 @@ class CfnOriginEndpoint(
915
918
  '''Specifies the configuration parameters for a MediaPackage V2 origin endpoint.
916
919
 
917
920
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpoint.html
921
+ :cloudformationResource: AWS::MediaPackageV2::OriginEndpoint
918
922
  :exampleMetadata: fixture=_generated
919
923
 
920
924
  Example::
@@ -2276,6 +2280,7 @@ class CfnOriginEndpointPolicy(
2276
2280
  '''Specifies the configuration parameters of a policy associated with a MediaPackage V2 origin endpoint.
2277
2281
 
2278
2282
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-originendpointpolicy.html
2283
+ :cloudformationResource: AWS::MediaPackageV2::OriginEndpointPolicy
2279
2284
  :exampleMetadata: fixture=_generated
2280
2285
 
2281
2286
  Example::
@@ -64,6 +64,7 @@ class CfnContainer(
64
64
  When you create a container using AWS CloudFormation , the template manages data for five API actions: creating a container, setting access logging, updating the default container policy, adding a cross-origin resource sharing (CORS) policy, and adding an object lifecycle policy.
65
65
 
66
66
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediastore-container.html
67
+ :cloudformationResource: AWS::MediaStore::Container
67
68
  :exampleMetadata: fixture=_generated
68
69
 
69
70
  Example::
@@ -62,6 +62,7 @@ class CfnChannel(
62
62
  For information about MediaTailor channels, see `Working with channels <https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-channels.html>`_ in the *MediaTailor User Guide* .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channel.html
65
+ :cloudformationResource: AWS::MediaTailor::Channel
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -737,6 +738,7 @@ class CfnChannelPolicy(
737
738
  IAM policies are used to control access to your channel.
738
739
 
739
740
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-channelpolicy.html
741
+ :cloudformationResource: AWS::MediaTailor::ChannelPolicy
740
742
  :exampleMetadata: fixture=_generated
741
743
 
742
744
  Example::
@@ -1112,6 +1114,7 @@ class CfnLiveSource(
1112
1114
  '''Live source configuration parameters.
1113
1115
 
1114
1116
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-livesource.html
1117
+ :cloudformationResource: AWS::MediaTailor::LiveSource
1115
1118
  :exampleMetadata: fixture=_generated
1116
1119
 
1117
1120
  Example::
@@ -1490,6 +1493,7 @@ class CfnPlaybackConfiguration(
1490
1493
  '''Adds a new playback configuration to AWS Elemental MediaTailor .
1491
1494
 
1492
1495
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-playbackconfiguration.html
1496
+ :cloudformationResource: AWS::MediaTailor::PlaybackConfiguration
1493
1497
  :exampleMetadata: fixture=_generated
1494
1498
 
1495
1499
  Example::
@@ -2880,6 +2884,7 @@ class CfnSourceLocation(
2880
2884
  For more information about source locations, see `Working with source locations <https://docs.aws.amazon.com/mediatailor/latest/ug/channel-assembly-source-locations.html>`_ in the *MediaTailor User Guide* .
2881
2885
 
2882
2886
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-sourcelocation.html
2887
+ :cloudformationResource: AWS::MediaTailor::SourceLocation
2883
2888
  :exampleMetadata: fixture=_generated
2884
2889
 
2885
2890
  Example::
@@ -3634,6 +3639,7 @@ class CfnVodSource(
3634
3639
  '''The VOD source configuration parameters.
3635
3640
 
3636
3641
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html
3642
+ :cloudformationResource: AWS::MediaTailor::VodSource
3637
3643
  :exampleMetadata: fixture=_generated
3638
3644
 
3639
3645
  Example::
@@ -62,6 +62,7 @@ class CfnACL(
62
62
  For more information, see `Authenticating users with Access Contol Lists (ACLs) <https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html>`_ .
63
63
 
64
64
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-acl.html
65
+ :cloudformationResource: AWS::MemoryDB::ACL
65
66
  :exampleMetadata: fixture=_generated
66
67
 
67
68
  Example::
@@ -312,6 +313,7 @@ class CfnCluster(
312
313
  All nodes in the cluster run the same protocol-compliant engine software.
313
314
 
314
315
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-cluster.html
316
+ :cloudformationResource: AWS::MemoryDB::Cluster
315
317
  :exampleMetadata: fixture=_generated
316
318
 
317
319
  Example::
@@ -1443,6 +1445,7 @@ class CfnParameterGroup(
1443
1445
  A parameter group is a collection of parameters and their values that are applied to all of the nodes in any cluster . For more information, see `Configuring engine parameters using parameter groups <https://docs.aws.amazon.com/memorydb/latest/devguide/parametergroups.html>`_ .
1444
1446
 
1445
1447
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-parametergroup.html
1448
+ :cloudformationResource: AWS::MemoryDB::ParameterGroup
1446
1449
  :exampleMetadata: fixture=_generated
1447
1450
 
1448
1451
  Example::
@@ -1760,6 +1763,7 @@ class CfnSubnetGroup(
1760
1763
  A subnet group is a collection of subnets (typically private) that you can designate for your cluster s running in an Amazon Virtual Private Cloud (VPC) environment. When you create a cluster in an Amazon VPC , you must specify a subnet group. MemoryDB uses that subnet group to choose a subnet and IP addresses within that subnet to associate with your nodes. For more information, see `Subnets and subnet groups <https://docs.aws.amazon.com/memorydb/latest/devguide/subnetgroups.html>`_ .
1761
1764
 
1762
1765
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-subnetgroup.html
1766
+ :cloudformationResource: AWS::MemoryDB::SubnetGroup
1763
1767
  :exampleMetadata: fixture=_generated
1764
1768
 
1765
1769
  Example::
@@ -2040,6 +2044,7 @@ class CfnUser(
2040
2044
  For more information, see `Authenticating users with Access Contol Lists (ACLs) <https://docs.aws.amazon.com/memorydb/latest/devguide/clusters.acls.html>`_ .
2041
2045
 
2042
2046
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-memorydb-user.html
2047
+ :cloudformationResource: AWS::MemoryDB::User
2043
2048
  :exampleMetadata: fixture=_generated
2044
2049
 
2045
2050
  Example::