Interface IDomainName
- All Superinterfaces:
IConstruct,software.constructs.IConstruct,IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IDomainName.Jsii$Default
- All Known Implementing Classes:
DomainName,IDomainName.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:43.296Z")
@Stability(Experimental)
public interface IDomainName
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Represents an APIGatewayV2 DomainName.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDomainName.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetName()(experimental) The custom domain name.(experimental) The domain name associated with the regional endpoint for this custom domain name.(experimental) The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.Methods inherited from interface software.amazon.awscdk.core.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.core.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
(experimental) The custom domain name. -
getRegionalDomainName
(experimental) The domain name associated with the regional endpoint for this custom domain name. -
getRegionalHostedZoneId
(experimental) The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
-