AWS::RDS::DBInstance CertificateDetails - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::RDS::DBInstance CertificateDetails

Returns 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 Amazon 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