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 custom domain that's associated with an App Runner service.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.CustomDomain

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

Syntax

C#
public class CustomDomain

The CustomDomain type exposes the following members

Constructors

NameDescription
Public Method CustomDomain()

Properties

NameTypeDescription
Public Property CertificateValidationRecords System.Collections.Generic.List<Amazon.AppRunner.Model.CertificateValidationRecord>

Gets and sets the property CertificateValidationRecords.

A list of certificate CNAME records that's used for this domain name.

Public Property DomainName System.String

Gets and sets the property DomainName.

An associated custom domain endpoint. It can be a root domain (for example, example.com), a subdomain (for example, login.example.com or admin.login.example.com), or a wildcard (for example, *.example.com).

Public Property EnableWWWSubdomain System.Boolean

Gets and sets the property EnableWWWSubdomain.

When true, the subdomain www.DomainName is associated with the App Runner service in addition to the base domain.

Public Property Status Amazon.AppRunner.CustomDomainAssociationStatus

Gets and sets the property Status.

The current state of the domain name association.

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