Interface IDomainName
Inherited Members
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainName : IResource, IDomainNameRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IDomainName Inherits IResource, IDomainNameRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| DomainName | The domain name (e.g. |
| DomainNameAliasDomainName | The Route53 alias target to use in order to connect a record set to this domain through an alias. |
| DomainNameAliasHostedZoneId | The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias. |
Properties
DomainName
The domain name (e.g. example.com).
string DomainName { get; }
Property Value
Remarks
Attribute: DomainName
DomainNameAliasDomainName
The Route53 alias target to use in order to connect a record set to this domain through an alias.
string DomainNameAliasDomainName { get; }
Property Value
Remarks
Attribute: DistributionDomainName,RegionalDomainName
DomainNameAliasHostedZoneId
The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.
string DomainNameAliasHostedZoneId { get; }
Property Value
Remarks
Attribute: DistributionHostedZoneId,RegionalHostedZoneId