AWS::RDS::DBInstance CertificateDetails
The details of the DB instance’s server certificate.
For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "CAIdentifier" :
String
, "ValidTill" :String
}
YAML
CAIdentifier:
String
ValidTill:String
Properties
CAIdentifier
-
The CA identifier of the CA certificate used for the DB instance's server certificate.
Required: No
Type: String
Update requires: No interruption
ValidTill
-
The expiration date of the DB instance’s server certificate.
Required: No
Type: String
Update requires: No interruption