Interface IDomainNameAttributes
custom domain name attributes.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainNameAttributes
Syntax (vb)
Public Interface IDomainNameAttributes
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Apigatewayv2;
var domainNameAttributes = new DomainNameAttributes {
Name = "name",
RegionalDomainName = "regionalDomainName",
RegionalHostedZoneId = "regionalHostedZoneId"
};
Synopsis
Properties
Name | domain name string. |
Regional |
The domain name associated with the regional endpoint for this custom domain name. |
Regional |
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint. |
Properties
Name
domain name string.
string Name { get; }
Property Value
System.
RegionalDomainName
The domain name associated with the regional endpoint for this custom domain name.
string RegionalDomainName { get; }
Property Value
System.
RegionalHostedZoneId
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
string RegionalHostedZoneId { get; }
Property Value
System.