Uses of Interface
software.amazon.awscdk.interfaces.apigateway.IDomainNameRef
Packages that use IDomainNameRef
Package
Description
Amazon API Gateway Construct Library
-
Uses of IDomainNameRef in software.amazon.awscdk.interfaces.apigateway
Subinterfaces of IDomainNameRef in software.amazon.awscdk.interfaces.apigatewayModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIDomainNameRef.Classes in software.amazon.awscdk.interfaces.apigateway that implement IDomainNameRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IDomainNameRef in software.amazon.awscdk.services.apigateway
Subinterfaces of IDomainNameRef in software.amazon.awscdk.services.apigatewayModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIDomainName.Classes in software.amazon.awscdk.services.apigateway that implement IDomainNameRefModifier and TypeClassDescriptionclassTheAWS::ApiGateway::DomainNameresource specifies a public custom domain name for your API in API Gateway.classExample:static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apigateway that return IDomainNameRefModifier and TypeMethodDescriptionstatic IDomainNameRefCfnDomainName.fromDomainName(software.constructs.Construct scope, String id, String domainName) Creates a new IDomainNameRef from a domainName.static IDomainNameRefCfnDomainName.fromDomainNameArn(software.constructs.Construct scope, String id, String arn) Creates a new IDomainNameRef from an ARN.BasePathMappingProps.getDomainName()The DomainName to associate with this base path mapping.final IDomainNameRefBasePathMappingProps.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()