Uses of Interface
software.amazon.awscdk.services.apigateway.IDomainNameRef
Packages that use IDomainNameRef
-
Uses of IDomainNameRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IDomainNameRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIDomainName
.static interface
Internal default implementation forIDomainNameRef
.Classes in software.amazon.awscdk.services.apigateway that implement IDomainNameRefModifier and TypeClassDescriptionclass
TheAWS::ApiGateway::DomainName
resource specifies a public custom domain name for your API in API Gateway.class
Example:static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigateway that return IDomainNameRefModifier and TypeMethodDescriptionBasePathMappingProps.getDomainName()
The DomainName to associate with this base path mapping.final IDomainNameRef
BasePathMappingProps.Jsii$Proxy.getDomainName()
Methods in software.amazon.awscdk.services.apigateway with parameters of type IDomainNameRefModifier and TypeMethodDescriptionBasePathMapping.Builder.domainName
(IDomainNameRef domainName) The DomainName to associate with this base path mapping.BasePathMappingProps.Builder.domainName
(IDomainNameRef domainName) Sets the value ofBasePathMappingProps.getDomainName()