Interface ICertificate.Jsii$Default
- All Superinterfaces:
ICertificate,ICertificateRef,ICertificateRef.Jsii$Default,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ICertificate.Jsii$Proxy
- Enclosing interface:
ICertificate
@Internal
public static interface ICertificate.Jsii$Default
extends ICertificate, IResource.Jsii$Default, ICertificateRef.Jsii$Default
Internal default implementation for
ICertificate.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.certificatemanager.ICertificate
ICertificate.Jsii$Default, ICertificate.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.certificatemanager.ICertificateRef
ICertificateRef.Jsii$Default, ICertificateRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe certificate's ARN.default MetricReturn the DaysToExpiry metric for this AWS Certificate Manager Certificate.default MetricmetricDaysToExpiry(MetricOptions props) Return the DaysToExpiry metric for this AWS Certificate Manager Certificate.Methods inherited from interface software.amazon.awscdk.interfaces.certificatemanager.ICertificateRef.Jsii$Default
getCertificateRefMethods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
The certificate's ARN.- Specified by:
getCertificateArnin interfaceICertificate
-
metricDaysToExpiry
Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.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".
- Specified by:
metricDaysToExpiryin interfaceICertificate- Parameters:
props-
-
metricDaysToExpiry
Return the DaysToExpiry metric for this AWS Certificate Manager Certificate. By default, this is the minimum value over 1 day.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".
- Specified by:
metricDaysToExpiryin interfaceICertificate
-