| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 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 | Method and Description |
|---|---|
static IDomainName |
DomainName.fromDomainNameAttributes(software.constructs.Construct scope,
String id,
DomainNameAttributes attrs)
(experimental) Import from attributes.
|
IDomainName |
ApiMappingProps.getDomainName()
(experimental) custom domain name of the mapping target.
|
IDomainName |
ApiMappingProps.Jsii$Proxy.getDomainName() |
IDomainName |
DomainMappingOptions.getDomainName()
(experimental) The domain name for the mapping.
|
IDomainName |
DomainMappingOptions.Jsii$Proxy.getDomainName() |
| Modifier and Type | Method and Description |
|---|---|
ApiMappingProps.Builder |
ApiMappingProps.Builder.domainName(IDomainName domainName)
Sets the value of
ApiMappingProps.getDomainName() |
DomainMappingOptions.Builder |
DomainMappingOptions.Builder.domainName(IDomainName domainName)
Sets the value of
DomainMappingOptions.getDomainName() |
ApiMapping.Builder |
ApiMapping.Builder.domainName(IDomainName domainName)
(experimental) custom domain name of the mapping target.
|
| Constructor and Description |
|---|
Jsii$Proxy(IApi api,
IDomainName domainName,
String apiMappingKey,
IStage stage)
Constructor that initializes the object based on literal property values passed by the
ApiMappingProps.Builder. |
Jsii$Proxy(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 © 2021. All rights reserved.