Interface IDomainName
Represents an APIGatewayV2 DomainName.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainName : IResource
Syntax (vb)
Public Interface IDomainName
Inherits IResource, IConstruct, IDependable
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
The custom domain name.
string Name { get; }
Property Value
System.String
Remarks
Attribute: true
RegionalDomainName
The domain name associated with the regional endpoint for this custom domain name.
string RegionalDomainName { get; }
Property Value
System.String
Remarks
Attribute: true
RegionalHostedZoneId
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
string RegionalHostedZoneId { get; }
Property Value
System.String
Remarks
Attribute: true