@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.417Z") @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 |
|---|---|
static IDomainName |
fromDomainNameAttributes(software.constructs.Construct scope,
String id,
DomainNameAttributes attrs)
(experimental) Import from attributes.
|
String |
getName()
(experimental) The custom domain name.
|
String |
getRegionalDomainName()
(experimental) The domain name associated with the regional endpoint for this custom domain name.
|
String |
getRegionalHostedZoneId()
(experimental) The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected 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 String getName()
getName in interface IDomainName@Stability(value=Experimental) @NotNull public String getRegionalDomainName()
getRegionalDomainName in interface IDomainName@Stability(value=Experimental) @NotNull public String getRegionalHostedZoneId()
getRegionalHostedZoneId in interface IDomainNameCopyright © 2021. All rights reserved.