interface CfnApiMappingV2Props
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.APIGateway.CfnApiMappingV2Props | 
|  Java | software.amazon.awscdk.services.apigateway.CfnApiMappingV2Props | 
|  Python | aws_cdk.aws_apigateway.CfnApiMappingV2Props | 
|  TypeScript (source) | @aws-cdk/aws-apigateway»CfnApiMappingV2Props | 
⚠️ Deprecated: moved to package aws-apigatewayv2
Properties for defining a AWS::ApiGatewayV2::ApiMapping.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigateway from '@aws-cdk/aws-apigateway';
const cfnApiMappingV2Props: apigateway.CfnApiMappingV2Props = {
  apiId: 'apiId',
  domainName: 'domainName',
  stage: 'stage',
  // the properties below are optional
  apiMappingKey: 'apiMappingKey',
};
Properties
| Name | Type | Description | 
|---|---|---|
| api | string | AWS::ApiGatewayV2::ApiMapping.ApiId. | 
| domain | string | AWS::ApiGatewayV2::ApiMapping.DomainName. | 
| stage | string | AWS::ApiGatewayV2::ApiMapping.Stage. | 
| api | string | AWS::ApiGatewayV2::ApiMapping.ApiMappingKey. | 
apiId
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
AWS::ApiGatewayV2::ApiMapping.ApiId.
domainName
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
AWS::ApiGatewayV2::ApiMapping.DomainName.
stage
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
AWS::ApiGatewayV2::ApiMapping.Stage.
apiMappingKey?
⚠️ Deprecated: moved to package aws-apigatewayv2
Type:
string
(optional)
AWS::ApiGatewayV2::ApiMapping.ApiMappingKey.
