aws-cdk-lib 2.115.0__py3-none-any.whl → 2.116.1__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 (66) hide show
  1. aws_cdk/__init__.py +801 -356
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.115.0.jsii.tgz → aws-cdk-lib@2.116.1.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +3 -1
  5. aws_cdk/aws_apigatewayv2/__init__.py +595 -222
  6. aws_cdk/aws_apigatewayv2_integrations/__init__.py +4 -5
  7. aws_cdk/aws_applicationautoscaling/__init__.py +51 -15
  8. aws_cdk/aws_appsync/__init__.py +14 -3
  9. aws_cdk/aws_autoscaling/__init__.py +6 -0
  10. aws_cdk/aws_b2bi/__init__.py +2445 -0
  11. aws_cdk/aws_cloud9/__init__.py +63 -63
  12. aws_cdk/aws_cloudfront/__init__.py +394 -0
  13. aws_cdk/aws_cloudfront/experimental/__init__.py +5 -2
  14. aws_cdk/aws_cloudtrail/__init__.py +90 -11
  15. aws_cdk/aws_cloudwatch/__init__.py +6 -6
  16. aws_cdk/aws_codedeploy/__init__.py +88 -15
  17. aws_cdk/aws_codepipeline/__init__.py +645 -0
  18. aws_cdk/aws_cognito/__init__.py +13 -26
  19. aws_cdk/aws_config/__init__.py +315 -1
  20. aws_cdk/aws_connect/__init__.py +532 -37
  21. aws_cdk/aws_controltower/__init__.py +4 -4
  22. aws_cdk/aws_datasync/__init__.py +6 -4
  23. aws_cdk/aws_dms/__init__.py +241 -131
  24. aws_cdk/aws_dynamodb/__init__.py +8 -0
  25. aws_cdk/aws_ec2/__init__.py +1030 -45
  26. aws_cdk/aws_ecr/__init__.py +78 -10
  27. aws_cdk/aws_ecs/__init__.py +210 -2
  28. aws_cdk/aws_ecs_patterns/__init__.py +77 -62
  29. aws_cdk/aws_eks/__init__.py +8 -1
  30. aws_cdk/aws_elasticache/__init__.py +136 -10
  31. aws_cdk/aws_elasticloadbalancingv2/__init__.py +10 -13
  32. aws_cdk/aws_emr/__init__.py +234 -17
  33. aws_cdk/aws_eventschemas/__init__.py +15 -13
  34. aws_cdk/aws_fis/__init__.py +33 -13
  35. aws_cdk/aws_gamelift/__init__.py +47 -0
  36. aws_cdk/aws_imagebuilder/__init__.py +922 -84
  37. aws_cdk/aws_internetmonitor/__init__.py +12 -10
  38. aws_cdk/aws_iot/__init__.py +26 -46
  39. aws_cdk/aws_iottwinmaker/__init__.py +36 -34
  40. aws_cdk/aws_lambda/__init__.py +19 -15
  41. aws_cdk/aws_lambda_nodejs/__init__.py +5 -2
  42. aws_cdk/aws_logs/__init__.py +6 -6
  43. aws_cdk/aws_opensearchservice/__init__.py +5 -3
  44. aws_cdk/aws_organizations/__init__.py +3 -3
  45. aws_cdk/aws_osis/__init__.py +17 -13
  46. aws_cdk/aws_rds/__init__.py +6 -0
  47. aws_cdk/aws_s3/__init__.py +4 -2
  48. aws_cdk/aws_s3outposts/__init__.py +8 -8
  49. aws_cdk/aws_sagemaker/__init__.py +17 -94
  50. aws_cdk/aws_secretsmanager/__init__.py +9 -7
  51. aws_cdk/aws_securityhub/__init__.py +18 -0
  52. aws_cdk/aws_servicecatalogappregistry/__init__.py +31 -0
  53. aws_cdk/aws_ses/__init__.py +58 -11
  54. aws_cdk/aws_sns/__init__.py +309 -10
  55. aws_cdk/aws_ssm/__init__.py +3 -5
  56. aws_cdk/aws_stepfunctions/__init__.py +335 -19
  57. aws_cdk/aws_stepfunctions_tasks/__init__.py +388 -38
  58. aws_cdk/aws_transfer/__init__.py +37 -10
  59. aws_cdk/custom_resources/__init__.py +443 -1
  60. aws_cdk/triggers/__init__.py +5 -2
  61. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/METADATA +1 -1
  62. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/RECORD +66 -65
  63. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/LICENSE +0 -0
  64. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/NOTICE +0 -0
  65. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/WHEEL +0 -0
  66. {aws_cdk_lib-2.115.0.dist-info → aws_cdk_lib-2.116.1.dist-info}/top_level.txt +0 -0
@@ -1507,7 +1507,7 @@ class NodejsFunction(
1507
1507
  :param project_root: The path to the directory containing project config files (``package.json`` or ``tsconfig.json``). Default: - the directory containing the ``depsLockFilePath``
1508
1508
  :param runtime: The runtime environment. Only runtimes of the Node.js family are supported. Default: ``Runtime.NODEJS_LATEST`` if the ``@aws-cdk/aws-lambda-nodejs:useLatestRuntimeVersion`` feature flag is enabled, otherwise ``Runtime.NODEJS_16_X``
1509
1509
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
1510
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
1510
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
1511
1511
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
1512
1512
  :param application_log_level: Sets the application log level for the function. Default: INFO
1513
1513
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -1728,7 +1728,7 @@ class NodejsFunctionProps(_FunctionOptions_328f4d39):
1728
1728
  :param on_success: The destination for successful invocations. Default: - no destination
1729
1729
  :param retry_attempts: The maximum number of times to retry when the function returns an error. Minimum: 0 Maximum: 2 Default: 2
1730
1730
  :param adot_instrumentation: Specify the configuration of AWS Distro for OpenTelemetry (ADOT) instrumentation. Default: - No ADOT instrumentation
1731
- :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Default: true
1731
+ :param allow_all_outbound: Whether to allow the Lambda to send all network traffic. If set to false, you must individually add traffic rules to allow the Lambda to connect to network targets. Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set. Instead, configure ``allowAllOutbound`` directly on the security group. Default: true
1732
1732
  :param allow_public_subnet: Lambda Functions in a public subnet can NOT access the internet. Use this property to acknowledge this limitation and still place the function in a public subnet. Default: false
1733
1733
  :param application_log_level: Sets the application log level for the function. Default: INFO
1734
1734
  :param architecture: The system architectures compatible with this lambda function. Default: Architecture.X86_64
@@ -2014,6 +2014,9 @@ class NodejsFunctionProps(_FunctionOptions_328f4d39):
2014
2014
  If set to false, you must individually add traffic rules to allow the
2015
2015
  Lambda to connect to network targets.
2016
2016
 
2017
+ Do not specify this property if the ``securityGroups`` or ``securityGroup`` property is set.
2018
+ Instead, configure ``allowAllOutbound`` directly on the security group.
2019
+
2017
2020
  :default: true
2018
2021
  '''
2019
2022
  result = self._values.get("allow_all_outbound")
@@ -921,7 +921,7 @@ class CfnDeliveryDestination(
921
921
 
922
922
  - Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see `PutDeliverySource <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html>`_ .
923
923
  - Create a *delivery destination* , which is a logical object that represents the actual delivery destination.
924
- - If you are delivering logs cross-account, you must use `PutDeliveryDestinationPolicy <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationolicy.html>`_ in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
924
+ - If you are delivering logs cross-account, you must use `PutDeliveryDestinationPolicy <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html>`_ in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
925
925
  - Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see `CreateDelivery <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html>`_ .
926
926
 
927
927
  You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.
@@ -1316,7 +1316,7 @@ class CfnDeliverySource(
1316
1316
 
1317
1317
  - Create a delivery source, which is a logical object that represents the resource that is actually sending the logs. For more information, see `PutDeliverySource <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliverySource.html>`_ .
1318
1318
  - Create a *delivery destination* , which is a logical object that represents the actual delivery destination. For more information, see `PutDeliveryDestination <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestination.html>`_ .
1319
- - If you are delivering logs cross-account, you must use `PutDeliveryDestinationPolicy <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationolicy.html>`_ in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
1319
+ - If you are delivering logs cross-account, you must use `PutDeliveryDestinationPolicy <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_PutDeliveryDestinationPolicy.html>`_ in the destination account to assign an IAM policy to the destination. This policy allows delivery to that destination.
1320
1320
  - Create a *delivery* by pairing exactly one delivery source and one delivery destination. For more information, see `CreateDelivery <https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html>`_ .
1321
1321
 
1322
1322
  You can configure a single delivery source to send logs to multiple destinations by creating multiple deliveries. You can also create multiple deliveries to configure multiple delivery sources to send logs to the same delivery destination.
@@ -1359,7 +1359,7 @@ class CfnDeliverySource(
1359
1359
  :param id: Construct identifier for this resource (unique in its scope).
1360
1360
  :param name: The unique name of the delivery source.
1361
1361
  :param log_type: The type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.
1362
- :param resource_arn: The ARN of the resource that will be sending the logs.
1362
+ :param resource_arn: The Amazon Resource Name (ARN) that uniquely identifies this delivery source.
1363
1363
  :param tags: The tags that have been assigned to this delivery source.
1364
1364
  '''
1365
1365
  if __debug__:
@@ -1465,7 +1465,7 @@ class CfnDeliverySource(
1465
1465
  @builtins.property
1466
1466
  @jsii.member(jsii_name="resourceArn")
1467
1467
  def resource_arn(self) -> typing.Optional[builtins.str]:
1468
- '''The ARN of the resource that will be sending the logs.'''
1468
+ '''The Amazon Resource Name (ARN) that uniquely identifies this delivery source.'''
1469
1469
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceArn"))
1470
1470
 
1471
1471
  @resource_arn.setter
@@ -1512,7 +1512,7 @@ class CfnDeliverySourceProps:
1512
1512
 
1513
1513
  :param name: The unique name of the delivery source.
1514
1514
  :param log_type: The type of log that the source is sending. For valid values for this parameter, see the documentation for the source service.
1515
- :param resource_arn: The ARN of the resource that will be sending the logs.
1515
+ :param resource_arn: The Amazon Resource Name (ARN) that uniquely identifies this delivery source.
1516
1516
  :param tags: The tags that have been assigned to this delivery source.
1517
1517
 
1518
1518
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-deliverysource.html
@@ -1575,7 +1575,7 @@ class CfnDeliverySourceProps:
1575
1575
 
1576
1576
  @builtins.property
1577
1577
  def resource_arn(self) -> typing.Optional[builtins.str]:
1578
- '''The ARN of the resource that will be sending the logs.
1578
+ '''The Amazon Resource Name (ARN) that uniquely identifies this delivery source.
1579
1579
 
1580
1580
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-logs-deliverysource.html#cfn-logs-deliverysource-resourcearn
1581
1581
  '''
@@ -975,7 +975,7 @@ class CfnDomain(
975
975
  :param ebs_options: The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain. For more information, see `EBS volume size limits <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource>`_ in the *Amazon OpenSearch Service Developer Guide* .
976
976
  :param encryption_at_rest_options: Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use. See `Encryption of data at rest for Amazon OpenSearch Service <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html>`_ .
977
977
  :param engine_version: The version of OpenSearch to use. The value must be in the format ``OpenSearch_X.Y`` or ``Elasticsearch_X.Y`` . If not specified, the latest version of OpenSearch is used. For information about the versions that OpenSearch Service supports, see `Supported versions of OpenSearch and Elasticsearch <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/what-is.html#choosing-version>`_ in the *Amazon OpenSearch Service Developer Guide* . If you set the `EnableVersionUpgrade <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-upgradeopensearchdomain>`_ update policy to ``true`` , you can update ``EngineVersion`` without interruption. When ``EnableVersionUpgrade`` is set to ``false`` , or is not specified, updating ``EngineVersion`` results in `replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ .
978
- :param ip_address_type:
978
+ :param ip_address_type: The type of IP addresses supported by the endpoint for the domain.
979
979
  :param log_publishing_options: An object with one or more of the following keys: ``SEARCH_SLOW_LOGS`` , ``ES_APPLICATION_LOGS`` , ``INDEX_SLOW_LOGS`` , ``AUDIT_LOGS`` , depending on the types of logs you want to publish. Each key needs a valid ``LogPublishingOption`` value. For the full syntax, see the `examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html#aws-resource-opensearchservice-domain--examples>`_ .
980
980
  :param node_to_node_encryption_options: Specifies whether node-to-node encryption is enabled. See `Node-to-node encryption for Amazon OpenSearch Service <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ntn.html>`_ .
981
981
  :param off_peak_window_options: Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.
@@ -1363,6 +1363,7 @@ class CfnDomain(
1363
1363
  @builtins.property
1364
1364
  @jsii.member(jsii_name="ipAddressType")
1365
1365
  def ip_address_type(self) -> typing.Optional[builtins.str]:
1366
+ '''The type of IP addresses supported by the endpoint for the domain.'''
1366
1367
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "ipAddressType"))
1367
1368
 
1368
1369
  @ip_address_type.setter
@@ -3561,7 +3562,7 @@ class CfnDomainProps:
3561
3562
  :param ebs_options: The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the OpenSearch Service domain. For more information, see `EBS volume size limits <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource>`_ in the *Amazon OpenSearch Service Developer Guide* .
3562
3563
  :param encryption_at_rest_options: Whether the domain should encrypt data at rest, and if so, the AWS KMS key to use. See `Encryption of data at rest for Amazon OpenSearch Service <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/encryption-at-rest.html>`_ .
3563
3564
  :param engine_version: The version of OpenSearch to use. The value must be in the format ``OpenSearch_X.Y`` or ``Elasticsearch_X.Y`` . If not specified, the latest version of OpenSearch is used. For information about the versions that OpenSearch Service supports, see `Supported versions of OpenSearch and Elasticsearch <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/what-is.html#choosing-version>`_ in the *Amazon OpenSearch Service Developer Guide* . If you set the `EnableVersionUpgrade <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-attribute-updatepolicy.html#cfn-attributes-updatepolicy-upgradeopensearchdomain>`_ update policy to ``true`` , you can update ``EngineVersion`` without interruption. When ``EnableVersionUpgrade`` is set to ``false`` , or is not specified, updating ``EngineVersion`` results in `replacement <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement>`_ .
3564
- :param ip_address_type:
3565
+ :param ip_address_type: The type of IP addresses supported by the endpoint for the domain.
3565
3566
  :param log_publishing_options: An object with one or more of the following keys: ``SEARCH_SLOW_LOGS`` , ``ES_APPLICATION_LOGS`` , ``INDEX_SLOW_LOGS`` , ``AUDIT_LOGS`` , depending on the types of logs you want to publish. Each key needs a valid ``LogPublishingOption`` value. For the full syntax, see the `examples <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html#aws-resource-opensearchservice-domain--examples>`_ .
3566
3567
  :param node_to_node_encryption_options: Specifies whether node-to-node encryption is enabled. See `Node-to-node encryption for Amazon OpenSearch Service <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/ntn.html>`_ .
3567
3568
  :param off_peak_window_options: Options for a domain's off-peak window, during which OpenSearch Service can perform mandatory configuration changes on the domain.
@@ -3882,7 +3883,8 @@ class CfnDomainProps:
3882
3883
 
3883
3884
  @builtins.property
3884
3885
  def ip_address_type(self) -> typing.Optional[builtins.str]:
3885
- '''
3886
+ '''The type of IP addresses supported by the endpoint for the domain.
3887
+
3886
3888
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-opensearchservice-domain.html#cfn-opensearchservice-domain-ipaddresstype
3887
3889
  '''
3888
3890
  result = self._values.get("ip_address_type")
@@ -1030,7 +1030,7 @@ class CfnPolicy(
1030
1030
  '''
1031
1031
  :param scope: Scope in which this resource is defined.
1032
1032
  :param id: Construct identifier for this resource (unique in its scope).
1033
- :param content: The policy text content. You can specify the policy content as a JSON object or a JSON string. .. epigraph:: When you specify the policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the policy content as a JSON object instead. The text that you supply must adhere to the rules of the policy type you specify in the ``Type`` parameter. The following AWS Organizations quotas are enforced for the maximum size of a policy document: - Service control policies: 5,120 bytes *(not characters)* - AI services opt-out policies: 2,500 characters - Backup policies: 10,000 characters - Tag policies: 10,000 characters For more information about Organizations service quotas, see `Quotas for AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html>`_ in the *AWS Organizations User Guide* .
1033
+ :param content: The policy text content. You can specify the policy content as a JSON object or a JSON string. .. epigraph:: When you specify the policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the policy content as a JSON object instead. The text that you supply must adhere to the rules of the policy type you specify in the ``Type`` parameter. The following AWS Organizations quotas are enforced for the maximum size of a policy document: - Service control policies: 5,120 characters - AI services opt-out policies: 2,500 characters - Backup policies: 10,000 characters - Tag policies: 10,000 characters For more information about Organizations service quotas, see `Quotas for AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html>`_ in the *AWS Organizations User Guide* .
1034
1034
  :param name: Name of the policy. The `regex pattern <https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex>`_ that is used to validate this parameter is a string of any of the characters in the ASCII character range.
1035
1035
  :param type: The type of policy to create.
1036
1036
  :param description: Human readable description of the policy.
@@ -1233,7 +1233,7 @@ class CfnPolicyProps:
1233
1233
  ) -> None:
1234
1234
  '''Properties for defining a ``CfnPolicy``.
1235
1235
 
1236
- :param content: The policy text content. You can specify the policy content as a JSON object or a JSON string. .. epigraph:: When you specify the policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the policy content as a JSON object instead. The text that you supply must adhere to the rules of the policy type you specify in the ``Type`` parameter. The following AWS Organizations quotas are enforced for the maximum size of a policy document: - Service control policies: 5,120 bytes *(not characters)* - AI services opt-out policies: 2,500 characters - Backup policies: 10,000 characters - Tag policies: 10,000 characters For more information about Organizations service quotas, see `Quotas for AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html>`_ in the *AWS Organizations User Guide* .
1236
+ :param content: The policy text content. You can specify the policy content as a JSON object or a JSON string. .. epigraph:: When you specify the policy content as a JSON string, you can't perform drift detection on the CloudFormation stack. For this reason, we recommend specifying the policy content as a JSON object instead. The text that you supply must adhere to the rules of the policy type you specify in the ``Type`` parameter. The following AWS Organizations quotas are enforced for the maximum size of a policy document: - Service control policies: 5,120 characters - AI services opt-out policies: 2,500 characters - Backup policies: 10,000 characters - Tag policies: 10,000 characters For more information about Organizations service quotas, see `Quotas for AWS Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_reference_limits.html>`_ in the *AWS Organizations User Guide* .
1237
1237
  :param name: Name of the policy. The `regex pattern <https://docs.aws.amazon.com/http://wikipedia.org/wiki/regex>`_ that is used to validate this parameter is a string of any of the characters in the ASCII character range.
1238
1238
  :param type: The type of policy to create.
1239
1239
  :param description: Human readable description of the policy.
@@ -1295,7 +1295,7 @@ class CfnPolicyProps:
1295
1295
 
1296
1296
  The text that you supply must adhere to the rules of the policy type you specify in the ``Type`` parameter. The following AWS Organizations quotas are enforced for the maximum size of a policy document:
1297
1297
 
1298
- - Service control policies: 5,120 bytes *(not characters)*
1298
+ - Service control policies: 5,120 characters
1299
1299
  - AI services opt-out policies: 2,500 characters
1300
1300
  - Backup policies: 10,000 characters
1301
1301
  - Tag policies: 10,000 characters
@@ -133,8 +133,8 @@ class CfnPipeline(
133
133
  :param min_units: The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
134
134
  :param pipeline_configuration_body: The Data Prepper pipeline configuration in YAML format.
135
135
  :param pipeline_name: The name of the pipeline.
136
- :param buffer_options: Key-value pairs to configure buffering.
137
- :param encryption_at_rest_options: Key-value pairs to configure encryption at rest.
136
+ :param buffer_options: Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.
137
+ :param encryption_at_rest_options: Options to control how OpenSearch encrypts all data-at-rest.
138
138
  :param log_publishing_options: Key-value pairs that represent log publishing settings.
139
139
  :param tags: List of tags to add to the pipeline upon creation.
140
140
  :param vpc_options: Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
@@ -284,7 +284,7 @@ class CfnPipeline(
284
284
  def buffer_options(
285
285
  self,
286
286
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPipeline.BufferOptionsProperty"]]:
287
- '''Key-value pairs to configure buffering.'''
287
+ '''Options that specify the configuration of a persistent buffer.'''
288
288
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPipeline.BufferOptionsProperty"]], jsii.get(self, "bufferOptions"))
289
289
 
290
290
  @buffer_options.setter
@@ -302,7 +302,7 @@ class CfnPipeline(
302
302
  def encryption_at_rest_options(
303
303
  self,
304
304
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPipeline.EncryptionAtRestOptionsProperty"]]:
305
- '''Key-value pairs to configure encryption at rest.'''
305
+ '''Options to control how OpenSearch encrypts all data-at-rest.'''
306
306
  return typing.cast(typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnPipeline.EncryptionAtRestOptionsProperty"]], jsii.get(self, "encryptionAtRestOptions"))
307
307
 
308
308
  @encryption_at_rest_options.setter
@@ -375,7 +375,9 @@ class CfnPipeline(
375
375
  *,
376
376
  persistent_buffer_enabled: typing.Union[builtins.bool, _IResolvable_da3f097b],
377
377
  ) -> None:
378
- '''Key-value pairs to configure buffering.
378
+ '''Options that specify the configuration of a persistent buffer.
379
+
380
+ To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.
379
381
 
380
382
  :param persistent_buffer_enabled: Whether persistent buffering should be enabled.
381
383
 
@@ -483,9 +485,9 @@ class CfnPipeline(
483
485
  )
484
486
  class EncryptionAtRestOptionsProperty:
485
487
  def __init__(self, *, kms_key_arn: builtins.str) -> None:
486
- '''Key-value pairs to configure encryption at rest.
488
+ '''Options to control how OpenSearch encrypts all data-at-rest.
487
489
 
488
- :param kms_key_arn: The KMS key to use for encrypting data. By default an AWS owned key is used
490
+ :param kms_key_arn: The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion. By default, data is encrypted using an AWS owned key.
489
491
 
490
492
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-encryptionatrestoptions.html
491
493
  :exampleMetadata: fixture=_generated
@@ -509,9 +511,9 @@ class CfnPipeline(
509
511
 
510
512
  @builtins.property
511
513
  def kms_key_arn(self) -> builtins.str:
512
- '''The KMS key to use for encrypting data.
514
+ '''The ARN of the KMS key used to encrypt data-at-rest in OpenSearch Ingestion.
513
515
 
514
- By default an AWS owned key is used
516
+ By default, data is encrypted using an AWS owned key.
515
517
 
516
518
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-osis-pipeline-encryptionatrestoptions.html#cfn-osis-pipeline-encryptionatrestoptions-kmskeyarn
517
519
  '''
@@ -823,8 +825,8 @@ class CfnPipelineProps:
823
825
  :param min_units: The minimum pipeline capacity, in Ingestion Compute Units (ICUs).
824
826
  :param pipeline_configuration_body: The Data Prepper pipeline configuration in YAML format.
825
827
  :param pipeline_name: The name of the pipeline.
826
- :param buffer_options: Key-value pairs to configure buffering.
827
- :param encryption_at_rest_options: Key-value pairs to configure encryption at rest.
828
+ :param buffer_options: Options that specify the configuration of a persistent buffer. To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.
829
+ :param encryption_at_rest_options: Options to control how OpenSearch encrypts all data-at-rest.
828
830
  :param log_publishing_options: Key-value pairs that represent log publishing settings.
829
831
  :param tags: List of tags to add to the pipeline upon creation.
830
832
  :param vpc_options: Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
@@ -941,7 +943,9 @@ class CfnPipelineProps:
941
943
  def buffer_options(
942
944
  self,
943
945
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPipeline.BufferOptionsProperty]]:
944
- '''Key-value pairs to configure buffering.
946
+ '''Options that specify the configuration of a persistent buffer.
947
+
948
+ To configure how OpenSearch Ingestion encrypts this data, set the EncryptionAtRestOptions.
945
949
 
946
950
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-osis-pipeline.html#cfn-osis-pipeline-bufferoptions
947
951
  '''
@@ -952,7 +956,7 @@ class CfnPipelineProps:
952
956
  def encryption_at_rest_options(
953
957
  self,
954
958
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnPipeline.EncryptionAtRestOptionsProperty]]:
955
- '''Key-value pairs to configure encryption at rest.
959
+ '''Options to control how OpenSearch encrypts all data-at-rest.
956
960
 
957
961
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-osis-pipeline.html#cfn-osis-pipeline-encryptionatrestoptions
958
962
  '''
@@ -2312,6 +2312,12 @@ class AuroraMysqlEngineVersion(
2312
2312
  '''Version "8.0.mysql_aurora.3.05.0".'''
2313
2313
  return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_05_0"))
2314
2314
 
2315
+ @jsii.python.classproperty
2316
+ @jsii.member(jsii_name="VER_3_05_1")
2317
+ def VER_3_05_1(cls) -> "AuroraMysqlEngineVersion":
2318
+ '''Version "8.0.mysql_aurora.3.05.1".'''
2319
+ return typing.cast("AuroraMysqlEngineVersion", jsii.sget(cls, "VER_3_05_1"))
2320
+
2315
2321
  @jsii.python.classproperty
2316
2322
  @jsii.member(jsii_name="VER_5_7_12")
2317
2323
  def VER_5_7_12(cls) -> "AuroraMysqlEngineVersion":
@@ -5445,7 +5445,9 @@ class CfnBucket(
5445
5445
  )
5446
5446
  class FilterRuleProperty:
5447
5447
  def __init__(self, *, name: builtins.str, value: builtins.str) -> None:
5448
- '''Specifies the Amazon S3 object key name to filter on and whether to filter on the suffix or prefix of the key name.
5448
+ '''Specifies the Amazon S3 object key name to filter on.
5449
+
5450
+ An object key name is the name assigned to an object in your Amazon S3 bucket. You can also specify whether to filter on the suffix or prefix of the object key name. A prefix is a specific string of characters at the beginning of an object key name, which you can use to organize objects. For example, you can start the key names of related objects with a prefix, such as ``2023-`` or ``engineering/`` . Then, you can use ``FilterRule`` to find objects in a bucket with key names that have the same prefix. A suffix is similar to a prefix, but it is at the end of the object key name instead of at the beginning.
5449
5451
 
5450
5452
  :param name: The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see `Configuring Event Notifications <https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html>`_ in the *Amazon S3 User Guide* .
5451
5453
  :param value: The value that the filter searches for in object key names.
@@ -7595,7 +7597,7 @@ class CfnBucket(
7595
7597
  ) -> None:
7596
7598
  '''A container for replication rules.
7597
7599
 
7598
- You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB.
7600
+ You can add up to 1,000 rules. The maximum size of a replication configuration is 2 MB. The latest version of the replication configuration XML is V2. For more information about XML V2 replication configurations, see `Replication configuration <https://docs.aws.amazon.com/AmazonS3/latest/userguide/replication-add-config.html>`_ in the *Amazon S3 User Guide* .
7599
7601
 
7600
7602
  :param role: The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that Amazon S3 assumes when replicating objects. For more information, see `How to Set Up Replication <https://docs.aws.amazon.com/AmazonS3/latest/dev/replication-how-setup.html>`_ in the *Amazon S3 User Guide* .
7601
7603
  :param rules: A container for one or more replication rules. A replication configuration must have at least one rule and can contain a maximum of 1,000 rules.
@@ -458,7 +458,7 @@ class CfnBucket(
458
458
  :param scope: Scope in which this resource is defined.
459
459
  :param id: Construct identifier for this resource (unique in its scope).
460
460
  :param bucket_name: A name for the S3 on Outposts bucket. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-) and must follow `Amazon S3 bucket restrictions and limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html>`_ . For more information, see `Bucket naming rules <https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules>`_ . .. epigraph:: If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.
461
- :param outpost_id: The id of the customer outpost on which the bucket resides.
461
+ :param outpost_id: The ID of the Outpost of the specified bucket.
462
462
  :param lifecycle_configuration: Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects after a certain period of time and abort incomplete multipart uploads.
463
463
  :param tags: Sets the tags for an S3 on Outposts bucket. For more information, see `Using Amazon S3 on Outposts <https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html>`_ . Use tags to organize your AWS bill to reflect your own cost structure. To do this, sign up to get your AWS account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see `Cost allocation and tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ . .. epigraph:: Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see `Using cost allocation and bucket tags <https://docs.aws.amazon.com/AmazonS3/latest/userguide/CostAllocTagging.html>`_ . To use this resource, you must have permissions to perform the ``s3-outposts:PutBucketTagging`` . The S3 on Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see `Permissions Related to Bucket Subresource Operations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources>`_ and `Managing access permissions to your Amazon S3 resources <https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html>`_ .
464
464
  '''
@@ -543,7 +543,7 @@ class CfnBucket(
543
543
  @builtins.property
544
544
  @jsii.member(jsii_name="outpostId")
545
545
  def outpost_id(self) -> builtins.str:
546
- '''The id of the customer outpost on which the bucket resides.'''
546
+ '''The ID of the Outpost of the specified bucket.'''
547
547
  return typing.cast(builtins.str, jsii.get(self, "outpostId"))
548
548
 
549
549
  @outpost_id.setter
@@ -1304,7 +1304,7 @@ class CfnBucketProps:
1304
1304
  '''Properties for defining a ``CfnBucket``.
1305
1305
 
1306
1306
  :param bucket_name: A name for the S3 on Outposts bucket. If you don't specify a name, AWS CloudFormation generates a unique ID and uses that ID for the bucket name. The bucket name must contain only lowercase letters, numbers, periods (.), and dashes (-) and must follow `Amazon S3 bucket restrictions and limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html>`_ . For more information, see `Bucket naming rules <https://docs.aws.amazon.com/AmazonS3/latest/userguide/BucketRestrictions.html#bucketnamingrules>`_ . .. epigraph:: If you specify a name, you can't perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you need to replace the resource, specify a new name.
1307
- :param outpost_id: The id of the customer outpost on which the bucket resides.
1307
+ :param outpost_id: The ID of the Outpost of the specified bucket.
1308
1308
  :param lifecycle_configuration: Creates a new lifecycle configuration for the S3 on Outposts bucket or replaces an existing lifecycle configuration. Outposts buckets only support lifecycle configurations that delete/expire objects after a certain period of time and abort incomplete multipart uploads.
1309
1309
  :param tags: Sets the tags for an S3 on Outposts bucket. For more information, see `Using Amazon S3 on Outposts <https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html>`_ . Use tags to organize your AWS bill to reflect your own cost structure. To do this, sign up to get your AWS account bill with tag key values included. Then, to see the cost of combined resources, organize your billing information according to resources with the same tag key values. For example, you can tag several resources with a specific application name, and then organize your billing information to see the total cost of that application across several services. For more information, see `Cost allocation and tags <https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html>`_ . .. epigraph:: Within a bucket, if you add a tag that has the same key as an existing tag, the new value overwrites the old value. For more information, see `Using cost allocation and bucket tags <https://docs.aws.amazon.com/AmazonS3/latest/userguide/CostAllocTagging.html>`_ . To use this resource, you must have permissions to perform the ``s3-outposts:PutBucketTagging`` . The S3 on Outposts bucket owner has this permission by default and can grant this permission to others. For more information about permissions, see `Permissions Related to Bucket Subresource Operations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-with-s3-actions.html#using-with-s3-actions-related-to-bucket-subresources>`_ and `Managing access permissions to your Amazon S3 resources <https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-access-control.html>`_ .
1310
1310
 
@@ -1376,7 +1376,7 @@ class CfnBucketProps:
1376
1376
 
1377
1377
  @builtins.property
1378
1378
  def outpost_id(self) -> builtins.str:
1379
- '''The id of the customer outpost on which the bucket resides.
1379
+ '''The ID of the Outpost of the specified bucket.
1380
1380
 
1381
1381
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-bucket.html#cfn-s3outposts-bucket-outpostid
1382
1382
  '''
@@ -1478,7 +1478,7 @@ class CfnEndpoint(
1478
1478
  '''
1479
1479
  :param scope: Scope in which this resource is defined.
1480
1480
  :param id: Construct identifier for this resource (unique in its scope).
1481
- :param outpost_id: The id of the customer outpost on which the bucket resides.
1481
+ :param outpost_id: The ID of the Outpost.
1482
1482
  :param security_group_id: The ID of the security group used for the endpoint.
1483
1483
  :param subnet_id: The ID of the subnet used for the endpoint.
1484
1484
  :param access_type: The container for the type of connectivity used to access the Amazon S3 on Outposts endpoint. To use the Amazon VPC , choose ``Private`` . To use the endpoint with an on-premises network, choose ``CustomerOwnedIp`` . If you choose ``CustomerOwnedIp`` , you must also provide the customer-owned IP address pool (CoIP pool). .. epigraph:: ``Private`` is the default access type value. Default: - "Private"
@@ -1592,7 +1592,7 @@ class CfnEndpoint(
1592
1592
  @builtins.property
1593
1593
  @jsii.member(jsii_name="outpostId")
1594
1594
  def outpost_id(self) -> builtins.str:
1595
- '''The id of the customer outpost on which the bucket resides.'''
1595
+ '''The ID of the Outpost.'''
1596
1596
  return typing.cast(builtins.str, jsii.get(self, "outpostId"))
1597
1597
 
1598
1598
  @outpost_id.setter
@@ -1820,7 +1820,7 @@ class CfnEndpointProps:
1820
1820
  ) -> None:
1821
1821
  '''Properties for defining a ``CfnEndpoint``.
1822
1822
 
1823
- :param outpost_id: The id of the customer outpost on which the bucket resides.
1823
+ :param outpost_id: The ID of the Outpost.
1824
1824
  :param security_group_id: The ID of the security group used for the endpoint.
1825
1825
  :param subnet_id: The ID of the subnet used for the endpoint.
1826
1826
  :param access_type: The container for the type of connectivity used to access the Amazon S3 on Outposts endpoint. To use the Amazon VPC , choose ``Private`` . To use the endpoint with an on-premises network, choose ``CustomerOwnedIp`` . If you choose ``CustomerOwnedIp`` , you must also provide the customer-owned IP address pool (CoIP pool). .. epigraph:: ``Private`` is the default access type value. Default: - "Private"
@@ -1872,7 +1872,7 @@ class CfnEndpointProps:
1872
1872
 
1873
1873
  @builtins.property
1874
1874
  def outpost_id(self) -> builtins.str:
1875
- '''The id of the customer outpost on which the bucket resides.
1875
+ '''The ID of the Outpost.
1876
1876
 
1877
1877
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3outposts-endpoint.html#cfn-s3outposts-endpoint-outpostid
1878
1878
  '''