| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBasePathMapping.Builder |
CfnBasePathMapping.Builder.basePath(String basePath)
The base path name that callers of the API must provide in the URL after the domain name.
|
static CfnBasePathMapping.Builder |
CfnBasePathMapping.Builder.create(software.constructs.Construct scope,
String id) |
CfnBasePathMapping.Builder |
CfnBasePathMapping.Builder.domainName(String domainName)
The `DomainName` of an [AWS::ApiGateway::DomainName](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigateway-domainname.html) resource.
|
CfnBasePathMapping.Builder |
CfnBasePathMapping.Builder.id(String id)
`AWS::ApiGateway::BasePathMapping.Id`.
|
CfnBasePathMapping.Builder |
CfnBasePathMapping.Builder.restApiId(String restApiId)
The ID of the API.
|
CfnBasePathMapping.Builder |
CfnBasePathMapping.Builder.stage(String stage)
The name of the API's stage.
|
Copyright © 2022. All rights reserved.