@Generated(value="jsii-pacmak/1.42.0 (build 5f6b62c)", date="2021-11-07T11:28:55.652Z") @Stability(value=Stable) public interface ICertificate extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ICertificate.Jsii$Default
Internal default implementation for
ICertificate. |
static class |
ICertificate.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateArn()
The certificate's ARN.
|
Metric |
metricDaysToExpiry()
Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.
|
Metric |
metricDaysToExpiry(MetricOptions props)
Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.
|
getNode@Stability(value=Stable) @NotNull String getCertificateArn()
@Stability(value=Stable) @NotNull Metric metricDaysToExpiry(@Nullable MetricOptions props)
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".
props - @Stability(value=Stable) @NotNull Metric metricDaysToExpiry()
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".
Copyright © 2021. All rights reserved.