aws-cdk-lib 2.210.0__py3-none-any.whl → 2.212.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 +404 -54
- aws_cdk/_jsii/__init__.py +1 -1
- aws_cdk/_jsii/{aws-cdk-lib@2.210.0.jsii.tgz → aws-cdk-lib@2.212.0.jsii.tgz} +0 -0
- aws_cdk/aws_amazonmq/__init__.py +2 -1
- aws_cdk/aws_apigateway/__init__.py +2 -0
- aws_cdk/aws_apigatewayv2/__init__.py +1798 -74
- aws_cdk/aws_appconfig/__init__.py +9 -0
- aws_cdk/aws_appintegrations/__init__.py +395 -0
- aws_cdk/aws_arcregionswitch/__init__.py +5080 -0
- aws_cdk/aws_athena/__init__.py +23 -19
- aws_cdk/aws_autoscaling/__init__.py +6 -6
- aws_cdk/aws_batch/__init__.py +725 -55
- aws_cdk/aws_bedrock/__init__.py +18 -0
- aws_cdk/aws_billingconductor/__init__.py +3 -3
- aws_cdk/aws_cassandra/__init__.py +28 -1
- aws_cdk/aws_cloudfront/__init__.py +39 -8
- aws_cdk/aws_codebuild/__init__.py +122 -0
- aws_cdk/aws_codepipeline/__init__.py +51 -50
- aws_cdk/aws_cognito/__init__.py +9 -2
- aws_cdk/aws_connect/__init__.py +40 -15
- aws_cdk/aws_datazone/__init__.py +118 -77
- aws_cdk/aws_dax/__init__.py +39 -0
- aws_cdk/aws_deadline/__init__.py +166 -7
- aws_cdk/aws_docdb/__init__.py +20 -11
- aws_cdk/aws_dynamodb/__init__.py +246 -36
- aws_cdk/aws_ec2/__init__.py +1044 -111
- aws_cdk/aws_ecr/__init__.py +274 -0
- aws_cdk/aws_ecs/__init__.py +1637 -137
- aws_cdk/aws_eks/__init__.py +53 -3
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +31 -17
- aws_cdk/aws_entityresolution/__init__.py +240 -45
- aws_cdk/aws_evs/__init__.py +20 -45
- aws_cdk/aws_gameliftstreams/__init__.py +7 -6
- aws_cdk/aws_glue/__init__.py +18 -9
- aws_cdk/aws_guardduty/__init__.py +1233 -113
- aws_cdk/aws_imagebuilder/__init__.py +34 -20
- aws_cdk/aws_inspectorv2/__init__.py +1516 -0
- aws_cdk/aws_iot/__init__.py +387 -0
- aws_cdk/aws_iotsitewise/__init__.py +1247 -139
- aws_cdk/aws_ivs/__init__.py +443 -33
- aws_cdk/aws_kinesisfirehose/__init__.py +2 -0
- aws_cdk/aws_lakeformation/__init__.py +1 -1
- aws_cdk/aws_lambda/__init__.py +9 -9
- aws_cdk/aws_lightsail/__init__.py +590 -0
- aws_cdk/aws_logs/__init__.py +97 -3
- aws_cdk/aws_medialive/__init__.py +270 -7
- aws_cdk/aws_mediapackagev2/__init__.py +204 -6
- aws_cdk/aws_neptune/__init__.py +41 -2
- aws_cdk/aws_networkfirewall/__init__.py +490 -134
- aws_cdk/aws_observabilityadmin/__init__.py +1468 -0
- aws_cdk/aws_omics/__init__.py +1 -1
- aws_cdk/aws_opensearchserverless/__init__.py +2 -2
- aws_cdk/aws_opensearchservice/__init__.py +128 -0
- aws_cdk/aws_opsworks/__init__.py +125 -125
- aws_cdk/aws_opsworkscm/__init__.py +1 -53
- aws_cdk/aws_pcs/__init__.py +49 -5
- aws_cdk/aws_qbusiness/__init__.py +3 -3
- aws_cdk/aws_quicksight/__init__.py +188 -83
- aws_cdk/aws_rds/__init__.py +245 -103
- aws_cdk/aws_s3/__init__.py +56 -1
- aws_cdk/aws_s3express/__init__.py +56 -1
- aws_cdk/aws_s3tables/__init__.py +2 -2
- aws_cdk/aws_sagemaker/__init__.py +4080 -223
- aws_cdk/aws_ses/__init__.py +172 -9
- aws_cdk/aws_sqs/__init__.py +4 -3
- aws_cdk/aws_ssm/__init__.py +8 -4
- aws_cdk/aws_stepfunctions_tasks/__init__.py +16 -9
- aws_cdk/aws_synthetics/__init__.py +116 -0
- aws_cdk/aws_verifiedpermissions/__init__.py +23 -2
- aws_cdk/aws_wisdom/__init__.py +2 -2
- aws_cdk/aws_workspacesweb/__init__.py +949 -157
- aws_cdk/cx_api/__init__.py +22 -0
- {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/METADATA +335 -15
- {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/RECORD +78 -76
- {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.210.0.dist-info → aws_cdk_lib-2.212.0.dist-info}/top_level.txt +0 -0
|
@@ -3525,6 +3525,8 @@ class CfnDeliveryStream(
|
|
|
3525
3525
|
) -> None:
|
|
3526
3526
|
'''Describes the configuration of a destination in Apache Iceberg Tables.
|
|
3527
3527
|
|
|
3528
|
+
This section is only needed for tables where you want to update or delete data.
|
|
3529
|
+
|
|
3528
3530
|
:param destination_database_name: The name of the Apache Iceberg database.
|
|
3529
3531
|
:param destination_table_name: Specifies the name of the Apache Iceberg Table.
|
|
3530
3532
|
:param partition_spec: The partition spec configuration for a table that is used by automatic table creation. Amazon Data Firehose is in preview release and is subject to change.
|
|
@@ -25,7 +25,7 @@ For more information on the resources and properties available for this service,
|
|
|
25
25
|
|
|
26
26
|
<!--END CFNONLY DISCLAIMER-->
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
## Example
|
|
29
29
|
|
|
30
30
|
Here is an example of creating a glue table and putting lakeformation tags on it. Note: this example uses deprecated constructs and overly permissive IAM roles. This example is meant to give a general idea of using the L1s; it is not production level.
|
|
31
31
|
|
aws_cdk/aws_lambda/__init__.py
CHANGED
|
@@ -1216,7 +1216,7 @@ version = fn.current_version
|
|
|
1216
1216
|
You can use Application AutoScaling to automatically configure the provisioned concurrency for your functions. AutoScaling can be set to track utilization or be based on a schedule. To configure AutoScaling on a function alias:
|
|
1217
1217
|
|
|
1218
1218
|
```python
|
|
1219
|
-
import aws_cdk.
|
|
1219
|
+
import aws_cdk.aws_applicationautoscaling as appscaling
|
|
1220
1220
|
|
|
1221
1221
|
# fn: lambda.Function
|
|
1222
1222
|
|
|
@@ -1232,7 +1232,7 @@ as.scale_on_utilization(
|
|
|
1232
1232
|
|
|
1233
1233
|
# Configure Scheduled Scaling
|
|
1234
1234
|
as.scale_on_schedule("ScaleUpInTheMorning",
|
|
1235
|
-
schedule=
|
|
1235
|
+
schedule=appscaling.Schedule.cron(hour="8", minute="0"),
|
|
1236
1236
|
min_capacity=20
|
|
1237
1237
|
)
|
|
1238
1238
|
```
|
|
@@ -3122,7 +3122,7 @@ class AutoScalingOptions:
|
|
|
3122
3122
|
|
|
3123
3123
|
Example::
|
|
3124
3124
|
|
|
3125
|
-
import aws_cdk.
|
|
3125
|
+
import aws_cdk.aws_applicationautoscaling as appscaling
|
|
3126
3126
|
|
|
3127
3127
|
# fn: lambda.Function
|
|
3128
3128
|
|
|
@@ -3138,7 +3138,7 @@ class AutoScalingOptions:
|
|
|
3138
3138
|
|
|
3139
3139
|
# Configure Scheduled Scaling
|
|
3140
3140
|
as.scale_on_schedule("ScaleUpInTheMorning",
|
|
3141
|
-
schedule=
|
|
3141
|
+
schedule=appscaling.Schedule.cron(hour="8", minute="0"),
|
|
3142
3142
|
min_capacity=20
|
|
3143
3143
|
)
|
|
3144
3144
|
'''
|
|
@@ -10765,7 +10765,7 @@ class CfnUrl(
|
|
|
10765
10765
|
:param auth_type: The type of authentication that your function URL uses. Set to ``AWS_IAM`` if you want to restrict access to authenticated users only. Set to ``NONE`` if you want to bypass IAM authentication to create a public endpoint. For more information, see `Security and auth model for Lambda function URLs <https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html>`_ .
|
|
10766
10766
|
:param target_function_arn: The name of the Lambda function. **Name formats** - *Function name* - ``my-function`` . - *Function ARN* - ``lambda: : :function:my-function`` . - *Partial ARN* - ``:function:my-function`` . The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
|
10767
10767
|
:param cors: The `Cross-Origin Resource Sharing (CORS) <https://docs.aws.amazon.com/https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`_ settings for your function URL.
|
|
10768
|
-
:param invoke_mode: Use one of the following options:. - ``BUFFERED`` – This is the default option. Lambda invokes your function using the ``Invoke`` API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB. - ``RESPONSE_STREAM`` – Your function streams payload results as they become available. Lambda invokes your function using the ``InvokeWithResponseStream`` API operation. The maximum response payload size is
|
|
10768
|
+
:param invoke_mode: Use one of the following options:. - ``BUFFERED`` – This is the default option. Lambda invokes your function using the ``Invoke`` API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB. - ``RESPONSE_STREAM`` – Your function streams payload results as they become available. Lambda invokes your function using the ``InvokeWithResponseStream`` API operation. The maximum response payload size is 200 MB.
|
|
10769
10769
|
:param qualifier: The alias name.
|
|
10770
10770
|
'''
|
|
10771
10771
|
if __debug__:
|
|
@@ -11085,7 +11085,7 @@ class CfnUrlProps:
|
|
|
11085
11085
|
:param auth_type: The type of authentication that your function URL uses. Set to ``AWS_IAM`` if you want to restrict access to authenticated users only. Set to ``NONE`` if you want to bypass IAM authentication to create a public endpoint. For more information, see `Security and auth model for Lambda function URLs <https://docs.aws.amazon.com/lambda/latest/dg/urls-auth.html>`_ .
|
|
11086
11086
|
:param target_function_arn: The name of the Lambda function. **Name formats** - *Function name* - ``my-function`` . - *Function ARN* - ``lambda: : :function:my-function`` . - *Partial ARN* - ``:function:my-function`` . The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length.
|
|
11087
11087
|
:param cors: The `Cross-Origin Resource Sharing (CORS) <https://docs.aws.amazon.com/https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS>`_ settings for your function URL.
|
|
11088
|
-
:param invoke_mode: Use one of the following options:. - ``BUFFERED`` – This is the default option. Lambda invokes your function using the ``Invoke`` API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB. - ``RESPONSE_STREAM`` – Your function streams payload results as they become available. Lambda invokes your function using the ``InvokeWithResponseStream`` API operation. The maximum response payload size is
|
|
11088
|
+
:param invoke_mode: Use one of the following options:. - ``BUFFERED`` – This is the default option. Lambda invokes your function using the ``Invoke`` API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB. - ``RESPONSE_STREAM`` – Your function streams payload results as they become available. Lambda invokes your function using the ``InvokeWithResponseStream`` API operation. The maximum response payload size is 200 MB.
|
|
11089
11089
|
:param qualifier: The alias name.
|
|
11090
11090
|
|
|
11091
11091
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html
|
|
@@ -11177,7 +11177,7 @@ class CfnUrlProps:
|
|
|
11177
11177
|
'''Use one of the following options:.
|
|
11178
11178
|
|
|
11179
11179
|
- ``BUFFERED`` – This is the default option. Lambda invokes your function using the ``Invoke`` API operation. Invocation results are available when the payload is complete. The maximum payload size is 6 MB.
|
|
11180
|
-
- ``RESPONSE_STREAM`` – Your function streams payload results as they become available. Lambda invokes your function using the ``InvokeWithResponseStream`` API operation. The maximum response payload size is
|
|
11180
|
+
- ``RESPONSE_STREAM`` – Your function streams payload results as they become available. Lambda invokes your function using the ``InvokeWithResponseStream`` API operation. The maximum response payload size is 200 MB.
|
|
11181
11181
|
|
|
11182
11182
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html#cfn-lambda-url-invokemode
|
|
11183
11183
|
'''
|
|
@@ -24525,7 +24525,7 @@ class UtilizationScalingOptions(_BaseTargetTrackingProps_540ba713):
|
|
|
24525
24525
|
|
|
24526
24526
|
Example::
|
|
24527
24527
|
|
|
24528
|
-
import aws_cdk.
|
|
24528
|
+
import aws_cdk.aws_applicationautoscaling as appscaling
|
|
24529
24529
|
|
|
24530
24530
|
# fn: lambda.Function
|
|
24531
24531
|
|
|
@@ -24541,7 +24541,7 @@ class UtilizationScalingOptions(_BaseTargetTrackingProps_540ba713):
|
|
|
24541
24541
|
|
|
24542
24542
|
# Configure Scheduled Scaling
|
|
24543
24543
|
as.scale_on_schedule("ScaleUpInTheMorning",
|
|
24544
|
-
schedule=
|
|
24544
|
+
schedule=appscaling.Schedule.cron(hour="8", minute="0"),
|
|
24545
24545
|
min_capacity=20
|
|
24546
24546
|
)
|
|
24547
24547
|
'''
|