aws-cdk-lib 2.184.1__py3-none-any.whl → 2.186.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 (75) hide show
  1. aws_cdk/__init__.py +102 -29
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.184.1.jsii.tgz → aws-cdk-lib@2.186.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_amazonmq/__init__.py +3 -2
  5. aws_cdk/aws_apigateway/__init__.py +1 -1
  6. aws_cdk/aws_apigatewayv2/__init__.py +9 -0
  7. aws_cdk/aws_appconfig/__init__.py +3 -3
  8. aws_cdk/aws_applicationsignals/__init__.py +495 -1
  9. aws_cdk/aws_appsync/__init__.py +65 -11
  10. aws_cdk/aws_athena/__init__.py +143 -0
  11. aws_cdk/aws_backup/__init__.py +4 -2
  12. aws_cdk/aws_batch/__init__.py +9 -0
  13. aws_cdk/aws_bedrock/__init__.py +645 -199
  14. aws_cdk/aws_cassandra/__init__.py +3 -5
  15. aws_cdk/aws_chatbot/__init__.py +41 -0
  16. aws_cdk/aws_cleanrooms/__init__.py +21 -9
  17. aws_cdk/aws_cloudformation/__init__.py +1 -5
  18. aws_cdk/aws_cloudfront/__init__.py +4 -1
  19. aws_cdk/aws_cloudfront_origins/__init__.py +4 -2
  20. aws_cdk/aws_codeartifact/__init__.py +20 -33
  21. aws_cdk/aws_codebuild/__init__.py +10 -3
  22. aws_cdk/aws_codepipeline/__init__.py +1328 -120
  23. aws_cdk/aws_cognito/__init__.py +1 -1
  24. aws_cdk/aws_cognito_identitypool/__init__.py +2303 -0
  25. aws_cdk/aws_config/__init__.py +1 -1
  26. aws_cdk/aws_connect/__init__.py +3 -7
  27. aws_cdk/aws_controltower/__init__.py +18 -26
  28. aws_cdk/aws_datasync/__init__.py +12 -14
  29. aws_cdk/aws_datazone/__init__.py +3471 -2
  30. aws_cdk/aws_ec2/__init__.py +701 -37
  31. aws_cdk/aws_ecr/__init__.py +84 -2
  32. aws_cdk/aws_ecs/__init__.py +20 -25
  33. aws_cdk/aws_eks/__init__.py +2 -0
  34. aws_cdk/aws_elasticloadbalancingv2/__init__.py +42 -5
  35. aws_cdk/aws_elasticsearch/__init__.py +1 -1
  36. aws_cdk/aws_events/__init__.py +37 -14
  37. aws_cdk/aws_events_targets/__init__.py +5 -5
  38. aws_cdk/aws_gamelift/__init__.py +165 -165
  39. aws_cdk/aws_gameliftstreams/__init__.py +199 -59
  40. aws_cdk/aws_iam/__init__.py +320 -25
  41. aws_cdk/aws_imagebuilder/__init__.py +15 -2
  42. aws_cdk/aws_iotfleetwise/__init__.py +15 -6
  43. aws_cdk/aws_kinesisfirehose/__init__.py +115 -113
  44. aws_cdk/aws_lambda/__init__.py +7 -1
  45. aws_cdk/aws_location/__init__.py +24 -7
  46. aws_cdk/aws_logs/__init__.py +21 -27
  47. aws_cdk/aws_msk/__init__.py +17 -50
  48. aws_cdk/aws_networkfirewall/__init__.py +16 -12
  49. aws_cdk/aws_oam/__init__.py +8 -37
  50. aws_cdk/aws_opensearchservice/__init__.py +1 -1
  51. aws_cdk/aws_pcs/__init__.py +33 -22
  52. aws_cdk/aws_quicksight/__init__.py +6 -69
  53. aws_cdk/aws_rds/__init__.py +8 -4
  54. aws_cdk/aws_redshiftserverless/__init__.py +192 -15
  55. aws_cdk/aws_rum/__init__.py +454 -43
  56. aws_cdk/aws_s3/__init__.py +4 -6
  57. aws_cdk/aws_s3_deployment/__init__.py +2 -0
  58. aws_cdk/aws_sagemaker/__init__.py +524 -0
  59. aws_cdk/aws_scheduler/__init__.py +3944 -121
  60. aws_cdk/aws_scheduler_targets/__init__.py +4472 -0
  61. aws_cdk/aws_ses/__init__.py +9 -9
  62. aws_cdk/aws_sns/__init__.py +12 -12
  63. aws_cdk/aws_ssmquicksetup/__init__.py +5 -3
  64. aws_cdk/aws_stepfunctions/__init__.py +17 -15
  65. aws_cdk/aws_timestream/__init__.py +4 -4
  66. aws_cdk/aws_wafv2/__init__.py +345 -0
  67. aws_cdk/aws_workspacesthinclient/__init__.py +4 -4
  68. aws_cdk/cx_api/__init__.py +53 -0
  69. aws_cdk/region_info/__init__.py +2 -2
  70. {aws_cdk_lib-2.184.1.dist-info → aws_cdk_lib-2.186.0.dist-info}/METADATA +1 -1
  71. {aws_cdk_lib-2.184.1.dist-info → aws_cdk_lib-2.186.0.dist-info}/RECORD +75 -73
  72. {aws_cdk_lib-2.184.1.dist-info → aws_cdk_lib-2.186.0.dist-info}/LICENSE +0 -0
  73. {aws_cdk_lib-2.184.1.dist-info → aws_cdk_lib-2.186.0.dist-info}/NOTICE +0 -0
  74. {aws_cdk_lib-2.184.1.dist-info → aws_cdk_lib-2.186.0.dist-info}/WHEEL +0 -0
  75. {aws_cdk_lib-2.184.1.dist-info → aws_cdk_lib-2.186.0.dist-info}/top_level.txt +0 -0
@@ -117,7 +117,7 @@ class CfnKeyspace(
117
117
  :param scope: Scope in which this resource is defined.
118
118
  :param id: Construct identifier for this resource (unique in its scope).
119
119
  :param client_side_timestamps_enabled: Indicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace. To add a Region to a single-Region keyspace with at least one table, the value must be set to true. After you've enabled client-side timestamps for a table, you can’t disable it again.
120
- :param keyspace_name: The name of the keyspace to be created. The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . *Length constraints:* Minimum length of 3. Maximum length of 255. *Pattern:* ``^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$``
120
+ :param keyspace_name: The name of the keyspace to be created. The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . *Length constraints:* Minimum length of 1. Maximum length of 48.
121
121
  :param replication_specification: Specifies the ``ReplicationStrategy`` of a keyspace. The options are:. - ``SINGLE_REGION`` for a single Region keyspace (optional) or - ``MULTI_REGION`` for a multi-Region keyspace If no ``ReplicationStrategy`` is provided, the default is ``SINGLE_REGION`` . If you choose ``MULTI_REGION`` , you must also provide a ``RegionList`` with the AWS Regions that the keyspace is replicated in.
122
122
  :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
123
123
  '''
@@ -349,7 +349,7 @@ class CfnKeyspaceProps:
349
349
  '''Properties for defining a ``CfnKeyspace``.
350
350
 
351
351
  :param client_side_timestamps_enabled: Indicates whether client-side timestamps are enabled (true) or disabled (false) for all tables in the keyspace. To add a Region to a single-Region keyspace with at least one table, the value must be set to true. After you've enabled client-side timestamps for a table, you can’t disable it again.
352
- :param keyspace_name: The name of the keyspace to be created. The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . *Length constraints:* Minimum length of 3. Maximum length of 255. *Pattern:* ``^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$``
352
+ :param keyspace_name: The name of the keyspace to be created. The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ . *Length constraints:* Minimum length of 1. Maximum length of 48.
353
353
  :param replication_specification: Specifies the ``ReplicationStrategy`` of a keyspace. The options are:. - ``SINGLE_REGION`` for a single Region keyspace (optional) or - ``MULTI_REGION`` for a multi-Region keyspace If no ``ReplicationStrategy`` is provided, the default is ``SINGLE_REGION`` . If you choose ``MULTI_REGION`` , you must also provide a ``RegionList`` with the AWS Regions that the keyspace is replicated in.
354
354
  :param tags: An array of key-value pairs to apply to this resource. For more information, see `Tag <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html>`_ .
355
355
 
@@ -410,9 +410,7 @@ class CfnKeyspaceProps:
410
410
 
411
411
  The keyspace name is case sensitive. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the keyspace name. For more information, see `Name type <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html>`_ .
412
412
 
413
- *Length constraints:* Minimum length of 3. Maximum length of 255.
414
-
415
- *Pattern:* ``^[a-zA-Z0-9][a-zA-Z0-9_]{1,47}$``
413
+ *Length constraints:* Minimum length of 1. Maximum length of 48.
416
414
 
417
415
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cassandra-keyspace.html#cfn-cassandra-keyspace-keyspacename
418
416
  '''
@@ -812,6 +812,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
812
812
  key="key",
813
813
  value="value"
814
814
  )],
815
+ teams_channel_name="teamsChannelName",
815
816
  user_role_required=False
816
817
  )
817
818
  '''
@@ -831,6 +832,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
831
832
  logging_level: typing.Optional[builtins.str] = None,
832
833
  sns_topic_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
833
834
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
835
+ teams_channel_name: typing.Optional[builtins.str] = None,
834
836
  user_role_required: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
835
837
  ) -> None:
836
838
  '''
@@ -846,6 +848,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
846
848
  :param logging_level: Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs. Logging levels include ``ERROR`` , ``INFO`` , or ``NONE`` . Default: - "NONE"
847
849
  :param sns_topic_arns: The ARNs of the SNS topics that deliver notifications to .
848
850
  :param tags: The tags to add to the configuration.
851
+ :param teams_channel_name: The name of the Microsoft Teams channel.
849
852
  :param user_role_required: Enables use of a user role requirement in your chat configuration. Default: - false
850
853
  '''
851
854
  if __debug__:
@@ -863,6 +866,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
863
866
  logging_level=logging_level,
864
867
  sns_topic_arns=sns_topic_arns,
865
868
  tags=tags,
869
+ teams_channel_name=teams_channel_name,
866
870
  user_role_required=user_role_required,
867
871
  )
868
872
 
@@ -1057,6 +1061,19 @@ class CfnMicrosoftTeamsChannelConfiguration(
1057
1061
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1058
1062
  jsii.set(self, "tags", value) # pyright: ignore[reportArgumentType]
1059
1063
 
1064
+ @builtins.property
1065
+ @jsii.member(jsii_name="teamsChannelName")
1066
+ def teams_channel_name(self) -> typing.Optional[builtins.str]:
1067
+ '''The name of the Microsoft Teams channel.'''
1068
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "teamsChannelName"))
1069
+
1070
+ @teams_channel_name.setter
1071
+ def teams_channel_name(self, value: typing.Optional[builtins.str]) -> None:
1072
+ if __debug__:
1073
+ type_hints = typing.get_type_hints(_typecheckingstub__6b024a8c697915b8353191fc418871ddabafe006c942750d3ac38aa4c9d5c6c4)
1074
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
1075
+ jsii.set(self, "teamsChannelName", value) # pyright: ignore[reportArgumentType]
1076
+
1060
1077
  @builtins.property
1061
1078
  @jsii.member(jsii_name="userRoleRequired")
1062
1079
  def user_role_required(
@@ -1090,6 +1107,7 @@ class CfnMicrosoftTeamsChannelConfiguration(
1090
1107
  "logging_level": "loggingLevel",
1091
1108
  "sns_topic_arns": "snsTopicArns",
1092
1109
  "tags": "tags",
1110
+ "teams_channel_name": "teamsChannelName",
1093
1111
  "user_role_required": "userRoleRequired",
1094
1112
  },
1095
1113
  )
@@ -1107,6 +1125,7 @@ class CfnMicrosoftTeamsChannelConfigurationProps:
1107
1125
  logging_level: typing.Optional[builtins.str] = None,
1108
1126
  sns_topic_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
1109
1127
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
1128
+ teams_channel_name: typing.Optional[builtins.str] = None,
1110
1129
  user_role_required: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
1111
1130
  ) -> None:
1112
1131
  '''Properties for defining a ``CfnMicrosoftTeamsChannelConfiguration``.
@@ -1121,6 +1140,7 @@ class CfnMicrosoftTeamsChannelConfigurationProps:
1121
1140
  :param logging_level: Specifies the logging level for this configuration. This property affects the log entries pushed to Amazon CloudWatch Logs. Logging levels include ``ERROR`` , ``INFO`` , or ``NONE`` . Default: - "NONE"
1122
1141
  :param sns_topic_arns: The ARNs of the SNS topics that deliver notifications to .
1123
1142
  :param tags: The tags to add to the configuration.
1143
+ :param teams_channel_name: The name of the Microsoft Teams channel.
1124
1144
  :param user_role_required: Enables use of a user role requirement in your chat configuration. Default: - false
1125
1145
 
1126
1146
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-microsoftteamschannelconfiguration.html
@@ -1148,6 +1168,7 @@ class CfnMicrosoftTeamsChannelConfigurationProps:
1148
1168
  key="key",
1149
1169
  value="value"
1150
1170
  )],
1171
+ teams_channel_name="teamsChannelName",
1151
1172
  user_role_required=False
1152
1173
  )
1153
1174
  '''
@@ -1163,6 +1184,7 @@ class CfnMicrosoftTeamsChannelConfigurationProps:
1163
1184
  check_type(argname="argument logging_level", value=logging_level, expected_type=type_hints["logging_level"])
1164
1185
  check_type(argname="argument sns_topic_arns", value=sns_topic_arns, expected_type=type_hints["sns_topic_arns"])
1165
1186
  check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
1187
+ check_type(argname="argument teams_channel_name", value=teams_channel_name, expected_type=type_hints["teams_channel_name"])
1166
1188
  check_type(argname="argument user_role_required", value=user_role_required, expected_type=type_hints["user_role_required"])
1167
1189
  self._values: typing.Dict[builtins.str, typing.Any] = {
1168
1190
  "configuration_name": configuration_name,
@@ -1181,6 +1203,8 @@ class CfnMicrosoftTeamsChannelConfigurationProps:
1181
1203
  self._values["sns_topic_arns"] = sns_topic_arns
1182
1204
  if tags is not None:
1183
1205
  self._values["tags"] = tags
1206
+ if teams_channel_name is not None:
1207
+ self._values["teams_channel_name"] = teams_channel_name
1184
1208
  if user_role_required is not None:
1185
1209
  self._values["user_role_required"] = user_role_required
1186
1210
 
@@ -1293,6 +1317,15 @@ class CfnMicrosoftTeamsChannelConfigurationProps:
1293
1317
  result = self._values.get("tags")
1294
1318
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
1295
1319
 
1320
+ @builtins.property
1321
+ def teams_channel_name(self) -> typing.Optional[builtins.str]:
1322
+ '''The name of the Microsoft Teams channel.
1323
+
1324
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-chatbot-microsoftteamschannelconfiguration.html#cfn-chatbot-microsoftteamschannelconfiguration-teamschannelname
1325
+ '''
1326
+ result = self._values.get("teams_channel_name")
1327
+ return typing.cast(typing.Optional[builtins.str], result)
1328
+
1296
1329
  @builtins.property
1297
1330
  def user_role_required(
1298
1331
  self,
@@ -2630,6 +2663,7 @@ def _typecheckingstub__62f6b943071fca79376376fd20660d7b707a1026a9039a0c12c88895d
2630
2663
  logging_level: typing.Optional[builtins.str] = None,
2631
2664
  sns_topic_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
2632
2665
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2666
+ teams_channel_name: typing.Optional[builtins.str] = None,
2633
2667
  user_role_required: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2634
2668
  ) -> None:
2635
2669
  """Type checking stubs"""
@@ -2707,6 +2741,12 @@ def _typecheckingstub__85a622952d9fea475beb11aa3753f5147c076bc04254dc91a4dbc14ee
2707
2741
  """Type checking stubs"""
2708
2742
  pass
2709
2743
 
2744
+ def _typecheckingstub__6b024a8c697915b8353191fc418871ddabafe006c942750d3ac38aa4c9d5c6c4(
2745
+ value: typing.Optional[builtins.str],
2746
+ ) -> None:
2747
+ """Type checking stubs"""
2748
+ pass
2749
+
2710
2750
  def _typecheckingstub__0a5171a48ffb0d6c3dc8bec2e5eb8774e5e34370819690e508928a264f6e7eda(
2711
2751
  value: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]],
2712
2752
  ) -> None:
@@ -2725,6 +2765,7 @@ def _typecheckingstub__2750e06a244ed0f59003e9954924d4cdea272b2fc67dda92574fc40bd
2725
2765
  logging_level: typing.Optional[builtins.str] = None,
2726
2766
  sns_topic_arns: typing.Optional[typing.Sequence[builtins.str]] = None,
2727
2767
  tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
2768
+ teams_channel_name: typing.Optional[builtins.str] = None,
2728
2769
  user_role_required: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
2729
2770
  ) -> None:
2730
2771
  """Type checking stubs"""
@@ -855,7 +855,7 @@ class CfnCollaboration(
855
855
  :param description: A description of the collaboration provided by the collaboration owner.
856
856
  :param members: A list of initial members, not including the creator. This list is immutable.
857
857
  :param name: A human-readable identifier provided by the collaboration owner. Display names are not unique.
858
- :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the collaboration.
858
+ :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the collaboration. When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
859
859
  :param analytics_engine: The analytics engine for the collaboration.
860
860
  :param creator_ml_member_abilities: The ML member abilities for a collaboration member.
861
861
  :param creator_payment_configuration: An object representing the collaboration member's payment responsibilities set by the collaboration creator.
@@ -1815,7 +1815,7 @@ class CfnCollaborationProps:
1815
1815
  :param description: A description of the collaboration provided by the collaboration owner.
1816
1816
  :param members: A list of initial members, not including the creator. This list is immutable.
1817
1817
  :param name: A human-readable identifier provided by the collaboration owner. Display names are not unique.
1818
- :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the collaboration.
1818
+ :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the collaboration. When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
1819
1819
  :param analytics_engine: The analytics engine for the collaboration.
1820
1820
  :param creator_ml_member_abilities: The ML member abilities for a collaboration member.
1821
1821
  :param creator_payment_configuration: An object representing the collaboration member's payment responsibilities set by the collaboration creator.
@@ -1989,6 +1989,8 @@ class CfnCollaborationProps:
1989
1989
  def query_log_status(self) -> builtins.str:
1990
1990
  '''An indicator as to whether query logging has been enabled or disabled for the collaboration.
1991
1991
 
1992
+ When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
1993
+
1992
1994
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-collaboration.html#cfn-cleanrooms-collaboration-querylogstatus
1993
1995
  '''
1994
1996
  result = self._values.get("query_log_status")
@@ -2183,7 +2185,7 @@ class CfnConfiguredTable(
2183
2185
  :param scope: Scope in which this resource is defined.
2184
2186
  :param id: Construct identifier for this resource (unique in its scope).
2185
2187
  :param allowed_columns: The columns within the underlying AWS Glue table that can be utilized within collaborations.
2186
- :param analysis_method: The analysis method for the configured table. The only valid value is currently ``DIRECT_QUERY``.
2188
+ :param analysis_method: The analysis method for the configured table. ``DIRECT_QUERY`` allows SQL queries to be run directly on this table. ``DIRECT_JOB`` allows PySpark jobs to be run directly on this table. ``MULTIPLE`` allows both SQL queries and PySpark jobs to be run directly on this table.
2187
2189
  :param name: A name for the configured table.
2188
2190
  :param table_reference: The table that this configured table represents.
2189
2191
  :param analysis_rules: The analysis rule that was created for the configured table.
@@ -3492,9 +3494,13 @@ class CfnConfiguredTable(
3492
3494
  *,
3493
3495
  columns: typing.Union[_IResolvable_da3f097b, typing.Sequence[typing.Union[_IResolvable_da3f097b, typing.Union["CfnConfiguredTable.DifferentialPrivacyColumnProperty", typing.Dict[builtins.str, typing.Any]]]]],
3494
3496
  ) -> None:
3495
- '''The analysis method for the configured tables.
3497
+ '''The analysis method allowed for the configured tables.
3498
+
3499
+ ``DIRECT_QUERY`` allows SQL queries to be run directly on this table.
3500
+
3501
+ ``DIRECT_JOB`` allows PySpark jobs to be run directly on this table.
3496
3502
 
3497
- The only valid value is currently ``DIRECT_QUERY``.
3503
+ ``MULTIPLE`` allows both SQL queries and PySpark jobs to be run directly on this table.
3498
3504
 
3499
3505
  :param columns: The name of the column, such as user_id, that contains the unique identifier of your users, whose privacy you want to protect. If you want to turn on differential privacy for two or more tables in a collaboration, you must configure the same column as the user identifier column in both analysis rules.
3500
3506
 
@@ -4979,7 +4985,7 @@ class CfnConfiguredTableProps:
4979
4985
  '''Properties for defining a ``CfnConfiguredTable``.
4980
4986
 
4981
4987
  :param allowed_columns: The columns within the underlying AWS Glue table that can be utilized within collaborations.
4982
- :param analysis_method: The analysis method for the configured table. The only valid value is currently ``DIRECT_QUERY``.
4988
+ :param analysis_method: The analysis method for the configured table. ``DIRECT_QUERY`` allows SQL queries to be run directly on this table. ``DIRECT_JOB`` allows PySpark jobs to be run directly on this table. ``MULTIPLE`` allows both SQL queries and PySpark jobs to be run directly on this table.
4983
4989
  :param name: A name for the configured table.
4984
4990
  :param table_reference: The table that this configured table represents.
4985
4991
  :param analysis_rules: The analysis rule that was created for the configured table.
@@ -5118,7 +5124,11 @@ class CfnConfiguredTableProps:
5118
5124
  def analysis_method(self) -> builtins.str:
5119
5125
  '''The analysis method for the configured table.
5120
5126
 
5121
- The only valid value is currently ``DIRECT_QUERY``.
5127
+ ``DIRECT_QUERY`` allows SQL queries to be run directly on this table.
5128
+
5129
+ ``DIRECT_JOB`` allows PySpark jobs to be run directly on this table.
5130
+
5131
+ ``MULTIPLE`` allows both SQL queries and PySpark jobs to be run directly on this table.
5122
5132
 
5123
5133
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-configuredtable.html#cfn-cleanrooms-configuredtable-analysismethod
5124
5134
  '''
@@ -6513,7 +6523,7 @@ class CfnMembership(
6513
6523
  :param scope: Scope in which this resource is defined.
6514
6524
  :param id: Construct identifier for this resource (unique in its scope).
6515
6525
  :param collaboration_identifier: The unique ID for the associated collaboration.
6516
- :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the membership.
6526
+ :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the membership. When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
6517
6527
  :param default_result_configuration: The default protected query result configuration as specified by the member who can receive results.
6518
6528
  :param payment_configuration: The payment responsibilities accepted by the collaboration member.
6519
6529
  :param tags: An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
@@ -7340,7 +7350,7 @@ class CfnMembershipProps:
7340
7350
  '''Properties for defining a ``CfnMembership``.
7341
7351
 
7342
7352
  :param collaboration_identifier: The unique ID for the associated collaboration.
7343
- :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the membership.
7353
+ :param query_log_status: An indicator as to whether query logging has been enabled or disabled for the membership. When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
7344
7354
  :param default_result_configuration: The default protected query result configuration as specified by the member who can receive results.
7345
7355
  :param payment_configuration: The payment responsibilities accepted by the collaboration member.
7346
7356
  :param tags: An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
@@ -7427,6 +7437,8 @@ class CfnMembershipProps:
7427
7437
  def query_log_status(self) -> builtins.str:
7428
7438
  '''An indicator as to whether query logging has been enabled or disabled for the membership.
7429
7439
 
7440
+ When ``ENABLED`` , AWS Clean Rooms logs details about queries run within this collaboration and those logs can be viewed in Amazon CloudWatch Logs. The default value is ``DISABLED`` .
7441
+
7430
7442
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cleanrooms-membership.html#cfn-cleanrooms-membership-querylogstatus
7431
7443
  '''
7432
7444
  result = self._values.get("query_log_status")
@@ -6705,7 +6705,7 @@ class CfnStackSet(
6705
6705
  :param max_concurrent_count: The maximum number of accounts in which to perform this operation at one time. This is dependent on the value of ``FailureToleranceCount`` . ``MaxConcurrentCount`` is at most one more than the ``FailureToleranceCount`` . Note that this setting lets you specify the *maximum* for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either ``MaxConcurrentCount`` or ``MaxConcurrentPercentage`` , but not both.
6706
6706
  :param max_concurrent_percentage: The maximum percentage of accounts in which to perform this operation at one time. When calculating the number of accounts based on the specified percentage, CloudFormation rounds down to the next whole number. This is true except in cases where rounding down would result is zero. In this case, CloudFormation sets the number as one instead. Note that this setting lets you specify the *maximum* for operations. For large deployments, under certain circumstances the actual number of accounts acted upon concurrently may be lower due to service throttling. Conditional: You must specify either ``MaxConcurrentCount`` or ``MaxConcurrentPercentage`` , but not both.
6707
6707
  :param region_concurrency_type: The concurrency type of deploying StackSets operations in Regions, could be in parallel or one Region at a time.
6708
- :param region_order: The order of the Regions where you want to perform the stack operation. .. epigraph:: ``RegionOrder`` isn't followed if ``AutoDeployment`` is enabled.
6708
+ :param region_order: The order of the Regions where you want to perform the stack operation.
6709
6709
 
6710
6710
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html
6711
6711
  :exampleMetadata: fixture=_generated
@@ -6837,10 +6837,6 @@ class CfnStackSet(
6837
6837
  def region_order(self) -> typing.Optional[typing.List[builtins.str]]:
6838
6838
  '''The order of the Regions where you want to perform the stack operation.
6839
6839
 
6840
- .. epigraph::
6841
-
6842
- ``RegionOrder`` isn't followed if ``AutoDeployment`` is enabled.
6843
-
6844
6840
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudformation-stackset-operationpreferences.html#cfn-cloudformation-stackset-operationpreferences-regionorder
6845
6841
  '''
6846
6842
  result = self._values.get("region_order")
@@ -2863,7 +2863,10 @@ class CfnAnycastIpList(
2863
2863
  @builtins.property
2864
2864
  @jsii.member(jsii_name="attrAnycastIpList")
2865
2865
  def attr_anycast_ip_list(self) -> _IResolvable_da3f097b:
2866
- '''
2866
+ '''An Anycast static IP list.
2867
+
2868
+ For more information, see `Request Anycast static IPs to use for allowlisting <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/request-static-ips.html>`_ in the *Amazon CloudFront Developer Guide*.
2869
+
2867
2870
  :cloudformationAttribute: AnycastIpList
2868
2871
  '''
2869
2872
  return typing.cast(_IResolvable_da3f097b, jsii.get(self, "attrAnycastIpList"))
@@ -678,8 +678,10 @@ You can allow the traffic from the CloudFront managed prefix list named **com.am
678
678
  # alb: elbv2.ApplicationLoadBalancer
679
679
 
680
680
 
681
- peer = ec2.Peer.prefix_list("pl-xxxxxxxx") # See the management console to find actual PrefixList Id.
682
- alb.connections.allow_from(peer, ec2.Port.HTTP)
681
+ cf_origin_facing = ec2.PrefixList.from_lookup(self, "CloudFrontOriginFacing",
682
+ prefix_list_name="com.amazonaws.global.cloudfront.origin-facing"
683
+ )
684
+ alb.connections.allow_from(ec2.Peer.prefix_list(cf_origin_facing.prefix_list_id), ec2.Port.HTTP)
683
685
  ```
684
686
 
685
687
  #### The VPC origin service security group
@@ -459,7 +459,7 @@ class CfnPackageGroup(
459
459
  :param description: The description of the package group.
460
460
  :param domain_owner: The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
461
461
  :param origin_configuration: Details about the package origin configuration of a package group.
462
- :param tags: A list of tags to be applied to the package group.
462
+ :param tags: An array of key-value pairs to apply to the package group.
463
463
  '''
464
464
  if __debug__:
465
465
  type_hints = typing.get_type_hints(_typecheckingstub__7a8aaa0852b2af2f8381bac18421469d96d102aa57d00f002433c862966b5603)
@@ -510,7 +510,7 @@ class CfnPackageGroup(
510
510
  @builtins.property
511
511
  @jsii.member(jsii_name="attrArn")
512
512
  def attr_arn(self) -> builtins.str:
513
- '''When you pass the logical ID of this resource, the function returns the Amazon Resource Name (ARN) of the package group.
513
+ '''The ARN of the package group.
514
514
 
515
515
  :cloudformationAttribute: Arn
516
516
  '''
@@ -613,7 +613,7 @@ class CfnPackageGroup(
613
613
  @builtins.property
614
614
  @jsii.member(jsii_name="tags")
615
615
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
616
- '''A list of tags to be applied to the package group.'''
616
+ '''An array of key-value pairs to apply to the package group.'''
617
617
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
618
618
 
619
619
  @tags.setter
@@ -634,9 +634,8 @@ class CfnPackageGroup(
634
634
  *,
635
635
  restrictions: typing.Union[_IResolvable_da3f097b, typing.Union["CfnPackageGroup.RestrictionsProperty", typing.Dict[builtins.str, typing.Any]]],
636
636
  ) -> None:
637
- '''The package group origin configuration that determines how package versions can enter repositories.
638
-
639
- :param restrictions: The origin configuration settings that determine how package versions can enter repositories.
637
+ '''
638
+ :param restrictions:
640
639
 
641
640
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-originconfiguration.html
642
641
  :exampleMetadata: fixture=_generated
@@ -681,8 +680,7 @@ class CfnPackageGroup(
681
680
  def restrictions(
682
681
  self,
683
682
  ) -> typing.Union[_IResolvable_da3f097b, "CfnPackageGroup.RestrictionsProperty"]:
684
- '''The origin configuration settings that determine how package versions can enter repositories.
685
-
683
+ '''
686
684
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-originconfiguration.html#cfn-codeartifact-packagegroup-originconfiguration-restrictions
687
685
  '''
688
686
  result = self._values.get("restrictions")
@@ -715,10 +713,9 @@ class CfnPackageGroup(
715
713
  restriction_mode: builtins.str,
716
714
  repositories: typing.Optional[typing.Sequence[builtins.str]] = None,
717
715
  ) -> None:
718
- '''The ``RestrictionType`` property type specifies the package group origin configuration restriction mode, and the repositories when the ``RestrictionMode`` is set to ``ALLOW_SPECIFIC_REPOSITORIES`` .
719
-
720
- :param restriction_mode: The package group origin restriction setting. When the value is ``INHERIT`` , the value is set to the value of the first parent package group which does not have a value of ``INHERIT`` .
721
- :param repositories: The repositories to add to the allowed repositories list. The allowed repositories list is used when the ``RestrictionMode`` is set to ``ALLOW_SPECIFIC_REPOSITORIES`` .
716
+ '''
717
+ :param restriction_mode:
718
+ :param repositories:
722
719
 
723
720
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictiontype.html
724
721
  :exampleMetadata: fixture=_generated
@@ -748,10 +745,7 @@ class CfnPackageGroup(
748
745
 
749
746
  @builtins.property
750
747
  def restriction_mode(self) -> builtins.str:
751
- '''The package group origin restriction setting.
752
-
753
- When the value is ``INHERIT`` , the value is set to the value of the first parent package group which does not have a value of ``INHERIT`` .
754
-
748
+ '''
755
749
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictiontype.html#cfn-codeartifact-packagegroup-restrictiontype-restrictionmode
756
750
  '''
757
751
  result = self._values.get("restriction_mode")
@@ -760,10 +754,7 @@ class CfnPackageGroup(
760
754
 
761
755
  @builtins.property
762
756
  def repositories(self) -> typing.Optional[typing.List[builtins.str]]:
763
- '''The repositories to add to the allowed repositories list.
764
-
765
- The allowed repositories list is used when the ``RestrictionMode`` is set to ``ALLOW_SPECIFIC_REPOSITORIES`` .
766
-
757
+ '''
767
758
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictiontype.html#cfn-codeartifact-packagegroup-restrictiontype-repositories
768
759
  '''
769
760
  result = self._values.get("repositories")
@@ -797,11 +788,10 @@ class CfnPackageGroup(
797
788
  internal_upstream: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPackageGroup.RestrictionTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
798
789
  publish: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnPackageGroup.RestrictionTypeProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
799
790
  ) -> None:
800
- '''Contains information about the configured restrictions of the origin controls of a package group.
801
-
802
- :param external_upstream: The package group origin restriction setting for external, upstream repositories.
803
- :param internal_upstream: The package group origin restriction setting for internal, upstream repositories.
804
- :param publish: The package group origin restriction setting for publishing packages.
791
+ '''
792
+ :param external_upstream:
793
+ :param internal_upstream:
794
+ :param publish:
805
795
 
806
796
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictions.html
807
797
  :exampleMetadata: fixture=_generated
@@ -850,8 +840,7 @@ class CfnPackageGroup(
850
840
  def external_upstream(
851
841
  self,
852
842
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPackageGroup.RestrictionTypeProperty"]]:
853
- '''The package group origin restriction setting for external, upstream repositories.
854
-
843
+ '''
855
844
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictions.html#cfn-codeartifact-packagegroup-restrictions-externalupstream
856
845
  '''
857
846
  result = self._values.get("external_upstream")
@@ -861,8 +850,7 @@ class CfnPackageGroup(
861
850
  def internal_upstream(
862
851
  self,
863
852
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPackageGroup.RestrictionTypeProperty"]]:
864
- '''The package group origin restriction setting for internal, upstream repositories.
865
-
853
+ '''
866
854
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictions.html#cfn-codeartifact-packagegroup-restrictions-internalupstream
867
855
  '''
868
856
  result = self._values.get("internal_upstream")
@@ -872,8 +860,7 @@ class CfnPackageGroup(
872
860
  def publish(
873
861
  self,
874
862
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPackageGroup.RestrictionTypeProperty"]]:
875
- '''The package group origin restriction setting for publishing packages.
876
-
863
+ '''
877
864
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeartifact-packagegroup-restrictions.html#cfn-codeartifact-packagegroup-restrictions-publish
878
865
  '''
879
866
  result = self._values.get("publish")
@@ -924,7 +911,7 @@ class CfnPackageGroupProps:
924
911
  :param description: The description of the package group.
925
912
  :param domain_owner: The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
926
913
  :param origin_configuration: Details about the package origin configuration of a package group.
927
- :param tags: A list of tags to be applied to the package group.
914
+ :param tags: An array of key-value pairs to apply to the package group.
928
915
 
929
916
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeartifact-packagegroup.html
930
917
  :exampleMetadata: fixture=_generated
@@ -1059,7 +1046,7 @@ class CfnPackageGroupProps:
1059
1046
 
1060
1047
  @builtins.property
1061
1048
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
1062
- '''A list of tags to be applied to the package group.
1049
+ '''An array of key-value pairs to apply to the package group.
1063
1050
 
1064
1051
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codeartifact-packagegroup.html#cfn-codeartifact-packagegroup-tags
1065
1052
  '''
@@ -6478,7 +6478,7 @@ class CfnProject(
6478
6478
  The Webhook feature isn't available in AWS CloudFormation for GitHub Enterprise projects. Use the AWS CLI or AWS CodeBuild console to create the webhook.
6479
6479
 
6480
6480
  :param pattern: For a ``WebHookFilter`` that uses ``EVENT`` type, a comma-separated string that specifies one or more events. For example, the webhook filter ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` allows all push, pull request created, and pull request updated events to trigger a build. For a ``WebHookFilter`` that uses any of the other filter types, a regular expression pattern. For example, a ``WebHookFilter`` that uses ``HEAD_REF`` for its ``type`` and the pattern ``^refs/heads/`` triggers a build when the head reference is a branch with a reference name ``refs/heads/branch-name`` .
6481
- :param type: The type of webhook filter. There are nine webhook filter types: ``EVENT`` , ``ACTOR_ACCOUNT_ID`` , ``HEAD_REF`` , ``BASE_REF`` , ``FILE_PATH`` , ``COMMIT_MESSAGE`` , ``TAG_NAME`` , ``RELEASE_NAME`` , and ``WORKFLOW_NAME`` . - EVENT - A webhook event triggers a build when the provided ``pattern`` matches one of nine event types: ``PUSH`` , ``PULL_REQUEST_CREATED`` , ``PULL_REQUEST_UPDATED`` , ``PULL_REQUEST_CLOSED`` , ``PULL_REQUEST_REOPENED`` , ``PULL_REQUEST_MERGED`` , ``RELEASED`` , ``PRERELEASED`` , and ``WORKFLOW_JOB_QUEUED`` . The ``EVENT`` patterns are specified as a comma-separated string. For example, ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` filters all push, pull request created, and pull request updated events. .. epigraph:: Types ``PULL_REQUEST_REOPENED`` and ``WORKFLOW_JOB_QUEUED`` work with GitHub and GitHub Enterprise only. Types ``RELEASED`` and ``PRERELEASED`` work with GitHub only. - ACTOR_ACCOUNT_ID - A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression ``pattern`` . - HEAD_REF - A webhook event triggers a build when the head reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` and ``refs/tags/tag-name`` . .. epigraph:: Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. - BASE_REF - A webhook event triggers a build when the base reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` . .. epigraph:: Works with pull request events only. - FILE_PATH - A webhook triggers a build when the path of a changed file matches the regular expression ``pattern`` . .. epigraph:: Works with push and pull request events only. - COMMIT_MESSAGE - A webhook triggers a build when the head commit message matches the regular expression ``pattern`` . .. epigraph:: Works with push and pull request events only. - TAG_NAME - A webhook triggers a build when the tag name of the release matches the regular expression ``pattern`` . .. epigraph:: Works with ``RELEASED`` and ``PRERELEASED`` events only. - RELEASE_NAME - A webhook triggers a build when the release name matches the regular expression ``pattern`` . .. epigraph:: Works with ``RELEASED`` and ``PRERELEASED`` events only. - REPOSITORY_NAME - A webhook triggers a build when the repository name matches the regular expression pattern. .. epigraph:: Works with GitHub global or organization webhooks only. - WORKFLOW_NAME - A webhook triggers a build when the workflow name matches the regular expression ``pattern`` . .. epigraph:: Works with ``WORKFLOW_JOB_QUEUED`` events only. > For CodeBuild-hosted Buildkite runner builds, WORKFLOW_NAME filters will filter by pipeline name.
6481
+ :param type: The type of webhook filter. There are 11 webhook filter types: ``EVENT`` , ``ACTOR_ACCOUNT_ID`` , ``HEAD_REF`` , ``BASE_REF`` , ``FILE_PATH`` , ``COMMIT_MESSAGE`` , ``TAG_NAME`` , ``RELEASE_NAME`` , ``REPOSITORY_NAME`` , ``ORGANIZATION_NAME`` , and ``WORKFLOW_NAME`` . - EVENT - A webhook event triggers a build when the provided ``pattern`` matches one of nine event types: ``PUSH`` , ``PULL_REQUEST_CREATED`` , ``PULL_REQUEST_UPDATED`` , ``PULL_REQUEST_CLOSED`` , ``PULL_REQUEST_REOPENED`` , ``PULL_REQUEST_MERGED`` , ``RELEASED`` , ``PRERELEASED`` , and ``WORKFLOW_JOB_QUEUED`` . The ``EVENT`` patterns are specified as a comma-separated string. For example, ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` filters all push, pull request created, and pull request updated events. .. epigraph:: Types ``PULL_REQUEST_REOPENED`` and ``WORKFLOW_JOB_QUEUED`` work with GitHub and GitHub Enterprise only. Types ``RELEASED`` and ``PRERELEASED`` work with GitHub only. - ACTOR_ACCOUNT_ID - A webhook event triggers a build when a GitHub, GitHub Enterprise, or Bitbucket account ID matches the regular expression ``pattern`` . - HEAD_REF - A webhook event triggers a build when the head reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` and ``refs/tags/tag-name`` . .. epigraph:: Works with GitHub and GitHub Enterprise push, GitHub and GitHub Enterprise pull request, Bitbucket push, and Bitbucket pull request events. - BASE_REF - A webhook event triggers a build when the base reference matches the regular expression ``pattern`` . For example, ``refs/heads/branch-name`` . .. epigraph:: Works with pull request events only. - FILE_PATH - A webhook triggers a build when the path of a changed file matches the regular expression ``pattern`` . .. epigraph:: Works with push and pull request events only. - COMMIT_MESSAGE - A webhook triggers a build when the head commit message matches the regular expression ``pattern`` . .. epigraph:: Works with push and pull request events only. - TAG_NAME - A webhook triggers a build when the tag name of the release matches the regular expression ``pattern`` . .. epigraph:: Works with ``RELEASED`` and ``PRERELEASED`` events only. - RELEASE_NAME - A webhook triggers a build when the release name matches the regular expression ``pattern`` . .. epigraph:: Works with ``RELEASED`` and ``PRERELEASED`` events only. - REPOSITORY_NAME - A webhook triggers a build when the repository name matches the regular expression ``pattern`` . .. epigraph:: Works with GitHub global or organization webhooks only. - ORGANIZATION_NAME - A webhook triggers a build when the organization name matches the regular expression ``pattern`` . .. epigraph:: Works with GitHub global webhooks only. - WORKFLOW_NAME - A webhook triggers a build when the workflow name matches the regular expression ``pattern`` . .. epigraph:: Works with ``WORKFLOW_JOB_QUEUED`` events only. > For CodeBuild-hosted Buildkite runner builds, WORKFLOW_NAME filters will filter by pipeline name.
6482
6482
  :param exclude_matched_pattern: Used to indicate that the ``pattern`` determines which webhook events do not trigger a build. If true, then a webhook event that does not match the ``pattern`` triggers a build. If false, then a webhook event that matches the ``pattern`` triggers a build.
6483
6483
 
6484
6484
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-webhookfilter.html
@@ -6528,7 +6528,7 @@ class CfnProject(
6528
6528
  def type(self) -> builtins.str:
6529
6529
  '''The type of webhook filter.
6530
6530
 
6531
- There are nine webhook filter types: ``EVENT`` , ``ACTOR_ACCOUNT_ID`` , ``HEAD_REF`` , ``BASE_REF`` , ``FILE_PATH`` , ``COMMIT_MESSAGE`` , ``TAG_NAME`` , ``RELEASE_NAME`` , and ``WORKFLOW_NAME`` .
6531
+ There are 11 webhook filter types: ``EVENT`` , ``ACTOR_ACCOUNT_ID`` , ``HEAD_REF`` , ``BASE_REF`` , ``FILE_PATH`` , ``COMMIT_MESSAGE`` , ``TAG_NAME`` , ``RELEASE_NAME`` , ``REPOSITORY_NAME`` , ``ORGANIZATION_NAME`` , and ``WORKFLOW_NAME`` .
6532
6532
 
6533
6533
  - EVENT
6534
6534
  - A webhook event triggers a build when the provided ``pattern`` matches one of nine event types: ``PUSH`` , ``PULL_REQUEST_CREATED`` , ``PULL_REQUEST_UPDATED`` , ``PULL_REQUEST_CLOSED`` , ``PULL_REQUEST_REOPENED`` , ``PULL_REQUEST_MERGED`` , ``RELEASED`` , ``PRERELEASED`` , and ``WORKFLOW_JOB_QUEUED`` . The ``EVENT`` patterns are specified as a comma-separated string. For example, ``PUSH, PULL_REQUEST_CREATED, PULL_REQUEST_UPDATED`` filters all push, pull request created, and pull request updated events.
@@ -6582,12 +6582,19 @@ class CfnProject(
6582
6582
  Works with ``RELEASED`` and ``PRERELEASED`` events only.
6583
6583
 
6584
6584
  - REPOSITORY_NAME
6585
- - A webhook triggers a build when the repository name matches the regular expression pattern.
6585
+ - A webhook triggers a build when the repository name matches the regular expression ``pattern`` .
6586
6586
 
6587
6587
  .. epigraph::
6588
6588
 
6589
6589
  Works with GitHub global or organization webhooks only.
6590
6590
 
6591
+ - ORGANIZATION_NAME
6592
+ - A webhook triggers a build when the organization name matches the regular expression ``pattern`` .
6593
+
6594
+ .. epigraph::
6595
+
6596
+ Works with GitHub global webhooks only.
6597
+
6591
6598
  - WORKFLOW_NAME
6592
6599
  - A webhook triggers a build when the workflow name matches the regular expression ``pattern`` .
6593
6600