AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Contains information about the status of ACM's managed renewal for the certificate. This structure exists only when the certificate type is AMAZON_ISSUED.

Inheritance Hierarchy

System.Object
  Amazon.CertificateManager.Model.RenewalSummary

Namespace: Amazon.CertificateManager.Model
Assembly: AWSSDK.CertificateManager.dll
Version: 3.x.y.z

Syntax

C#
public class RenewalSummary

The RenewalSummary type exposes the following members

Constructors

NameDescription
Public Method RenewalSummary()

Properties

NameTypeDescription
Public Property DomainValidationOptions System.Collections.Generic.List<Amazon.CertificateManager.Model.DomainValidation>

Gets and sets the property DomainValidationOptions.

Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED.

Public Property RenewalStatus Amazon.CertificateManager.RenewalStatus

Gets and sets the property RenewalStatus.

The status of ACM's managed renewal of the certificate.

Public Property RenewalStatusReason Amazon.CertificateManager.FailureReason

Gets and sets the property RenewalStatusReason.

The reason that a renewal request was unsuccessful.

Public Property UpdatedAt System.DateTime

Gets and sets the property UpdatedAt.

The time at which the renewal summary was last updated.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5