aws-cdk-lib 2.178.2__py3-none-any.whl → 2.180.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 +83 -41
- aws_cdk/_jsii/__init__.py +1 -2
- aws_cdk/_jsii/{aws-cdk-lib@2.178.2.jsii.tgz → aws-cdk-lib@2.180.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +47 -0
- aws_cdk/aws_apigateway/__init__.py +176 -35
- aws_cdk/aws_apigatewayv2/__init__.py +151 -32
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +348 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10 -7
- aws_cdk/aws_backup/__init__.py +89 -0
- aws_cdk/aws_batch/__init__.py +89 -50
- aws_cdk/aws_bedrock/__init__.py +506 -62
- aws_cdk/aws_cloudfront/__init__.py +1037 -146
- aws_cdk/aws_cloudfront_origins/__init__.py +1338 -144
- aws_cdk/aws_cloudtrail/__init__.py +4 -8
- aws_cdk/aws_cloudwatch/__init__.py +1 -1
- aws_cdk/aws_codebuild/__init__.py +218 -2
- aws_cdk/aws_codepipeline/__init__.py +113 -28
- aws_cdk/aws_codepipeline_actions/__init__.py +554 -63
- aws_cdk/aws_codestar/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +676 -29
- aws_cdk/aws_connect/__init__.py +257 -0
- aws_cdk/aws_datasync/__init__.py +279 -50
- aws_cdk/aws_deadline/__init__.py +683 -6
- aws_cdk/aws_directoryservice/__init__.py +9 -4
- aws_cdk/aws_dlm/__init__.py +2 -2
- aws_cdk/aws_dms/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +0 -54
- aws_cdk/aws_ec2/__init__.py +402 -130
- aws_cdk/aws_ecs/__init__.py +28 -43
- aws_cdk/aws_efs/__init__.py +1 -1
- aws_cdk/aws_eks/__init__.py +560 -182
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +112 -27
- aws_cdk/aws_emrcontainers/__init__.py +44 -1
- aws_cdk/aws_events/__init__.py +17 -26
- aws_cdk/aws_events_targets/__init__.py +303 -16
- aws_cdk/aws_fms/__init__.py +5 -5
- aws_cdk/aws_fsx/__init__.py +5 -4
- aws_cdk/aws_glue/__init__.py +161 -0
- aws_cdk/aws_groundstation/__init__.py +23 -1
- aws_cdk/aws_iam/__init__.py +15 -15
- aws_cdk/aws_iot/__init__.py +7 -0
- aws_cdk/aws_ivs/__init__.py +254 -77
- aws_cdk/aws_kinesis/__init__.py +689 -35
- aws_cdk/aws_lambda/__init__.py +10 -15
- aws_cdk/aws_lambda_event_sources/__init__.py +175 -2
- aws_cdk/aws_logs/__init__.py +62 -13
- aws_cdk/aws_medialive/__init__.py +314 -4
- aws_cdk/aws_opensearchserverless/__init__.py +19 -0
- aws_cdk/aws_pinpoint/__init__.py +14 -9
- aws_cdk/aws_rds/__init__.py +246 -82
- aws_cdk/aws_s3/__init__.py +287 -9
- aws_cdk/aws_s3objectlambda/__init__.py +2 -2
- aws_cdk/aws_ses/__init__.py +228 -8
- aws_cdk/aws_ssm/__init__.py +4 -5
- aws_cdk/aws_stepfunctions/__init__.py +301 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +269 -163
- aws_cdk/aws_supportapp/__init__.py +7 -7
- aws_cdk/aws_transfer/__init__.py +820 -2
- aws_cdk/aws_wafv2/__init__.py +17 -9
- aws_cdk/custom_resources/__init__.py +23 -26
- aws_cdk/cx_api/__init__.py +16 -0
- aws_cdk/pipelines/__init__.py +2 -2
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/METADATA +1 -2
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/RECORD +69 -70
- aws_cdk/lambda_layer_kubectl/__init__.py +0 -107
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/top_level.txt +0 -0
|
@@ -74,9 +74,9 @@ class CfnAccountAlias(
|
|
|
74
74
|
):
|
|
75
75
|
'''You can use the ``AWS::SupportApp::AccountAlias`` resource to specify your AWS account when you configure the AWS Support App in Slack.
|
|
76
76
|
|
|
77
|
-
Your alias name appears on the AWS Support App page in the Support Center Console and in messages from the
|
|
77
|
+
Your alias name appears on the AWS Support App page in the Support Center Console and in messages from the App. You can use this alias to identify the account you've configured with the AWS Support App .
|
|
78
78
|
|
|
79
|
-
For more information, see `AWS Support App in Slack <https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html>`_ in the *
|
|
79
|
+
For more information, see `AWS Support App in Slack <https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html>`_ in the *User Guide* .
|
|
80
80
|
|
|
81
81
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-accountalias.html
|
|
82
82
|
:cloudformationResource: AWS::SupportApp::AccountAlias
|
|
@@ -242,7 +242,7 @@ class CfnSlackChannelConfiguration(
|
|
|
242
242
|
- Whether you want the AWS Support App to notify you when your support cases are created, updated, resolved, or reopened
|
|
243
243
|
- The case severity that you want to get notified for
|
|
244
244
|
|
|
245
|
-
For more information, see the following topics in the *
|
|
245
|
+
For more information, see the following topics in the *User Guide* :
|
|
246
246
|
|
|
247
247
|
- `AWS Support App in Slack <https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html>`_
|
|
248
248
|
- `Creating AWS Support App in Slack resources with AWS CloudFormation <https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html>`_
|
|
@@ -289,7 +289,7 @@ class CfnSlackChannelConfiguration(
|
|
|
289
289
|
:param scope: Scope in which this resource is defined.
|
|
290
290
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
291
291
|
:param channel_id: The channel ID in Slack. This ID identifies a channel within a Slack workspace.
|
|
292
|
-
:param channel_role_arn: The Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration. The
|
|
292
|
+
:param channel_role_arn: The Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration. The App uses this role to perform and Service Quotas actions on your behalf.
|
|
293
293
|
:param notify_on_case_severity: The case severity for your support cases that you want to receive notifications. You can specify ``none`` , ``all`` , or ``high`` .
|
|
294
294
|
:param team_id: The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
295
295
|
:param channel_name: The channel name in Slack. This is the channel where you invite the AWS Support App .
|
|
@@ -499,7 +499,7 @@ class CfnSlackChannelConfigurationProps:
|
|
|
499
499
|
'''Properties for defining a ``CfnSlackChannelConfiguration``.
|
|
500
500
|
|
|
501
501
|
:param channel_id: The channel ID in Slack. This ID identifies a channel within a Slack workspace.
|
|
502
|
-
:param channel_role_arn: The Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration. The
|
|
502
|
+
:param channel_role_arn: The Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration. The App uses this role to perform and Service Quotas actions on your behalf.
|
|
503
503
|
:param notify_on_case_severity: The case severity for your support cases that you want to receive notifications. You can specify ``none`` , ``all`` , or ``high`` .
|
|
504
504
|
:param team_id: The team ID in Slack. This ID uniquely identifies a Slack workspace.
|
|
505
505
|
:param channel_name: The channel name in Slack. This is the channel where you invite the AWS Support App .
|
|
@@ -570,7 +570,7 @@ class CfnSlackChannelConfigurationProps:
|
|
|
570
570
|
def channel_role_arn(self) -> builtins.str:
|
|
571
571
|
'''The Amazon Resource Name (ARN) of the IAM role for this Slack channel configuration.
|
|
572
572
|
|
|
573
|
-
The
|
|
573
|
+
The App uses this role to perform and Service Quotas actions on your behalf.
|
|
574
574
|
|
|
575
575
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-supportapp-slackchannelconfiguration.html#cfn-supportapp-slackchannelconfiguration-channelrolearn
|
|
576
576
|
'''
|
|
@@ -671,7 +671,7 @@ class CfnSlackWorkspaceConfiguration(
|
|
|
671
671
|
- The team ID for the Slack workspace
|
|
672
672
|
- The version ID of the resource to use with AWS CloudFormation
|
|
673
673
|
|
|
674
|
-
For more information, see the following topics in the *
|
|
674
|
+
For more information, see the following topics in the *User Guide* :
|
|
675
675
|
|
|
676
676
|
- `AWS Support App in Slack <https://docs.aws.amazon.com/awssupport/latest/user/aws-support-app-for-slack.html>`_
|
|
677
677
|
- `Creating AWS Support App in Slack resources with AWS CloudFormation <https://docs.aws.amazon.com/awssupport/latest/user/creating-resources-with-cloudformation.html>`_
|