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.

Container for the parameters to the CreateDomainAssociation operation. Creates a new domain association for an Amplify app. This action associates a custom domain with the Amplify app

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Amplify.AmazonAmplifyRequest
      Amazon.Amplify.Model.CreateDomainAssociationRequest

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

Syntax

C#
public class CreateDomainAssociationRequest : AmazonAmplifyRequest
         IAmazonWebServiceRequest

The CreateDomainAssociationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AppId System.String

Gets and sets the property AppId.

The unique ID for an Amplify app.

Public Property AutoSubDomainCreationPatterns System.Collections.Generic.List<System.String>

Gets and sets the property AutoSubDomainCreationPatterns.

Sets the branch patterns for automatic subdomain creation.

Public Property AutoSubDomainIAMRole System.String

Gets and sets the property AutoSubDomainIAMRole.

The required AWS Identity and Access Management (IAM) service role for the Amazon Resource Name (ARN) for automatically creating subdomains.

Public Property CertificateSettings Amazon.Amplify.Model.CertificateSettings

Gets and sets the property CertificateSettings.

The type of SSL/TLS certificate to use for your custom domain. If you don't specify a certificate type, Amplify uses the default certificate that it provisions and manages for you.

Public Property DomainName System.String

Gets and sets the property DomainName.

The domain name for the domain association.

Public Property EnableAutoSubDomain System.Boolean

Gets and sets the property EnableAutoSubDomain.

Enables the automated creation of subdomains for branches.

Public Property SubDomainSettings System.Collections.Generic.List<Amazon.Amplify.Model.SubDomainSetting>

Gets and sets the property SubDomainSettings.

The setting for the subdomain.

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