aws-cdk-lib 2.139.1__py3-none-any.whl → 2.141.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.
- aws_cdk/__init__.py +8 -0
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.139.1.jsii.tgz → aws-cdk-lib@2.141.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +70 -56
- aws_cdk/aws_apigateway/__init__.py +126 -53
- aws_cdk/aws_applicationautoscaling/__init__.py +1 -4
- aws_cdk/aws_arczonalshift/__init__.py +49 -44
- aws_cdk/aws_bedrock/__init__.py +2829 -147
- aws_cdk/aws_cloudfront/__init__.py +51 -9
- aws_cdk/aws_cloudtrail/__init__.py +13 -4
- aws_cdk/aws_codecommit/__init__.py +72 -46
- aws_cdk/aws_connectcampaigns/__init__.py +34 -4
- aws_cdk/aws_datasync/__init__.py +96 -75
- aws_cdk/aws_dms/__init__.py +0 -269
- aws_cdk/aws_dynamodb/__init__.py +410 -0
- aws_cdk/aws_ec2/__init__.py +239 -84
- aws_cdk/aws_ecr/__init__.py +32 -7
- aws_cdk/aws_ecs/__init__.py +2 -4
- aws_cdk/aws_efs/__init__.py +16 -2
- aws_cdk/aws_eks/__init__.py +57 -0
- aws_cdk/aws_entityresolution/__init__.py +6 -2
- aws_cdk/aws_events/__init__.py +115 -0
- aws_cdk/aws_events_targets/__init__.py +15 -0
- aws_cdk/aws_fis/__init__.py +2 -1
- aws_cdk/aws_fms/__init__.py +7 -7
- aws_cdk/aws_gamelift/__init__.py +1984 -107
- aws_cdk/aws_globalaccelerator/__init__.py +20 -16
- aws_cdk/aws_iam/__init__.py +2 -2
- aws_cdk/aws_ivs/__init__.py +1 -3
- aws_cdk/aws_kinesis/__init__.py +21 -0
- aws_cdk/aws_kinesisvideo/__init__.py +6 -4
- aws_cdk/aws_kms/__init__.py +33 -6
- aws_cdk/aws_lambda/__init__.py +0 -9
- aws_cdk/aws_location/__init__.py +8 -4
- aws_cdk/aws_medialive/__init__.py +444 -3
- aws_cdk/aws_oam/__init__.py +45 -11
- aws_cdk/aws_omics/__init__.py +4 -4
- aws_cdk/aws_paymentcryptography/__init__.py +1155 -0
- aws_cdk/aws_personalize/__init__.py +8 -2
- aws_cdk/aws_pinpoint/__init__.py +7 -5
- aws_cdk/aws_qbusiness/__init__.py +5583 -0
- aws_cdk/aws_quicksight/__init__.py +10063 -1450
- aws_cdk/aws_rds/__init__.py +77 -5
- aws_cdk/aws_redshiftserverless/__init__.py +13 -9
- aws_cdk/aws_route53/__init__.py +350 -0
- aws_cdk/aws_route53profiles/__init__.py +1048 -0
- aws_cdk/aws_s3/__init__.py +1 -1
- aws_cdk/aws_sagemaker/__init__.py +30 -30
- aws_cdk/aws_ses/__init__.py +9 -9
- aws_cdk/aws_transfer/__init__.py +102 -37
- aws_cdk/aws_voiceid/__init__.py +2 -2
- aws_cdk/aws_workspacesweb/__init__.py +92 -6
- aws_cdk/custom_resources/__init__.py +23 -2
- aws_cdk/cx_api/__init__.py +16 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/METADATA +2 -2
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/RECORD +60 -57
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.139.1.dist-info → aws_cdk_lib-2.141.0.dist-info}/top_level.txt +0 -0
|
@@ -1104,9 +1104,15 @@ class CfnSolution(
|
|
|
1104
1104
|
metaclass=jsii.JSIIMeta,
|
|
1105
1105
|
jsii_type="aws-cdk-lib.aws_personalize.CfnSolution",
|
|
1106
1106
|
):
|
|
1107
|
-
'''
|
|
1107
|
+
'''.. epigraph::
|
|
1108
1108
|
|
|
1109
|
-
|
|
1109
|
+
After you create a solution, you can’t change its configuration.
|
|
1110
|
+
|
|
1111
|
+
By default, all new solutions use automatic training. With automatic training, you incur training costs while your solution is active. You can't stop automatic training for a solution. To avoid unnecessary costs, make sure to delete the solution when you are finished. For information about training costs, see `Amazon Personalize pricing <https://docs.aws.amazon.com/https://aws.amazon.com/personalize/pricing/>`_ .
|
|
1112
|
+
|
|
1113
|
+
An object that provides information about a solution. A solution includes the custom recipe, customized parameters, and trained models (Solution Versions) that Amazon Personalize uses to generate recommendations.
|
|
1114
|
+
|
|
1115
|
+
After you create a solution, you can’t change its configuration. If you need to make changes, you can `clone the solution <https://docs.aws.amazon.com/personalize/latest/dg/cloning-solution.html>`_ with the Amazon Personalize console or create a new one.
|
|
1110
1116
|
|
|
1111
1117
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-personalize-solution.html
|
|
1112
1118
|
:cloudformationResource: AWS::Personalize::Solution
|
aws_cdk/aws_pinpoint/__init__.py
CHANGED
|
@@ -5843,7 +5843,7 @@ class CfnCampaign(
|
|
|
5843
5843
|
:param baidu_message: The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.
|
|
5844
5844
|
:param custom_message: The message that the campaign sends through a custom channel, as specified by the delivery configuration ( ``CustomDeliveryConfiguration`` ) settings for the campaign. If specified, this message overrides the default message.
|
|
5845
5845
|
:param default_message: The default message that the campaign sends through all the channels that are configured for the campaign.
|
|
5846
|
-
:param email_message: The message that the campaign sends through the email channel. If specified, this message overrides the default message. .. epigraph:: The maximum email message size is
|
|
5846
|
+
:param email_message: The message that the campaign sends through the email channel. If specified, this message overrides the default message. .. epigraph:: The maximum email message size is 200 KB. You can use email templates to send larger email messages.
|
|
5847
5847
|
:param gcm_message: The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.
|
|
5848
5848
|
:param in_app_message: The default message for the in-app messaging channel. This message overrides the default message ( ``DefaultMessage`` ).
|
|
5849
5849
|
:param sms_message: The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.
|
|
@@ -6113,7 +6113,7 @@ class CfnCampaign(
|
|
|
6113
6113
|
|
|
6114
6114
|
.. epigraph::
|
|
6115
6115
|
|
|
6116
|
-
The maximum email message size is
|
|
6116
|
+
The maximum email message size is 200 KB. You can use email templates to send larger email messages.
|
|
6117
6117
|
|
|
6118
6118
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-pinpoint-campaign-messageconfiguration.html#cfn-pinpoint-campaign-messageconfiguration-emailmessage
|
|
6119
6119
|
'''
|
|
@@ -8277,7 +8277,7 @@ class CfnEmailChannel(
|
|
|
8277
8277
|
: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.
|
|
8278
8278
|
: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.
|
|
8279
8279
|
:param enabled: Specifies whether to enable the email channel for the application.
|
|
8280
|
-
:param orchestration_sending_role_arn:
|
|
8280
|
+
:param orchestration_sending_role_arn: The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES .
|
|
8281
8281
|
: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.
|
|
8282
8282
|
'''
|
|
8283
8283
|
if __debug__:
|
|
@@ -8415,6 +8415,7 @@ class CfnEmailChannel(
|
|
|
8415
8415
|
@builtins.property
|
|
8416
8416
|
@jsii.member(jsii_name="orchestrationSendingRoleArn")
|
|
8417
8417
|
def orchestration_sending_role_arn(self) -> typing.Optional[builtins.str]:
|
|
8418
|
+
'''The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES .'''
|
|
8418
8419
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "orchestrationSendingRoleArn"))
|
|
8419
8420
|
|
|
8420
8421
|
@orchestration_sending_role_arn.setter
|
|
@@ -8473,7 +8474,7 @@ class CfnEmailChannelProps:
|
|
|
8473
8474
|
: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.
|
|
8474
8475
|
: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.
|
|
8475
8476
|
:param enabled: Specifies whether to enable the email channel for the application.
|
|
8476
|
-
:param orchestration_sending_role_arn:
|
|
8477
|
+
:param orchestration_sending_role_arn: The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES .
|
|
8477
8478
|
: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.
|
|
8478
8479
|
|
|
8479
8480
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html
|
|
@@ -8572,7 +8573,8 @@ class CfnEmailChannelProps:
|
|
|
8572
8573
|
|
|
8573
8574
|
@builtins.property
|
|
8574
8575
|
def orchestration_sending_role_arn(self) -> typing.Optional[builtins.str]:
|
|
8575
|
-
'''
|
|
8576
|
+
'''The ARN of an IAM role for Amazon Pinpoint to use to send email from your campaigns or journeys through Amazon SES .
|
|
8577
|
+
|
|
8576
8578
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-emailchannel.html#cfn-pinpoint-emailchannel-orchestrationsendingrolearn
|
|
8577
8579
|
'''
|
|
8578
8580
|
result = self._values.get("orchestration_sending_role_arn")
|