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.

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.CertificateValidationRecord

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

Syntax

C#
public class CertificateValidationRecord

The CertificateValidationRecord type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

The certificate CNAME record name.

Public Property Status Amazon.AppRunner.CertificateValidationRecordStatus

Gets and sets the property Status.

The current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.

Public Property Type System.String

Gets and sets the property Type.

The record type, always CNAME.

Public Property Value System.String

Gets and sets the property Value.

The certificate CNAME record value.

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