| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.route53.targets |
Route53 Alias Record Targets for the CDK Route53 Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IDomainName.Jsii$Default
Internal default implementation for
IDomainName. |
| Modifier and Type | Class and Description |
|---|---|
class |
DomainName |
static class |
IDomainName.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IDomainName |
DomainName.fromDomainNameAttributes(software.constructs.Construct scope,
String id,
DomainNameAttributes attrs)
(experimental) Imports an existing domain name.
|
IDomainName |
BasePathMappingProps.getDomainName()
(experimental) The DomainName to associate with this base path mapping.
|
IDomainName |
BasePathMappingProps.Jsii$Proxy.getDomainName() |
| Modifier and Type | Method and Description |
|---|---|
BasePathMapping.Builder |
BasePathMapping.Builder.domainName(IDomainName domainName)
(experimental) The DomainName to associate with this base path mapping.
|
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.domainName(IDomainName domainName)
Sets the value of
BasePathMappingProps.getDomainName() |
| Constructor and Description |
|---|
Jsii$Proxy(IDomainName domainName,
IRestApi restApi,
String basePath,
Stage stage)
Constructor that initializes the object based on literal property values passed by the
BasePathMappingProps.Builder. |
| Constructor and Description |
|---|
ApiGatewayDomain(IDomainName domainName) |
Copyright © 2021. All rights reserved.