Skip to content

Data Source: awsRdsCertificate

Information about an RDS Certificate.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsRdsCertificate.DataAwsRdsCertificate(this, "example", {
  latestValidTill: true,
});

Argument Reference

The following arguments are supported:

  • id - (Optional) Certificate identifier. For example, rdsCa2019.
  • latestValidTill - (Optional) When enabled, returns the certificate with the latest validTill.

Attribute Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the certificate.
  • certificateType - Type of certificate. For example, ca.
  • customerOverride - Boolean whether there is an override for the default certificate identifier.
  • customerOverrideValidTill - If there is an override for the default certificate identifier, when the override expires.
  • thumbprint - Thumbprint of the certificate.
  • validFrom - RFC3339 format of certificate starting validity date.
  • validTill - RFC3339 format of certificate ending validity date.