Show / Hide Table of Contents

Interface ICertificate

Represents a certificate in AWS Certificate Manager.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.CertificateManager
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICertificate : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface ICertificate
    Inherits IResource, IConstruct, IDependable

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

The certificate's ARN.

string CertificateArn { get; }
Property Value

System.String

Remarks

Attribute: true

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

Metric

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".

Back to top Generated by DocFX