| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
DomainName |
RestApiBase.addDomainName(String id,
DomainNameOptions options)
(experimental) Defines an API Gateway domain name and maps it to this API.
|
DomainName |
DomainName.Builder.build() |
DomainName |
RestApiBase.getDomainName()
(experimental) The first domain name mapped to this API, if defined through the `domainName` configuration prop, or added via `addDomainName`.
|
Copyright © 2021. All rights reserved.