aws-cdk-lib 2.95.0__py3-none-any.whl → 2.96.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 (42) hide show
  1. aws_cdk/__init__.py +38 -5
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.95.0.jsii.tgz → aws-cdk-lib@2.96.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +4 -4
  5. aws_cdk/aws_backup/__init__.py +3 -3
  6. aws_cdk/aws_batch/__init__.py +15057 -385
  7. aws_cdk/aws_budgets/__init__.py +9 -4
  8. aws_cdk/aws_cloudformation/__init__.py +38 -5
  9. aws_cdk/aws_cloudtrail/__init__.py +25 -3
  10. aws_cdk/aws_codepipeline/__init__.py +2 -2
  11. aws_cdk/aws_codepipeline_actions/__init__.py +3 -3
  12. aws_cdk/aws_config/__init__.py +54 -13
  13. aws_cdk/aws_datasync/__init__.py +104 -45
  14. aws_cdk/aws_dms/__init__.py +3 -3
  15. aws_cdk/aws_dynamodb/__init__.py +2 -2
  16. aws_cdk/aws_ec2/__init__.py +12 -7
  17. aws_cdk/aws_ecs/__init__.py +55 -19
  18. aws_cdk/aws_elasticloadbalancingv2/__init__.py +3 -2
  19. aws_cdk/aws_events_targets/__init__.py +3 -3
  20. aws_cdk/aws_iam/__init__.py +8 -6
  21. aws_cdk/aws_internetmonitor/__init__.py +69 -30
  22. aws_cdk/aws_iotwireless/__init__.py +2 -4
  23. aws_cdk/aws_lambda/__init__.py +8 -8
  24. aws_cdk/aws_lambda_nodejs/__init__.py +1 -1
  25. aws_cdk/aws_managedblockchain/__init__.py +2 -3
  26. aws_cdk/aws_quicksight/__init__.py +185 -103
  27. aws_cdk/aws_rds/__init__.py +7 -7
  28. aws_cdk/aws_rolesanywhere/__init__.py +58 -74
  29. aws_cdk/aws_s3/__init__.py +1 -1
  30. aws_cdk/aws_securityhub/__init__.py +108 -42
  31. aws_cdk/aws_sns/__init__.py +5 -5
  32. aws_cdk/aws_stepfunctions/__init__.py +36 -25
  33. aws_cdk/aws_stepfunctions_tasks/__init__.py +13 -12
  34. aws_cdk/aws_transfer/__init__.py +9 -2
  35. aws_cdk/aws_wafv2/__init__.py +6 -6
  36. aws_cdk/pipelines/__init__.py +1 -1
  37. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/METADATA +1 -1
  38. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/RECORD +42 -42
  39. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/LICENSE +0 -0
  40. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/NOTICE +0 -0
  41. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/WHEEL +0 -0
  42. {aws_cdk_lib-2.95.0.dist-info → aws_cdk_lib-2.96.0.dist-info}/top_level.txt +0 -0
@@ -920,41 +920,41 @@ class CfnAutomationRule(
920
920
  ) -> None:
921
921
  '''The criteria that determine which findings a rule applies to.
922
922
 
923
- :param aws_account_id: The AWS account ID in which a finding was generated.
924
- :param company_name: The name of the company for the product that generated the finding. For control-based findings, the company is AWS .
925
- :param compliance_associated_standards_id: The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the `DescribeStandards <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html>`_ API response.
926
- :param compliance_security_control_id: The security control ID for which a finding was generated. Security control IDs are the same across standards.
927
- :param compliance_status: The result of a security check. This field is only used for findings generated from controls.
928
- :param confidence: The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. ``Confidence`` is scored on a 0–100 basis using a ratio scale. A value of ``0`` means 0 percent confidence, and a value of ``100`` means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see `Confidence <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence>`_ in the *AWS Security Hub User Guide* .
929
- :param created_at: A timestamp that indicates when this finding record was created. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
930
- :param criticality: The level of importance that is assigned to the resources that are associated with a finding. ``Criticality`` is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of ``0`` means that the underlying resources have no criticality, and a score of ``100`` is reserved for the most critical resources. For more information, see `Criticality <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality>`_ in the *AWS Security Hub User Guide* .
931
- :param description: A finding's description.
932
- :param first_observed_at: A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
933
- :param generator_id: The identifier for the solution-specific component that generated a finding.
934
- :param id: The product-specific identifier for a finding.
935
- :param last_observed_at: A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
936
- :param note_text: The text of a user-defined note that's added to a finding.
937
- :param note_updated_at: The timestamp of when the note was updated. Uses the date-time format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://www.rfc-editor.org/rfc/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
938
- :param note_updated_by: The principal that created a note.
939
- :param product_arn: The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
940
- :param product_name: Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
941
- :param record_state: Provides the current state of a finding.
942
- :param related_findings_id: The product-generated identifier for a related finding.
943
- :param related_findings_product_arn: The ARN for the product that generated a related finding.
944
- :param resource_details_other: Custom fields and values about the resource that a finding pertains to.
945
- :param resource_id: The identifier for the given resource type. For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS service that created the resource. For non- AWS resources, this is a unique identifier that is associated with the resource.
946
- :param resource_partition: The partition in which the resource that the finding pertains to is located. A partition is a group of AWS Regions . Each AWS account is scoped to one partition.
947
- :param resource_region: The AWS Region where the resource that a finding pertains to is located.
948
- :param resource_tags: A list of AWS tags associated with a resource at the time the finding was processed.
949
- :param resource_type: A finding's title.
950
- :param severity_label: The severity value of the finding.
951
- :param source_url: Provides a URL that links to a page about the current finding in the finding product.
952
- :param title: A finding's title.
953
- :param type: One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see `Types taxonomy for ASFF <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html>`_ in the *AWS Security Hub User Guide* .
954
- :param updated_at: A timestamp that indicates when the finding record was most recently updated. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
955
- :param user_defined_fields: A list of user-defined name and value string pairs added to a finding.
956
- :param verification_state: Provides the veracity of a finding.
957
- :param workflow_status: Provides information about the status of the investigation into a finding.
923
+ :param aws_account_id: The AWS account ID in which a finding was generated. Array Members: Minimum number of 1 item. Maximum number of 100 items.
924
+ :param company_name: The name of the company for the product that generated the finding. For control-based findings, the company is AWS . Array Members: Minimum number of 1 item. Maximum number of 20 items.
925
+ :param compliance_associated_standards_id: The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the `DescribeStandards <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html>`_ API response. Array Members: Minimum number of 1 item. Maximum number of 20 items.
926
+ :param compliance_security_control_id: The security control ID for which a finding was generated. Security control IDs are the same across standards. Array Members: Minimum number of 1 item. Maximum number of 20 items.
927
+ :param compliance_status: The result of a security check. This field is only used for findings generated from controls. Array Members: Minimum number of 1 item. Maximum number of 20 items.
928
+ :param confidence: The likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. ``Confidence`` is scored on a 0–100 basis using a ratio scale. A value of ``0`` means 0 percent confidence, and a value of ``100`` means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see `Confidence <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence>`_ in the *AWS Security Hub User Guide* . Array Members: Minimum number of 1 item. Maximum number of 20 items.
929
+ :param created_at: A timestamp that indicates when this finding record was created. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` . Array Members: Minimum number of 1 item. Maximum number of 20 items.
930
+ :param criticality: The level of importance that is assigned to the resources that are associated with a finding. ``Criticality`` is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of ``0`` means that the underlying resources have no criticality, and a score of ``100`` is reserved for the most critical resources. For more information, see `Criticality <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality>`_ in the *AWS Security Hub User Guide* . Array Members: Minimum number of 1 item. Maximum number of 20 items.
931
+ :param description: A finding's description. Array Members: Minimum number of 1 item. Maximum number of 20 items.
932
+ :param first_observed_at: A timestamp that indicates when the potential security issue captured by a finding was first observed by the security findings product. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` . Array Members: Minimum number of 1 item. Maximum number of 20 items.
933
+ :param generator_id: The identifier for the solution-specific component that generated a finding. Array Members: Minimum number of 1 item. Maximum number of 100 items.
934
+ :param id: The product-specific identifier for a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
935
+ :param last_observed_at: A timestamp that indicates when the potential security issue captured by a finding was most recently observed by the security findings product. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` . Array Members: Minimum number of 1 item. Maximum number of 20 items.
936
+ :param note_text: The text of a user-defined note that's added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
937
+ :param note_updated_at: The timestamp of when the note was updated. Uses the date-time format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://www.rfc-editor.org/rfc/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` . Array Members: Minimum number of 1 item. Maximum number of 20 items.
938
+ :param note_updated_by: The principal that created a note. Array Members: Minimum number of 1 item. Maximum number of 20 items.
939
+ :param product_arn: The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub. Array Members: Minimum number of 1 item. Maximum number of 20 items.
940
+ :param product_name: Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub. Array Members: Minimum number of 1 item. Maximum number of 20 items.
941
+ :param record_state: Provides the current state of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
942
+ :param related_findings_id: The product-generated identifier for a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
943
+ :param related_findings_product_arn: The ARN for the product that generated a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
944
+ :param resource_details_other: Custom fields and values about the resource that a finding pertains to. Array Members: Minimum number of 1 item. Maximum number of 20 items.
945
+ :param resource_id: The identifier for the given resource type. For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS service that created the resource. For non- AWS resources, this is a unique identifier that is associated with the resource. Array Members: Minimum number of 1 item. Maximum number of 100 items.
946
+ :param resource_partition: The partition in which the resource that the finding pertains to is located. A partition is a group of AWS Regions . Each AWS account is scoped to one partition. Array Members: Minimum number of 1 item. Maximum number of 20 items.
947
+ :param resource_region: The AWS Region where the resource that a finding pertains to is located. Array Members: Minimum number of 1 item. Maximum number of 20 items.
948
+ :param resource_tags: A list of AWS tags associated with a resource at the time the finding was processed. Array Members: Minimum number of 1 item. Maximum number of 20 items.
949
+ :param resource_type: A finding's title. Array Members: Minimum number of 1 item. Maximum number of 100 items.
950
+ :param severity_label: The severity value of the finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
951
+ :param source_url: Provides a URL that links to a page about the current finding in the finding product. Array Members: Minimum number of 1 item. Maximum number of 20 items.
952
+ :param title: A finding's title. Array Members: Minimum number of 1 item. Maximum number of 100 items.
953
+ :param type: One or more finding types in the format of namespace/category/classifier that classify a finding. For a list of namespaces, classifiers, and categories, see `Types taxonomy for ASFF <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html>`_ in the *AWS Security Hub User Guide* . Array Members: Minimum number of 1 item. Maximum number of 20 items.
954
+ :param updated_at: A timestamp that indicates when the finding record was most recently updated. Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` . Array Members: Minimum number of 1 item. Maximum number of 20 items.
955
+ :param user_defined_fields: A list of user-defined name and value string pairs added to a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
956
+ :param verification_state: Provides the veracity of a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
957
+ :param workflow_status: Provides information about the status of the investigation into a finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
958
958
 
959
959
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html
960
960
  :exampleMetadata: fixture=_generated
@@ -1248,6 +1248,8 @@ class CfnAutomationRule(
1248
1248
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1249
1249
  '''The AWS account ID in which a finding was generated.
1250
1250
 
1251
+ Array Members: Minimum number of 1 item. Maximum number of 100 items.
1252
+
1251
1253
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-awsaccountid
1252
1254
  '''
1253
1255
  result = self._values.get("aws_account_id")
@@ -1261,6 +1263,8 @@ class CfnAutomationRule(
1261
1263
 
1262
1264
  For control-based findings, the company is AWS .
1263
1265
 
1266
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1267
+
1264
1268
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-companyname
1265
1269
  '''
1266
1270
  result = self._values.get("company_name")
@@ -1274,6 +1278,8 @@ class CfnAutomationRule(
1274
1278
 
1275
1279
  This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the `DescribeStandards <https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html>`_ API response.
1276
1280
 
1281
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1282
+
1277
1283
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-complianceassociatedstandardsid
1278
1284
  '''
1279
1285
  result = self._values.get("compliance_associated_standards_id")
@@ -1283,9 +1289,9 @@ class CfnAutomationRule(
1283
1289
  def compliance_security_control_id(
1284
1290
  self,
1285
1291
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1286
- '''The security control ID for which a finding was generated.
1292
+ '''The security control ID for which a finding was generated. Security control IDs are the same across standards.
1287
1293
 
1288
- Security control IDs are the same across standards.
1294
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1289
1295
 
1290
1296
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-compliancesecuritycontrolid
1291
1297
  '''
@@ -1296,9 +1302,9 @@ class CfnAutomationRule(
1296
1302
  def compliance_status(
1297
1303
  self,
1298
1304
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1299
- '''The result of a security check.
1305
+ '''The result of a security check. This field is only used for findings generated from controls.
1300
1306
 
1301
- This field is only used for findings generated from controls.
1307
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1302
1308
 
1303
1309
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-compliancestatus
1304
1310
  '''
@@ -1313,6 +1319,8 @@ class CfnAutomationRule(
1313
1319
 
1314
1320
  ``Confidence`` is scored on a 0–100 basis using a ratio scale. A value of ``0`` means 0 percent confidence, and a value of ``100`` means 100 percent confidence. For example, a data exfiltration detection based on a statistical deviation of network traffic has low confidence because an actual exfiltration hasn't been verified. For more information, see `Confidence <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-confidence>`_ in the *AWS Security Hub User Guide* .
1315
1321
 
1322
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1323
+
1316
1324
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-confidence
1317
1325
  '''
1318
1326
  result = self._values.get("confidence")
@@ -1326,6 +1334,8 @@ class CfnAutomationRule(
1326
1334
 
1327
1335
  Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
1328
1336
 
1337
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1338
+
1329
1339
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-createdat
1330
1340
  '''
1331
1341
  result = self._values.get("created_at")
@@ -1339,6 +1349,8 @@ class CfnAutomationRule(
1339
1349
 
1340
1350
  ``Criticality`` is scored on a 0–100 basis, using a ratio scale that supports only full integers. A score of ``0`` means that the underlying resources have no criticality, and a score of ``100`` is reserved for the most critical resources. For more information, see `Criticality <https://docs.aws.amazon.com/securityhub/latest/userguide/asff-top-level-attributes.html#asff-criticality>`_ in the *AWS Security Hub User Guide* .
1341
1351
 
1352
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1353
+
1342
1354
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-criticality
1343
1355
  '''
1344
1356
  result = self._values.get("criticality")
@@ -1350,6 +1362,8 @@ class CfnAutomationRule(
1350
1362
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1351
1363
  '''A finding's description.
1352
1364
 
1365
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1366
+
1353
1367
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-description
1354
1368
  '''
1355
1369
  result = self._values.get("description")
@@ -1363,6 +1377,8 @@ class CfnAutomationRule(
1363
1377
 
1364
1378
  Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
1365
1379
 
1380
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1381
+
1366
1382
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-firstobservedat
1367
1383
  '''
1368
1384
  result = self._values.get("first_observed_at")
@@ -1374,6 +1390,8 @@ class CfnAutomationRule(
1374
1390
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1375
1391
  '''The identifier for the solution-specific component that generated a finding.
1376
1392
 
1393
+ Array Members: Minimum number of 1 item. Maximum number of 100 items.
1394
+
1377
1395
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-generatorid
1378
1396
  '''
1379
1397
  result = self._values.get("generator_id")
@@ -1385,6 +1403,8 @@ class CfnAutomationRule(
1385
1403
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1386
1404
  '''The product-specific identifier for a finding.
1387
1405
 
1406
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1407
+
1388
1408
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-id
1389
1409
  '''
1390
1410
  result = self._values.get("id")
@@ -1398,6 +1418,8 @@ class CfnAutomationRule(
1398
1418
 
1399
1419
  Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
1400
1420
 
1421
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1422
+
1401
1423
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-lastobservedat
1402
1424
  '''
1403
1425
  result = self._values.get("last_observed_at")
@@ -1409,6 +1431,8 @@ class CfnAutomationRule(
1409
1431
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1410
1432
  '''The text of a user-defined note that's added to a finding.
1411
1433
 
1434
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1435
+
1412
1436
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-notetext
1413
1437
  '''
1414
1438
  result = self._values.get("note_text")
@@ -1422,6 +1446,8 @@ class CfnAutomationRule(
1422
1446
 
1423
1447
  Uses the date-time format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://www.rfc-editor.org/rfc/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
1424
1448
 
1449
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1450
+
1425
1451
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-noteupdatedat
1426
1452
  '''
1427
1453
  result = self._values.get("note_updated_at")
@@ -1433,6 +1459,8 @@ class CfnAutomationRule(
1433
1459
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1434
1460
  '''The principal that created a note.
1435
1461
 
1462
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1463
+
1436
1464
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-noteupdatedby
1437
1465
  '''
1438
1466
  result = self._values.get("note_updated_by")
@@ -1444,6 +1472,8 @@ class CfnAutomationRule(
1444
1472
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1445
1473
  '''The Amazon Resource Name (ARN) for a third-party product that generated a finding in Security Hub.
1446
1474
 
1475
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1476
+
1447
1477
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-productarn
1448
1478
  '''
1449
1479
  result = self._values.get("product_arn")
@@ -1453,9 +1483,9 @@ class CfnAutomationRule(
1453
1483
  def product_name(
1454
1484
  self,
1455
1485
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1456
- '''Provides the name of the product that generated the finding.
1486
+ '''Provides the name of the product that generated the finding. For control-based findings, the product name is Security Hub.
1457
1487
 
1458
- For control-based findings, the product name is Security Hub.
1488
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1459
1489
 
1460
1490
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-productname
1461
1491
  '''
@@ -1468,6 +1498,8 @@ class CfnAutomationRule(
1468
1498
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1469
1499
  '''Provides the current state of a finding.
1470
1500
 
1501
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1502
+
1471
1503
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-recordstate
1472
1504
  '''
1473
1505
  result = self._values.get("record_state")
@@ -1479,6 +1511,8 @@ class CfnAutomationRule(
1479
1511
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1480
1512
  '''The product-generated identifier for a related finding.
1481
1513
 
1514
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1515
+
1482
1516
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-relatedfindingsid
1483
1517
  '''
1484
1518
  result = self._values.get("related_findings_id")
@@ -1490,6 +1524,8 @@ class CfnAutomationRule(
1490
1524
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1491
1525
  '''The ARN for the product that generated a related finding.
1492
1526
 
1527
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1528
+
1493
1529
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-relatedfindingsproductarn
1494
1530
  '''
1495
1531
  result = self._values.get("related_findings_product_arn")
@@ -1501,6 +1537,8 @@ class CfnAutomationRule(
1501
1537
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.MapFilterProperty"]]]]:
1502
1538
  '''Custom fields and values about the resource that a finding pertains to.
1503
1539
 
1540
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1541
+
1504
1542
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcedetailsother
1505
1543
  '''
1506
1544
  result = self._values.get("resource_details_other")
@@ -1514,6 +1552,8 @@ class CfnAutomationRule(
1514
1552
 
1515
1553
  For AWS resources that are identified by Amazon Resource Names (ARNs), this is the ARN. For AWS resources that lack ARNs, this is the identifier as defined by the AWS service that created the resource. For non- AWS resources, this is a unique identifier that is associated with the resource.
1516
1554
 
1555
+ Array Members: Minimum number of 1 item. Maximum number of 100 items.
1556
+
1517
1557
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourceid
1518
1558
  '''
1519
1559
  result = self._values.get("resource_id")
@@ -1527,6 +1567,8 @@ class CfnAutomationRule(
1527
1567
 
1528
1568
  A partition is a group of AWS Regions . Each AWS account is scoped to one partition.
1529
1569
 
1570
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1571
+
1530
1572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcepartition
1531
1573
  '''
1532
1574
  result = self._values.get("resource_partition")
@@ -1538,6 +1580,8 @@ class CfnAutomationRule(
1538
1580
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1539
1581
  '''The AWS Region where the resource that a finding pertains to is located.
1540
1582
 
1583
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1584
+
1541
1585
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourceregion
1542
1586
  '''
1543
1587
  result = self._values.get("resource_region")
@@ -1549,6 +1593,8 @@ class CfnAutomationRule(
1549
1593
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.MapFilterProperty"]]]]:
1550
1594
  '''A list of AWS tags associated with a resource at the time the finding was processed.
1551
1595
 
1596
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1597
+
1552
1598
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcetags
1553
1599
  '''
1554
1600
  result = self._values.get("resource_tags")
@@ -1560,6 +1606,8 @@ class CfnAutomationRule(
1560
1606
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1561
1607
  '''A finding's title.
1562
1608
 
1609
+ Array Members: Minimum number of 1 item. Maximum number of 100 items.
1610
+
1563
1611
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-resourcetype
1564
1612
  '''
1565
1613
  result = self._values.get("resource_type")
@@ -1571,6 +1619,8 @@ class CfnAutomationRule(
1571
1619
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1572
1620
  '''The severity value of the finding.
1573
1621
 
1622
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1623
+
1574
1624
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-severitylabel
1575
1625
  '''
1576
1626
  result = self._values.get("severity_label")
@@ -1582,6 +1632,8 @@ class CfnAutomationRule(
1582
1632
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1583
1633
  '''Provides a URL that links to a page about the current finding in the finding product.
1584
1634
 
1635
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1636
+
1585
1637
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-sourceurl
1586
1638
  '''
1587
1639
  result = self._values.get("source_url")
@@ -1593,6 +1645,8 @@ class CfnAutomationRule(
1593
1645
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1594
1646
  '''A finding's title.
1595
1647
 
1648
+ Array Members: Minimum number of 1 item. Maximum number of 100 items.
1649
+
1596
1650
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-title
1597
1651
  '''
1598
1652
  result = self._values.get("title")
@@ -1606,6 +1660,8 @@ class CfnAutomationRule(
1606
1660
 
1607
1661
  For a list of namespaces, classifiers, and categories, see `Types taxonomy for ASFF <https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-findings-format-type-taxonomy.html>`_ in the *AWS Security Hub User Guide* .
1608
1662
 
1663
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1664
+
1609
1665
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-type
1610
1666
  '''
1611
1667
  result = self._values.get("type")
@@ -1619,6 +1675,8 @@ class CfnAutomationRule(
1619
1675
 
1620
1676
  Uses the ``date-time`` format specified in `RFC 3339 section 5.6, Internet Date/Time Format <https://docs.aws.amazon.com/https://tools.ietf.org/html/rfc3339#section-5.6>`_ . The value cannot contain spaces. For example, ``2020-03-22T13:22:13.933Z`` .
1621
1677
 
1678
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1679
+
1622
1680
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-updatedat
1623
1681
  '''
1624
1682
  result = self._values.get("updated_at")
@@ -1630,6 +1688,8 @@ class CfnAutomationRule(
1630
1688
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.MapFilterProperty"]]]]:
1631
1689
  '''A list of user-defined name and value string pairs added to a finding.
1632
1690
 
1691
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1692
+
1633
1693
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-userdefinedfields
1634
1694
  '''
1635
1695
  result = self._values.get("user_defined_fields")
@@ -1641,6 +1701,8 @@ class CfnAutomationRule(
1641
1701
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1642
1702
  '''Provides the veracity of a finding.
1643
1703
 
1704
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1705
+
1644
1706
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-verificationstate
1645
1707
  '''
1646
1708
  result = self._values.get("verification_state")
@@ -1652,6 +1714,8 @@ class CfnAutomationRule(
1652
1714
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, typing.List[typing.Union[_IResolvable_da3f097b, "CfnAutomationRule.StringFilterProperty"]]]]:
1653
1715
  '''Provides information about the status of the investigation into a finding.
1654
1716
 
1717
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
1718
+
1655
1719
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-automationrulesfindingfilters.html#cfn-securityhub-automationrule-automationrulesfindingfilters-workflowstatus
1656
1720
  '''
1657
1721
  result = self._values.get("workflow_status")
@@ -2102,7 +2166,7 @@ class CfnAutomationRule(
2102
2166
  def __init__(self, *, id: typing.Any, product_arn: builtins.str) -> None:
2103
2167
  '''Provides details about a list of findings that the current finding relates to.
2104
2168
 
2105
- :param id: The product-generated identifier for a related finding.
2169
+ :param id: The product-generated identifier for a related finding. Array Members: Minimum number of 1 item. Maximum number of 20 items.
2106
2170
  :param product_arn: The Amazon Resource Name (ARN) for the product that generated a related finding.
2107
2171
 
2108
2172
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-relatedfinding.html
@@ -2134,6 +2198,8 @@ class CfnAutomationRule(
2134
2198
  def id(self) -> typing.Any:
2135
2199
  '''The product-generated identifier for a related finding.
2136
2200
 
2201
+ Array Members: Minimum number of 1 item. Maximum number of 20 items.
2202
+
2137
2203
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securityhub-automationrule-relatedfinding.html#cfn-securityhub-automationrule-relatedfinding-id
2138
2204
  '''
2139
2205
  result = self._values.get("id")
@@ -1225,7 +1225,7 @@ class CfnTopicInlinePolicy(
1225
1225
  metaclass=jsii.JSIIMeta,
1226
1226
  jsii_type="aws-cdk-lib.aws_sns.CfnTopicInlinePolicy",
1227
1227
  ):
1228
- '''The ``AWS::SNS::TopicInlinePolicy`` resource associates one Amazon SNS topic with one policy.
1228
+ '''Schema for AWS::SNS::TopicInlinePolicy.
1229
1229
 
1230
1230
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html
1231
1231
  :exampleMetadata: fixture=_generated
@@ -1255,7 +1255,7 @@ class CfnTopicInlinePolicy(
1255
1255
  '''
1256
1256
  :param scope: Scope in which this resource is defined.
1257
1257
  :param id: Construct identifier for this resource (unique in its scope).
1258
- :param policy_document: A policy document that contains permissions to add to the specified Amazon SNS topic.
1258
+ :param policy_document: A policy document that contains permissions to add to the specified SNS topics.
1259
1259
  :param topic_arn: The Amazon Resource Name (ARN) of the topic to which you want to add the policy.
1260
1260
  '''
1261
1261
  if __debug__:
@@ -1306,7 +1306,7 @@ class CfnTopicInlinePolicy(
1306
1306
  @builtins.property
1307
1307
  @jsii.member(jsii_name="policyDocument")
1308
1308
  def policy_document(self) -> typing.Any:
1309
- '''A policy document that contains permissions to add to the specified Amazon SNS topic.'''
1309
+ '''A policy document that contains permissions to add to the specified SNS topics.'''
1310
1310
  return typing.cast(typing.Any, jsii.get(self, "policyDocument"))
1311
1311
 
1312
1312
  @policy_document.setter
@@ -1339,7 +1339,7 @@ class CfnTopicInlinePolicyProps:
1339
1339
  def __init__(self, *, policy_document: typing.Any, topic_arn: builtins.str) -> None:
1340
1340
  '''Properties for defining a ``CfnTopicInlinePolicy``.
1341
1341
 
1342
- :param policy_document: A policy document that contains permissions to add to the specified Amazon SNS topic.
1342
+ :param policy_document: A policy document that contains permissions to add to the specified SNS topics.
1343
1343
  :param topic_arn: The Amazon Resource Name (ARN) of the topic to which you want to add the policy.
1344
1344
 
1345
1345
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html
@@ -1369,7 +1369,7 @@ class CfnTopicInlinePolicyProps:
1369
1369
 
1370
1370
  @builtins.property
1371
1371
  def policy_document(self) -> typing.Any:
1372
- '''A policy document that contains permissions to add to the specified Amazon SNS topic.
1372
+ '''A policy document that contains permissions to add to the specified SNS topics.
1373
1373
 
1374
1374
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sns-topicinlinepolicy.html#cfn-sns-topicinlinepolicy-policydocument
1375
1375
  '''