@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.252Z") @Stability(value=Stable) public interface CfnApiMappingProps 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.apigatewayv2.*;
CfnApiMappingProps cfnApiMappingProps = CfnApiMappingProps.builder()
.apiId("apiId")
.domainName("domainName")
.stage("stage")
// the properties below are optional
.apiMappingKey("apiMappingKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiMappingProps.Builder
A builder for
CfnApiMappingProps |
static class |
CfnApiMappingProps.Jsii$Proxy
An implementation for
CfnApiMappingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnApiMappingProps.Builder |
builder() |
String |
getApiId()
The identifier of the API.
|
default String |
getApiMappingKey()
The API mapping key.
|
String |
getDomainName()
The domain name.
|
String |
getStage()
The API stage.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @NotNull String getStage()
@Stability(value=Stable) @Nullable default String getApiMappingKey()
@Stability(value=Stable) static CfnApiMappingProps.Builder builder()
CfnApiMappingProps.Builder of CfnApiMappingPropsCopyright © 2022. All rights reserved.