Interface IDomainName
Represents an APIGatewayV2 DomainName.
Inherited Members
Namespace: Amazon.CDK.AWS.Apigatewayv2
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
Remarks
Synopsis
Properties
| Name | The custom domain name. |
| RegionalDomainName | The domain name associated with the regional endpoint for this custom domain name. |
| RegionalHostedZoneId | The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. |
Properties
Name
RegionalDomainName
The domain name associated with the regional endpoint for this custom domain name.
string RegionalDomainName { get; }
Property Value
Remarks
Attribute: true
RegionalHostedZoneId
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
string RegionalHostedZoneId { get; }
Property Value
Remarks
Attribute: true