You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All deprecated APIs will be removed from CDKv2.
APIs where the proposed alternative will modify the resource in ways that
may impact usability of the resource, must not be deprecated.
Copy file name to clipboardExpand all lines: DEPRECATED_APIs.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -600,7 +600,6 @@
600
600
|@aws-cdk/aws-dynamodb| Table.grantListStreams() | Use {@link #grantTableListStreams} for more granular permission |
601
601
|@aws-cdk/aws-dynamodb| Table.metricSystemErrors() | use `metricSystemErrorsForOperations`. |
602
602
|@aws-cdk/aws-dynamodb| TableOptions.serverSideEncryption | This property is deprecated. In order to obtain the same behavior as enabling this, set the `encryption` property to `TableEncryption.AWS_MANAGED` instead. |
603
-
|@aws-cdk/aws-rds| Credentials.fromUsername() | use `fromGeneratedSecret()` or `fromPassword()` for new Clusters and Instances. Note that switching from `fromUsername()` to `fromGeneratedSecret()` or `fromPassword()` for already deployed Clusters or Instances will result in their replacement! |
604
603
|@aws-cdk/aws-rds| CredentialsFromUsernameOptions | supporting API `fromUsername()` has been deprecated. See deprecation notice of the API. |
605
604
|@aws-cdk/aws-rds| CredentialsFromUsernameOptions.password | supporting API `fromUsername()` has been deprecated. See deprecation notice of the API. |
606
605
|@aws-cdk/aws-rds| DatabaseInstanceEngine.MARIADB | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link mariaDb()} method |
0 commit comments