Uses of Interface
software.amazon.awscdk.services.apigateway.IDomainName
Packages that use IDomainName
Package
Description
Amazon API Gateway Construct Library
Route53 Alias Record Targets for the CDK Route53 Library
-
Uses of IDomainName in software.amazon.awscdk.services.apigateway
Subinterfaces of IDomainName in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIDomainName
.Classes in software.amazon.awscdk.services.apigateway that implement IDomainNameModifier and TypeClassDescriptionclass
Example:static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigateway that return IDomainNameModifier and TypeMethodDescriptionstatic IDomainName
DomainName.fromDomainNameAttributes
(software.constructs.Construct scope, String id, DomainNameAttributes attrs) Imports an existing domain name.BasePathMappingProps.getDomainName()
The DomainName to associate with this base path mapping.final IDomainName
BasePathMappingProps.Jsii$Proxy.getDomainName()
Methods in software.amazon.awscdk.services.apigateway with parameters of type IDomainNameModifier and TypeMethodDescriptionBasePathMapping.Builder.domainName
(IDomainName domainName) The DomainName to associate with this base path mapping.BasePathMappingProps.Builder.domainName
(IDomainName domainName) Sets the value ofBasePathMappingProps.getDomainName()
-
Uses of IDomainName in software.amazon.awscdk.services.route53.targets
Constructors in software.amazon.awscdk.services.route53.targets with parameters of type IDomainName