Interface IDomainName
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
public interface IDomainName : IResource, IConstruct, IConstruct, IDependable
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