Interface ICertificate.Jsii$Default

All Superinterfaces:
ICertificate, ICertificateRef, ICertificateRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ICertificate.Jsii$Proxy
Enclosing interface:
ICertificate

@Internal public static interface ICertificate.Jsii$Default extends ICertificate, IResource.Jsii$Default, ICertificateRef.Jsii$Default
Internal default implementation for ICertificate.
  • Method Details

    • getCertificateArn

      @Stability(Stable) @NotNull default String getCertificateArn()
      The certificate's ARN.
      Specified by:
      getCertificateArn in interface ICertificate
    • metricDaysToExpiry

      @Stability(Stable) @NotNull default Metric metricDaysToExpiry(@Nullable MetricOptions props)
      Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.

      This metric is no longer emitted once the certificate has effectively expired, so alarms configured on this metric should probably treat missing data as "breaching".

      Specified by:
      metricDaysToExpiry in interface ICertificate
      Parameters:
      props -
    • metricDaysToExpiry

      @Stability(Stable) @NotNull default Metric metricDaysToExpiry()
      Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.

      This metric is no longer emitted once the certificate has effectively expired, so alarms configured on this metric should probably treat missing data as "breaching".

      Specified by:
      metricDaysToExpiry in interface ICertificate