Information about an RDS Certificate.
data "aws_rds_certificate" "example" {
latest_valid_till = true
}
This data source supports the following arguments:
id
- (Optional) Certificate identifier. For example, rds-ca-2019
.latest_valid_till
- (Optional) When enabled, returns the certificate with the latest ValidTill
.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the certificate.certificate_type
- Type of certificate. For example, CA
.customer_override
- Boolean whether there is an override for the default certificate identifier.customer_override_valid_till
- If there is an override for the default certificate identifier, when the override expires.thumbprint
- Thumbprint of the certificate.valid_from
- RFC3339 format of certificate starting validity date.valid_till
- RFC3339 format of certificate ending validity date.