AWS AmazonRDS documentation change
Summary
Changed SSL_PORT type from Integer to String in JDBC example
Security assessment
Corrects a code sample type mismatch but doesn't indicate a security vulnerability fix or new security feature. Maintains existing security documentation.
Diff
diff --git a/AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md b/AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md index 5f7131ba0..81ef2ed87 100644 --- a//AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md +++ b//AmazonRDS/latest/UserGuide/ssl-certificate-rotation-oracle.md @@ -112 +112 @@ The following code example shows how to set up the SSL connection using JDBC. - private static final Integer SSL_PORT = "<ssl-option-port-configured-in-option-group>"; + private static final String SSL_PORT = "<ssl-option-port-configured-in-option-group>";