@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.559Z") @Stability(value=Deprecated) @Deprecated public interface CfnApiMappingV2Props 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.*;
CfnApiMappingV2Props cfnApiMappingV2Props = CfnApiMappingV2Props.builder()
.apiId("apiId")
.domainName("domainName")
.stage("stage")
// the properties below are optional
.apiMappingKey("apiMappingKey")
.build();
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiMappingV2Props.Builder
Deprecated.
|
static class |
CfnApiMappingV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnApiMappingV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getApiMappingKey()
Deprecated.
|
String |
getDomainName()
Deprecated.
|
String |
getStage()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apiid@Stability(value=Deprecated) @Deprecated @NotNull String getDomainName()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-domainname@Stability(value=Deprecated) @Deprecated @NotNull String getStage()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-stage@Stability(value=Deprecated) @Deprecated @Nullable default String getApiMappingKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-apimapping.html#cfn-apigatewayv2-apimapping-apimappingkey@Stability(value=Deprecated) @Deprecated static CfnApiMappingV2Props.Builder builder()
CfnApiMappingV2Props.Builder of CfnApiMappingV2PropsCopyright © 2022. All rights reserved.