Interface ICertificate
Represents a certificate in AWS Certificate Manager.
Inherited Members
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICertificate : IResource, ICertificateRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ICertificate Inherits IResource, ICertificateRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| CertificateArn | The certificate's ARN. |
Methods
| MetricDaysToExpiry(IMetricOptions?) | Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day. |
Properties
CertificateArn
Methods
MetricDaysToExpiry(IMetricOptions?)
Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.
Metric MetricDaysToExpiry(IMetricOptions? props = null)
Parameters
- props IMetricOptions
Returns
Remarks
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".