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 UpdateDomainAssociation operation. Creates a new domain association for an Amplify app.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateDomainAssociationRequest : AmazonAmplifyRequest
         IAmazonWebServiceRequest

The UpdateDomainAssociationRequest 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.

Public Property DomainName System.String

Gets and sets the property DomainName.

The name of the domain.

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.

Describes the settings 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