aws-cdk-lib 2.133.0__py3-none-any.whl → 2.134.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 (56) 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.133.0.jsii.tgz → aws-cdk-lib@2.134.0.jsii.tgz} +0 -0
  4. aws_cdk/aws_apigatewayv2/__init__.py +105 -3
  5. aws_cdk/aws_apigatewayv2_integrations/__init__.py +155 -3
  6. aws_cdk/aws_appconfig/__init__.py +186 -8
  7. aws_cdk/aws_appintegrations/__init__.py +551 -0
  8. aws_cdk/aws_appsync/__init__.py +71 -0
  9. aws_cdk/aws_autoscaling/__init__.py +6 -4
  10. aws_cdk/aws_backup/__init__.py +23 -12
  11. aws_cdk/aws_batch/__init__.py +423 -73
  12. aws_cdk/aws_bedrock/__init__.py +197 -2
  13. aws_cdk/aws_cloudformation/__init__.py +1 -1
  14. aws_cdk/aws_cloudfront/__init__.py +2 -2
  15. aws_cdk/aws_cloudtrail/__init__.py +44 -14
  16. aws_cdk/aws_cloudwatch/__init__.py +18 -0
  17. aws_cdk/aws_codeartifact/__init__.py +812 -2
  18. aws_cdk/aws_codebuild/__init__.py +21 -5
  19. aws_cdk/aws_codepipeline/__init__.py +24 -8
  20. aws_cdk/aws_cognito/__init__.py +41 -40
  21. aws_cdk/aws_connect/__init__.py +256 -0
  22. aws_cdk/aws_datasync/__init__.py +393 -13
  23. aws_cdk/aws_dlm/__init__.py +2 -2
  24. aws_cdk/aws_docdbelastic/__init__.py +117 -0
  25. aws_cdk/aws_dynamodb/__init__.py +416 -5
  26. aws_cdk/aws_ec2/__init__.py +493 -93
  27. aws_cdk/aws_ecs/__init__.py +6 -4
  28. aws_cdk/aws_eks/__init__.py +27 -25
  29. aws_cdk/aws_elasticloadbalancingv2/__init__.py +359 -60
  30. aws_cdk/aws_entityresolution/__init__.py +91 -64
  31. aws_cdk/aws_glue/__init__.py +137 -3
  32. aws_cdk/aws_iam/__init__.py +9 -10
  33. aws_cdk/aws_internetmonitor/__init__.py +85 -0
  34. aws_cdk/aws_iotsitewise/__init__.py +110 -50
  35. aws_cdk/aws_kafkaconnect/__init__.py +1237 -162
  36. aws_cdk/aws_kendra/__init__.py +34 -24
  37. aws_cdk/aws_kinesisanalytics/__init__.py +37 -37
  38. aws_cdk/aws_kinesisanalyticsv2/__init__.py +37 -37
  39. aws_cdk/aws_kinesisfirehose/__init__.py +6 -2
  40. aws_cdk/aws_msk/__init__.py +88 -0
  41. aws_cdk/aws_opensearchservice/__init__.py +19 -17
  42. aws_cdk/aws_pinpoint/__init__.py +42 -0
  43. aws_cdk/aws_rds/__init__.py +48 -14
  44. aws_cdk/aws_sagemaker/__init__.py +2 -2
  45. aws_cdk/aws_ssm/__init__.py +3 -3
  46. aws_cdk/aws_stepfunctions_tasks/__init__.py +23 -0
  47. aws_cdk/aws_synthetics/__init__.py +74 -14
  48. aws_cdk/aws_transfer/__init__.py +4 -3
  49. aws_cdk/aws_wafv2/__init__.py +96 -46
  50. aws_cdk/cx_api/__init__.py +17 -0
  51. {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.134.0.dist-info}/METADATA +2 -2
  52. {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.134.0.dist-info}/RECORD +56 -56
  53. {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.134.0.dist-info}/LICENSE +0 -0
  54. {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.134.0.dist-info}/NOTICE +0 -0
  55. {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.134.0.dist-info}/WHEEL +0 -0
  56. {aws_cdk_lib-2.133.0.dist-info → aws_cdk_lib-2.134.0.dist-info}/top_level.txt +0 -0
@@ -748,10 +748,10 @@ class CapacityConfig:
748
748
 
749
749
  :param data_node_instance_type: The instance type for your data nodes, such as ``m3.medium.search``. For valid values, see `Supported Instance Types <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html>`_ in the Amazon OpenSearch Service Developer Guide. Default: - r5.large.search
750
750
  :param data_nodes: The number of data nodes (instances) to use in the Amazon OpenSearch Service domain. Default: - 1
751
- :param master_node_instance_type: The hardware configuration of the computer that hosts the dedicated master node, such as ``m3.medium.search``. For valid values, see [Supported Instance Types] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html) in the Amazon OpenSearch Service Developer Guide. Default: - r5.large.search
751
+ :param master_node_instance_type: The hardware configuration of the computer that hosts the dedicated master node, such as ``m3.medium.search``. For valid values, see `Supported Instance Types <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html>`_ in the Amazon OpenSearch Service Developer Guide. Default: - r5.large.search
752
752
  :param master_nodes: The number of instances to use for the master node. Default: - no dedicated master nodes
753
- :param multi_az_with_standby_enabled: Indicates whether Multi-AZ with Standby deployment option is enabled. For more information, see [Multi-AZ with Standby] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby) Default: - no multi-az with standby
754
- :param warm_instance_type: The instance type for your UltraWarm node, such as ``ultrawarm1.medium.search``. For valid values, see [UltraWarm Storage Limits] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#limits-ultrawarm) in the Amazon OpenSearch Service Developer Guide. Default: - ultrawarm1.medium.search
753
+ :param multi_az_with_standby_enabled: Indicates whether Multi-AZ with Standby deployment option is enabled. For more information, see `Multi-AZ with Standby <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby>`_ Default: - no multi-az with standby
754
+ :param warm_instance_type: The instance type for your UltraWarm node, such as ``ultrawarm1.medium.search``. For valid values, see `UltraWarm Storage Limits <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#limits-ultrawarm>`_ in the Amazon OpenSearch Service Developer Guide. Default: - ultrawarm1.medium.search
755
755
  :param warm_nodes: The number of UltraWarm nodes (instances) to use in the Amazon OpenSearch Service domain. Default: - no UltraWarm nodes
756
756
 
757
757
  :exampleMetadata: infused
@@ -813,7 +813,7 @@ class CapacityConfig:
813
813
 
814
814
  @builtins.property
815
815
  def master_node_instance_type(self) -> typing.Optional[builtins.str]:
816
- '''The hardware configuration of the computer that hosts the dedicated master node, such as ``m3.medium.search``. For valid values, see [Supported Instance Types] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html) in the Amazon OpenSearch Service Developer Guide.
816
+ '''The hardware configuration of the computer that hosts the dedicated master node, such as ``m3.medium.search``. For valid values, see `Supported Instance Types <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/supported-instance-types.html>`_ in the Amazon OpenSearch Service Developer Guide.
817
817
 
818
818
  :default: - r5.large.search
819
819
  '''
@@ -833,8 +833,8 @@ class CapacityConfig:
833
833
  def multi_az_with_standby_enabled(self) -> typing.Optional[builtins.bool]:
834
834
  '''Indicates whether Multi-AZ with Standby deployment option is enabled.
835
835
 
836
- For more information, see [Multi-AZ with Standby]
837
- (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby)
836
+ For more information, see `Multi-AZ with
837
+ Standby <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html#managedomains-za-standby>`_
838
838
 
839
839
  :default: - no multi-az with standby
840
840
  '''
@@ -843,7 +843,7 @@ class CapacityConfig:
843
843
 
844
844
  @builtins.property
845
845
  def warm_instance_type(self) -> typing.Optional[builtins.str]:
846
- '''The instance type for your UltraWarm node, such as ``ultrawarm1.medium.search``. For valid values, see [UltraWarm Storage Limits] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#limits-ultrawarm) in the Amazon OpenSearch Service Developer Guide.
846
+ '''The instance type for your UltraWarm node, such as ``ultrawarm1.medium.search``. For valid values, see `UltraWarm Storage Limits <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#limits-ultrawarm>`_ in the Amazon OpenSearch Service Developer Guide.
847
847
 
848
848
  :default: - ultrawarm1.medium.search
849
849
  '''
@@ -2692,7 +2692,7 @@ class CfnDomain(
2692
2692
  ) -> None:
2693
2693
  '''Specifies information about the master user.
2694
2694
 
2695
- Required if if ``InternalUserDatabaseEnabled`` is true in `AdvancedSecurityOptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html>`_ .
2695
+ Required if ``InternalUserDatabaseEnabled`` is true in `AdvancedSecurityOptions <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html>`_ .
2696
2696
 
2697
2697
  :param master_user_arn: Amazon Resource Name (ARN) for the master user. The ARN can point to an IAM user or role. This property is required for Amazon Cognito to work, and it must match the role configured for Cognito. Only specify if ``InternalUserDatabaseEnabled`` is false in `AdvancedSecurityOptionsInput <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html>`_ .
2698
2698
  :param master_user_name: Username for the master user. Only specify if ``InternalUserDatabaseEnabled`` is true in `AdvancedSecurityOptionsInput <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-opensearchservice-domain-advancedsecurityoptionsinput.html>`_ . If you don't want to specify this value directly within the template, you can use a `dynamic reference <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/dynamic-references.html>`_ instead.
@@ -4957,14 +4957,13 @@ class EbsOptions:
4957
4957
  '''The configurations of Amazon Elastic Block Store (Amazon EBS) volumes that are attached to data nodes in the Amazon OpenSearch Service domain.
4958
4958
 
4959
4959
  For more information, see
4960
- [Amazon EBS]
4961
- (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html)
4960
+ `Amazon EBS <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html>`_
4962
4961
  in the Amazon Elastic Compute Cloud Developer Guide.
4963
4962
 
4964
4963
  :param enabled: Specifies whether Amazon EBS volumes are attached to data nodes in the Amazon OpenSearch Service domain. Default: - true
4965
4964
  :param iops: The number of I/O operations per second (IOPS) that the volume supports. This property applies only to the gp3 and Provisioned IOPS (SSD) EBS volume type. Default: - iops are not set.
4966
4965
  :param throughput: The throughput (in MiB/s) of the EBS volumes attached to data nodes. This property applies only to the gp3 volume type. Default: - throughput is not set.
4967
- :param volume_size: The size (in GiB) of the EBS volume for each data node. The minimum and maximum size of an EBS volume depends on the EBS volume type and the instance type to which it is attached. For valid values, see [EBS volume size limits] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource) in the Amazon OpenSearch Service Developer Guide. Default: 10
4966
+ :param volume_size: The size (in GiB) of the EBS volume for each data node. The minimum and maximum size of an EBS volume depends on the EBS volume type and the instance type to which it is attached. For valid values, see `EBS volume size limits <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource>`_ in the Amazon OpenSearch Service Developer Guide. Default: 10
4968
4967
  :param volume_type: The EBS volume type to use with the Amazon OpenSearch Service domain, such as standard, gp2, io1. Default: gp2
4969
4968
 
4970
4969
  :exampleMetadata: infused
@@ -5041,8 +5040,7 @@ class EbsOptions:
5041
5040
  The minimum and
5042
5041
  maximum size of an EBS volume depends on the EBS volume type and the
5043
5042
  instance type to which it is attached. For valid values, see
5044
- [EBS volume size limits]
5045
- (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource)
5043
+ `EBS volume size limits <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/limits.html#ebsresource>`_
5046
5044
  in the Amazon OpenSearch Service Developer Guide.
5047
5045
 
5048
5046
  :default: 10
@@ -5340,7 +5338,12 @@ class EngineVersion(
5340
5338
  @jsii.python.classproperty
5341
5339
  @jsii.member(jsii_name="OPENSEARCH_2_10")
5342
5340
  def OPENSEARCH_2_10(cls) -> "EngineVersion":
5343
- '''AWS OpenSearch 2.10.'''
5341
+ '''(deprecated) AWS OpenSearch 2.10.
5342
+
5343
+ :deprecated: use latest version of the OpenSearch engine
5344
+
5345
+ :stability: deprecated
5346
+ '''
5344
5347
  return typing.cast("EngineVersion", jsii.sget(cls, "OPENSEARCH_2_10"))
5345
5348
 
5346
5349
  @jsii.python.classproperty
@@ -7243,7 +7246,7 @@ class ZoneAwarenessConfig:
7243
7246
  '''Specifies zone awareness configuration options.
7244
7247
 
7245
7248
  :param availability_zone_count: If you enabled multiple Availability Zones (AZs), the number of AZs that you want the domain to use. Valid values are 2 and 3. Default: - 2 if zone awareness is enabled.
7246
- :param enabled: Indicates whether to enable zone awareness for the Amazon OpenSearch Service domain. When you enable zone awareness, Amazon OpenSearch Service allocates the nodes and replica index shards that belong to a cluster across two Availability Zones (AZs) in the same region to prevent data loss and minimize downtime in the event of node or data center failure. Don't enable zone awareness if your cluster has no replica index shards or is a single-node cluster. For more information, see [Configuring a Multi-AZ Domain] (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html) in the Amazon OpenSearch Service Developer Guide. Default: - false
7249
+ :param enabled: Indicates whether to enable zone awareness for the Amazon OpenSearch Service domain. When you enable zone awareness, Amazon OpenSearch Service allocates the nodes and replica index shards that belong to a cluster across two Availability Zones (AZs) in the same region to prevent data loss and minimize downtime in the event of node or data center failure. Don't enable zone awareness if your cluster has no replica index shards or is a single-node cluster. For more information, see `Configuring a Multi-AZ Domain <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html>`_ in the Amazon OpenSearch Service Developer Guide. Default: - false
7247
7250
 
7248
7251
  :exampleMetadata: infused
7249
7252
 
@@ -7296,8 +7299,7 @@ class ZoneAwarenessConfig:
7296
7299
  in the same region to prevent data loss and minimize downtime in the event
7297
7300
  of node or data center failure. Don't enable zone awareness if your cluster
7298
7301
  has no replica index shards or is a single-node cluster. For more information,
7299
- see [Configuring a Multi-AZ Domain]
7300
- (https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html)
7302
+ see `Configuring a Multi-AZ Domain <https://docs.aws.amazon.com/opensearch-service/latest/developerguide/managedomains-multiaz.html>`_
7301
7303
  in the Amazon OpenSearch Service Developer Guide.
7302
7304
 
7303
7305
  :default: - false
@@ -8246,6 +8246,7 @@ class CfnEmailChannel(
8246
8246
  # the properties below are optional
8247
8247
  configuration_set="configurationSet",
8248
8248
  enabled=False,
8249
+ orchestration_sending_role_arn="orchestrationSendingRoleArn",
8249
8250
  role_arn="roleArn"
8250
8251
  )
8251
8252
  '''
@@ -8260,6 +8261,7 @@ class CfnEmailChannel(
8260
8261
  identity: builtins.str,
8261
8262
  configuration_set: typing.Optional[builtins.str] = None,
8262
8263
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
8264
+ orchestration_sending_role_arn: typing.Optional[builtins.str] = None,
8263
8265
  role_arn: typing.Optional[builtins.str] = None,
8264
8266
  ) -> None:
8265
8267
  '''
@@ -8270,6 +8272,7 @@ class CfnEmailChannel(
8270
8272
  :param identity: The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
8271
8273
  :param configuration_set: The `Amazon SES configuration set <https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html>`_ that you want to apply to messages that you send through the channel.
8272
8274
  :param enabled: Specifies whether to enable the email channel for the application.
8275
+ :param orchestration_sending_role_arn:
8273
8276
  :param role_arn: The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
8274
8277
  '''
8275
8278
  if __debug__:
@@ -8282,6 +8285,7 @@ class CfnEmailChannel(
8282
8285
  identity=identity,
8283
8286
  configuration_set=configuration_set,
8284
8287
  enabled=enabled,
8288
+ orchestration_sending_role_arn=orchestration_sending_role_arn,
8285
8289
  role_arn=role_arn,
8286
8290
  )
8287
8291
 
@@ -8403,6 +8407,21 @@ class CfnEmailChannel(
8403
8407
  check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8404
8408
  jsii.set(self, "enabled", value)
8405
8409
 
8410
+ @builtins.property
8411
+ @jsii.member(jsii_name="orchestrationSendingRoleArn")
8412
+ def orchestration_sending_role_arn(self) -> typing.Optional[builtins.str]:
8413
+ return typing.cast(typing.Optional[builtins.str], jsii.get(self, "orchestrationSendingRoleArn"))
8414
+
8415
+ @orchestration_sending_role_arn.setter
8416
+ def orchestration_sending_role_arn(
8417
+ self,
8418
+ value: typing.Optional[builtins.str],
8419
+ ) -> None:
8420
+ if __debug__:
8421
+ type_hints = typing.get_type_hints(_typecheckingstub__aa8fbe3722fc02e373ab1dd1fbe9afea479c8117a0f4ca1a070a3963c4bdbfde)
8422
+ check_type(argname="argument value", value=value, expected_type=type_hints["value"])
8423
+ jsii.set(self, "orchestrationSendingRoleArn", value)
8424
+
8406
8425
  @builtins.property
8407
8426
  @jsii.member(jsii_name="roleArn")
8408
8427
  def role_arn(self) -> typing.Optional[builtins.str]:
@@ -8426,6 +8445,7 @@ class CfnEmailChannel(
8426
8445
  "identity": "identity",
8427
8446
  "configuration_set": "configurationSet",
8428
8447
  "enabled": "enabled",
8448
+ "orchestration_sending_role_arn": "orchestrationSendingRoleArn",
8429
8449
  "role_arn": "roleArn",
8430
8450
  },
8431
8451
  )
@@ -8438,6 +8458,7 @@ class CfnEmailChannelProps:
8438
8458
  identity: builtins.str,
8439
8459
  configuration_set: typing.Optional[builtins.str] = None,
8440
8460
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
8461
+ orchestration_sending_role_arn: typing.Optional[builtins.str] = None,
8441
8462
  role_arn: typing.Optional[builtins.str] = None,
8442
8463
  ) -> None:
8443
8464
  '''Properties for defining a ``CfnEmailChannel``.
@@ -8447,6 +8468,7 @@ class CfnEmailChannelProps:
8447
8468
  :param identity: The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
8448
8469
  :param configuration_set: The `Amazon SES configuration set <https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html>`_ that you want to apply to messages that you send through the channel.
8449
8470
  :param enabled: Specifies whether to enable the email channel for the application.
8471
+ :param orchestration_sending_role_arn:
8450
8472
  :param role_arn: The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
8451
8473
 
8452
8474
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html
@@ -8466,6 +8488,7 @@ class CfnEmailChannelProps:
8466
8488
  # the properties below are optional
8467
8489
  configuration_set="configurationSet",
8468
8490
  enabled=False,
8491
+ orchestration_sending_role_arn="orchestrationSendingRoleArn",
8469
8492
  role_arn="roleArn"
8470
8493
  )
8471
8494
  '''
@@ -8476,6 +8499,7 @@ class CfnEmailChannelProps:
8476
8499
  check_type(argname="argument identity", value=identity, expected_type=type_hints["identity"])
8477
8500
  check_type(argname="argument configuration_set", value=configuration_set, expected_type=type_hints["configuration_set"])
8478
8501
  check_type(argname="argument enabled", value=enabled, expected_type=type_hints["enabled"])
8502
+ check_type(argname="argument orchestration_sending_role_arn", value=orchestration_sending_role_arn, expected_type=type_hints["orchestration_sending_role_arn"])
8479
8503
  check_type(argname="argument role_arn", value=role_arn, expected_type=type_hints["role_arn"])
8480
8504
  self._values: typing.Dict[builtins.str, typing.Any] = {
8481
8505
  "application_id": application_id,
@@ -8486,6 +8510,8 @@ class CfnEmailChannelProps:
8486
8510
  self._values["configuration_set"] = configuration_set
8487
8511
  if enabled is not None:
8488
8512
  self._values["enabled"] = enabled
8513
+ if orchestration_sending_role_arn is not None:
8514
+ self._values["orchestration_sending_role_arn"] = orchestration_sending_role_arn
8489
8515
  if role_arn is not None:
8490
8516
  self._values["role_arn"] = role_arn
8491
8517
 
@@ -8539,6 +8565,14 @@ class CfnEmailChannelProps:
8539
8565
  result = self._values.get("enabled")
8540
8566
  return typing.cast(typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]], result)
8541
8567
 
8568
+ @builtins.property
8569
+ def orchestration_sending_role_arn(self) -> typing.Optional[builtins.str]:
8570
+ '''
8571
+ :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-orchestrationsendingrolearn
8572
+ '''
8573
+ result = self._values.get("orchestration_sending_role_arn")
8574
+ return typing.cast(typing.Optional[builtins.str], result)
8575
+
8542
8576
  @builtins.property
8543
8577
  def role_arn(self) -> typing.Optional[builtins.str]:
8544
8578
  '''The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
@@ -15503,6 +15537,7 @@ def _typecheckingstub__7abae51eb3b1f161941e50db5fbebe5cf3c749c2e815f973039ad6189
15503
15537
  identity: builtins.str,
15504
15538
  configuration_set: typing.Optional[builtins.str] = None,
15505
15539
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
15540
+ orchestration_sending_role_arn: typing.Optional[builtins.str] = None,
15506
15541
  role_arn: typing.Optional[builtins.str] = None,
15507
15542
  ) -> None:
15508
15543
  """Type checking stubs"""
@@ -15550,6 +15585,12 @@ def _typecheckingstub__b6552928532890b0bb4451f89e36f2fd0599fa25332569a30589de6da
15550
15585
  """Type checking stubs"""
15551
15586
  pass
15552
15587
 
15588
+ def _typecheckingstub__aa8fbe3722fc02e373ab1dd1fbe9afea479c8117a0f4ca1a070a3963c4bdbfde(
15589
+ value: typing.Optional[builtins.str],
15590
+ ) -> None:
15591
+ """Type checking stubs"""
15592
+ pass
15593
+
15553
15594
  def _typecheckingstub__b91d75ea3a5bc3900bbc4b0958bbc0263a57362f325b830004dddc72b23dfe1b(
15554
15595
  value: typing.Optional[builtins.str],
15555
15596
  ) -> None:
@@ -15563,6 +15604,7 @@ def _typecheckingstub__d31b287f2c5e7cfc3790c0eca9541325a73a2157dce8dbc1d3b7d9fa7
15563
15604
  identity: builtins.str,
15564
15605
  configuration_set: typing.Optional[builtins.str] = None,
15565
15606
  enabled: typing.Optional[typing.Union[builtins.bool, _IResolvable_da3f097b]] = None,
15607
+ orchestration_sending_role_arn: typing.Optional[builtins.str] = None,
15566
15608
  role_arn: typing.Optional[builtins.str] = None,
15567
15609
  ) -> None:
15568
15610
  """Type checking stubs"""
@@ -1409,8 +1409,6 @@ cluster = rds.DatabaseCluster(self, "Cluster",
1409
1409
  enable_data_api=True
1410
1410
  )
1411
1411
  cluster.grant_data_api_access(fn)
1412
- # It is necessary to grant the function access to the secret associated with the cluster for `DatabaseCluster`.
1413
- cluster.secret.grant_read(fn)
1414
1412
  ```
1415
1413
 
1416
1414
  **Note**: To invoke the Data API, the resource will need to read the secret associated with the cluster.
@@ -4280,7 +4278,7 @@ class CfnDBCluster(
4280
4278
  :param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. RDS Data API is supported with the following DB clusters: - Aurora PostgreSQL Serverless v2 and provisioned - Aurora PostgreSQL and Aurora MySQL Serverless v1 For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for Cluster Type: Aurora DB clusters only
4281
4279
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
4282
4280
  :param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
4283
- :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only supports Aurora Serverless v1. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ - `Limitations of parallel query <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations>`_ - `Limitations of Aurora global databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations>`_ Valid for: Aurora DB clusters only
4281
+ :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters. For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ Valid for Cluster Type: Aurora DB clusters only
4284
4282
  :param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
4285
4283
  :param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
4286
4284
  :param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
@@ -6346,7 +6344,7 @@ class CfnDBClusterProps:
6346
6344
  :param enable_http_endpoint: Specifies whether to enable the HTTP endpoint for the DB cluster. By default, the HTTP endpoint isn't enabled. When enabled, the HTTP endpoint provides a connectionless web service API (RDS Data API) for running SQL queries on the DB cluster. You can also query your database from inside the RDS console with the RDS query editor. RDS Data API is supported with the following DB clusters: - Aurora PostgreSQL Serverless v2 and provisioned - Aurora PostgreSQL and Aurora MySQL Serverless v1 For more information, see `Using RDS Data API <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html>`_ in the *Amazon Aurora User Guide* . Valid for Cluster Type: Aurora DB clusters only
6347
6345
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. For more information, see `IAM Database Authentication <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon Aurora User Guide.* Valid for: Aurora DB clusters only
6348
6346
  :param engine: The name of the database engine to be used for this DB cluster. Valid Values: - ``aurora-mysql`` - ``aurora-postgresql`` - ``mysql`` - ``postgres`` Valid for: Aurora DB clusters and Multi-AZ DB clusters
6349
- :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only supports Aurora Serverless v1. Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ - `Limitations of parallel query <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations>`_ - `Limitations of Aurora global databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations>`_ Valid for: Aurora DB clusters only
6347
+ :param engine_mode: The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` . The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters. For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* : - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_ - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_ Valid for Cluster Type: Aurora DB clusters only
6350
6348
  :param engine_version: The version number of the database engine to use. To list all of the available engine versions for Aurora MySQL version 2 (5.7-compatible) and version 3 (8.0-compatible), use the following command: ``aws rds describe-db-engine-versions --engine aurora-mysql --query "DBEngineVersions[].EngineVersion"`` You can supply either ``5.7`` or ``8.0`` to use the default engine version for Aurora MySQL version 2 or version 3, respectively. To list all of the available engine versions for Aurora PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine aurora-postgresql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for MySQL, use the following command: ``aws rds describe-db-engine-versions --engine mysql --query "DBEngineVersions[].EngineVersion"`` To list all of the available engine versions for RDS for PostgreSQL, use the following command: ``aws rds describe-db-engine-versions --engine postgres --query "DBEngineVersions[].EngineVersion"`` *Aurora MySQL* For information, see `Database engine updates for Amazon Aurora MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Updates.html>`_ in the *Amazon Aurora User Guide* . *Aurora PostgreSQL* For information, see `Amazon Aurora PostgreSQL releases and engine versions <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraPostgreSQL.Updates.20180305.html>`_ in the *Amazon Aurora User Guide* . *MySQL* For information, see `Amazon RDS for MySQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide* . *PostgreSQL* For information, see `Amazon RDS for PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts>`_ in the *Amazon RDS User Guide* . Valid for: Aurora DB clusters and Multi-AZ DB clusters
6351
6349
  :param global_cluster_identifier: If you are configuring an Aurora global database cluster and want your Aurora DB cluster to be a secondary member in the global database cluster, specify the global cluster ID of the global database cluster. To define the primary database cluster of the global cluster, use the `AWS::RDS::GlobalCluster <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-globalcluster.html>`_ resource. If you aren't configuring a global database cluster, don't specify this property. .. epigraph:: To remove the DB cluster from a global database cluster, specify an empty value for the ``GlobalClusterIdentifier`` property. For information about Aurora global databases, see `Working with Amazon Aurora Global Databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html>`_ in the *Amazon Aurora User Guide* . Valid for: Aurora DB clusters only
6352
6350
  :param iops: The amount of Provisioned IOPS (input/output operations per second) to be initially allocated for each DB instance in the Multi-AZ DB cluster. For information about valid IOPS values, see `Provisioned IOPS storage <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . This setting is required to create a Multi-AZ DB cluster. Valid for Cluster Type: Multi-AZ DB clusters only Constraints: - Must be a multiple between .5 and 50 of the storage amount for the DB cluster.
@@ -6998,16 +6996,14 @@ class CfnDBClusterProps:
6998
6996
  def engine_mode(self) -> typing.Optional[builtins.str]:
6999
6997
  '''The DB engine mode of the DB cluster, either ``provisioned`` or ``serverless`` .
7000
6998
 
7001
- The ``serverless`` engine mode only supports Aurora Serverless v1.
6999
+ The ``serverless`` engine mode only applies for Aurora Serverless v1 DB clusters.
7002
7000
 
7003
- Limitations and requirements apply to some DB engine modes. For more information, see the following sections in the *Amazon Aurora User Guide* :
7001
+ For information about limitations and requirements for Serverless DB clusters, see the following sections in the *Amazon Aurora User Guide* :
7004
7002
 
7005
7003
  - `Limitations of Aurora Serverless v1 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless.html#aurora-serverless.limitations>`_
7006
7004
  - `Requirements for Aurora Serverless v2 <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-serverless-v2.requirements.html>`_
7007
- - `Limitations of parallel query <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-mysql-parallel-query.html#aurora-mysql-parallel-query-limitations>`_
7008
- - `Limitations of Aurora global databases <https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html#aurora-global-database.limitations>`_
7009
7005
 
7010
- Valid for: Aurora DB clusters only
7006
+ Valid for Cluster Type: Aurora DB clusters only
7011
7007
 
7012
7008
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rds-dbcluster.html#cfn-rds-dbcluster-enginemode
7013
7009
  '''
@@ -7891,7 +7887,7 @@ class CfnDBInstance(
7891
7887
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see `IAM Database Authentication for MariaDB, MySQL, and PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon RDS User Guide.* *Amazon Aurora* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
7892
7888
  :param enable_performance_insights: Specifies whether to enable Performance Insights for the DB instance. For more information, see `Using Amazon Performance Insights <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html>`_ in the *Amazon RDS User Guide* . This setting doesn't apply to RDS Custom DB instances.
7893
7889
  :param endpoint: The connection endpoint for the DB instance. .. epigraph:: The endpoint might not be shown for instances with the status of ``creating`` .
7894
- :param engine: The name of the database engine that you want to use for this DB instance. Not every database engine is available in every AWS Region. .. epigraph:: When you are creating a DB instance, the ``Engine`` property is required. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
7890
+ :param engine: The name of the database engine to use for this DB instance. Not every database engine is available in every AWS Region. This property is required when creating a DB instance. .. epigraph:: You can change the architecture of an Oracle database from the non-container database (CDB) architecture to the CDB architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` or ``oracle-ee-cdb`` to ``oracle-se2-cdb`` . Converting to the CDB architecture requires an interruption. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
7895
7891
  :param engine_version: The version number of the database engine to use. For a list of valid engine versions, use the ``DescribeDBEngineVersions`` action. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region. *Amazon Aurora* Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster. *Db2* See `Amazon RDS for Db2 <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *MariaDB* See `MariaDB on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Microsoft SQL Server* See `Microsoft SQL Server Versions on Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport>`_ in the *Amazon RDS User Guide.* *MySQL* See `MySQL on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Oracle* See `Oracle Database Engine Release Notes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html>`_ in the *Amazon RDS User Guide.* *PostgreSQL* See `Supported PostgreSQL Database Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions>`_ in the *Amazon RDS User Guide.*
7896
7892
  :param iops: The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000. If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see `Amazon RDS Provisioned IOPS Storage to Improve Performance <https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . .. epigraph:: If you specify ``io1`` for the ``StorageType`` property, then you must also specify the ``Iops`` property. Constraints: - For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance. - For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
7897
7893
  :param kms_key_id: The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true. If you specify the ``SourceDBInstanceIdentifier`` property, the value is inherited from the source DB instance if the read replica is created in the same region. If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region. If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. If you specify ``DBSecurityGroups`` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see `Using Amazon RDS with Amazon VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. The KMS key identifier is managed by the DB cluster.
@@ -8682,7 +8678,7 @@ class CfnDBInstance(
8682
8678
  @builtins.property
8683
8679
  @jsii.member(jsii_name="engine")
8684
8680
  def engine(self) -> typing.Optional[builtins.str]:
8685
- '''The name of the database engine that you want to use for this DB instance.'''
8681
+ '''The name of the database engine to use for this DB instance.'''
8686
8682
  return typing.cast(typing.Optional[builtins.str], jsii.get(self, "engine"))
8687
8683
 
8688
8684
  @engine.setter
@@ -9877,7 +9873,7 @@ class CfnDBInstanceProps:
9877
9873
  :param enable_iam_database_authentication: A value that indicates whether to enable mapping of AWS Identity and Access Management (IAM) accounts to database accounts. By default, mapping is disabled. This property is supported for RDS for MariaDB, RDS for MySQL, and RDS for PostgreSQL. For more information, see `IAM Database Authentication for MariaDB, MySQL, and PostgreSQL <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/UsingWithRDS.IAMDBAuth.html>`_ in the *Amazon RDS User Guide.* *Amazon Aurora* Not applicable. Mapping AWS IAM accounts to database accounts is managed by the DB cluster.
9878
9874
  :param enable_performance_insights: Specifies whether to enable Performance Insights for the DB instance. For more information, see `Using Amazon Performance Insights <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.html>`_ in the *Amazon RDS User Guide* . This setting doesn't apply to RDS Custom DB instances.
9879
9875
  :param endpoint: The connection endpoint for the DB instance. .. epigraph:: The endpoint might not be shown for instances with the status of ``creating`` .
9880
- :param engine: The name of the database engine that you want to use for this DB instance. Not every database engine is available in every AWS Region. .. epigraph:: When you are creating a DB instance, the ``Engine`` property is required. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
9876
+ :param engine: The name of the database engine to use for this DB instance. Not every database engine is available in every AWS Region. This property is required when creating a DB instance. .. epigraph:: You can change the architecture of an Oracle database from the non-container database (CDB) architecture to the CDB architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` or ``oracle-ee-cdb`` to ``oracle-se2-cdb`` . Converting to the CDB architecture requires an interruption. Valid Values: - ``aurora-mysql`` (for Aurora MySQL DB instances) - ``aurora-postgresql`` (for Aurora PostgreSQL DB instances) - ``custom-oracle-ee`` (for RDS Custom for Oracle DB instances) - ``custom-oracle-ee-cdb`` (for RDS Custom for Oracle DB instances) - ``custom-sqlserver-ee`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-se`` (for RDS Custom for SQL Server DB instances) - ``custom-sqlserver-web`` (for RDS Custom for SQL Server DB instances) - ``db2-ae`` - ``db2-se`` - ``mariadb`` - ``mysql`` - ``oracle-ee`` - ``oracle-ee-cdb`` - ``oracle-se2`` - ``oracle-se2-cdb`` - ``postgres`` - ``sqlserver-ee`` - ``sqlserver-se`` - ``sqlserver-ex`` - ``sqlserver-web``
9881
9877
  :param engine_version: The version number of the database engine to use. For a list of valid engine versions, use the ``DescribeDBEngineVersions`` action. The following are the database engines and links to information about the major and minor versions that are available with Amazon RDS. Not every database engine is available for every AWS Region. *Amazon Aurora* Not applicable. The version number of the database engine to be used by the DB instance is managed by the DB cluster. *Db2* See `Amazon RDS for Db2 <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Db2.html#Db2.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *MariaDB* See `MariaDB on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MariaDB.html#MariaDB.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Microsoft SQL Server* See `Microsoft SQL Server Versions on Amazon RDS <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html#SQLServer.Concepts.General.VersionSupport>`_ in the *Amazon RDS User Guide.* *MySQL* See `MySQL on Amazon RDS Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_MySQL.html#MySQL.Concepts.VersionMgmt>`_ in the *Amazon RDS User Guide.* *Oracle* See `Oracle Database Engine Release Notes <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Appendix.Oracle.PatchComposition.html>`_ in the *Amazon RDS User Guide.* *PostgreSQL* See `Supported PostgreSQL Database Versions <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_PostgreSQL.html#PostgreSQL.Concepts.General.DBVersions>`_ in the *Amazon RDS User Guide.*
9882
9878
  :param iops: The number of I/O operations per second (IOPS) that the database provisions. The value must be equal to or greater than 1000. If you specify this property, you must follow the range of allowed ratios of your requested IOPS rate to the amount of storage that you allocate (IOPS to allocated storage). For example, you can provision an Oracle database instance with 1000 IOPS and 200 GiB of storage (a ratio of 5:1), or specify 2000 IOPS with 200 GiB of storage (a ratio of 10:1). For more information, see `Amazon RDS Provisioned IOPS Storage to Improve Performance <https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/CHAP_Storage.html#USER_PIOPS>`_ in the *Amazon RDS User Guide* . .. epigraph:: If you specify ``io1`` for the ``StorageType`` property, then you must also specify the ``Iops`` property. Constraints: - For RDS for Db2, MariaDB, MySQL, Oracle, and PostgreSQL - Must be a multiple between .5 and 50 of the storage amount for the DB instance. - For RDS for SQL Server - Must be a multiple between 1 and 50 of the storage amount for the DB instance.
9883
9879
  :param kms_key_id: The ARN of the AWS KMS key that's used to encrypt the DB instance, such as ``arn:aws:kms:us-east-1:012345678910:key/abcd1234-a123-456a-a12b-a123b4cd56ef`` . If you enable the StorageEncrypted property but don't specify this property, AWS CloudFormation uses the default KMS key. If you specify this property, you must set the StorageEncrypted property to true. If you specify the ``SourceDBInstanceIdentifier`` property, the value is inherited from the source DB instance if the read replica is created in the same region. If you create an encrypted read replica in a different AWS Region, then you must specify a KMS key for the destination AWS Region. KMS encryption keys are specific to the region that they're created in, and you can't use encryption keys from one region in another region. If you specify the ``SnapshotIdentifier`` property, the ``StorageEncrypted`` property value is inherited from the snapshot, and if the DB instance is encrypted, the specified ``KmsKeyId`` property is used. If you specify ``DBSecurityGroups`` , AWS CloudFormation ignores this property. To specify both a security group and this property, you must use a VPC security group. For more information about Amazon RDS and VPC, see `Using Amazon RDS with Amazon VPC <https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.html>`_ in the *Amazon RDS User Guide* . *Amazon Aurora* Not applicable. The KMS key identifier is managed by the DB cluster.
@@ -10978,12 +10974,14 @@ class CfnDBInstanceProps:
10978
10974
 
10979
10975
  @builtins.property
10980
10976
  def engine(self) -> typing.Optional[builtins.str]:
10981
- '''The name of the database engine that you want to use for this DB instance.
10977
+ '''The name of the database engine to use for this DB instance.
10982
10978
 
10983
10979
  Not every database engine is available in every AWS Region.
10980
+
10981
+ This property is required when creating a DB instance.
10984
10982
  .. epigraph::
10985
10983
 
10986
- When you are creating a DB instance, the ``Engine`` property is required.
10984
+ You can change the architecture of an Oracle database from the non-container database (CDB) architecture to the CDB architecture by updating the ``Engine`` value in your templates from ``oracle-ee`` or ``oracle-ee-cdb`` to ``oracle-se2-cdb`` . Converting to the CDB architecture requires an interruption.
10987
10985
 
10988
10986
  Valid Values:
10989
10987
 
@@ -18525,6 +18523,7 @@ class DBClusterStorageType(enum.Enum):
18525
18523
  "instance_identifiers": "instanceIdentifiers",
18526
18524
  "port": "port",
18527
18525
  "reader_endpoint_address": "readerEndpointAddress",
18526
+ "secret": "secret",
18528
18527
  "security_groups": "securityGroups",
18529
18528
  },
18530
18529
  )
@@ -18540,6 +18539,7 @@ class DatabaseClusterAttributes:
18540
18539
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
18541
18540
  port: typing.Optional[jsii.Number] = None,
18542
18541
  reader_endpoint_address: typing.Optional[builtins.str] = None,
18542
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
18543
18543
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
18544
18544
  ) -> None:
18545
18545
  '''Properties that describe an existing cluster instance.
@@ -18552,6 +18552,7 @@ class DatabaseClusterAttributes:
18552
18552
  :param instance_identifiers: Identifier for the instances. Default: - no instance identifiers
18553
18553
  :param port: The database port. Default: - none
18554
18554
  :param reader_endpoint_address: Reader endpoint address. Default: - no reader address
18555
+ :param secret: The secret attached to the database cluster. Default: - the imported Cluster's secret is unknown
18555
18556
  :param security_groups: The security groups of the database cluster. Default: - no security groups
18556
18557
 
18557
18558
  :exampleMetadata: fixture=_generated
@@ -18562,8 +18563,10 @@ class DatabaseClusterAttributes:
18562
18563
  # The values are placeholders you should change.
18563
18564
  from aws_cdk import aws_ec2 as ec2
18564
18565
  from aws_cdk import aws_rds as rds
18566
+ from aws_cdk import aws_secretsmanager as secretsmanager
18565
18567
 
18566
18568
  # cluster_engine: rds.IClusterEngine
18569
+ # secret: secretsmanager.Secret
18567
18570
  # security_group: ec2.SecurityGroup
18568
18571
 
18569
18572
  database_cluster_attributes = rds.DatabaseClusterAttributes(
@@ -18577,6 +18580,7 @@ class DatabaseClusterAttributes:
18577
18580
  instance_identifiers=["instanceIdentifiers"],
18578
18581
  port=123,
18579
18582
  reader_endpoint_address="readerEndpointAddress",
18583
+ secret=secret,
18580
18584
  security_groups=[security_group]
18581
18585
  )
18582
18586
  '''
@@ -18590,6 +18594,7 @@ class DatabaseClusterAttributes:
18590
18594
  check_type(argname="argument instance_identifiers", value=instance_identifiers, expected_type=type_hints["instance_identifiers"])
18591
18595
  check_type(argname="argument port", value=port, expected_type=type_hints["port"])
18592
18596
  check_type(argname="argument reader_endpoint_address", value=reader_endpoint_address, expected_type=type_hints["reader_endpoint_address"])
18597
+ check_type(argname="argument secret", value=secret, expected_type=type_hints["secret"])
18593
18598
  check_type(argname="argument security_groups", value=security_groups, expected_type=type_hints["security_groups"])
18594
18599
  self._values: typing.Dict[builtins.str, typing.Any] = {
18595
18600
  "cluster_identifier": cluster_identifier,
@@ -18608,6 +18613,8 @@ class DatabaseClusterAttributes:
18608
18613
  self._values["port"] = port
18609
18614
  if reader_endpoint_address is not None:
18610
18615
  self._values["reader_endpoint_address"] = reader_endpoint_address
18616
+ if secret is not None:
18617
+ self._values["secret"] = secret
18611
18618
  if security_groups is not None:
18612
18619
  self._values["security_groups"] = security_groups
18613
18620
 
@@ -18683,6 +18690,15 @@ class DatabaseClusterAttributes:
18683
18690
  result = self._values.get("reader_endpoint_address")
18684
18691
  return typing.cast(typing.Optional[builtins.str], result)
18685
18692
 
18693
+ @builtins.property
18694
+ def secret(self) -> typing.Optional[_ISecret_6e020e6a]:
18695
+ '''The secret attached to the database cluster.
18696
+
18697
+ :default: - the imported Cluster's secret is unknown
18698
+ '''
18699
+ result = self._values.get("secret")
18700
+ return typing.cast(typing.Optional[_ISecret_6e020e6a], result)
18701
+
18686
18702
  @builtins.property
18687
18703
  def security_groups(self) -> typing.Optional[typing.List[_ISecurityGroup_acf8a799]]:
18688
18704
  '''The security groups of the database cluster.
@@ -37972,6 +37988,13 @@ class DatabaseClusterBase(
37972
37988
  '''
37973
37989
  ...
37974
37990
 
37991
+ @builtins.property
37992
+ @jsii.member(jsii_name="secret")
37993
+ @abc.abstractmethod
37994
+ def secret(self) -> typing.Optional[_ISecret_6e020e6a]:
37995
+ '''Secret in SecretsManager to store the database cluster user credentials.'''
37996
+ ...
37997
+
37975
37998
  @builtins.property
37976
37999
  @jsii.member(jsii_name="enableDataApi")
37977
38000
  @abc.abstractmethod
@@ -38042,6 +38065,12 @@ class _DatabaseClusterBaseProxy(
38042
38065
  '''
38043
38066
  return typing.cast(typing.Optional["IClusterEngine"], jsii.get(self, "engine"))
38044
38067
 
38068
+ @builtins.property
38069
+ @jsii.member(jsii_name="secret")
38070
+ def secret(self) -> typing.Optional[_ISecret_6e020e6a]:
38071
+ '''Secret in SecretsManager to store the database cluster user credentials.'''
38072
+ return typing.cast(typing.Optional[_ISecret_6e020e6a], jsii.get(self, "secret"))
38073
+
38045
38074
  @builtins.property
38046
38075
  @jsii.member(jsii_name="enableDataApi")
38047
38076
  def _enable_data_api(self) -> typing.Optional[builtins.bool]:
@@ -42238,6 +42267,7 @@ class DatabaseCluster(
42238
42267
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
42239
42268
  port: typing.Optional[jsii.Number] = None,
42240
42269
  reader_endpoint_address: typing.Optional[builtins.str] = None,
42270
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
42241
42271
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
42242
42272
  ) -> IDatabaseCluster:
42243
42273
  '''Import an existing DatabaseCluster from properties.
@@ -42252,6 +42282,7 @@ class DatabaseCluster(
42252
42282
  :param instance_identifiers: Identifier for the instances. Default: - no instance identifiers
42253
42283
  :param port: The database port. Default: - none
42254
42284
  :param reader_endpoint_address: Reader endpoint address. Default: - no reader address
42285
+ :param secret: The secret attached to the database cluster. Default: - the imported Cluster's secret is unknown
42255
42286
  :param security_groups: The security groups of the database cluster. Default: - no security groups
42256
42287
  '''
42257
42288
  if __debug__:
@@ -42267,6 +42298,7 @@ class DatabaseCluster(
42267
42298
  instance_identifiers=instance_identifiers,
42268
42299
  port=port,
42269
42300
  reader_endpoint_address=reader_endpoint_address,
42301
+ secret=secret,
42270
42302
  security_groups=security_groups,
42271
42303
  )
42272
42304
 
@@ -45585,6 +45617,7 @@ def _typecheckingstub__ed300072ed57a352a09d26b0a71ae628bf48c46f003dddeb880d02b1b
45585
45617
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
45586
45618
  port: typing.Optional[jsii.Number] = None,
45587
45619
  reader_endpoint_address: typing.Optional[builtins.str] = None,
45620
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
45588
45621
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
45589
45622
  ) -> None:
45590
45623
  """Type checking stubs"""
@@ -47371,6 +47404,7 @@ def _typecheckingstub__d7cb0d9ec8799a7f25049acfbf2838c0699426663debfac03fac47054
47371
47404
  instance_identifiers: typing.Optional[typing.Sequence[builtins.str]] = None,
47372
47405
  port: typing.Optional[jsii.Number] = None,
47373
47406
  reader_endpoint_address: typing.Optional[builtins.str] = None,
47407
+ secret: typing.Optional[_ISecret_6e020e6a] = None,
47374
47408
  security_groups: typing.Optional[typing.Sequence[_ISecurityGroup_acf8a799]] = None,
47375
47409
  ) -> None:
47376
47410
  """Type checking stubs"""
@@ -17064,7 +17064,7 @@ class CfnModel(
17064
17064
  '''Describes the container, as part of model definition.
17065
17065
 
17066
17066
  :param container_hostname: This parameter is ignored for models that contain only a ``PrimaryContainer`` . When a ``ContainerDefinition`` is part of an inference pipeline, the value of the parameter uniquely identifies the container for the purposes of logging and metrics. For information, see `Use Logs and Metrics to Monitor an Inference Pipeline <https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html>`_ . If you don't specify a value for this parameter for a ``ContainerDefinition`` that is part of an inference pipeline, a unique name is automatically assigned based on the position of the ``ContainerDefinition`` in the pipeline. If you specify a value for the ``ContainerHostName`` for any ``ContainerDefinition`` that is part of an inference pipeline, you must specify a value for the ``ContainerHostName`` parameter of every ``ContainerDefinition`` in that pipeline.
17067
- :param environment: The environment variables to set in the Docker container. Each key and value in the ``Environment`` string to string map can have length of up to 1024. We support up to 16 entries in the map.
17067
+ :param environment: The environment variables to set in the Docker container. The maximum length of each key and value in the ``Environment`` map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a ``CreateModel`` request, then the maximum length of all of their maps, combined, is also 32 KB.
17068
17068
  :param image: The path where inference code is stored. This can be either in Amazon EC2 Container Registry or in a Docker registry that is accessible from the same VPC that you configure for your endpoint. If you are using your own custom algorithm instead of an algorithm provided by SageMaker, the inference code must meet SageMaker requirements. SageMaker supports both ``registry/repository[:tag]`` and ``registry/repository[@digest]`` image path formats. For more information, see `Using Your Own Algorithms with Amazon SageMaker <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html>`_ . .. epigraph:: The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.
17069
17069
  :param image_config: Specifies whether the model container is in Amazon ECR or a private Docker registry accessible from your Amazon Virtual Private Cloud (VPC). For information about storing containers in a private Docker registry, see `Use a Private Docker Registry for Real-Time Inference Containers <https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-containers-inference-private.html>`_ . .. epigraph:: The model artifacts in an Amazon S3 bucket and the Docker image for inference container in Amazon EC2 Container Registry must be in the same region as the model or endpoint you are creating.
17070
17070
  :param inference_specification_name: The inference specification name in the model package version.
@@ -17167,7 +17167,7 @@ class CfnModel(
17167
17167
  def environment(self) -> typing.Any:
17168
17168
  '''The environment variables to set in the Docker container.
17169
17169
 
17170
- Each key and value in the ``Environment`` string to string map can have length of up to 1024. We support up to 16 entries in the map.
17170
+ The maximum length of each key and value in the ``Environment`` map is 1024 bytes. The maximum length of all keys and values in the map, combined, is 32 KB. If you pass multiple containers to a ``CreateModel`` request, then the maximum length of all of their maps, combined, is also 32 KB.
17171
17171
 
17172
17172
  :see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-containerdefinition.html#cfn-sagemaker-model-containerdefinition-environment
17173
17173
  '''
@@ -5171,7 +5171,7 @@ class CfnPatchBaseline(
5171
5171
  :param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
5172
5172
  :param patch_groups: The name of the patch group to be registered with the patch baseline.
5173
5173
  :param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `About package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
5174
- :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *``BLOCK``* : Packages in the ``RejectedPatches`` list, and packages that include them as dependencies, aren't installed under any circumstances. If a package was installed before it was added to the Rejected patches list, it is considered non-compliant with the patch baseline, and its status is reported as ``InstalledRejected`` . Default: - "ALLOW_AS_DEPENDENCY"
5174
+ :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* . Default: - "ALLOW_AS_DEPENDENCY"
5175
5175
  :param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
5176
5176
  :param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
5177
5177
  '''
@@ -5977,7 +5977,7 @@ class CfnPatchBaselineProps:
5977
5977
  :param operating_system: Defines the operating system the patch baseline applies to. The default value is ``WINDOWS`` . Default: - "WINDOWS"
5978
5978
  :param patch_groups: The name of the patch group to be registered with the patch baseline.
5979
5979
  :param rejected_patches: A list of explicitly rejected patches for the baseline. For information about accepted formats for lists of approved patches and rejected patches, see `About package name formats for approved and rejected patch lists <https://docs.aws.amazon.com/systems-manager/latest/userguide/patch-manager-approved-rejected-package-name-formats.html>`_ in the *AWS Systems Manager User Guide* .
5980
- :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *``BLOCK``* : Packages in the ``RejectedPatches`` list, and packages that include them as dependencies, aren't installed under any circumstances. If a package was installed before it was added to the Rejected patches list, it is considered non-compliant with the patch baseline, and its status is reported as ``InstalledRejected`` . Default: - "ALLOW_AS_DEPENDENCY"
5980
+ :param rejected_patches_action: The action for Patch Manager to take on patches included in the ``RejectedPackages`` list. - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified. - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* . Default: - "ALLOW_AS_DEPENDENCY"
5981
5981
  :param sources: Information about the patches to use to update the managed nodes, including target operating systems and source repositories. Applies to Linux managed nodes only.
5982
5982
  :param tags: Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag a patch baseline to identify the severity level of patches it specifies and the operating system family it applies to.
5983
5983
 
@@ -6213,7 +6213,7 @@ class CfnPatchBaselineProps:
6213
6213
  '''The action for Patch Manager to take on patches included in the ``RejectedPackages`` list.
6214
6214
 
6215
6215
  - *``ALLOW_AS_DEPENDENCY``* : A package in the ``Rejected`` patches list is installed only if it is a dependency of another package. It is considered compliant with the patch baseline, and its status is reported as ``InstalledOther`` . This is the default action if no option is specified.
6216
- - *``BLOCK``* : Packages in the ``RejectedPatches`` list, and packages that include them as dependencies, aren't installed under any circumstances. If a package was installed before it was added to the Rejected patches list, it is considered non-compliant with the patch baseline, and its status is reported as ``InstalledRejected`` .
6216
+ - *BLOCK* : Packages in the *Rejected patches* list, and packages that include them as dependencies, aren't installed by Patch Manager under any circumstances. If a package was installed before it was added to the *Rejected patches* list, or is installed outside of Patch Manager afterward, it's considered noncompliant with the patch baseline and its status is reported as *InstalledRejected* .
6217
6217
 
6218
6218
  :default: - "ALLOW_AS_DEPENDENCY"
6219
6219