@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-07-09T01:30:44.826Z") @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.
|
applyRemovalPolicy, getEnv, getStackgetNode@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 © 2022. All rights reserved.