Interface IDomainName.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IDomainName,IDomainNameRef,IDomainNameRef.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IDomainName.Jsii$Proxy
- Enclosing interface:
IDomainName
@Internal
public static interface IDomainName.Jsii$Default
extends IDomainName, IResource.Jsii$Default, IDomainNameRef.Jsii$Default
Internal default implementation for
IDomainName.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.IDomainName
IDomainName.Jsii$Default, IDomainName.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigateway.IDomainNameRef
IDomainNameRef.Jsii$Default, IDomainNameRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe domain name (e.g.default StringThe Route53 alias target to use in order to connect a record set to this domain through an alias.default StringThe Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.apigateway.IDomainNameRef.Jsii$Default
getDomainNameRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainName
The domain name (e.g.example.com).- Specified by:
getDomainNamein interfaceIDomainName
-
getDomainNameAliasDomainName
The Route53 alias target to use in order to connect a record set to this domain through an alias.- Specified by:
getDomainNameAliasDomainNamein interfaceIDomainName
-
getDomainNameAliasHostedZoneId
The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.- Specified by:
getDomainNameAliasHostedZoneIdin interfaceIDomainName
-