| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct 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
(experimental) Custom domain resource for the API.
|
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) Import from attributes.
|
IDomainName |
DomainMappingOptions.getDomainName()
(experimental) The domain name for the mapping.
|
IDomainName |
DomainMappingOptions.Jsii$Proxy.getDomainName() |
IDomainName |
ApiMappingProps.getDomainName()
(experimental) custom domain name of the mapping target.
|
IDomainName |
ApiMappingProps.Jsii$Proxy.getDomainName() |
IDomainName |
ApiMapping.getDomainName()
(experimental) API domain name.
|
| Modifier and Type | Method and Description |
|---|---|
DomainMappingOptions.Builder |
DomainMappingOptions.Builder.domainName(IDomainName domainName)
Sets the value of
DomainMappingOptions.getDomainName() |
ApiMappingProps.Builder |
ApiMappingProps.Builder.domainName(IDomainName domainName)
Sets the value of
ApiMappingProps.getDomainName() |
ApiMapping.Builder |
ApiMapping.Builder.domainName(IDomainName domainName)
(experimental) custom domain name of the mapping target.
|
Copyright © 2022. All rights reserved.