interface ApiMappingAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGatewayv2.ApiMappingAttributes |
![]() | software.amazon.awscdk.services.apigatewayv2.ApiMappingAttributes |
![]() | aws_cdk.aws_apigatewayv2.ApiMappingAttributes |
![]() | @aws-cdk/aws-apigatewayv2 » ApiMappingAttributes |
The attributes used to import existing ApiMapping.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as apigatewayv2 from '@aws-cdk/aws-apigatewayv2';
const apiMappingAttributes: apigatewayv2.ApiMappingAttributes = {
apiMappingId: 'apiMappingId',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The API mapping ID. |
apiMappingId
Type:
string
The API mapping ID.