@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:04.743Z") @Stability(value=Stable) public interface CfnBasePathMappingProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
CfnBasePathMappingProps cfnBasePathMappingProps = CfnBasePathMappingProps.builder()
.domainName("domainName")
// the properties below are optional
.basePath("basePath")
.restApiId("restApiId")
.stage("stage")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBasePathMappingProps.Builder
A builder for
CfnBasePathMappingProps |
static class |
CfnBasePathMappingProps.Jsii$Proxy
An implementation for
CfnBasePathMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnBasePathMappingProps.Builder |
builder() |
default String |
getBasePath()
`AWS::ApiGateway::BasePathMapping.BasePath`.
|
String |
getDomainName()
`AWS::ApiGateway::BasePathMapping.DomainName`.
|
default String |
getRestApiId()
`AWS::ApiGateway::BasePathMapping.RestApiId`.
|
default String |
getStage()
`AWS::ApiGateway::BasePathMapping.Stage`.
|
@Stability(value=Stable) @Nullable default String getBasePath()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @Nullable default String getRestApiId()
@Stability(value=Stable) @Nullable default String getStage()
@Stability(value=Stable) static CfnBasePathMappingProps.Builder builder()
CfnBasePathMappingProps.Builder of CfnBasePathMappingPropsCopyright © 2021. All rights reserved.