aws-cdk-lib 2.140.0__py3-none-any.whl → 2.142.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 (49) hide show
  1. aws_cdk/__init__.py +9 -1
  2. aws_cdk/_jsii/__init__.py +1 -1
  3. aws_cdk/_jsii/{aws-cdk-lib@2.140.0.jsii.tgz → aws-cdk-lib@2.142.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_appsync/__init__.py +224 -94
  5. aws_cdk/aws_autoscaling/__init__.py +109 -25
  6. aws_cdk/aws_bedrock/__init__.py +51 -41
  7. aws_cdk/aws_cloudfront/__init__.py +34 -78
  8. aws_cdk/aws_cloudtrail/__init__.py +13 -4
  9. aws_cdk/aws_codepipeline/__init__.py +364 -27
  10. aws_cdk/aws_connectcampaigns/__init__.py +2 -2
  11. aws_cdk/aws_datasync/__init__.py +51 -56
  12. aws_cdk/aws_docdb/__init__.py +181 -4
  13. aws_cdk/aws_dynamodb/__init__.py +410 -0
  14. aws_cdk/aws_ec2/__init__.py +91 -42
  15. aws_cdk/aws_ecr/__init__.py +32 -7
  16. aws_cdk/aws_ecs/__init__.py +65 -18
  17. aws_cdk/aws_eks/__init__.py +36 -3
  18. aws_cdk/aws_entityresolution/__init__.py +6 -2
  19. aws_cdk/aws_events/__init__.py +46 -25
  20. aws_cdk/aws_events_targets/__init__.py +341 -0
  21. aws_cdk/aws_fms/__init__.py +7 -7
  22. aws_cdk/aws_gamelift/__init__.py +261 -160
  23. aws_cdk/aws_iam/__init__.py +13 -8
  24. aws_cdk/aws_ivs/__init__.py +1 -3
  25. aws_cdk/aws_kms/__init__.py +11 -5
  26. aws_cdk/aws_lambda_nodejs/__init__.py +3 -0
  27. aws_cdk/aws_location/__init__.py +8 -4
  28. aws_cdk/aws_logs/__init__.py +6 -6
  29. aws_cdk/aws_oam/__init__.py +45 -11
  30. aws_cdk/aws_omics/__init__.py +4 -4
  31. aws_cdk/aws_paymentcryptography/__init__.py +128 -48
  32. aws_cdk/aws_pinpoint/__init__.py +7 -5
  33. aws_cdk/aws_qbusiness/__init__.py +620 -294
  34. aws_cdk/aws_quicksight/__init__.py +103 -40
  35. aws_cdk/aws_rds/__init__.py +80 -16
  36. aws_cdk/aws_route53profiles/__init__.py +49 -49
  37. aws_cdk/aws_s3/__init__.py +9 -2
  38. aws_cdk/aws_sagemaker/__init__.py +30 -30
  39. aws_cdk/aws_servicecatalog/__init__.py +27 -4
  40. aws_cdk/aws_ses/__init__.py +9 -9
  41. aws_cdk/aws_stepfunctions_tasks/__init__.py +7 -6
  42. aws_cdk/aws_transfer/__init__.py +4 -4
  43. aws_cdk/aws_voiceid/__init__.py +2 -2
  44. {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.142.0.dist-info}/METADATA +10 -2
  45. {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.142.0.dist-info}/RECORD +49 -49
  46. {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.142.0.dist-info}/LICENSE +0 -0
  47. {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.142.0.dist-info}/NOTICE +0 -0
  48. {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.142.0.dist-info}/WHEEL +0 -0
  49. {aws_cdk_lib-2.140.0.dist-info → aws_cdk_lib-2.142.0.dist-info}/top_level.txt +0 -0
@@ -69,7 +69,7 @@ class CfnProfile(
69
69
  metaclass=jsii.JSIIMeta,
70
70
  jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfile",
71
71
  ):
72
- '''Resource Type definition for AWS::Route53Profiles::Profile.
72
+ '''A complex type that includes settings for a Route 53 Profile.
73
73
 
74
74
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html
75
75
  :cloudformationResource: AWS::Route53Profiles::Profile
@@ -103,8 +103,8 @@ class CfnProfile(
103
103
  '''
104
104
  :param scope: Scope in which this resource is defined.
105
105
  :param id: Construct identifier for this resource (unique in its scope).
106
- :param name: The name of the profile.
107
- :param tags: An array of key-value pairs to apply to this resource.
106
+ :param name: Name of the Profile.
107
+ :param tags: A list of the tag keys and values that you want to associate with the profile.
108
108
  '''
109
109
  if __debug__:
110
110
  type_hints = typing.get_type_hints(_typecheckingstub__a4c1f071f0e4e35c37cfd1564e9529ed7a07645071498a571c8b23339ff2d0f7)
@@ -147,7 +147,7 @@ class CfnProfile(
147
147
  @builtins.property
148
148
  @jsii.member(jsii_name="attrArn")
149
149
  def attr_arn(self) -> builtins.str:
150
- '''The Amazon Resource Name (ARN) of the resolver profile.
150
+ '''The Amazon Resource Name (ARN) of the Profile.
151
151
 
152
152
  :cloudformationAttribute: Arn
153
153
  '''
@@ -156,7 +156,7 @@ class CfnProfile(
156
156
  @builtins.property
157
157
  @jsii.member(jsii_name="attrClientToken")
158
158
  def attr_client_token(self) -> builtins.str:
159
- '''The id of the creator request.
159
+ '''The ``ClientToken`` value that was assigned when the Profile was created.
160
160
 
161
161
  :cloudformationAttribute: ClientToken
162
162
  '''
@@ -165,7 +165,7 @@ class CfnProfile(
165
165
  @builtins.property
166
166
  @jsii.member(jsii_name="attrId")
167
167
  def attr_id(self) -> builtins.str:
168
- '''The ID of the profile.
168
+ '''ID of the Profile.
169
169
 
170
170
  :cloudformationAttribute: Id
171
171
  '''
@@ -185,7 +185,7 @@ class CfnProfile(
185
185
  @builtins.property
186
186
  @jsii.member(jsii_name="name")
187
187
  def name(self) -> builtins.str:
188
- '''The name of the profile.'''
188
+ '''Name of the Profile.'''
189
189
  return typing.cast(builtins.str, jsii.get(self, "name"))
190
190
 
191
191
  @name.setter
@@ -198,7 +198,7 @@ class CfnProfile(
198
198
  @builtins.property
199
199
  @jsii.member(jsii_name="tags")
200
200
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
201
- '''An array of key-value pairs to apply to this resource.'''
201
+ '''A list of the tag keys and values that you want to associate with the profile.'''
202
202
  return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], jsii.get(self, "tags"))
203
203
 
204
204
  @tags.setter
@@ -215,7 +215,7 @@ class CfnProfileAssociation(
215
215
  metaclass=jsii.JSIIMeta,
216
216
  jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileAssociation",
217
217
  ):
218
- '''Resource Type definition for AWS::Route53Profiles::ProfileAssociation.
218
+ '''An association between a Route 53 Profile and a VPC.
219
219
 
220
220
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html
221
221
  :cloudformationResource: AWS::Route53Profiles::ProfileAssociation
@@ -255,10 +255,10 @@ class CfnProfileAssociation(
255
255
  '''
256
256
  :param scope: Scope in which this resource is defined.
257
257
  :param id: Construct identifier for this resource (unique in its scope).
258
- :param name: The name of an association between a Profile and a VPC.
259
- :param profile_id: The ID of the profile that you associated with the resource that is specified by ResourceId.
260
- :param resource_id: The resource that you associated the profile with.
261
- :param arn: The Amazon Resource Name (ARN) of the profile association.
258
+ :param name: Name of the Profile association.
259
+ :param profile_id: ID of the Profile.
260
+ :param resource_id: The Amazon Resource Name (ARN) of the VPC.
261
+ :param arn: The Amazon Resource Name (ARN) of the profile association to a VPC.
262
262
  :param tags: An array of key-value pairs to apply to this resource.
263
263
  '''
264
264
  if __debug__:
@@ -308,7 +308,7 @@ class CfnProfileAssociation(
308
308
  @builtins.property
309
309
  @jsii.member(jsii_name="attrId")
310
310
  def attr_id(self) -> builtins.str:
311
- '''Primary Identifier for Profile Association.
311
+ '''ID of the Profile association.
312
312
 
313
313
  :cloudformationAttribute: Id
314
314
  '''
@@ -328,7 +328,7 @@ class CfnProfileAssociation(
328
328
  @builtins.property
329
329
  @jsii.member(jsii_name="name")
330
330
  def name(self) -> builtins.str:
331
- '''The name of an association between a Profile and a VPC.'''
331
+ '''Name of the Profile association.'''
332
332
  return typing.cast(builtins.str, jsii.get(self, "name"))
333
333
 
334
334
  @name.setter
@@ -341,7 +341,7 @@ class CfnProfileAssociation(
341
341
  @builtins.property
342
342
  @jsii.member(jsii_name="profileId")
343
343
  def profile_id(self) -> builtins.str:
344
- '''The ID of the profile that you associated with the resource that is specified by ResourceId.'''
344
+ '''ID of the Profile.'''
345
345
  return typing.cast(builtins.str, jsii.get(self, "profileId"))
346
346
 
347
347
  @profile_id.setter
@@ -354,7 +354,7 @@ class CfnProfileAssociation(
354
354
  @builtins.property
355
355
  @jsii.member(jsii_name="resourceId")
356
356
  def resource_id(self) -> builtins.str:
357
- '''The resource that you associated the profile with.'''
357
+ '''The Amazon Resource Name (ARN) of the VPC.'''
358
358
  return typing.cast(builtins.str, jsii.get(self, "resourceId"))
359
359
 
360
360
  @resource_id.setter
@@ -367,7 +367,7 @@ class CfnProfileAssociation(
367
367
  @builtins.property
368
368
  @jsii.member(jsii_name="arn")
369
369
  def arn(self) -> typing.Optional[builtins.str]:
370
- '''The Amazon Resource Name (ARN) of the profile association.'''
370
+ '''The Amazon Resource Name (ARN) of the profile association to a VPC.'''
371
371
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "arn"))
372
372
 
373
373
  @arn.setter
@@ -414,10 +414,10 @@ class CfnProfileAssociationProps:
414
414
  ) -> None:
415
415
  '''Properties for defining a ``CfnProfileAssociation``.
416
416
 
417
- :param name: The name of an association between a Profile and a VPC.
418
- :param profile_id: The ID of the profile that you associated with the resource that is specified by ResourceId.
419
- :param resource_id: The resource that you associated the profile with.
420
- :param arn: The Amazon Resource Name (ARN) of the profile association.
417
+ :param name: Name of the Profile association.
418
+ :param profile_id: ID of the Profile.
419
+ :param resource_id: The Amazon Resource Name (ARN) of the VPC.
420
+ :param arn: The Amazon Resource Name (ARN) of the profile association to a VPC.
421
421
  :param tags: An array of key-value pairs to apply to this resource.
422
422
 
423
423
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html
@@ -461,7 +461,7 @@ class CfnProfileAssociationProps:
461
461
 
462
462
  @builtins.property
463
463
  def name(self) -> builtins.str:
464
- '''The name of an association between a Profile and a VPC.
464
+ '''Name of the Profile association.
465
465
 
466
466
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-name
467
467
  '''
@@ -471,7 +471,7 @@ class CfnProfileAssociationProps:
471
471
 
472
472
  @builtins.property
473
473
  def profile_id(self) -> builtins.str:
474
- '''The ID of the profile that you associated with the resource that is specified by ResourceId.
474
+ '''ID of the Profile.
475
475
 
476
476
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-profileid
477
477
  '''
@@ -481,7 +481,7 @@ class CfnProfileAssociationProps:
481
481
 
482
482
  @builtins.property
483
483
  def resource_id(self) -> builtins.str:
484
- '''The resource that you associated the profile with.
484
+ '''The Amazon Resource Name (ARN) of the VPC.
485
485
 
486
486
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-resourceid
487
487
  '''
@@ -491,7 +491,7 @@ class CfnProfileAssociationProps:
491
491
 
492
492
  @builtins.property
493
493
  def arn(self) -> typing.Optional[builtins.str]:
494
- '''The Amazon Resource Name (ARN) of the profile association.
494
+ '''The Amazon Resource Name (ARN) of the profile association to a VPC.
495
495
 
496
496
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileassociation.html#cfn-route53profiles-profileassociation-arn
497
497
  '''
@@ -533,8 +533,8 @@ class CfnProfileProps:
533
533
  ) -> None:
534
534
  '''Properties for defining a ``CfnProfile``.
535
535
 
536
- :param name: The name of the profile.
537
- :param tags: An array of key-value pairs to apply to this resource.
536
+ :param name: Name of the Profile.
537
+ :param tags: A list of the tag keys and values that you want to associate with the profile.
538
538
 
539
539
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html
540
540
  :exampleMetadata: fixture=_generated
@@ -567,7 +567,7 @@ class CfnProfileProps:
567
567
 
568
568
  @builtins.property
569
569
  def name(self) -> builtins.str:
570
- '''The name of the profile.
570
+ '''Name of the Profile.
571
571
 
572
572
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html#cfn-route53profiles-profile-name
573
573
  '''
@@ -577,7 +577,7 @@ class CfnProfileProps:
577
577
 
578
578
  @builtins.property
579
579
  def tags(self) -> typing.Optional[typing.List[_CfnTag_f6864754]]:
580
- '''An array of key-value pairs to apply to this resource.
580
+ '''A list of the tag keys and values that you want to associate with the profile.
581
581
 
582
582
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profile.html#cfn-route53profiles-profile-tags
583
583
  '''
@@ -602,7 +602,7 @@ class CfnProfileResourceAssociation(
602
602
  metaclass=jsii.JSIIMeta,
603
603
  jsii_type="aws-cdk-lib.aws_route53profiles.CfnProfileResourceAssociation",
604
604
  ):
605
- '''Resource Type definition for AWS::Route53Profiles::ProfileResourceAssociation.
605
+ '''The association between a Route 53 Profile and resources.
606
606
 
607
607
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html
608
608
  :cloudformationResource: AWS::Route53Profiles::ProfileResourceAssociation
@@ -637,10 +637,10 @@ class CfnProfileResourceAssociation(
637
637
  '''
638
638
  :param scope: Scope in which this resource is defined.
639
639
  :param id: Construct identifier for this resource (unique in its scope).
640
- :param name: The name of an association between the Profile and resource.
641
- :param profile_id: The ID of the profile that you associated the resource to that is specified by ResourceArn.
642
- :param resource_arn: The arn of the resource that you associated to the Profile.
643
- :param resource_properties: A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
640
+ :param name: Name of the Profile resource association.
641
+ :param profile_id: Profile ID of the Profile that the resources are associated with.
642
+ :param resource_arn: The Amazon Resource Name (ARN) of the resource association.
643
+ :param resource_properties: If the DNS resource is a DNS Firewall rule group, this indicates the priority.
644
644
  '''
645
645
  if __debug__:
646
646
  type_hints = typing.get_type_hints(_typecheckingstub__654d8dd5618d66fa0625633f46d77099c9357744b521399d4e1e34d078669be8)
@@ -688,7 +688,7 @@ class CfnProfileResourceAssociation(
688
688
  @builtins.property
689
689
  @jsii.member(jsii_name="attrId")
690
690
  def attr_id(self) -> builtins.str:
691
- '''Primary Identifier for Profile Resource Association.
691
+ '''ID of the Profile resource association.
692
692
 
693
693
  :cloudformationAttribute: Id
694
694
  '''
@@ -697,7 +697,7 @@ class CfnProfileResourceAssociation(
697
697
  @builtins.property
698
698
  @jsii.member(jsii_name="attrResourceType")
699
699
  def attr_resource_type(self) -> builtins.str:
700
- '''The type of the resource associated to the Profile.
700
+ '''Resource type, such as a private hosted zone, or DNS Firewall rule group.
701
701
 
702
702
  :cloudformationAttribute: ResourceType
703
703
  '''
@@ -711,7 +711,7 @@ class CfnProfileResourceAssociation(
711
711
  @builtins.property
712
712
  @jsii.member(jsii_name="name")
713
713
  def name(self) -> builtins.str:
714
- '''The name of an association between the Profile and resource.'''
714
+ '''Name of the Profile resource association.'''
715
715
  return typing.cast(builtins.str, jsii.get(self, "name"))
716
716
 
717
717
  @name.setter
@@ -724,7 +724,7 @@ class CfnProfileResourceAssociation(
724
724
  @builtins.property
725
725
  @jsii.member(jsii_name="profileId")
726
726
  def profile_id(self) -> builtins.str:
727
- '''The ID of the profile that you associated the resource to that is specified by ResourceArn.'''
727
+ '''Profile ID of the Profile that the resources are associated with.'''
728
728
  return typing.cast(builtins.str, jsii.get(self, "profileId"))
729
729
 
730
730
  @profile_id.setter
@@ -737,7 +737,7 @@ class CfnProfileResourceAssociation(
737
737
  @builtins.property
738
738
  @jsii.member(jsii_name="resourceArn")
739
739
  def resource_arn(self) -> builtins.str:
740
- '''The arn of the resource that you associated to the Profile.'''
740
+ '''The Amazon Resource Name (ARN) of the resource association.'''
741
741
  return typing.cast(builtins.str, jsii.get(self, "resourceArn"))
742
742
 
743
743
  @resource_arn.setter
@@ -750,7 +750,7 @@ class CfnProfileResourceAssociation(
750
750
  @builtins.property
751
751
  @jsii.member(jsii_name="resourceProperties")
752
752
  def resource_properties(self) -> typing.Optional[builtins.str]:
753
- '''A JSON-formatted string with key-value pairs specifying the properties of the associated resource.'''
753
+ '''If the DNS resource is a DNS Firewall rule group, this indicates the priority.'''
754
754
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "resourceProperties"))
755
755
 
756
756
  @resource_properties.setter
@@ -782,10 +782,10 @@ class CfnProfileResourceAssociationProps:
782
782
  ) -> None:
783
783
  '''Properties for defining a ``CfnProfileResourceAssociation``.
784
784
 
785
- :param name: The name of an association between the Profile and resource.
786
- :param profile_id: The ID of the profile that you associated the resource to that is specified by ResourceArn.
787
- :param resource_arn: The arn of the resource that you associated to the Profile.
788
- :param resource_properties: A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
785
+ :param name: Name of the Profile resource association.
786
+ :param profile_id: Profile ID of the Profile that the resources are associated with.
787
+ :param resource_arn: The Amazon Resource Name (ARN) of the resource association.
788
+ :param resource_properties: If the DNS resource is a DNS Firewall rule group, this indicates the priority.
789
789
 
790
790
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html
791
791
  :exampleMetadata: fixture=_generated
@@ -821,7 +821,7 @@ class CfnProfileResourceAssociationProps:
821
821
 
822
822
  @builtins.property
823
823
  def name(self) -> builtins.str:
824
- '''The name of an association between the Profile and resource.
824
+ '''Name of the Profile resource association.
825
825
 
826
826
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-name
827
827
  '''
@@ -831,7 +831,7 @@ class CfnProfileResourceAssociationProps:
831
831
 
832
832
  @builtins.property
833
833
  def profile_id(self) -> builtins.str:
834
- '''The ID of the profile that you associated the resource to that is specified by ResourceArn.
834
+ '''Profile ID of the Profile that the resources are associated with.
835
835
 
836
836
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-profileid
837
837
  '''
@@ -841,7 +841,7 @@ class CfnProfileResourceAssociationProps:
841
841
 
842
842
  @builtins.property
843
843
  def resource_arn(self) -> builtins.str:
844
- '''The arn of the resource that you associated to the Profile.
844
+ '''The Amazon Resource Name (ARN) of the resource association.
845
845
 
846
846
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-resourcearn
847
847
  '''
@@ -851,7 +851,7 @@ class CfnProfileResourceAssociationProps:
851
851
 
852
852
  @builtins.property
853
853
  def resource_properties(self) -> typing.Optional[builtins.str]:
854
- '''A JSON-formatted string with key-value pairs specifying the properties of the associated resource.
854
+ '''If the DNS resource is a DNS Firewall rule group, this indicates the priority.
855
855
 
856
856
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-route53profiles-profileresourceassociation.html#cfn-route53profiles-profileresourceassociation-resourceproperties
857
857
  '''
@@ -597,6 +597,8 @@ as it does not contain any objects.
597
597
  To override this and force all objects to get deleted during bucket deletion,
598
598
  enable the`autoDeleteObjects` option.
599
599
 
600
+ When `autoDeleteObjects` is enabled, `s3:PutBucketPolicy` is added to the bucket policy. This is done to allow the custom resource this feature is built on to add a deny policy for `s3:PutObject` to the bucket policy when a delete stack event occurs. Adding this deny policy prevents new objects from being written to the bucket. Doing this prevents race conditions with external bucket writers during the deletion process.
601
+
600
602
  ```python
601
603
  bucket = s3.Bucket(self, "MyTempFileBucket",
602
604
  removal_policy=cdk.RemovalPolicy.DESTROY,
@@ -1752,7 +1754,7 @@ class BucketProps:
1752
1754
  ) -> None:
1753
1755
  '''
1754
1756
  :param access_control: Specifies a canned ACL that grants predefined permissions to the bucket. Default: BucketAccessControl.PRIVATE
1755
- :param auto_delete_objects: Whether all objects should be automatically deleted when the bucket is removed from the stack or when the stack is deleted. Requires the ``removalPolicy`` to be set to ``RemovalPolicy.DESTROY``. **Warning** if you have deployed a bucket with ``autoDeleteObjects: true``, switching this to ``false`` in a CDK version *before* ``1.126.0`` will lead to all objects in the bucket being deleted. Be sure to update your bucket resources by deploying with CDK version ``1.126.0`` or later **before** switching this value to ``false``. Default: false
1757
+ :param auto_delete_objects: Whether all objects should be automatically deleted when the bucket is removed from the stack or when the stack is deleted. Requires the ``removalPolicy`` to be set to ``RemovalPolicy.DESTROY``. **Warning** if you have deployed a bucket with ``autoDeleteObjects: true``, switching this to ``false`` in a CDK version *before* ``1.126.0`` will lead to all objects in the bucket being deleted. Be sure to update your bucket resources by deploying with CDK version ``1.126.0`` or later **before** switching this value to ``false``. Setting ``autoDeleteObjects`` to true on a bucket will add ``s3:PutBucketPolicy`` to the bucket policy. This is because during bucket deletion, the custom resource provider needs to update the bucket policy by adding a deny policy for ``s3:PutObject`` to prevent race conditions with external bucket writers. Default: false
1756
1758
  :param block_public_access: The block public access configuration of this bucket. Default: - CloudFormation defaults will apply. New buckets and objects don't allow public access, but users can modify bucket policies or object permissions to allow public access
1757
1759
  :param bucket_key_enabled: Whether Amazon S3 should use its own intermediary key to generate data keys. Only relevant when using KMS for encryption. - If not enabled, every object GET and PUT will cause an API call to KMS (with the attendant cost implications of that). - If enabled, S3 will use its own time-limited key instead. Only relevant, when Encryption is set to ``BucketEncryption.KMS`` or ``BucketEncryption.KMS_MANAGED``. Default: - false
1758
1760
  :param bucket_name: Physical name of this bucket. Default: - Assigned by CloudFormation (recommended).
@@ -1919,6 +1921,11 @@ class BucketProps:
1919
1921
  all objects in the bucket being deleted. Be sure to update your bucket resources
1920
1922
  by deploying with CDK version ``1.126.0`` or later **before** switching this value to ``false``.
1921
1923
 
1924
+ Setting ``autoDeleteObjects`` to true on a bucket will add ``s3:PutBucketPolicy`` to the
1925
+ bucket policy. This is because during bucket deletion, the custom resource provider
1926
+ needs to update the bucket policy by adding a deny policy for ``s3:PutObject`` to
1927
+ prevent race conditions with external bucket writers.
1928
+
1922
1929
  :default: false
1923
1930
  '''
1924
1931
  result = self._values.get("auto_delete_objects")
@@ -19361,7 +19368,7 @@ class Bucket(
19361
19368
  :param scope: -
19362
19369
  :param id: -
19363
19370
  :param access_control: Specifies a canned ACL that grants predefined permissions to the bucket. Default: BucketAccessControl.PRIVATE
19364
- :param auto_delete_objects: Whether all objects should be automatically deleted when the bucket is removed from the stack or when the stack is deleted. Requires the ``removalPolicy`` to be set to ``RemovalPolicy.DESTROY``. **Warning** if you have deployed a bucket with ``autoDeleteObjects: true``, switching this to ``false`` in a CDK version *before* ``1.126.0`` will lead to all objects in the bucket being deleted. Be sure to update your bucket resources by deploying with CDK version ``1.126.0`` or later **before** switching this value to ``false``. Default: false
19371
+ :param auto_delete_objects: Whether all objects should be automatically deleted when the bucket is removed from the stack or when the stack is deleted. Requires the ``removalPolicy`` to be set to ``RemovalPolicy.DESTROY``. **Warning** if you have deployed a bucket with ``autoDeleteObjects: true``, switching this to ``false`` in a CDK version *before* ``1.126.0`` will lead to all objects in the bucket being deleted. Be sure to update your bucket resources by deploying with CDK version ``1.126.0`` or later **before** switching this value to ``false``. Setting ``autoDeleteObjects`` to true on a bucket will add ``s3:PutBucketPolicy`` to the bucket policy. This is because during bucket deletion, the custom resource provider needs to update the bucket policy by adding a deny policy for ``s3:PutObject`` to prevent race conditions with external bucket writers. Default: false
19365
19372
  :param block_public_access: The block public access configuration of this bucket. Default: - CloudFormation defaults will apply. New buckets and objects don't allow public access, but users can modify bucket policies or object permissions to allow public access
19366
19373
  :param bucket_key_enabled: Whether Amazon S3 should use its own intermediary key to generate data keys. Only relevant when using KMS for encryption. - If not enabled, every object GET and PUT will cause an API call to KMS (with the attendant cost implications of that). - If enabled, S3 will use its own time-limited key instead. Only relevant, when Encryption is set to ``BucketEncryption.KMS`` or ``BucketEncryption.KMS_MANAGED``. Default: - false
19367
19374
  :param bucket_name: Physical name of this bucket. Default: - Assigned by CloudFormation (recommended).
@@ -5866,10 +5866,10 @@ class CfnDomain(
5866
5866
  default_ebs_volume_size_in_gb: jsii.Number,
5867
5867
  maximum_ebs_volume_size_in_gb: jsii.Number,
5868
5868
  ) -> None:
5869
- '''A collection of default EBS storage settings that applies to private spaces created within a domain or user profile.
5869
+ '''A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
5870
5870
 
5871
- :param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a private space.
5872
- :param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a private space.
5871
+ :param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a space.
5872
+ :param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a space.
5873
5873
 
5874
5874
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultebsstoragesettings.html
5875
5875
  :exampleMetadata: fixture=_generated
@@ -5896,7 +5896,7 @@ class CfnDomain(
5896
5896
 
5897
5897
  @builtins.property
5898
5898
  def default_ebs_volume_size_in_gb(self) -> jsii.Number:
5899
- '''The default size of the EBS storage volume for a private space.
5899
+ '''The default size of the EBS storage volume for a space.
5900
5900
 
5901
5901
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultebsstoragesettings.html#cfn-sagemaker-domain-defaultebsstoragesettings-defaultebsvolumesizeingb
5902
5902
  '''
@@ -5906,7 +5906,7 @@ class CfnDomain(
5906
5906
 
5907
5907
  @builtins.property
5908
5908
  def maximum_ebs_volume_size_in_gb(self) -> jsii.Number:
5909
- '''The maximum size of the EBS storage volume for a private space.
5909
+ '''The maximum size of the EBS storage volume for a space.
5910
5910
 
5911
5911
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultebsstoragesettings.html#cfn-sagemaker-domain-defaultebsstoragesettings-maximumebsvolumesizeingb
5912
5912
  '''
@@ -6069,9 +6069,9 @@ class CfnDomain(
6069
6069
  *,
6070
6070
  default_ebs_storage_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnDomain.DefaultEbsStorageSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
6071
6071
  ) -> None:
6072
- '''The default storage settings for a private space.
6072
+ '''The default storage settings for a space.
6073
6073
 
6074
- :param default_ebs_storage_settings: The default EBS storage settings for a private space.
6074
+ :param default_ebs_storage_settings: The default EBS storage settings for a space.
6075
6075
 
6076
6076
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacestoragesettings.html
6077
6077
  :exampleMetadata: fixture=_generated
@@ -6100,7 +6100,7 @@ class CfnDomain(
6100
6100
  def default_ebs_storage_settings(
6101
6101
  self,
6102
6102
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDomain.DefaultEbsStorageSettingsProperty"]]:
6103
- '''The default EBS storage settings for a private space.
6103
+ '''The default EBS storage settings for a space.
6104
6104
 
6105
6105
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-defaultspacestoragesettings.html#cfn-sagemaker-domain-defaultspacestoragesettings-defaultebsstoragesettings
6106
6106
  '''
@@ -7197,7 +7197,7 @@ class CfnDomain(
7197
7197
  :param r_studio_server_pro_app_settings: A collection of settings that configure user interaction with the ``RStudioServerPro`` app.
7198
7198
  :param security_groups: The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication. Optional when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``PublicInternetOnly`` . Required when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``VpcOnly`` , unless specified as part of the ``DefaultUserSettings`` for the domain. Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
7199
7199
  :param sharing_settings: Specifies options for sharing Amazon SageMaker Studio notebooks.
7200
- :param space_storage_settings: The storage settings for a private space.
7200
+ :param space_storage_settings: The storage settings for a space.
7201
7201
  :param studio_web_portal: Whether the user can access Studio. If this value is set to ``DISABLED`` , the user cannot access Studio, even if that is the default experience for the domain.
7202
7202
 
7203
7203
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-usersettings.html
@@ -7506,7 +7506,7 @@ class CfnDomain(
7506
7506
  def space_storage_settings(
7507
7507
  self,
7508
7508
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnDomain.DefaultSpaceStorageSettingsProperty"]]:
7509
- '''The storage settings for a private space.
7509
+ '''The storage settings for a space.
7510
7510
 
7511
7511
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-usersettings.html#cfn-sagemaker-domain-usersettings-spacestoragesettings
7512
7512
  '''
@@ -40176,9 +40176,9 @@ class CfnSpace(
40176
40176
  )
40177
40177
  class EbsStorageSettingsProperty:
40178
40178
  def __init__(self, *, ebs_volume_size_in_gb: jsii.Number) -> None:
40179
- '''A collection of EBS storage settings that applies to private spaces.
40179
+ '''A collection of EBS storage settings that apply to both private and shared spaces.
40180
40180
 
40181
- :param ebs_volume_size_in_gb: The size of an EBS storage volume for a private space.
40181
+ :param ebs_volume_size_in_gb: The size of an EBS storage volume for a space.
40182
40182
 
40183
40183
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.html
40184
40184
  :exampleMetadata: fixture=_generated
@@ -40202,7 +40202,7 @@ class CfnSpace(
40202
40202
 
40203
40203
  @builtins.property
40204
40204
  def ebs_volume_size_in_gb(self) -> jsii.Number:
40205
- '''The size of an EBS storage volume for a private space.
40205
+ '''The size of an EBS storage volume for a space.
40206
40206
 
40207
40207
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ebsstoragesettings.html#cfn-sagemaker-space-ebsstoragesettings-ebsvolumesizeingb
40208
40208
  '''
@@ -40384,7 +40384,7 @@ class CfnSpace(
40384
40384
  def __init__(self, *, owner_user_profile_name: builtins.str) -> None:
40385
40385
  '''The collection of ownership settings for a space.
40386
40386
 
40387
- :param owner_user_profile_name: The user profile who is the owner of the private space.
40387
+ :param owner_user_profile_name: The user profile who is the owner of the space.
40388
40388
 
40389
40389
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ownershipsettings.html
40390
40390
  :exampleMetadata: fixture=_generated
@@ -40408,7 +40408,7 @@ class CfnSpace(
40408
40408
 
40409
40409
  @builtins.property
40410
40410
  def owner_user_profile_name(self) -> builtins.str:
40411
- '''The user profile who is the owner of the private space.
40411
+ '''The user profile who is the owner of the space.
40412
40412
 
40413
40413
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-ownershipsettings.html#cfn-sagemaker-space-ownershipsettings-owneruserprofilename
40414
40414
  '''
@@ -40699,7 +40699,7 @@ class CfnSpace(
40699
40699
  :param jupyter_lab_app_settings: The settings for the JupyterLab application.
40700
40700
  :param jupyter_server_app_settings: The JupyterServer app settings.
40701
40701
  :param kernel_gateway_app_settings: The KernelGateway app settings.
40702
- :param space_storage_settings: The storage settings for a private space.
40702
+ :param space_storage_settings: The storage settings for a space.
40703
40703
 
40704
40704
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html
40705
40705
  :exampleMetadata: fixture=_generated
@@ -40857,7 +40857,7 @@ class CfnSpace(
40857
40857
  def space_storage_settings(
40858
40858
  self,
40859
40859
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSpace.SpaceStorageSettingsProperty"]]:
40860
- '''The storage settings for a private space.
40860
+ '''The storage settings for a space.
40861
40861
 
40862
40862
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacesettings.html#cfn-sagemaker-space-spacesettings-spacestoragesettings
40863
40863
  '''
@@ -40938,9 +40938,9 @@ class CfnSpace(
40938
40938
  *,
40939
40939
  ebs_storage_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnSpace.EbsStorageSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
40940
40940
  ) -> None:
40941
- '''The storage settings for a private space.
40941
+ '''The storage settings for a space.
40942
40942
 
40943
- :param ebs_storage_settings: A collection of EBS storage settings for a private space.
40943
+ :param ebs_storage_settings: A collection of EBS storage settings for a space.
40944
40944
 
40945
40945
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacestoragesettings.html
40946
40946
  :exampleMetadata: fixture=_generated
@@ -40968,7 +40968,7 @@ class CfnSpace(
40968
40968
  def ebs_storage_settings(
40969
40969
  self,
40970
40970
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnSpace.EbsStorageSettingsProperty"]]:
40971
- '''A collection of EBS storage settings for a private space.
40971
+ '''A collection of EBS storage settings for a space.
40972
40972
 
40973
40973
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-space-spacestoragesettings.html#cfn-sagemaker-space-spacestoragesettings-ebsstoragesettings
40974
40974
  '''
@@ -41904,10 +41904,10 @@ class CfnUserProfile(
41904
41904
  default_ebs_volume_size_in_gb: jsii.Number,
41905
41905
  maximum_ebs_volume_size_in_gb: jsii.Number,
41906
41906
  ) -> None:
41907
- '''A collection of default EBS storage settings that applies to private spaces created within a domain or user profile.
41907
+ '''A collection of default EBS storage settings that apply to spaces created within a domain or user profile.
41908
41908
 
41909
- :param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a private space.
41910
- :param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a private space.
41909
+ :param default_ebs_volume_size_in_gb: The default size of the EBS storage volume for a space.
41910
+ :param maximum_ebs_volume_size_in_gb: The maximum size of the EBS storage volume for a space.
41911
41911
 
41912
41912
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultebsstoragesettings.html
41913
41913
  :exampleMetadata: fixture=_generated
@@ -41934,7 +41934,7 @@ class CfnUserProfile(
41934
41934
 
41935
41935
  @builtins.property
41936
41936
  def default_ebs_volume_size_in_gb(self) -> jsii.Number:
41937
- '''The default size of the EBS storage volume for a private space.
41937
+ '''The default size of the EBS storage volume for a space.
41938
41938
 
41939
41939
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultebsstoragesettings.html#cfn-sagemaker-userprofile-defaultebsstoragesettings-defaultebsvolumesizeingb
41940
41940
  '''
@@ -41944,7 +41944,7 @@ class CfnUserProfile(
41944
41944
 
41945
41945
  @builtins.property
41946
41946
  def maximum_ebs_volume_size_in_gb(self) -> jsii.Number:
41947
- '''The maximum size of the EBS storage volume for a private space.
41947
+ '''The maximum size of the EBS storage volume for a space.
41948
41948
 
41949
41949
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultebsstoragesettings.html#cfn-sagemaker-userprofile-defaultebsstoragesettings-maximumebsvolumesizeingb
41950
41950
  '''
@@ -41974,9 +41974,9 @@ class CfnUserProfile(
41974
41974
  *,
41975
41975
  default_ebs_storage_settings: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnUserProfile.DefaultEbsStorageSettingsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
41976
41976
  ) -> None:
41977
- '''The default storage settings for a private space.
41977
+ '''The default storage settings for a space.
41978
41978
 
41979
- :param default_ebs_storage_settings: The default EBS storage settings for a private space.
41979
+ :param default_ebs_storage_settings: The default EBS storage settings for a space.
41980
41980
 
41981
41981
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultspacestoragesettings.html
41982
41982
  :exampleMetadata: fixture=_generated
@@ -42005,7 +42005,7 @@ class CfnUserProfile(
42005
42005
  def default_ebs_storage_settings(
42006
42006
  self,
42007
42007
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnUserProfile.DefaultEbsStorageSettingsProperty"]]:
42008
- '''The default EBS storage settings for a private space.
42008
+ '''The default EBS storage settings for a space.
42009
42009
 
42010
42010
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-defaultspacestoragesettings.html#cfn-sagemaker-userprofile-defaultspacestoragesettings-defaultebsstoragesettings
42011
42011
  '''
@@ -42692,7 +42692,7 @@ class CfnUserProfile(
42692
42692
  :param r_studio_server_pro_app_settings: A collection of settings that configure user interaction with the ``RStudioServerPro`` app.
42693
42693
  :param security_groups: The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication. Optional when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``PublicInternetOnly`` . Required when the ``CreateDomain.AppNetworkAccessType`` parameter is set to ``VpcOnly`` , unless specified as part of the ``DefaultUserSettings`` for the domain. Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
42694
42694
  :param sharing_settings: Specifies options for sharing Amazon SageMaker Studio notebooks.
42695
- :param space_storage_settings: The storage settings for a private space.
42695
+ :param space_storage_settings: The storage settings for a space.
42696
42696
  :param studio_web_portal: Whether the user can access Studio. If this value is set to ``DISABLED`` , the user cannot access Studio, even if that is the default experience for the domain.
42697
42697
 
42698
42698
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.html
@@ -42965,7 +42965,7 @@ class CfnUserProfile(
42965
42965
  def space_storage_settings(
42966
42966
  self,
42967
42967
  ) -> typing.Optional[typing.Union[_IResolvable_da3f097b, "CfnUserProfile.DefaultSpaceStorageSettingsProperty"]]:
42968
- '''The storage settings for a private space.
42968
+ '''The storage settings for a space.
42969
42969
 
42970
42970
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-userprofile-usersettings.html#cfn-sagemaker-userprofile-usersettings-spacestoragesettings
42971
42971
  '''