@aws-cdk_aws-apigatewayv2-alpha.ApiMappingAttributes
interface ApiMappingAttributes
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Apigatewayv2.Alpha.ApiMappingAttributes |
![]() | github.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#ApiMappingAttributes |
![]() | software.amazon.awscdk.services.apigatewayv2.alpha.ApiMappingAttributes |
![]() | aws_cdk.aws_apigatewayv2_alpha.ApiMappingAttributes |
![]() | @aws-cdk/aws-apigatewayv2-alpha » 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_alpha from '@aws-cdk/aws-apigatewayv2-alpha';
const apiMappingAttributes: apigatewayv2_alpha.ApiMappingAttributes = {
apiMappingId: 'apiMappingId',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The API mapping ID. |
apiMappingId
Type:
string
The API mapping ID.