| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 | |
| software.amazon.awscdk.services.route53.targets |
| 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 |
DefaultDomainMappingOptions.getDomainName()
(experimental) The domain name for the mapping.
|
IDomainName |
DefaultDomainMappingOptions.Jsii$Proxy.getDomainName() |
IDomainName |
HttpApiMappingProps.getDomainName()
(experimental) custom domain name of the mapping target.
|
IDomainName |
HttpApiMappingProps.Jsii$Proxy.getDomainName() |
IDomainName |
DomainMappingOptions.Jsii$Proxy.getDomainName() |
| Modifier and Type | Method and Description |
|---|---|
DefaultDomainMappingOptions.Builder |
DefaultDomainMappingOptions.Builder.domainName(IDomainName domainName)
Sets the value of
DefaultDomainMappingOptions.getDomainName() |
HttpApiMapping.Builder |
HttpApiMapping.Builder.domainName(IDomainName domainName)
(experimental) custom domain name of the mapping target.
|
HttpApiMappingProps.Builder |
HttpApiMappingProps.Builder.domainName(IDomainName domainName)
Sets the value of
HttpApiMappingProps.getDomainName() |
DomainMappingOptions.Builder |
DomainMappingOptions.Builder.domainName(IDomainName domainName)
Sets the value of
DefaultDomainMappingOptions.getDomainName() |
| Constructor and Description |
|---|
Jsii$Proxy(IDomainName domainName,
String mappingKey)
Constructor that initializes the object based on literal property values passed by the
DefaultDomainMappingOptions.Builder. |
Jsii$Proxy(IHttpApi api,
IDomainName domainName,
String apiMappingKey,
IHttpStage stage)
Constructor that initializes the object based on literal property values passed by the
HttpApiMappingProps.Builder. |
Jsii$Proxy(IStage stage,
IDomainName domainName,
String mappingKey)
Constructor that initializes the object based on literal property values passed by the
DomainMappingOptions.Builder. |
| Constructor and Description |
|---|
ApiGatewayv2Domain(IDomainName domainName) |
Copyright © 2020. All rights reserved.