@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.847Z") @Stability(value=Experimental) public class DomainName extends Resource implements IDomainName
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainName.Builder
(experimental) A fluent builder for
DomainName. |
software.amazon.jsii.JsiiObject.InitializationModeIDomainName.Jsii$Default, IDomainName.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
DomainName(software.constructs.Construct scope,
String id,
DomainNameProps props) |
protected |
DomainName(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
DomainName(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
BasePathMapping |
addBasePathMapping(IRestApi targetApi)
(experimental) Maps this domain to an API endpoint.
|
BasePathMapping |
addBasePathMapping(IRestApi targetApi,
BasePathMappingOptions options)
(experimental) Maps this domain to an API endpoint.
|
static IDomainName |
fromDomainNameAttributes(software.constructs.Construct scope,
String id,
DomainNameAttributes attrs)
(experimental) Imports an existing domain name.
|
String |
getDomainName()
(experimental) The domain name (e.g.
|
String |
getDomainNameAliasDomainName()
(experimental) The Route53 alias target to use in order to connect a record set to this domain through an alias.
|
String |
getDomainNameAliasHostedZoneId()
(experimental) The Route53 hosted zone ID to use in order to connect a record set to this domain through an alias.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected DomainName(software.amazon.jsii.JsiiObjectRef objRef)
protected DomainName(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public DomainName(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
DomainNameProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@Stability(value=Experimental) @NotNull public static IDomainName fromDomainNameAttributes(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull DomainNameAttributes attrs)
scope - This parameter is required.id - This parameter is required.attrs - This parameter is required.@Stability(value=Experimental) @NotNull public BasePathMapping addBasePathMapping(@NotNull IRestApi targetApi, @Nullable BasePathMappingOptions options)
targetApi - That target API endpoint, requests will be mapped to the deployment stage. This parameter is required.options - Options for mapping to base path with or without a stage.@Stability(value=Experimental) @NotNull public BasePathMapping addBasePathMapping(@NotNull IRestApi targetApi)
targetApi - That target API endpoint, requests will be mapped to the deployment stage. This parameter is required.@Stability(value=Experimental) @NotNull public String getDomainName()
getDomainName in interface IDomainName@Stability(value=Experimental) @NotNull public String getDomainNameAliasDomainName()
getDomainNameAliasDomainName in interface IDomainName@Stability(value=Experimental) @NotNull public String getDomainNameAliasHostedZoneId()
getDomainNameAliasHostedZoneId in interface IDomainNameCopyright © 2021. All rights reserved.