| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BasePathMapping.Builder |
BasePathMapping.Builder.basePath(String basePath)
(experimental) The base path name that callers of the API must provide in the URL after the domain name (e.g.
|
static BasePathMapping.Builder |
BasePathMapping.Builder.create(software.constructs.Construct scope,
String id) |
BasePathMapping.Builder |
BasePathMapping.Builder.domainName(IDomainName domainName)
(experimental) The DomainName to associate with this base path mapping.
|
BasePathMapping.Builder |
BasePathMapping.Builder.restApi(IRestApi restApi)
(experimental) The RestApi resource to target.
|
BasePathMapping.Builder |
BasePathMapping.Builder.stage(Stage stage)
(experimental) The Deployment stage of API [disable-awslint:ref-via-interface].
|
Copyright © 2021. All rights reserved.