Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
aws-cdk-python-docs-2.211.0.zip.sig | 2025-08-13 | 566 Bytes | |
aws-cdk-python-docs-2.211.0.zip | 2025-08-13 | 101.8 MB | |
aws-cdk-java-docs-2.211.0.zip.sig | 2025-08-13 | 566 Bytes | |
aws-cdk-java-docs-2.211.0.zip | 2025-08-13 | 293.2 MB | |
aws-cdk-dotnet-docs-2.211.0.zip.sig | 2025-08-13 | 566 Bytes | |
aws-cdk-dotnet-docs-2.211.0.zip | 2025-08-13 | 102.3 MB | |
aws-cdk-2.211.0.zip.sig | 2025-08-13 | 566 Bytes | |
aws-cdk-2.211.0.zip | 2025-08-13 | 655.1 MB | |
README.md | 2025-08-12 | 2.3 kB | |
v2.211.0 source code.tar.gz | 2025-08-12 | 198.7 MB | |
v2.211.0 source code.zip | 2025-08-12 | 212.0 MB | |
Totals: 11 Items | 1.6 GB | 2 |
⚠ BREAKING CHANGES
cloudformation: L1 resources are automatically generated from
public CloudFormation Resource Schemas. They are build to closely
reflect the real state of CloudFormation. Sometimes these updates can
contain changes that are incompatible with previous types, but more
accurately reflect reality. In this release we have changed:
* aws-opsworkscm: CfnServer resource is no longer provisionable
(AWS::OpsWorksCM::Server). Service is on deprecation path
* aws-iotfleetwise: Properties DataDestinationConfigs
,
SignalsToCollect
and SignalsToFetch
in resource CfnCampaign
are
now marked as immutable (they will cause a replacement of the resource
if updated)
Features
- cloudformation: update L1 CloudFormation resource definitions (#35138) (3eb8ec0)
- dynamodb: tableV2 MRSC feature addition (#34909) (6b318f5), closes #34883
- ec2: support the new
ServiceRegion
property forAWS::EC2::VPCEndpoint
(#35025) (fee0638), closes #32785 #33959 - ecs: add L2 support for native ECS blue/green deployments (#35179) (4d2f463), closes #35061 #35170 #35167