| 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
Example:
|
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)
Imports an existing domain name.
|
IDomainName |
BasePathMappingProps.getDomainName()
The DomainName to associate with this base path mapping.
|
IDomainName |
BasePathMappingProps.Jsii$Proxy.getDomainName() |
| Modifier and Type | Method and Description |
|---|---|
BasePathMappingProps.Builder |
BasePathMappingProps.Builder.domainName(IDomainName domainName)
Sets the value of
BasePathMappingProps.getDomainName() |
BasePathMapping.Builder |
BasePathMapping.Builder.domainName(IDomainName domainName)
The DomainName to associate with this base path mapping.
|
| Constructor and Description |
|---|
ApiGatewayDomain(IDomainName domainName) |
Copyright © 2022. All rights reserved.