@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-09T19:16:40.683Z")
public interface CfnApiMappingProps
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() |
java.lang.String |
getApiId()
The identifier of the API.
|
default java.lang.String |
getApiMappingKey()
The API mapping key.
|
java.lang.String |
getDomainName()
The domain name.
|
java.lang.String |
getStage()
The API stage.
|
java.lang.String getApiId()
java.lang.String getDomainName()
java.lang.String getStage()
default java.lang.String getApiMappingKey()
static CfnApiMappingProps.Builder builder()
CfnApiMappingProps.Builder
of CfnApiMappingProps