aws-cdk-lib 2.193.0__py3-none-any.whl → 2.195.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 (54) hide show
  1. aws_cdk/__init__.py +2 -0
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.193.0.jsii.tgz → aws-cdk-lib@2.195.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigateway/__init__.py +63 -2
  5. aws_cdk/aws_aps/__init__.py +34 -22
  6. aws_cdk/aws_autoscaling/__init__.py +8 -0
  7. aws_cdk/aws_batch/__init__.py +2 -2
  8. aws_cdk/aws_bedrock/__init__.py +587 -8
  9. aws_cdk/aws_ce/__init__.py +34 -22
  10. aws_cdk/aws_cloudfront/__init__.py +6090 -3972
  11. aws_cdk/aws_codebuild/__init__.py +19 -10
  12. aws_cdk/aws_codepipeline/__init__.py +108 -0
  13. aws_cdk/aws_cognito/__init__.py +132 -6
  14. aws_cdk/aws_datazone/__init__.py +370 -0
  15. aws_cdk/aws_dlm/__init__.py +2 -2
  16. aws_cdk/aws_dsql/__init__.py +9 -0
  17. aws_cdk/aws_dynamodb/__init__.py +5 -3
  18. aws_cdk/aws_ec2/__init__.py +138 -11
  19. aws_cdk/aws_ecr/__init__.py +419 -0
  20. aws_cdk/aws_ecs/__init__.py +22 -25
  21. aws_cdk/aws_entityresolution/__init__.py +7 -2
  22. aws_cdk/aws_events/__init__.py +41 -8
  23. aws_cdk/aws_fsx/__init__.py +2 -3
  24. aws_cdk/aws_imagebuilder/__init__.py +160 -10
  25. aws_cdk/aws_kinesisanalytics/__init__.py +4 -2
  26. aws_cdk/aws_kinesisanalyticsv2/__init__.py +4 -2
  27. aws_cdk/aws_lambda/__init__.py +1 -1
  28. aws_cdk/aws_medialive/__init__.py +4 -6
  29. aws_cdk/aws_mediapackagev2/__init__.py +50 -6
  30. aws_cdk/aws_mediatailor/__init__.py +115 -0
  31. aws_cdk/aws_memorydb/__init__.py +21 -11
  32. aws_cdk/aws_oam/__init__.py +43 -10
  33. aws_cdk/aws_omics/__init__.py +5 -5
  34. aws_cdk/aws_opensearchservice/__init__.py +6 -0
  35. aws_cdk/aws_quicksight/__init__.py +1 -1
  36. aws_cdk/aws_rds/__init__.py +87 -8
  37. aws_cdk/aws_redshiftserverless/__init__.py +20 -0
  38. aws_cdk/aws_route53/__init__.py +18 -14
  39. aws_cdk/aws_route53_targets/__init__.py +62 -1
  40. aws_cdk/aws_route53profiles/__init__.py +1 -1
  41. aws_cdk/aws_route53resolver/__init__.py +41 -0
  42. aws_cdk/aws_s3/__init__.py +2 -4
  43. aws_cdk/aws_s3_notifications/__init__.py +5 -5
  44. aws_cdk/aws_sagemaker/__init__.py +255 -8
  45. aws_cdk/aws_ssmguiconnect/__init__.py +544 -0
  46. aws_cdk/aws_vpclattice/__init__.py +6 -2
  47. aws_cdk/aws_wisdom/__init__.py +25 -6
  48. aws_cdk/cloud_assembly_schema/__init__.py +7 -1
  49. {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.195.0.dist-info}/METADATA +2 -2
  50. {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.195.0.dist-info}/RECORD +54 -53
  51. {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.195.0.dist-info}/LICENSE +0 -0
  52. {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.195.0.dist-info}/NOTICE +0 -0
  53. {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.195.0.dist-info}/WHEEL +0 -0
  54. {aws_cdk_lib-2.193.0.dist-info → aws_cdk_lib-2.195.0.dist-info}/top_level.txt +0 -0
@@ -4381,7 +4381,7 @@ class CfnBucket(
4381
4381
  :param inventory_configurations: Specifies the inventory configuration for an Amazon S3 bucket. For more information, see `GET Bucket inventory <https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html>`_ in the *Amazon S3 API Reference* .
4382
4382
  :param lifecycle_configuration: Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see `Object Lifecycle Management <https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html>`_ in the *Amazon S3 User Guide* .
4383
4383
  :param logging_configuration: Settings that define where logs are stored.
4384
- :param metadata_table_configuration: The metadata table configuration of an Amazon S3 general purpose bucket. For more information, see `Accelerating data discovery with S3 Metadata <https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html>`_ and `Setting up permissions for configuring metadata tables <https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html>`_ .
4384
+ :param metadata_table_configuration: The metadata table configuration of an Amazon S3 general purpose bucket.
4385
4385
  :param metrics_configurations: Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see `PutBucketMetricsConfiguration <https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html>`_ .
4386
4386
  :param notification_configuration: Configuration that defines how Amazon S3 handles bucket notifications.
4387
4387
  :param object_lock_configuration: .. epigraph:: This operation is not supported for directory buckets. Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see `Locking Objects <https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html>`_ . .. epigraph:: - The ``DefaultRetention`` settings require both a mode and a period. - The ``DefaultRetention`` period can be either ``Days`` or ``Years`` but you must select one. You cannot specify ``Days`` and ``Years`` at the same time. - You can enable Object Lock for new or existing buckets. For more information, see `Configuring Object Lock <https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html>`_ .
@@ -11188,7 +11188,7 @@ class CfnBucketProps:
11188
11188
  :param inventory_configurations: Specifies the inventory configuration for an Amazon S3 bucket. For more information, see `GET Bucket inventory <https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGETInventoryConfig.html>`_ in the *Amazon S3 API Reference* .
11189
11189
  :param lifecycle_configuration: Specifies the lifecycle configuration for objects in an Amazon S3 bucket. For more information, see `Object Lifecycle Management <https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lifecycle-mgmt.html>`_ in the *Amazon S3 User Guide* .
11190
11190
  :param logging_configuration: Settings that define where logs are stored.
11191
- :param metadata_table_configuration: The metadata table configuration of an Amazon S3 general purpose bucket. For more information, see `Accelerating data discovery with S3 Metadata <https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html>`_ and `Setting up permissions for configuring metadata tables <https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html>`_ .
11191
+ :param metadata_table_configuration: The metadata table configuration of an Amazon S3 general purpose bucket.
11192
11192
  :param metrics_configurations: Specifies a metrics configuration for the CloudWatch request metrics (specified by the metrics configuration ID) from an Amazon S3 bucket. If you're updating an existing metrics configuration, note that this is a full replacement of the existing metrics configuration. If you don't include the elements you want to keep, they are erased. For more information, see `PutBucketMetricsConfiguration <https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketPUTMetricConfiguration.html>`_ .
11193
11193
  :param notification_configuration: Configuration that defines how Amazon S3 handles bucket notifications.
11194
11194
  :param object_lock_configuration: .. epigraph:: This operation is not supported for directory buckets. Places an Object Lock configuration on the specified bucket. The rule specified in the Object Lock configuration will be applied by default to every new object placed in the specified bucket. For more information, see `Locking Objects <https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html>`_ . .. epigraph:: - The ``DefaultRetention`` settings require both a mode and a period. - The ``DefaultRetention`` period can be either ``Days`` or ``Years`` but you must select one. You cannot specify ``Days`` and ``Years`` at the same time. - You can enable Object Lock for new or existing buckets. For more information, see `Configuring Object Lock <https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lock-configure.html>`_ .
@@ -11419,8 +11419,6 @@ class CfnBucketProps:
11419
11419
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, CfnBucket.MetadataTableConfigurationProperty]]:
11420
11420
  '''The metadata table configuration of an Amazon S3 general purpose bucket.
11421
11421
 
11422
- For more information, see `Accelerating data discovery with S3 Metadata <https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-overview.html>`_ and `Setting up permissions for configuring metadata tables <https://docs.aws.amazon.com/AmazonS3/latest/userguide/metadata-tables-permissions.html>`_ .
11423
-
11424
11422
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3-bucket.html#cfn-s3-bucket-metadatatableconfiguration
11425
11423
  '''
11426
11424
  result = self._values.get("metadata_table_configuration")
@@ -173,7 +173,7 @@ class SnsDestination(
173
173
  @jsii.member(jsii_name="bind")
174
174
  def bind(
175
175
  self,
176
- _scope: _constructs_77d1e7e8.Construct,
176
+ scope: _constructs_77d1e7e8.Construct,
177
177
  bucket: _IBucket_42e086fd,
178
178
  ) -> _BucketNotificationDestinationConfig_a4c4f83d:
179
179
  '''Registers this resource to receive notifications for the specified bucket.
@@ -182,14 +182,14 @@ class SnsDestination(
182
182
  pair and the result will be cached, so there is no need to implement
183
183
  idempotency in each destination.
184
184
 
185
- :param _scope: -
185
+ :param scope: -
186
186
  :param bucket: -
187
187
  '''
188
188
  if __debug__:
189
189
  type_hints = typing.get_type_hints(_typecheckingstub__3553ece4b599ce7e526b55722477cb04771e1907840471521f08a9dbdea726a1)
190
- check_type(argname="argument _scope", value=_scope, expected_type=type_hints["_scope"])
190
+ check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
191
191
  check_type(argname="argument bucket", value=bucket, expected_type=type_hints["bucket"])
192
- return typing.cast(_BucketNotificationDestinationConfig_a4c4f83d, jsii.invoke(self, "bind", [_scope, bucket]))
192
+ return typing.cast(_BucketNotificationDestinationConfig_a4c4f83d, jsii.invoke(self, "bind", [scope, bucket]))
193
193
 
194
194
 
195
195
  @jsii.implements(_IBucketNotificationDestination_ae5ca51a)
@@ -268,7 +268,7 @@ def _typecheckingstub__88bc302a2eb7b4d1c7dc00b1564ab4c536d2626942f2cec60d543582b
268
268
  pass
269
269
 
270
270
  def _typecheckingstub__3553ece4b599ce7e526b55722477cb04771e1907840471521f08a9dbdea726a1(
271
- _scope: _constructs_77d1e7e8.Construct,
271
+ scope: _constructs_77d1e7e8.Construct,
272
272
  bucket: _IBucket_42e086fd,
273
273
  ) -> None:
274
274
  """Type checking stubs"""