Show / Hide Table of Contents

Interface ICertificate

Represents a certificate in AWS Certificate Manager.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
ICertificateRef.CertificateRef
IEnvironmentAware.Env
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

The certificate's ARN.

string CertificateArn { get; }
Property Value

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