v2.211.0
⚠ 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
andSignalsToFetch
in resourceCfnCampaign
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
Bug Fixes
- dynamodb: use keyId instead of keyArn for TableV2 replica encryption (#35144) (787b8ed), closes #35136