Show / Hide Table of Contents

Interface IDomainName

Represents an APIGatewayV2 DomainName.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDomainName : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IDomainName Inherits IResource, IConstruct, IDependable
Remarks

See: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-domainname.html

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

string

Remarks

Attribute: true

RegionalDomainName

The domain name associated with the regional endpoint for this custom domain name.

string RegionalDomainName { get; }
Property Value

string

Remarks

Attribute: true

RegionalHostedZoneId

The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.

string RegionalHostedZoneId { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX