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
Copy file name to clipboardexpand all lines: DEPRECATED_APIs.md
-10
Original file line number
Diff line number
Diff line change
@@ -600,20 +600,10 @@
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
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.MARIADB | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link mariaDb()} method |
607
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.MYSQL | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link mysql()} method |
608
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.ORACLE_EE | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link oracleEe()} method |
609
605
|@aws-cdk/aws-rds| DatabaseInstanceEngine.ORACLE_SE | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341|
610
606
|@aws-cdk/aws-rds| DatabaseInstanceEngine.ORACLE_SE1 | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341|
611
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.ORACLE_SE2 | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link oracleSe2()} method |
612
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.POSTGRES | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link postgres()} method |
613
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.SQL_SERVER_EE | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link sqlServerEe()} method |
614
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.SQL_SERVER_EX | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link sqlServerEx()} method |
615
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.SQL_SERVER_SE | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link sqlServerSe()} method |
616
-
|@aws-cdk/aws-rds| DatabaseInstanceEngine.SQL_SERVER_WEB | using unversioned engines is an availability risk. We recommend using versioned engines created using the {@link sqlServerWeb()} method |
617
607
|@aws-cdk/aws-rds| DatabaseInstanceEngine.oracleSe() | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341|
618
608
|@aws-cdk/aws-rds| DatabaseInstanceEngine.oracleSe1() | instances can no longer be created with this engine. See https://forums.aws.amazon.com/ann.jspa?annID=7341|
619
609
|@aws-cdk/aws-rds| DatabaseInstanceNewProps.vpcPlacement | use `vpcSubnets`|
0 commit comments